h1, h2, h3, h4, h5, h6, p, span, input, select, label, button {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
} 
.login-center-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 83vh !important;
}
.login-center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh !important;
}
.background-light {
    background-color: #F5F7F9
}
.accounttext .heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 27.6px;
}
.accounttext .paragraph {
    font-size: 16.71px;
    line-height: 25.06px;
}
.accounttext .title {
    font-weight: 600;
    font-size: 23px;
    line-height: 34.77px;
}
.accounttext .card {
    box-shadow: 4px 6px 24px 0px #6D8DAD26;
    border: 0px solid #B2B2B2;
    border-radius: 17px
}
.form-floatings {
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    padding: 5px 10px;
    position:relative;
}
.form-floatings > .form-control {
    border: 0px solid #B2B2B2;
    border-radius: 8px;
    outline:none;
    box-shadow:none!important;
    padding:0px;
    background-color:transparent!important
}
    .form-floatings .form-control::placeholder {
        color: #A7A7A7;
    }
.form-floatings> .form-label {
    color: black;
    font-size: 12px;
    line-height: 1;
    margin:0;
    opacity:1!important;
}
.btn-primary,.btn-primary:hover,.btn-primary:focus {
    background-color: #5C27B6;
    border-color:#5C27B6;
    box-shadow:none!important
}
.btn {
    border-radius: 8px;
    font-size:16px;
    font-weight:600;
    padding:15px 10px;
}
.action-link{
    color:black;
    text-decoration:none;
    display:inline-block;

}
.login-big-img {
    max-width: 100%;
    height: 390px;
} .content{
      padding:20px;
  }
.dashboard .card {
    border-radius: 20px;
    box-shadow: 3.12px 4.68px 18.73px 0px #6D8DAD40;
    border:0px;
}
.dropdown-toggle.afternone::after{
    display:none
}
.dropdown-menu li.active {
    box-shadow: 3.12px 4.68px 18.73px 0px #6D8DAD40;
}
.dropdown-menu{
    min-width:280px;
}
.dropdown-toggle .fa-times{
    color:#ff0000;
}.dropdown-item:focus{
     background:white;
 }
.man-pro {
    color:#5C27B6;
    font-size:12px;
}
.select-pro{
    font-size:12px;
    font-weight:600;

}
.AddCard {
    position: fixed;
    top: 0;
    right: 0;
    min-height: 100vh;
    display: flex;
    width: 450px;
    opacity:1;
    visibility:visible;
    transition:all 0.5s ease-in-out;
    z-index:9999;
}
    .AddCard label {
        color: #000000;
        font-size: 14px;
    }
.AddCard .card .card-header{
    background:transparent;
    padding:20px;
    align-items:center;
}
    .AddCard .add-title {
        color: #000000;
        font-size:18px;
        margin:0px;
        padding:0px 10px;
    }
    .AddCard .fa-times{
        color:#B2B2B2;
        font-size:18px;
        cursor:pointer;
    }
.AddCard .card{
    width:100%;
    border-radius:0px;
    border:0px;
}
    .AddCard.hidde {
        transition: all 0.5s ease-in-out;
        right:-550px;
        opacity:0;
        visibility:hidden;
        display:none
    }
.form-control, div.dt-container div.dt-length select {
    background: #F1F4F7;
    color: #455A64;
    border-radius: 8px;
    font-size:12px;
}
    .form-control:focus {
        outline: none;
        box-shadow: none !important;
        background: #F1F4F7;
        border-color: #F1F4F7;
    }
