/*#accordionSidebar {position: relative;top: 70px;}

#accordionSidebar {
	position: relative;
	top: 70px;
	background: #c8c2e0;
}

.container-fluid .card {
	min-height: 150px;
	border-radius: 15px;
}
#content-wrapper{
	background:#fff!important;
}
*/
 .topbar {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background:#fff!important;
	z-index:99;
	border-bottom:2px solid #ffcb09;
}
#wrapper #content-wrapper {
	background-color: #f6f6f6;
}
#accordionSidebar {
	position: relative;
	top: 100px;
	left: 0px;
	background: #fff;
	border-radius: 20px;
}
#wrapper, body{
	background:#f6f6f6!important;
}
.sidebar-dark .nav-item .nav-link, i{
	color:#666!important;
}
.sidebar-brand-icon.rotate-n-15 img {
	width: 100px;
	margin-top: -50px;
}
.sidebar-dark hr.sidebar-divider {
	border-top: 1px solid #f5b947;
}
.invoice-card-row .invoice-card .card-body {
    padding: 35px 30px 45px 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1600px) {
      .invoice-card-row .invoice-card .card-body {
        padding: 30px 25px 30px 25px; }
        .invoice-card-row .invoice-card .card-body .fs-18 {
          font-size: 15px !important; } }
  .invoice-card-row .invoice-card .invoice-num {
    font-size: 38px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 1600px) {
      .invoice-card-row .invoice-card .invoice-num {
        font-size: 30px; } }
  .invoice-card-row .invoice-card:after {
    position: absolute;
    content: ""; }
  @media only screen and (max-width: 575px) {
    .invoice-card-row .invoice-card .card-body {
      padding: 20px 20px 25px 20px; }
    .invoice-card-row .invoice-card .invoice-num {
      font-size: 30px; } }

.invoice-card-row > div:nth-child(1) .invoice-card:after {
  height: 120px;
  width: 120px;
  transform: rotate(40deg);
  top: -35px;
  right: -35px;
  border-radius: 1.75rem;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.invoice-card-row > div:nth-child(2) .invoice-card:after {
  height: 150px;
  width: 150px;
  transform: rotate(40deg);
  bottom: -40px;
  right: -30px;
  border-radius: 1.75rem;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.invoice-card-row > div:nth-child(3) .invoice-card:after {
  height: 100px;
  width: 100px;
  transform: rotate(-45deg);
  top: -35px;
  right: 30px;
  border-radius: 1.75rem;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.invoice-card-row > div:nth-child(4) .invoice-card:after {
  height: 100px;
  width: 100px;
  transform: rotate(145deg);
  bottom: -45px;
  right: 0px;
  border-radius: 1.75rem;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  .invoice-card {
	border-radius: 1.75rem;
}
.bg-blue {
	background: #496ecc !important;
}
.invoice-card-row{
	margin-top:20px;
}
.newsmarquee {
	background: linear-gradient(to right, #5bcfc5 25%, #3197b7 100%);
	padding: 20px;
	margin: 33px auto;
	border-radius: 20px;
}
.imp_news {
	
	padding: 10px;
	color: #555;
	font-weight: bold;
	z-index:9;
	width:100%;
}
.newsmarquee ul li {
	background: #fff;
	list-style: disc;
	font-weight: bold;
	display: inline;
	padding: 10px 10px;
	margin: 0 10px;
}
.newsmarquee ul{
	margin-bottom:0;
}
.newsmarquee ul li:last-child {
	border-right:0;
}
.fdinfo_head {
	margin-bottom: 0px;
	font-size: 10px;
	font-style:italic;
}
.fdinfo_val {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	color: #00529c;
}
.view_details{
	font-size:10px;
	margin-top:5px;
}
.fdinfocard{
	margin:15px 0 15px 0;
}

.card-body.depositinfo li {
	font-size: 13px;
	margin: 10px 0 10px 0;
}

.card.shadow {
	padding-bottom: 10px;
}
.logo img {
	width: 200px;
}
.logo h2 {
	color: #fff;
	position: absolute;
	top: 30px;
	left: 140px;
	font-size: 20px;
	font-weight: bold;
}
.renewalrepay {
	position: absolute;
	top: -8px;
	font-size: 8px;
	background: #288de8;
	color: #fff;
	padding: 3px 10px;
	border-radius: 10px;
}
.invoice-card i {
	position: absolute;
	font-size: 35px;
	color: #fff !important;
	right: 20px;
	top: 15px;
}
.text-white.invoice-num {
	font-weight: bold;
}
h1.welcome {
    font-size: 28px;
    font-weight: bold;
    color: #555;
	text-align:center;
}
.btn-by-cat {
    margin: 5px;
}
footer.sticky-footer {
    background: #00509c;
    padding: 10px;
    color: #fff;
}
.scroll-to-top{
	background:#ffcb09!important;
}