*,
::after,
::before{
  box-sizing: border-box;
  }

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    background-color: #F5F5F5;
}
.main-title{
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
a{
  cursor: pointer;
  text-decoration: none;
}
li{
  list-style: none;
}
.wrapper {
  display: flex;
  align-items: stretch;
  height: 100vh;
  }
.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left:15.25rem ;
/*  background-color: #e2eaf169;*/
  transition: all 0.35s ease-in-out;
}
.wrapper header{
  background: #fff;
  color: #6c757d;
  margin-bottom: 20px;
}
.wrapper header .h4{
  font-size: 21px;
  flex-grow: 1;
  text-align: left;
  font-size: 20px;
}
header .container-fluid {
    border-radius: 10px;
    background: #fff;
        margin: 0 10px;
}
.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    transition: transform 0.3s ease;
    background-color: #fff;
    color: #787486;
    transition: all .5s ease-in-out;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.08);
    top: 140px;
    left: 10px;
    border-radius: 15px;
    z-index: 1000;
    overflow-y: auto;
}
.scrolled {
    top: 0;
}

@media (max-width: 768px) {
    .content{
    padding-left: 0rem;
    }

    .wrapper .sidebar {
        transform: translateX(-250px);
    }

    .wrapper .content {
        margin-left: 0px;
    }

    .wrapper .sidebar.open {
        transform: translateX(0);
    }

    .wrapper .overlay.open {
        display: block;
    }

}

#sidebarToggleTop{
  display: none;
}

@media (min-width: 768px) and (max-width: 2756px) {
  #sidebar.collapsed{
  margin-left: -250px;
}
#content.expanded{
  padding-left: 0px;
}
}