.overlays {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: calc(100% - 450px);
    background: #6D8DAD40;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}
    .overlays.hidded {  
        width: 0px;
        left: -1500px;
        z-index: -2;
        transition: all 0.5s ease-in-out; 
        visibility: hidden;
        opacity: 0;
    }
    
.AddCard .card-footer{
    padding:20px;
    justify-content:end;
    background-color:white
}
.btn:focus{
    box-shadow:none!important
}
.btn-green,.btn-green:hover,.btn-green:focus {
    background-color: #02DA98;
    color:white;
}
@media (max-width: 767px) {
    .AddCard{
        position:fixed;
    }
    .AddCard .card .card-body{
        max-height:81vh;
        overflow-y:scroll;
    }
    .login-big-img {
        max-width: 100%;
        height: 250px;
    }
    .login-center-img {
        min-height: auto !important;
    }
    .mobile-Login {
        background-color: white;
        margin-top: -115%;
        border-top-left-radius: 52px;
        border-top-right-radius: 52px;
    }
    .login-center-div {
        min-height: 50vh !important;
    }
    .login-center-div .card{
        box-shadow:none;
    }
}
@media(max-width:380px){
    .login-big-img {
        max-width: 100%;
        height: 100px;
    }
}

.mobileTitle {
    display: none;
}
.sidebar{
    position:relative;
}
@media(min-width:768px) and (max-width:1249px) {
    /* .brand-width {
        width: 75%;
    }*/
    .font-size {
        line-height: 25px;
    }

    .navbar {
        background-color: #5C27B6 !important;
    }

    .navbar-about {
        padding: 1rem !important;
    }

    .closenav {
        margin: 10px 10px 0px 0px;
        position: absolute;
        top: 0;
        right: 0px;
    }

    .closeNavbar i {
        color: #fff;
    }

    .sidebar-links {
        padding: 28px 0px 10px 0px;
    }

    .navOpen {
        display: inline-block;
    }

    .sidebar.show {
        display: block;
        width: 300px;
        transition: 0.5s;
        position: absolute;
        top: 0;
        min-height: 100vh;
        z-index: 100000000;
        max-width: 100%;
        transition: max-width 0.3s ease-in;
        visibility: visible;
    }

    .sidebar {
        max-width: 0px;
        transition: max-width 0.2s ease-out;
        background-color: #5C27B6;
        visibility: hidden;
        min-height: 100vh;
    }


    .main-wrapper {
        width: 100%;
        background-color: #FBFBFB;
    }
}

@media(min-width:1250px) {
    .navOpen, .closenav {
        display: none;
    }

    .golden:hover, .golden:focus {
        text-decoration: none;
        color: #8A8252;
    }

    .main-wrapper {
        width: 85%;
        background-color: #fff;
        min-height: 93vh;
    }

        .main-wrapper .top-bar {
            width: 100%;
            background-color: white;
            padding: 20px 20px;
            box-shadow: 0px 0px 15px 0px #80808014;
        }

    .sidebar {
        display: block;
        transition: 0.5s;
        width: 15%;
        z-index: 9;
        max-width: 19%;
        border-right: 1px solid #80808033;
        background-color: #5C27B6;
        height: 100vh;
        position: sticky;
        left: 0;
        top: 0;
    }


        .sidebar .logo {
            margin-top: 1%;
            padding: 10px 25px;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

    .sidebar-links {
        margin-top: 40px;
        width: 100%;
        min-height: 84vh;
    }
}

.border-seagreen {
    border: 1px solid #387680;
}

.seagreen {
    color: #5DC9D2;
}

.profile-div {
    width: 46px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #00A1E3;
}

    .profile-div img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 45px;
    }



.f-10 {
    font-size: 10px !important;
}

.bottom-list {
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media(min-width:768px) {
    .font-size {
        font-size: 23px;
        line-height: 30px;
    }

    .bottom-list {
        max-width: 100%;
        width: 100%;
    }

    .Border-Left {
        border-left: 1px solid #DEE2E6;
    }
}

.position-relative {
    position: relative;
}

.sub-menu {
    padding: 0px;
}

    .sub-menu .main {
        padding: 10px 0px;
    }

    .sub-menu:hover {
        background-color: transparent !important;
        cursor: pointer;
    }

    .sub-menu .sub-list {
        height: 0px;
        opacity: 0;
        visibility: hidden;
    }

    .sub-menu:hover .sub-list {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .sub-menu .sub-list a {
        display: block;
        margin-top: 10px;
        padding-left: 45px;
        font-size: 14px;
        font-weight: normal;
    }

    .sub-menu.active-sub .sub-list {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

.sidebar-links ul li.show {
    margin-bottom: 5px;
}

.sidebar-links ul li {
    padding: 0px 0px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 4px 6px 24px 0px #6D8DAD26;
    background: #7634E74D;
}

    .sidebar-links ul li a i {
        display: inline-block;
        float: right !important;
        text-align: right;
        position: absolute;
        right: 2px;
        top: 12px;
        font-size: 10px !important;
    }

    .sidebar-links ul li a.dropdown-item {
        padding: 9px 15px !important;
        text-decoration: none;
        font-weight: normal !important;
        width: 100%;
        margin: 0;
        display: block;
        white-space: normal;
        position: relative;
        text-align: left;
        font-size: 12px;
        color: #495057;
        color: var(--unnamed-color-495057);
        text-align: left;
        letter-spacing: 0px;
        color: #000000;
    }

    .sidebar-links ul li a, .sidebar-links ul li .main {
        padding: 10px 5px;
        text-decoration: none; 
        width: 88%;
        margin: 0 auto; 
        display: flex;
        position: relative;
        /* text-align: left; */
        font-size: 14px;
        /* color: #495057; */
        /* color: var(--unnamed-color-495057); */
        text-align: left;
        letter-spacing: 0px;
        color: #fff;
        font-weight:600;

    }

    .sidebar-links ul li.active, .sidebar-links ul li:hover {
        background-color: #7634E7;
        color: #fff;
    }
.mainlogo{
    padding:20px;
}

.bottom-list li{
    margin-bottom:0px!important;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}
.navbar-expand-dashboard {
    box-shadow: 0px 0px 8px 0px #d0d0d0;
}
.dropdown-toggle::after {
    color: #5D28B7;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 25px;    
}
.time{
    font-size:12px;
    color:black;
    font-weight:400;
}
.f-letter {
    color: black;
    background-color: #ED6715;
    height:26px;
    width:26px;
   font-size:12px;
   font-weight:700;
   border-radius:50%;
   text-align:center;
   display:flex;
   align-items:center;
   justify-content:center;
   margin:5px 10px;
   line-height:18px;
}
    .f-letter.personal{
        color:white;
        background-color:#5C27B6;
    }
    .ac-name {
        font-size: 12px;
        font-weight: 600;
        color: black;
        display: block;
    }
.ac-type {
    font-size: 12px;
    font-weight: 600;
    color: #c7bdbd;
    display:block;
}
.bg-g-purple {
    background: linear-gradient(270deg, #5D28B7 0%, #9747FF 100%);
}
.bg-g-green {
    background: linear-gradient(270deg, #04B67F 0%, #08CB8F 100%);
}
.bg-g-blue {
    background: linear-gradient(270deg, #0B9096 0%, #1CA4AA 100%);
}
.bg-g-orange {
    background: linear-gradient(270deg, #E23F56 0%, #ED6715 100%);
}
.card-t{
    color:white;
    font-size:12px;
    font-weight:400;
    margin-bottom:10px;
}
.card-value{
    color:white;
    font-weight:600;
    font-size:22px;
    margin:0px;
}
.bottom-list li{
    border-top:1px solid white;
}.btn{
     border-radius:12px;
     font-size:12px;
     font-weight:400;
 }
.btn-orange ,.btn-orange:hover{
    background-color: #EC6815;
    border-color: #EC6815;
    text-align:center;
    color:white
}.page-title{
     font-size:16px;
     font-weight:600;
     color:black;
 }
.main-text{
    font-size:14px;
    text-align:center;
}
.min-height {
    min-height: calc(100vh - 151px);
}
@media(max-width:767px) {
    .MobDashLogo {
        width: 130px;
    }
    /*  .brand-width{
        width:68%;
    }*/
    .font-size {
        line-height: 25px;
    }

    .rotate-mob {
        transform: rotate(90deg);
    }

    .navbar-about {
        padding: 1rem !important;
    }

    .closenav {
        margin: 10px 10px 0px 0px;
        position: absolute;
        top: 0;
        right: 0px;
    }

    .closeNavbar i {
        color: #fff;
        font-size: 20px;
    }

    /*.sidebar-links {
        padding: 28px 0px 10px 0px;
    }*/

    .navOpen {
        display: inline-block;
    }
    /*.bottom-list {
        position: absolute !important;
        bottom: 0px;
        width: 100%;
        padding: 0px 0px;
    }*/
    /*.bottom-list li a {
            border-top: 3px solid #fff;
            border-bottom: none !important;
        }*/
    .sidebar.show {
        display: block;
        width: 75%;
        transition: 0.5s;
        position: fixed;
        top: 0;
        box-shadow: 0px 0px 8px 0px #6b6868;
        min-height: 100vh;
        z-index: 100000000;
        max-width: 100%;
        transition: max-width 0.3s ease-in;
        visibility: visible;
        right: 0;
    }

    .sidebar {
        max-width: 0px;
        transition: max-width 0.2s ease-out;
        background-color: #5C27B6;
        visibility: hidden;
        min-height: 100vh;
    }


    .main-wrapper {
        width: 100%;
    }

    .dashboard-view {
        background-color: white;
        border-top-left-radius: 52px;
        border-top-right-radius: 52px;
        padding: 30px 25px;
        min-height: 74vh;
    }

    .content.container {
        padding: 15px !important
    }

    .navbar-nav {
        flex-direction: unset;
    }

        .navbar-nav .dropdown-menu {
            position: absolute;
        }

    .today {
        min-height: 15vh;
    }

    .navbar-expand-dashboard .openNavbar {
        color: #5C27B6 !important;
        font-size: 19px;
    }

    .dropdown-toggle::after {
        font-size: 15px !important;
    }

    .navbar-expand-dashboard .select-pro {
        color: black !important
    }

    .navbar-expand-dashboard, .navbar-expand-dashboard p, .openNavbar {
        color: white !important
    }

    .mobileTitle {
        color: #5C27B6;
        text-align: center;
        font-size: 18px;
        display: block !important;
        font-family: var(--semibold) !important;
        margin-bottom: 20px
    }
    .AddCard{
        width:280px;
    }
    .overlays {
        width: calc(100%);
    }
    .min-height{
        min-height:auto;
    }
}
div.dt-container div.dt-search label, div.dt-container div.dt-length label {
    font-size: 12px;

}
div.dt-container div.dt-length select{
    padding:10px 20px 10px 10px;
    position:relative;
}
    div.dt-container div.dt-length select:after {
        color: #5D28B7;
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "\f078";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        right: 0;
        top: 40%;
        font-size: 25px;
    }
    div.dt-container div.dt-search input {
        padding: 10px 15px;
    }
.collapse-btn.btn{
    border-radius:12px!important;
    position:relative;
    text-align:left;
    font-weight:600;
    font-size:16px;
}
.btn-blue,.btn-blue:hover {
    color: white;
    background-color: #1CA4AA
}
.collapse-btn:after {
    content: '\f077';
    font-family: FontAwesome;
    font-size: 18px;
    color: white;
    float:right
}
.collapse-btn.collapsed:after {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 18px;
    color: white;
    float:right
}
.paid {
    background-color: #02DA98;
}
.autopay {
    background-color: #ED6715;
}
.due {
    background-color: #FBC60B
}
.no {
    background-color: #3D94EC
}
.no, .paid, .autopay, .due {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 11px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    color: white;
}
small{
    font-size:10px;
}
.d-content{
    display:contents;
}

.form-floatings > .form-control:-webkit-autofill,
.form-floatings > .form-control:-webkit-autofill:hover,
.form-floatings > .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0) inset !important;
    background-color: transparent !important;
    background-clip: text;
}
.field-validation-error{
    font-size:12px;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #5C27B6;
    width: 120px;
    height: 120px;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
    left: 50%;
    position: absolute;
    top: 44%
}

.loaderdiv {
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #6c757d57;
    position: fixed;
    z-index: 9999
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.btn-eye {
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    right: 5px;
    bottom: 13px;
}
.datedash {
    position: absolute;
    top: 0;
    background: transparent!important;
    border: 0;
    cursor: pointer;
}
.dates {
    position: absolute;
    left: 2px;
    top: 15px;
    color: white;
    background-color: #9747FF;
    width: 91%;
    height: 65%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "Londrina Outline", sans-serif;
    font-weight:600;
    letter-spacing:2px;
    font-size:20px;
}
.data .dropdown .dropdown-toggle::after{
    display:none;
}
.data .dropdown .dropdown-menu{
    max-width:100px!important;
    min-width:100px!important;
}
.dashboard-list{
    list-style:none;
}

    .dashboard-list li {
        border: 0.5px solid rgba(0,0,0,.2)
    }
    .dashboard-list li:nth-child(n+1) {
        border-bottom: 0px; 
    }
        .dashboard-list li:last-child {
            border-bottom: 0.5px solid rgba(0,0,0,.2);
        }
    .dashboard-list li .date {
        color: white;
        font-size: 18px;
        font-weight: 600;
        width:33px;
        height:33px;
        padding:2px;
        background-color:#5C27B6;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center
    }
.dashboard-list li .date-text{
    color:black;
    text-transform:uppercase;
    font-weight:400;
    color:#ED6715;
}
.dashboard-list li .collapsed .date-text{
    color:black;
}
        .dashboard-list li .collapsed .date{
            background-color:transparent;
            color:black;
        }
.list-details{
    list-style:none;
}
.list-details li{
    border:0px!important; 
    margin-bottom:10px;
}
.list-details .bullet, .list-details .bullet-text{
    position:relative;
    margin:0px;
    font-weight:400;
    font-size:16px;
}
.bullet::before{
    content:"";
    position:absolute;
    left:-30px;
    top:50%;
    transform:translateY(-50%);
    width:15px;
    height:15px;
    background-color:black;
    border-radius:50%
}
.bullet.paid-bullet::before {
    background-color: #18A0A6
}
.bullet.unpaid-bullet::before {
    background-color: #E3434F
}
.bullet.due-bullet::before {
    background-color: #ff0000
}
.loginlpgo{
    width:200px;
}
.list-details li.paid-list {
    background-color: #02DA98;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}
.list-details li.due-list{
    background-color:#ff0000;
    padding:5px 10px;
    color:white;
    border-radius:5px;
}