.due-report-main {
    padding: 23px !important;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap:15px;
}

.search-form{
    border-radius: 4px;
background: #FAFAFA;
padding: 20px;
display: flex;
gap:15px;
flex-direction: column;
}
.form-container{
    display: flex;
    flex-direction: column;
    gap: 9px;

}


.form-container input[type=text]{
    background: transparent;
    border-bottom: solid 1px #84848466;
    width: 100%;
        padding: 5px 7px 5px 0;
}

.form-container select {
 color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
    color: #000;
    width: 100%;
    border: none;
    border-bottom: #00000033 solid 1px;
    padding: 5px 7px 5px 0;
    background: transparent;
}
.search-title {
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    
}
.months-list-container{
    display: flex;
    flex-direction: row;
}

.due-report-search {
    background: #EE008B 0% 0% no-repeat padding-box;
    font: normal normal normal 16px/20px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
padding:7px 10px;
    min-width: 75px;
    height: 33px;
    border-radius: 4px;
    display: flex;
    gap:6px;
    width: 100px;
}
.due-report-refresh {
    background: #FBA517 0% 0% no-repeat padding-box;
   font: normal normal normal 16px/20px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
padding:7px 10px;
    min-width: 75px;
    height: 33px;
    border-radius: 4px;
    display: flex;
    gap:6px;
    width: 100px;
}
.due-report-export {
    background: #9028DF 0% 0% no-repeat padding-box;
     font: normal normal normal 16px/20px Mukta;
    letter-spacing: 0px;
    color: #FFFFFF;
padding:7px 10px;
    min-width: 75px;
    height: 33px;
    border-radius: 4px;
    display: flex;
    gap:6px;
    width: 100px;
}

.form-fields .months-list{
    display: flex;
justify-content: center;
align-items: center;
gap: 14px;
flex-direction: row;
flex-wrap: wrap;
}
.form-fields .months-list span{
color: #000;
font-family: Mukta;
font-size: 16px;
height: 31px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 36px;
border: 1px solid rgba(221, 221, 221, 0.87);
display: inline-block;
padding:0px 14px;
align-content: center;
}
.form-fields .months-list span img{
margin-right: 3px;
}
.form-fields .months-list span.active{
padding: 0px 9px 0 7px;
}