.wrapper .main-content {
  margin: 10px;
    padding: 20px;
        border-radius: 20px;
    /* background: #fff; */
    flex-grow: 1;
    transition: margin-left 0.3s ease;
}
/* .... new css ....... */
ul.reva_stats_list {
    padding: 0;
    display: flex;
    margin: 10px 0 0;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
ul.reva_stats_list h4{
  padding: 0;
  margin: 0;
  font-weight: 600;
}
ul.reva_stats_list p{
  padding: 0;
  margin: 0;
}

.img-profile {
  width: 35px;
  height: 35px;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.img-profile img {
  width: 40px;
}

.side-logo{
  margin: 0;
  
}
.side-logo-nav{
      text-align: center;
    position: absolute;
    bottom: 20px;
    left: 36%;
}
ul.sidebar-nav.flex-column{

}
.serach-box{
  color: #7288b7;
  font-size: 13px;
}
.sidebar-nav{
  padding: 0;
  flex: 1 1 auto;
}

a.sidebar-link {
  padding: 26px 12px;
  color: #787486;
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 1rem;
  height: 39px;
  display: flex;
  align-items: center;
  font-size: 14px;
  /* margin-bottom: 10px; */
}
a.sidebar-link.active{
  background-color: #07559D;
  border-radius: 6px;
  color: #fff;
}
a.sidebar-link:hover{
  background-color: #eef5fb;
  border-radius: 6px;
  color: #787486;
}
a.sidebar-link svg{
  margin-right: 10px;
     stroke: #787486;

}
/*a.sidebar-link:hover svg{
   fill: #07559D;
 stroke: #fff;

} */
a.sidebar-link.active svg{
     /* fill: #ffffff; */
    stroke: #ffffff;
}
.sidebar-dropdown{
  background-color: #0c3a47;
  border-radius: 0 0 16px 16px;
}
.sidebar-dropdown .sidebar-link:hover{
  background-color: #44676796;
}
.dropdown-icon {
    transition: transform 0.3s ease;
    margin-left: auto;
}
.hd_title{
	font-weight: 400;
font-size: 25px;
color: #2f2f2f;
    margin-bottom: 20px;
}	
.hd_title span{
	font-weight: 500;
color: #949494;
}
.sidebar-link[aria-expanded="true"] .dropdown-icon {
    transform: rotate(90deg);
}
.sidebar-inner{
  height: calc(100vh - 46px);
/*  margin-bottom: 10px;*/
}
.admin-name{
  color: #11031B;
  font-size: 15px;
  font-weight: 500;
}
.ad-subname{
  font-size: 14px;
  color: #79767B;
  font-weight: 400;
}
.logout-btn {
    bottom: 0;          
     margin-bottom: 10px;
  }
  .logout-btn a{
    width: 80%;
    border:2px solid #233851;
    background-color: #fff;
    color: #233851;
    border-radius: 20px;
    padding-block: 14px;
  }
.banner {
  background: url(../img/banner.png);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%, 0%;
    background-repeat: repeat, repeat;
  background-repeat: no-repeat;
  height: 157px;
  background-position: center;
  border-radius: 18px;
  background-color: #D7DBDE;
  background-size: cover;
}
.banner p{
  color: #fff;
  font-size: 13px;
  margin-bottom: 0px;
}
.banner h5{
  color: #fff;
  font-size: 18px;
  margin-block: 5px;
  font-weight: 700;
}
.dash-hed{
  font-size: 20px;
  font-weight: 500;
  color: #181C32;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(63 66 72 / 50%);
    z-index: 900;
    display: none;
}
.overlay.show {
    display: block;
}

 .sidebar.open {
    transform: translateX(0);
}

.overlay.open {
    display: block;
}
.item_list{
 display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    width: fit-content;
    text-align: left;
    gap: 10px;
    border-right: 1px solid #94949470;
}
.item_list small{
  font-weight: 300;
font-size: 12px;
line-height: 158%;
color: #1c1c1c;
opacity: 0.67;
}
.progress{
 background-color: #fff;
}
.progress-bar{
      border-radius: 4px;
      padding-left: 2px;;
}
.item_list h3{
  font-weight: 500;
font-size: 20px;
line-height: 95%;
color: #2f2f2f;
padding: 0;
margin: 0;
}
.item_list p{
font-weight: 300;
color: #1c1c1c;
padding: 0;
margin: 0;
opacity: 0.67;
}
.bor_lft{
  border-radius: 20px;
width: 4px;
height: 43px;
}
/*Search Form*/

.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 9px;
}
.input-search{
  height: 43px;
  width: 43px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 10px;
  transition: all .5s ease-in-out;
  padding-right: 35px;
  background-color: #f3f6f9;
}
.input-search::placeholder{
  color: #111;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search{
  width: 38px;
  height: 50px;
  border-style: none;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#7288b7 ;
  background-color:transparent;
  display: flex;
  margin-top: 13px;
}
.btn-search:focus ~ .input-search{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid blach;
  border : 1px solid black
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.btn-search span{
  font-size: 12px;

}

/*Scroll Bar Animation*/
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #60626E; 
  border-radius: 10px;
}


/*dahsboard page start*/
.avatar-lg {
  height: 6rem;
  width: 6rem;
}
.banner .text h5{
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.banner .text h5 span{
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.banner .text small{
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
.banner .text p{
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}
.banner .btn-profile{
 background-color: transparent;
  color: #fff;
  font-weight: 300;
  font-size: 10px;
  border-radius: 8px;
  border: 1px solid #E1D9E7;
  padding: 8px 10px;

}
.item_dt{
      /* flex-direction: column; */
      gap: 10px;
}
.list_item{
  margin: 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-align: center;
}
.list_item li p{
font-weight: 400;
font-size: 13px;
letter-spacing: 0.01em;
text-align: center;
color: #666;
padding: 0;
margin: 0;
}
.list_item li h4{
  font-weight: 600;
font-size: 16px;
line-height: 137%;
text-align: center;
color: #151d48;
padding: 0;
margin: 0;
}
.dash-card h2{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
margin: 0;

}
.dash-card small{
  font-size: 12px;
  font-weight: 300;
  color: #79767B;

}
.dash-card h3 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    /*margin:0;*/
}
.navbar-light .navbar-nav .nav-link
{
    color:white;
}
.dash-card p {
    font-size: 14px;
    font-weight: 400;
    color: #79767B;
}
.bg-1{
  background: linear-gradient(180deg, #366c9e 0%, #01b3bf 100%) !important;
  border-radius: 14px !important;
}
.bg-2{
  background: linear-gradient(360deg, #00cfa3 0%, #128970 100%) !important;
  border-radius: 14px !important;
  min-height: 166.63px;
  justify-content: center;
}
.bg-3{
border: 1px solid #bfa201 !important;
    border-radius: 14px !important;
    background: #fffffd !important;
}
.bg-4{
 border: 1px solid #4d9dbf !important;
    border-radius: 14px !important;
    background: #fffffd !important;
}
.bg-5{
   border: 1px solid #b23031 !important;
    border-radius: 14px !important;
    background: #fffffd !important;
}
.bg-6{
   border: 1px solid #86648d !important;
    border-radius: 14px !important;
    background: #fffffd !important;
}

.dash-card-2 h4{
  font-weight: 600;
font-size: 28px;
line-height: 98%;
color: #333;
margin: 0;
padding: 0;
}
.dash-card-2 p{
  font-weight: 600;
font-size: 15px;
color: #333;
  margin: 0;
padding: 0;
}
.list_item_2{
  margin: 0;
    background: #bfa201;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    padding: 10px;
    text-align: center;
}
.list_item_2 li p{
font-weight: 400;
font-size: 13px;
letter-spacing: 0.01em;
text-align: center;
color: #fff;
padding: 0;
margin: 0;
}
.list_item_2 li h4{
  font-weight: 600;
font-size: 16px;
line-height: 137%;
text-align: center;
color: #fff;
padding: 0;
margin: 0;
}
.dash-card-2 h2{
  font-weight: 600;
font-size: 28px;
line-height: 98%;
color: #333;
padding: 0;
margin: 0;
}
.dash-card-2 h3{
  font-weight: 600;
font-size: 15px;
color: #333;
  padding: 0;
margin: 0;
}
.bor_list{
  background: #f6f6f6;
  border-radius: 10px;
width: 2px;
height: 48px;
opacity: 0.8;
}
.card{  
      border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
  /* border: none; */
      padding: 15px;
}
.card h4{
padding: 0;
margin: 0;
font-weight: 400;
font-size: 17px;
color: #2f2f2f;
} 
#container3{
  height: 372px;
  border-radius: 16px;
}
text.highcharts-title {
    display: none;
}
.table-card .table th{
  background: #07559D;
    color: #fff;
}
.footer_main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer_main p{
  margin: 0;
  padding: 0;
}
.ru_logo{
      width: 100px;
}
.pitb_logo{
width: fit-content;
}
.table-card thead{
   /* border-radius: 10px; */
}
.table > :not(:first-child) {
  border-top: 0px;
}
  .table-card .table th {
       font-weight: 500;
font-size: 14px;
line-height: 158%;
/* color: #1c1c1c;    */
}
.table-card  .table td{
  color: #11031B;

}
.table-card  .table td a{
  color: #11031B;

}
 tbody tr td {
    font-weight: 300;
    font-size: 13px;
    line-height: 146%;
    color: #1c1c1c;
    text-align: center;
        padding: .3em .3rem;
        vertical-align: middle;
}
.padding {
    font-weight: 300;
    font-size: 13px;
    line-height: 146%;
    text-align: center;
    color: #878787;
    background: #8787871c;
    border-radius: 8px;
    width: 78px;
    height: 26px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.Overdue {
    font-weight: 300;
    font-size: 13px;
    line-height: 146%;
    text-align: center;
    color: #ff5046;
    background: #ff50461c;
    border-radius: 8px;
    width: 78px;
    height: 26px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
.Paid {
    font-weight: 300;
    font-size: 13px;
    line-height: 146%;
    text-align: center;
    color: #129209;
    background: #6dc3671c;
    border-radius: 8px;
    width: 78px;
    height: 26px;
	    display: flex;
    align-items: center;
    justify-content: center;
}
 .line_card .chart {
         display: flex;
    align-items: end;
    gap: 4px;
    height: 30px;
    padding: 0px;
    justify-content: space-between;
    }
.Total_Properties h3{
  font-weight: 600;
font-size: 23px;
color: #2f2f2f;
margin: 0;
padding: 0;
}
.Total_Properties p{
  font-weight: 300;
font-size: 15px;
line-height: 127%;
color: #1c1c1c;
opacity: 0.67;
margin: 0;
padding: 0;
}
.Total_Properties_list{
      padding: 0;
    margin: 0;
}
.Total_Properties_list li{
  display: flex;
      justify-content: space-between;
    align-items: center;
        padding: 10.4px 0;
		border-bottom: 0.5px solid #8a8a8a26;
}
.Total_Properties_list li:last-child{
	border: none;
}
.Total_Properties_list h5{
  font-weight: 300;
font-size: 14px;
line-height: 136%;
color: #2f2f2f;
padding: 0;
margin: 0;
}
.Total_Properties_list p{
  font-weight: 500;
font-size: 14px;
line-height: 136%;
text-align: right;
color: #2f2f2f;
  padding: 0;
margin: 0;
}
    .bar {
      width: 6px;
      height: 100%;
      border-radius: 2px;
    }
.green  { background-color: #4CAF50; }
    .teal   { background-color: #80CBC4; }
    .blue   { background-color: #1565C0; }
    .orange { background-color: #FFA726; }

    .table-card  .table td, .table th {
            vertical-align: middle;
            border:0px;
            padding-inline: 10px;
            padding-block: 10px;
        font-weight: 500;
        font-size: 12px;
        line-height: 158%;
        color: #1c1c1c;
        text-align: center;
        }
        #container3{
          height: 250px;
        }
        g.highcharts-exporting-group {
    display: none;
}
.container3_ul{
  padding: 0;
  margin: 0;
display: flex;
justify-content: space-between;
position: absolute;
bottom: 43px;
width: 84%;
left: 7%;
}
.container3_ul li{
font-weight: 500;
font-size: 13px;
line-height: 146%;
color: #1c1c1c;
    display: flex;
    align-items: center;
    gap: 5px;
}
text.highcharts-credits {
    display: none;
}
.container3_ul li span{
  border-radius: 20px;
width: 6px;
height: 13px;
}
.Balloting_list{
   padding: 0;
  margin: 0;
}
.Balloting_list li .d-flex{
gap: 10px;
}
.Balloting_list li{
  display: flex;
      padding: 20px 0;
	      border-bottom: 0.5px solid #8a8a8a2e;
justify-content: space-between;
}
.Balloting_list li:last-child{
	border: none;
	padding-bottom: 18px;
}
.Balloting_list li h6{
font-weight: 500;
font-size: 20px;
color: #2f2f2f;
 padding: 0;
  margin: 0;
}
.Balloting_list li p{
 padding: 0;
  margin: 0;
  font-weight: 300;
font-size: 15px;
/* line-height: 127%; */
color: #1c1c1c;
}
.text-left{
  text-align: left !important;
}
.Running{
  font-weight: 300;
    font-size: 13px;
    line-height: 146%;
    text-align: center;
    color: #129209;
    background: #6dc3675e;
    border-radius: 8px;
    width: 78px;
    height: 26px;
	  display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 20%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 8%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 30px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
  right: 50px;
}

.multi-carousel-control-next {
  right: 10px;
}

/* Image container with dynamic height */
.img-container {
  overflow: hidden;
  position: relative;
      border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.img-container p{
	font-weight: 400;
font-size: 13px;
line-height: 123%;
color: #1c1c1c;
margin: 10px;
}
.img-container h3{
	font-weight: 500;
font-size: 15px;
line-height: 127%;
color: #1c1c1c;
margin: 10px;
}
/* Image styling */
.img-container img,
#carouselInner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  user-drag: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}
@media (max-width: 1360px) {
 .bg-1, .bg-2, .bg-3, .bg-4, .bg-5{
    min-height: 182px;
}
}

@media (max-width: 60em) {
 

.multi-carousel-item, .clone {
    flex: 0 0 50%;
  }
}
/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
}
.to_fines h3{
  font-weight: 600;
font-size: 23px;
color: #2f2f2f;
 padding: 0;
  margin: 0;
}
.to_fines p{
      font-weight: 300;
    font-size: 15px;
    line-height: normal;
    color: #1c1c1c;
    padding-left: 10px;
    margin: 0;
    opacity: 0.67;
    padding-top: 4px;
}
.to_fines_li{
padding: 0;
margin: 0;
}
.to_fines_li li {
display: flex;
justify-content: space-between;
    align-items: center;
font-weight: 500;
font-size: 20px;
color: #2f2f2f;
    margin: 15px 0;
}
.to_fines_li div{
font-weight: 300;
font-size: 13px;
line-height: 146%;
color: #1c1c1c;
}
.to_fines_li span{
border-radius: 20px;
width: 6px;
height: 13px;
display: inline-block;
margin-right: 4px;
}
.to_fines_li{
padding: 0;
margin: 0;
}
.to_fines_list{
padding: 0;
margin: 0;
overflow: hidden;
}
.Detail .hd_title{
  font-weight: 500;
font-size: 20px;
line-height: 95%;
color: #1c1c1c;
margin-bottom: 10px;
}
.Detail .hd_title span{
font-weight: 300;
font-size: 13px;
line-height: 146%;
color: #656565;
}
.Detail h3{
font-weight: 600;
font-size: 23px;
color: #2f2f2f;

}
.Detail h4{
font-weight: 300;
font-size: 13px;
line-height: 146%;
color: #1c1c1c;
}
.Detail h3 small{
  font-weight: 300;
font-size: 15px;
line-height: 127%;
color: #1c1c1c;
opacity: 0.67;
}
.to_fines_list li {
display: flex;
    float: left;
align-items: center;
font-weight: 500;
font-size: 15px;
gap: 5px;
color: #2f2f2f;
margin: 10px 5px;
}
.to_fines_list div{
font-weight: 300;
font-size: 13px;
line-height: 146%;
color: #1c1c1c;
display: flex;
align-items: center;
gap: 4px;
}
.to_fines_list span{
border-radius: 20px;
width: 6px;
height: 13px;
display: inline-block;
margin-right: 4px;
}

.table-card  .profile-img {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
margin-right: 8px;
}
.table-card  .search-box {
max-width: 250px;
display: flex;
align-items: center;

border-radius: 4px;
padding: 10px 10px;
background: #f8f8f8;
}
.table-card  .search-box input {
border: none;
background: transparent;
outline: none;
width: 100%;
color: #A0A4AB;
font-size: 14px;
font-weight: 500;
}
.table-card  .search-box i {
color: #6317C3!important;

}
.table-striped>tbody>tr:nth-of-type(odd)>*{
  background: #fff;
  --bs-table-accent-bg: #fff;
}
.table-striped>tbody>tr:nth-of-type(even)>*{
  background: rgba(0, 0, 0, 0.05);
}
/* .table-card thead th:first-child {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
} */

/* .table-card thead th:last-child {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
} */
.table-filters h4{
  font-size: 20px;
  color: #11031B;
  font-weight: bold;
}
 .card-custom {
            color: white;
            padding-inline: 15px;
            border-radius: 16px;
            padding-block: 25px;
            
        }
        .bg-purple 
        {
           background: rgb(99,23,195);
            background: linear-gradient(0deg, rgba(99,23,195,1) 10%, rgba(150,34,219,1) 100%); 

         } 
        .bg-green { 
           background: rgb(9,157,86);
          background: linear-gradient(0deg, rgba(9,157,86,1) 10%, rgba(0,190,98,1) 100%); 
         } 
        .bg-orange { 

           background: rgb(219,142,31);
          background: linear-gradient(0deg, rgba(219,142,31,1) 10%, rgba(249,172,61,1) 100%); 
         } 
        .bg-red { 
           background: rgb(197,10,100);
          background: linear-gradient(0deg, rgba(197,10,100,1) 10%, rgba(223,0,107,1) 100%); 

         } 
        .card-value { font-size: 24px; font-weight: bold; }
@media screen and (max-width: 768px){
    .list_item_3 {
        flex-direction: column;
    }
.banner{
  height: 300px;
  padding-block: 20px;
}

}

.attendance-card h2{
  font-size: 20px;
  font-weight: 600;
  color: #11031B;
}
.attendance-card h2 small{
  font-size: 14px;
  font-weight: 300;
  color: #79767B;
}
.bg-marks-pill{
  background-color: #6417C4;
}
.main_hd_convas{
  background: #f9f9f9;
  border-radius: 20px;
  padding: 15px;
      margin-bottom: 15px;
}

    .offcanvas-end {
            width: 55%;
            border-radius: 20px;
            margin-block: 10px;
        }
        .badge-purple {
           background-color: #6417C4;
          color: white;
          border-radius: 10px;
          padding: 12px 10px;
          font-weight: 300;
        }
        .doc-card {
            background: #f5f5f5;
            padding: 10px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            cursor: pointer;
        }
        .doc-card .doc-icon {
            color: #8e44ad;
            font-size: 18px;
            margin-right: 8px;
        }
       .doc-card  .file-name {
            font-size: 14px;
            color: #333;
            margin-left: 10px;
            font-weight: 500;
        }
       .custom-canvas .btn-upload {
            background-color: #6417C4;
            color: white;
            border-radius: 8px;
            padding: 10px 30px;
            font-size: 16px;
/*            width: 100%;*/
        }
      .doc-card  .file-input {
            display: none;
        }

        /* Parent Class to Prevent Global Conflicts */
        .custom-upload-section {
            text-align: center;
            margin-top: 20px;
        }

        /* Custom Drag & Drop Box */
        .custom-upload-section .upload-box {
            
            border-radius: 10px;
            background-color: #F5F3F6;
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            position: relative;
            height: 160px;
            cursor: pointer;
        }

        /* Upload Icon */
        .custom-upload-section .upload-box i {
            font-size: 30px;
            color: #8e44ad;
            margin-bottom: 10px;
        }

        /* Upload Text */
        .custom-upload-section .upload-box p {
            font-size: 14px;
            color: #333;
            margin-bottom: 8px;
        }

        /* Custom Browse Files Button */
        .custom-upload-section .custom-file-label {
          display: inline-block;
          background-color: transparent;
          color: #6417C4;
          padding: 6px 15px;
          font-size: 14px;
          border-radius: 5px;
          cursor: pointer;
          font-weight: bold;
          margin-top: 10px;
          border: 2px solid #6417C4;
        }

        /* Hide Default File Input */
        .custom-upload-section .file-input {
            display: none;
        }

        /* Uploaded File Name Display */
        .custom-upload-section .uploaded-file {
            margin-top: 10px;
            font-size: 14px;
            color: #333;
            font-weight: bold;
        }

        /* File Support Text */
        .custom-upload-section .file-support-text {
            font-size: 12px;
            color: #888;
            margin-top: 8px;
            text-align: left;
        }
             /* OR Line Separator */
        .custom-upload-section .or-separator {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 15px 0;
            font-weight: bold;
            color: #666;
            font-size: 14px;
        }

        .custom-upload-section .or-separator::before,
        .custom-upload-section .or-separator::after {
            content: "";
            flex: 1;
            height: 1px;
            background: #ccc;
            margin: 0 10px;
        }
.custom-canvas .offcanvas-header .offcanvas-title{
  font-size: 20px;
  color: #11031B;
  font-weight: 600;

}
.custom-canvas .assignment-tl{
  font-size: 23px;
  color: #11031B;
  font-weight: 600;

}
.custom-canvas .assignment-dt{
  font-size: 17px;
  color: #3B3B3B;
  font-weight: 400;

}
.custom-canvas .assignment-des{
  font-size: 16px;
  font-weight: 300;
 

}
.custom-canvas .offcanvas-header{
   border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #F5F3F6;
}
.custom-canvas .custom-textarea{
  background-color: #F5F3F6;
  border: 0px;
  border-radius: 10px;
}
/* Uploaded File Preview */
.custom-upload-section .uploaded-file-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-upload-section .uploaded-file-box .file-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-upload-section .uploaded-file-box img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.custom-upload-section .uploaded-file-box .file-details {
    display: flex;
    flex-direction: column;
}

.custom-upload-section .uploaded-file-box .file-details .file-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.custom-upload-section .uploaded-file-box .file-details .file-size {
    font-size: 12px;
    color: #666;
}

/* Remove Button */
.custom-upload-section .remove-file {
    background: none;
    border: 0px;
    cursor: pointer;
}
#Submit_Assignment {
    display: none;
}
@media (max-width: 1180px) {
      .wrapper .sidebar {
        transform: translateX(-250px);
    }
    .content{
          padding-left: 0;
    }
  .wrapper .content {
        margin-left: 0px;
    }
  .item_list{
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  /* .list_item_2{
        flex-direction: column;
  } */
  /* .bor_list{
    display: none;
  } */
   .list_item_2 li p{
    font-size: 12px;
   }
   .list_item_2 li h4 {
        font-size: 13px;
   }
  .wrapper .main-content {
  margin: 0px;
  padding: 0;
}
  .item_list{
    margin-bottom: 10px;
  }
       .offcanvas-end {
            width: 80%;
          }
    .wrapper header .h4{
      font-size: 14px;

    }
    .content{
      padding-left: 0;
    }
}
       .view-assignment {
            background-color: #f8f9fa;
            padding: 20px;
        }
        .assignment-header {
          display: flex;
          align-items: center;
        }
        .assignment-header button {
            background-color: #6518C4;
            color: #fff;
            padding: 5px 15px;
            border-radius: 8px;
          
        }
        .assignment-header h4{
          font-size: 24px;
          color: #11031B;
          padding-left: 10px;

        }
        .back-button {
            background: none;
            border: none;
            color: #fff;
            font-size: 18px;
        }
        .deadline {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .deadline h5 {
          font-size: 23px;
          color: #11031B;

        }
        .card {
            border: none;
        }
        .attachment-card {
            background: #f1f1f1;
           padding: 16px 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 6px;
            margin-top: 10px;
        }
        .attachment-card i {
            font-size: 18px;
            cursor: pointer;
        }
        .grading-detail {
            display: flex;
            justify-content: space-between;
        }
        .grading-detail p{
          font-size: 14px;
          color: #3B3B3B;
          padding-bottom: 5px;
        }
        .assignment-dt {
        font-size: 17px;
        color: #3B3B3B;
        font-weight: 500;
      }
      .assignment-des {
      font-size: 16px;
      font-weight: 300;
    }
    .grad-hed{
      font-size: 23px;
      color: #11031B
    }
     .grad-subhed{
      font-size: 20px;
      color: #11031B
    }
    @media (max-width: 460px) {
  .list_item_2{
        flex-direction: column;
  }
 .bor_list {
    background: #f6f6f6;
    border-radius: 10px;
    width: 100%;
    height: 4px;
    margin: 4px;
    opacity: 0.5;
}
    }