.button-conatiner{
    display: flex;
    flex-direction: row;
    gap:15px;
    align-content: end;
    align-items: end;
    flex: 1;
    justify-content: end;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.years-dues{
    display: flex;
    flex-direction: row;
     gap:15px;
}
.years-dues .dues{
    display: flex;
    flex-direction: column;
    width: 25%;
    border-radius: 4px;
    overflow: hidden;
   
  
}
.years-dues .dues .due-title{
    display: flex;
    height: 49px;
    align-items: center;

      padding: 15px;
}
.years-dues .dues .due-title .title{
    
    color: #000;
font-family: Mukta;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
flex: 1;

}
.years-dues .dues .dues-details{
    
 padding:1px 15px;
  display: flex;
  justify-content: center;


}
.years-dues .dues .dues-details:last-child{
    
  border-bottom: none;

}
.years-dues .dues .dues-details .title{
    
color: #000;
font-family: Mukta;
font-size: 14px;
font-style: normal;
font-weight: 300;
flex: 1;
line-height: normal;
padding-top: 3px;


}
.years-dues .dues .due-title .amount-due{
    color: #000;
font-family: Mukta;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.years-dues .dues .due-title .rupee{
     color: #000;
font-size: 20px;
/* font-family: Arial, Helvetica, sans-serif !important; */
font-style: normal;
font-weight: 500;
line-height: normal;
}
.rupee{
     color: #000;
font-size: 16px;
/* font-family: Arial, Helvetica, sans-serif !important; */
font-style: normal;
font-weight: 500;
line-height: normal;

}
.years-dues .dues .dues-details .rupee{
     color: #000;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.previous-color-title{
    background-color: #E2A4FF;
}
.previous-color{
    background-color: #F5D9FF;
}
.total-color{
    background-color: #FFE8D9;
}
.total-color-title{
    background-color: #FFC8A4;
}
.total-color-rec{
    background-color: #E2FFD4;
}
.total-color-rec-title{
    background-color: #B3EC87;
}
.border-previous{
      border-bottom: #E2A4FF solid 1px;
}
.border-total{
      border-bottom: #FFC8A4 solid 1px;
}
.border-rec{
      border-bottom: #B3EC87 solid 1px;
}


.total-due-rec{
    background-color: #FFDBDB;
}
.total-due-rec-title{
    background-color: #FFB1B1;
}

.border-due{
      border-bottom: #FF9A9A solid 1px;
}


.grid-listing{
    border-radius: 4px;
background: #FAFAFA;
padding: 15px;
display: flex;
flex-direction: column;
gap:15px;
}
.grid-listing.pad0{


padding: 0;
}
.grid-listing .bg2color{
       border-radius: 4px 4px 0 0;
    
background: #F5EFFB;
padding: 15px;
display: flex;
gap:15px;
flex-direction: column;
}
.radio-button{
    display: flex;
    flex-direction: row;
    gap:5px;
    align-items: center;
    padding: 10px;
    background-color: #F7EDFF;
    border-radius: 3px;
}
.radio-button input{
margin-top: 0;
}

.form{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:30px;
    flex: 1;
}

.radio-button label{
  color: #000;
font-family: Mukta;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.message-icons{
    display: flex;
    flex-direction: row;
    gap:10px;
}
.message-icons.dim{
    opacity: 0.5;
    display: flex;
    flex-direction: row;
    gap:10px;
}
.listing-types{
    display: flex;
    flex-direction: row;
}

.listing-types select{
    border:none
}

.type-listing{
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    border:solid 1px #6A00C4;
    height: 31px;
}

.type-listing button{
    border-right: solid 1px #6A00C4;
    color: #6A00C4;
text-align: center;
font-family: Mukta;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
height: 31px;
padding: 0px 10px;
margin: 0px -2px;
}
.type-listing button.active{
    background-color: #6A00C4;
text-align: center;
font-family: Mukta;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #fff;
padding: 0px 10px;
}
.type-listing button:last-child{
    border-right: none;
}
.grid-view{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:15px;
}

.grid-view .view{
  
    background-color: #fff;
   flex-grow: 1;
    overflow: hidden;
    border-radius: 4px;

}

.view-title-cont{
    display: flex;
    flex-direction: row;
      align-items: center;
        padding: 15px;
        border-bottom: #DDDDDD66 solid 1px;
}
.view-title-cont .user-details{
    display: flex;
    align-items: center;
    gap:15px;
    flex: 1;
}

.view-title-cont .user-details .user-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.view-title{
    color: #6A00C4;
font-family: Mukta;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.student{
    padding: 15px;
    display: flex;
    flex-direction: row;
    border-bottom: #DDDDDD66 solid 1px;
}
.student .student-col{
    display: flex;
    flex-direction: row;
    gap:12px;
    width: 50%
    
}
 .student-col .year-month{
    margin-bottom: 2px;
    display: inline-block;
}
.student-col .year-month >div{
display: flex;
flex-direction: row;
gap:7px;
padding: 1px 5px;    
}
.student-col .year-month >div span{
  color: #FFF !important;
font-family: Mukta;
font-size: 13px !important;
font-style: normal;
font-weight: 400 !important;
line-height: normal;
white-space: nowrap;    
}
.student-col .year-month >div.orange{
border-radius: 2px;
background: #DD5900;
    
}
.student-col .year-month >div.purple{
border-radius: 2px;
background: #6A00C4;
    
}
 .student-col .year-month >div.red{
border-radius: 2px;
background: #DD0000;
    
}
 .student-title .student-title-info{
    
    color: #000;
font-family: Mukta;
font-size: 16px !important;
font-style: normal;
font-weight: 500 !important;
line-height: normal;
    
}
 .student-title .student-title-info .icon-info{
margin-left: 5px;    
margin-top: 5px;
  position: absolute;
    
}
.student-title .student-title-info .icon-info:hover .overlay{
display: block !important;
    
}
 .student-title .student-title-info .icon-info:hover .account-info{
display: block !important;
    
}
 .student-title .student-title-info .icon-info:hover .account-info.list{
display: block !important;
left:auto;
right: 0;
    
}
.student-title .student-title-info .account-info{
    
  position: absolute;
  top:0;
  left:0;
  width: 294px;
  border-radius: 4px;
background: #FFF;
overflow: hidden;
z-index: 100;
display: none;    
}
.student-title .student-title-info .account-info.right0{

  right:0;
  left:auto;
   
}
.Rtable .Rtable-row .Rtable-cell.column-heading.left-align, .Rtable .Rtable-row .Rtable-cell.left-align{
    text-align: left !important;
    padding-left: 10px !important;
    width: 155px;
}
.account-info .account-head{
    color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
padding: 10px 16px;
align-items: center;

background: #F5E9FF;
}
.account-info .account-footer{
    color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
padding: 10px 16px;
align-items: center;
border-radius: 0px 0px 4px 4px;
background: rgba(221, 221, 221, 0.38);
}
.account-info .account-types{
    color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
padding: 10px 16px;
align-items: center;
border-bottom: 0.6px solid rgba(221, 221, 221, 0.87);
}
.account-info .account-head .account-title{
 color: #000;
font-family: Mukta;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: left;
flex: 1;
}
.account-info .account-footer .account-title{
color: #000;
font-family: Mukta;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
flex: 1;
text-align: left;
}
.account-info .account-footer .amount{
color: #000;
font-family: Mukta;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.account-info .account-footer .amount .rupee{
color: #000;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 18px !important;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.account-info .account-types .account-title{
color: #000;
font-family: Mukta;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 132.5%; /* 21.2px */
flex: 1;
text-align: left;
}

.student .student-col .student-title .rupee{
   color: #000;
font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.student .student-col .student-title {
    display: flex;
    flex-direction: column;
    
}
.student .student-col .student-title span{
    
color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    
}
.student .student-col .student-icon{
    
    width: 36px;
    height: 36px;

}

.list-view table td{
    color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.list-view .view-title-cont .user-details .user-img{
        width: 44px;
    height: 44px
}
.list-view .view-title-cont{
        
    border-bottom: none;
    padding: 0px;
}

.list-view .view-title {
       
    font-size: 16px;
    
}

.list-view .first-th-el{
    text-align: left;
}






* {
     box-sizing: border-box;
}
 .wrapper {
     width: 100%;
     /* max-width: 1000px; */
     /* margin: 1em auto; */
     /* padding: 1em; */
}
 .is-striped {
     background-color: rgba(233, 200, 147, 0.2);
}
/* Table column sizing ================================== */
 .date-cell {
     width: 20%;
     text-align: left !important;
}
 .topic-cell {
     width: 10%;
}
 .access-link-cell {
     width: 13%;
}
 .replay-link-cell {
     width: 13%;
}
 .pdf-cell {
     width: 12%;
}
/* Apply styles ================================== */
 .Rtable {
     display: flex;
     flex-wrap: wrap;
     /* margin: 0 0 3em 0; */
     padding: 0;
     /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); */
}
 .Rtable .Rtable-row--head {
     width: 100%;
     margin-bottom: 15px;
     display: flex;
     align-items: center;
     border-radius: 4px;
background: rgba(242, 242, 242, 0.60) !important;

}
 .Rtable .Rtable-row {
     width: 100%;
     margin-bottom: 15px;
     display: flex;
     align-items: center;
    border-radius: 4px;
background: #FFF;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);

}
 .Rtable .Rtable-row .Rtable-cell {
     box-sizing: border-box;
     flex-grow: 1;
     text-align: center;
     padding: 0.8em 0.5em;
     overflow: hidden;
     list-style: none;
}
 .Rtable .Rtable-row .Rtable-cell.column-heading {
     /* background-color: #43bac0; */
color: #6A00C4;
font-family: Mukta;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
     padding: 0.5em 1em !important;
}
 .Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
     display: none;
}
 .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content a {
     font-size: 2em;
     color: #333;
}
 .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .webinar-date {
     font-weight: 700;
}

.data{
    color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.total-dues-indicators{
    display: flex;
    gap:30px;
    justify-content: right;
    color: #000;
text-align: center;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 400;
margin-right: 15px;
line-height: 134.2%; /* 18.788px */
}
.graph-view{
    position: relative;
}
.graph-view img{
width: 100%;
}
.graph-view:hover .overlay{
display: block;
}
.graph-view:hover .graph-info{
display: block;
}

.total-dues-indicators >div{
    display: flex;
    gap:7px;
    align-items: center;
}
.total-dues-indicators .received{
    display: block;
    background: #B3EC87;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.total-dues-indicators .due{
    display: block;
    background: #FFB1B1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}


/* Responsive ==================================== */
 @media all and (max-width: 750px) {
     .is-striped {
         background-color: white;
    }
     .Rtable--collapse {
         display: block;
         width: 100%;
         /* padding: 1em; */
         box-shadow: none;
    }
     .Rtable--collapse .Rtable-row {
         box-sizing: border-box;
         width: 100%;
         display: flex;
         flex-wrap: wrap;
         margin-bottom: 2em;
         box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }
     .Rtable--collapse .Rtable-row .Rtable-cell {
         width: 100% !important;
         display: flex;
         align-items: center;
    }
     .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
         display: inline-block;
         flex: 1;
         max-width: 120px;
         min-width: 120px;
         color: #43bac0;
         font-weight: 700;
         border-right: 1px solid #ccc;
         margin-right: 1em;
         text-align: left;
    }
     .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
         flex: 2;
         /* padding-left: 1em; */
    }
     .Rtable--collapse .topic-cell {
         /* background-color: #43bac0; */
         color: white;
         text-align: left;
         font-weight: 700;
         /* order: -1; */
    }
     .Rtable--collapse .topic-cell .Rtable-cell--content {
         padding-left: 0 !important;
    }
     .Rtable--collapse .Rtable-row--head {
         display: none;
    }
}
 .no-flexbox .Rtable {
     display: block;
}
 .no-flexbox .Rtable.Rtable-cell {
     width: 100%;
}
 
.graph-info{
    border-radius: 4px;
    position: absolute;
    max-width: 294px;
    display: none;
    top:0;
    left:35px;
    z-index: 101;
    width: 100%;

}
.graph-info .account-head{
    color: #000;
font-family: Mukta;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
padding: 10px 16px;
align-items: center;

background: #FFC8A4;
}
.graph-info .account-footer{
    color: #000;
font-family: Mukta;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: flex;
padding: 10px 16px;
align-items: center;
border-radius: 0px 0px 4px 4px;
background: #FFB1B1;
}

.graph-info .account-types{
    color: #000;
font-family: Mukta;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: flex;
padding: 10px 16px;
align-items: center;
border-radius: 4px 4px 0px 0px;
background-color: #FFC8A4;
}
.graph-info .account-types .rupee, .graph-info .account-footer .rupee{
    color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
}

.graph-info .account-types .account-title{
color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 132.5%; /* 21.2px */
flex: 1;
text-align: left;
}
.graph-info .account-footer .account-title{
color: #000;
font-family: Mukta;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 132.5%; /* 21.2px */
flex: 1;
text-align: left;
}

.graph-info .account-types.type-2{
border-radius: 0px;
background: #B3EC87;
}
.graph-info .icon-rectangle{
position: absolute;
bottom:-6px;
left:0px;
right:0px;
width: 13px;
    height: 13px;
margin: auto;
}

@media only screen and (min-width:1100px) {
.grid-view.student-grid .view{width: 32.33% !important;flex-grow: 0;}
.grid-view.student-grid .view.pagination{width:100% !important;}
}
 
@media only screen and (min-width:1100px) and (max-width:1600px) {
.button-conatiner{bottom: -42px;}
}