:root{
    --black: #222222;
    --primaryColor: #3B666C;
    --primaryTextColor: #3B666C;
    --secondaryColor: #ffffff;
    --auxillaryColor: #FCCEC2;
    --secondaryPeach: #FEF0ED;
    --lightPeach: #fcf4f3;
    --transparentBackground : rgba(0,0,0,0);
    --darkGreyColor: #d9d9d9;
    --secondaryGreen:#475958;
    --green400: #9CAEAD;
    --primaryPeach: #fab4a2;
}


*{
    font-family: 'Avenir LT Pro', sans-serif !important;
}

body{
    font-size: 16px;
}

.ngn-sign{
    text-decoration-line: line-through;
    text-decoration-style: double;
    margin-right: 2px
}

.ctrl-btns{
    width: 100%;
    /* padding: 0.5em; */
    overflow: auto;
    padding-top: 2em;
    padding-bottom: 2em;
}

.ctrl-btns > div{
    float: left !important;
    margin-right: 10px;
}

.text-underlined{
    text-decoration: underline;
}

.text-light-bold{
    font-weight: 400 !important;
}

.text-xs-sm{
    font-size: 12px;
}

.full-width{
    width: 100%;
}

.header{
    padding-top: 0px;
}

.paragraph{
    font-size: 16px !important
}

.header-check{
    /* padding: 10px;
    padding-top: 12px; */
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    border: 10px solid #E1E7E6;
    border-radius: 50%;
}

.empty-list-block{
    /* padding-top: 100px; */
}

.line-height-105{
    line-height: 1.5em;
}

.nk-main{
    background-color: #fff;
}

.nk-content{
    padding: 2em;
}

.nk-block > div{
    padding: 10px;
}

.nk-header-fixed + .nk-content{
    border-radius: 10px 0px 0px 0px;
    min-height: calc(100vh - 65px);
}

.card{
    padding: 0px;
}

.card-box{
    border-radius: 5px;
}

.card-body{
    padding: 10px;
}

.card-flex{
    display: flex;
    align-content: center;
}

.card-link:hover{
    cursor:pointer
}

.card-error{
    background-color: #ffede9;
    margin-bottom: 2em;
    padding: 10px 20px;
    border: 0.5px solid red;
}

.transparent-image-overlay{
    transition: 0.5s;
}

.card-link:hover .transparent-image-overlay{
    display: block;
}

.card p{
    font-size: 12px;
}

.card .caption-header{
    font-size: 24px;
}

.card-caption{
    margin-bottom: 5px;
}

.card-box-shadow{
    box-shadow: 0.5px 0.5px 20px 10px #42424218 !important;
}

.no-box-shadow{
    box-shadow: none !important;
}

/* .box-shadow{
    box-shadow: 0.5px 0.5px 20px 10px #738bf818 !important;
} */

.card-glass{
    background-color: #eef0f7 !important;
}

.flex-display{
    display: flex;
    align-items: center;
}

.table-display{
    display: table;
}

.table-display > div{
    display: table-cell;
}

svg{
    height: fit-content;
    width: fit-content;
}

.text-dark-green{
    color: #364342 !important
}

.text-light-green{
    color: #849998 !important
}



.text-main-peach{
    color: var(--primaryPeach) !important
}

.text-italic{
    font-style: italic;
}

.text-light-bold{
    font-weight: 200;
}

.text-bold{
    font-weight: 700 !important;
}

.text-xt-bold{
    font-weight: 900 !important;
}

.text-success{
    color: #378A1A !important
}

.text-peach-brown{
    color: #7D5B52
}

.font-48{
    font-size: 48px !important
}

.font-16{
    font-size: 16px !important;
}

.profile-biodata > div{
    padding-bottom: 10px
}

.bg-grey{
    background-color: #f5f5f5;
}

.bg-grey-100{
    border: 0px !important;
    background-color: #E1E7E6 !important;
}

.bg-primary{
    background-color: var(--primaryTextColor);
}

.bg-light-peach{
    background-color: var(--secondaryPeach);
}

.light-grey-bg{
    background-color: #F9F9F9
}

.bd-green{
    border: 1px solid var(--green400)
}

.bg-dark-grey{
    background-color: var(--green400);
}

.form-modal .modal-body{
    padding: 3em 4em;
}

.form-modal .modal-footer{
    padding-left: 3em;
    padding-right: 3em;
}

.modal-body .caption-header, .caption-header{
    color: var(--primaryTextColor);
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 1em
}

.modal-cancel-btn{
    position: absolute;
    top: 32px;
    right: 32px;
    background-color: #9F9F9F;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
}

.modal-cancel-btn:hover{
    background-color: var(--primaryPeach);
    cursor: pointer;
}

.loading-modal{
    background: rgba(89, 111, 110, 0.05);
    background-color: rgba(245, 255, 255, 0.7);
    mix-blend-mode: normal;
    backdrop-filter: blur(9px);
    /* background: radial-gradient(116.18% 118% at 50% 100%, rgba(59, 102, 108, 0.08) 0%, rgba(32, 91, 100, 0.08) 50%, rgba(241, 244, 253, 0.056) 100%) */
}

.grid-list-block{
    display: flex;
    flex-flow: row wrap;
}

.grid-list-block > div{
    padding: 10px;
}

.image-background-card > div{
    position: absolute;
}

.image-background-card > div, .image-background-card > img{
    border-radius: 10px;
}

.image-background-card-caption{
    bottom: 1em; 
    padding: 10px
}

.card-header-image{
    display: block;
    height: 75px;
    background-size: cover;
}

.card-notification{
    padding: 1em 2em;
}

.card-danger{
    background-color: var(--lightPeach);
}

.circled-icon{
    padding: 15px;
    border-radius: 50%;
}

.box-shadow{
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.08);
}

.grid-list-item{
    padding: 10px;
}

.bd-radius-sm{
    border-radius: 5px;
}

.bd-radius-md{
    border-radius: 10px;
}

.grid-list-item > div{
    padding: 0px;
    background-color: #000;
}

.grid-list-item-caption{
    padding: 20px;
    bottom: 0px;
    height: 100%;
    border: 1px solid;
    position: relative;
}
.grid-list-item-caption > div{
    position: absolute;
    bottom: 0px;
}
.list-item-caption-header{
    font-weight: 600;
    font-size: 20px;
    color: var(--primaryTextColor)
}
a, a:not(.unvisited):not(.btn):visited, a:not(.unvisited):not(.btn) {
    color: var(--primaryTextColor)
}

.error.card{
    padding: 16px;
    margin-bottom: 1.5em;
    background-color: #fbeae6;
    color: red;
    font-size: 16px;
}

.error.card p {
    font-size: 16px;
    margin:0px;
    padding: 0px
}

.sm-icon.circled-icon svg{
    height: 24px;
    width: 24px;
}

.sm-icon.circled-icon{
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.btn{
    text-transform: unset;
    font-size: 16px;
    font-weight: 400;
    transition: 0.5s;
    display: block;
    padding: 15px 20px;
}

.btn:hover{
    background-color: var(--primaryTextColor);
    color: #fff;
}

.btn-main{
    padding: 15px 20px;
}

.btn-sm{
    padding: 5px 10px !important;
    font-size: 14px;
}

.btn-white-bg, .btn-white-bg:hover {
    border: 1px solid var(--primaryTextColor);
    background-color: #fff;
    color: var(--primaryTextColor) !important;
}

.btn-white-bg:hover{
    background-color: var(--darkGreyColor) !important;
}

.btn-blue-bg{
    background-color: var(--primaryTextColor);
    border: 1px solid var(--primaryTextColor);
    color: #fff;
}

.btn-blue-bg:hover{
    background-color: #222222 !important;
    border: 1px solid #222222
}

.btn-danger:hover{
    background-color: rgb(144, 6, 6);
}

.btn-grey-bg{
    background: #E1E7E6 !important;
    color: #475958 !important;
}

.btn-grey-bg:hover{
    border: 1px solid #475958;
}

.btn-green-bd{
    border: 1px solid #596F6E;
    background-color: #fcfcfc;
    color: #596F6E !important
}
.btn-green-bd:hover{
    background-color: #f2f2f2;
    border: 1px solid #596F6E;
    color: var(--primaryColor);
}

.btn-peach-bg{
    background-color: var(--auxillaryColor);
    border: 1px solid var(--auxillaryColor);
    color: #000;
}

.btn-peach-bg:hover{
    background-color: #222222 !important;
    border: 1px solid #222222
}

.bg-light-peach{
    background-color: #FEF0ED
}

.bg-light-grey{
    background-color: #e0e3e3;
}

.grey-bd{
    border: 1px solid var(--green400)
}

.bg-warning{
    background-color: #D9B14E !important;
    color: #fff;
    /* color: #424242 !important */
}

.add-button{
    padding: 0px 15px;
    background-color: var(--primaryTextColor);
    color: #fff;
    font-size: 32px;
    width: fit-content;
    /* width: 40px; */
    /* height: 40px; */
    margin: auto;
    border-radius: 10px;
}

.image-background-card {
    padding: 0px;
    height: 100%;
    position: relative;
}
.image-background-card > div{
    padding: 10px;
}

.focused-list-item{
    background-color: var(--lightPeach)
}
.list-item:hover{
    cursor: pointer;
}

.fit-content{
    width: fit-content;
}

.on-bottom{
    border-bottom: 2px solid #47595833;
    border-radius: 0px;
}

label{
    margin-bottom: 0px;
    color: var(--primaryTextColor);
}

.text-dark-grey{
    color:#596F6E !important;
}

.text-warning{
    color: #D9B14E !important;
}

.form-control{
    background-color: #f6f6f6;
    height: fit-content !important;
    padding: 12px 20px;
    font-size: 16px;
    margin-top: 0.75em;
    margin-bottom: 1.8em;
}

.form-control:focus, input[type="text"]{
    outline: none;
}

.form-control.white-bg{
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
    padding: 12px 24px;
}

.error-block{
    font-style: italic;
}

select{
    appearance: menu !important;
    -webkit-appearance: menu !important;
}

.btn{
    padding: 12px 25px;
}

.btn:visited{
    color: #fff;
}

.text-w400{
    font-weight: 600 !important;
}

.flow-indicator-block > div{
    width: calc(100%/7);
    float: left;
}

.step-indicator > div{
    border-radius: 50%;
    padding: 10px 20px;
    width: min-content;
    margin: auto;
    border: 1px solid var(--primaryTextColor);
    /* background-color: #fee4de; */
}

.step-line{
    padding-top: 22px;
}

.step-line > div{
    height: 1px;
    background-color: var(--primaryTextColor);
    display: block;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
}

.progress-container::before {
    content: ""; /* Mandatory with ::before */
    background-color: var(--primaryTextColor);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: -1;
}

.progress {
    background-color: var(--auxillaryColor);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 4;
    transition: 0.4s ease;
}

.incomplete{
    background-color: var(--primaryTextColor);
    width: 100%; 
    z-index: 2; 
    height: 2px
}

.line-through{
    text-decoration: line-through;
}

.circle {
    background-color: #fff;
    color: var(--primaryTextColor);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--primaryTextColor);
    transition: 0.4s ease;
    z-index: 5;
}

.circle.completed {
    background-color: var(--auxillaryColor) !important;
}

.circle.active, .circle.completed{
    border: 3px solid var(--auxillaryColor);
}

.circle-25{
    height: 40px;
    width: 40px;
}

.circle-20{
    height: 30px;
    width: 30px;
}

.flex-display {
    display: flex;
    align-content: center;
}

.row-flex{
    flex-direction: row;
    align-items: center;
}

.justify-center{
    justify-content: center;
}

.flex-display .card, .flex-display > div{
    /* height: 100%; */
}

.transaction-list-item:hover{
    border: 1px solid #343B4A;
}

.centre-align{
    align-items: center;
    justify-content: center;
}

.bg-peach{
    border: 0px;
    background-color: #fae1da;
}

.top-tab-bar > ul{
    list-style-type: none;
}

.top-tab-bar li{
    display: inline-block;
    margin-right: 10px
}

.top-tab-nav-item > a {
    padding: 10px;
    display: block;
}

.top-tab-nav-item > a:hover{
    border-bottom: 1px solid var(--primaryTextColor)
}

.top-tab-nav-item.active{
    border-bottom: 4px solid var(--auxillaryColor);
    z-index: 10;
    font-weight: bold;
}

.settings-sub-block{
    border-bottom: 1px solid #c2c2c2
}
.settings-sub-block .caption-header{
    font-size: 24px;
    font-weight: 400
}

.passport img{
    border-radius: 50%;
}

.margin-left-auto{
    margin-left: auto;
}

.dropdown-menu{
    max-height: 80vh;
    overflow: auto;
}

.dropdown-inner .caption-header{
    font-size: 18px;
}

.transparent-image-overlay{
    height: 100%; 
    display:block;
    position: absolute;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
}

.no-display{
    display: none;
}

.notification-modal h1{
    margin-top: 1em;
    margin-bottom: 0em;
    font-weight: bold
}

.notification-modal p{
    font-size: 18px;
}

.empty-list-block{
    padding-top: 1em;
}

.empty-list-block svg{
    height: 300px;
    width:auto;
}

.sm-header{
    font-size: 20px !important;
}

.caption-header.main-header{
    font-size: 24px;
}

.toggle-block{
    display: block;
    height: fit-content;
    width: 60px;
    border-radius: 25px;
    background-color: #e6e6e6;
    padding: 5px;
    transition: 0.5s;
}

.toggle-block:hover{
    cursor: pointer;
}

.toggle-block > div{
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: var(--green400);
    transition: 0.5s;
}

.toggle-block.active{
    background-color: #378A1A;
}

.toggle-block.active > div{
    background-color: #fff;
    transform: translateX(25px);
}

.width-content{
    width: fit-content;
}

.width-100{
    min-width: 100%
}

.justify-content{
    justify-content: space-between;
}

.icon-card-link:hover p{
    text-decoration: underline;
}

.rotate-right{
    -ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(20deg);
}

.pd-left-1{
    padding-left: 1em;
}

.pd-right-1{
    padding-right: 1em;
}

.card-label{
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.card-label.label-sm{
    font-size: 12px;
}

.bg-blur{
    background: rgba(89, 111, 110, 0.05);
    mix-blend-mode: normal;
    backdrop-filter: blur(9px);
}

input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    background-color: #d9d9d9;
    margin: 0;
    font: inherit;
    color: var(--primaryColor);
    border: 0px;
    border-radius: 4px;
    width: 28px;
    height:28px;
    margin-right: 10px;
    display: grid;
    place-content: center;
}

input[type="checkbox"]:checked{
    background-color: var(--primaryColor);
}

input[type="checkbox"]::before{
    content: "";
    width: 15px;
    height:15px;
    transform: scale(0);
    transition: 0.12s transform ease-in-out;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before{
    transform: scale(1) rotate(10deg) translateX(-1.5px) translateY(-2px);
    border-radius: 4px;
    background-color: var(--secondaryColor);
}

.text-normal{
    font-weight: 400;
}

.card .text-bg{
    font-size: 14px;
}

#dashboardCTAModalBody .transaction-list-item{
    padding: 1em;
}

#dashboardCTAModalBody .card-inner{
    padding: 0px !important;
}

#dashboardCTAModalBody .caption-header{
    font-size: 18px !important;
}

.table th, .table td, .table-striped tr td th{
    padding: 15px !important;
}

.table-span{
    width: fit-content;
}

.table-option{
    display: flex;
    padding: 0px 6px;
    border-radius: 28px;
    align-items: center;
    margin: auto;
    transition: 0.5s;
    margin-top: -2px;
    /* border: 1px solid rgba(0,0,0,0); */
    border: 1px solid var(--primaryColor);
}
.table-option:hover{
    background-color: var(--darkGreyColor);    
    cursor: pointer;
}

.social-btns{
    justify-content: space-between;
}

.pending-status{
    color: #0a505c !important;
    background-color: #aaedf9 !important;
}

.social-btns > div{
    width: 48.5%;
}

.bg-green{
    background-color: #33a808 !important;
}
.sm-row-flex{
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 767px){
    .navbar-brand > img{
        height: 50px;
    }
    .nk-sidebar-fat + .nk-wrap, .nk-sidebar-fat + .nk-sidebar-overlay + .nk-wrap{
        padding-left: 0px;
    }

    .nk-header-fixed + .nk-content{
        border-radius: 10px;
        padding: 0em;
        padding-top: 2em;
    }

    .nk-block > div{
        padding: 10px 0px
    }

    .caption-header{
        font-size: 20px
    }

    .card-receipt .caption-header, .card-list-header{
        font-size: 16px !important
    }

    .ctrl-btn{
        width: 100% !important;
    }

    .text-sm-regular{
        font-size: 14px;
    }

    .flex-display{
        flex-wrap: wrap;
    }

    .btn-main-sm{
        padding: 8px 20px;
    }

    .card-list-header-block{
        /* width: calc(100% - 50px); */
    }
    
    .empty-list-block svg{
        height: 200px;
        width:auto;
    }

    .sm-header{
        font-size: 14px !important;
    }

    .form-control{
        padding: 15px 20px;
        font-size: 16px;
        margin-top: 0.4em;
        margin-bottom: 1.2em;
    }

    .sm-mt-0{
        margin-top: 0px !important;
    }

    .sm-mt-1{
        margin-top: 1em !important;
    }

    .sm-mb-0{
        margin-bottom: 0em !important;
    }
    .sm-mb-1{
        margin-bottom: 1em !important;
    }
    .sm-mb-2{
        margin-bottom: 2em !important;
    }

    .sm-no-display{
        display: none;
    }

    .sm-px-0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .sm-row-flex{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .sm-row-flex > div{
        align-self: center;
        padding-right: 0.75em
    }

    .text-sm-center{
        text-align: center;
    }

    .card-notification{
        padding: 8px 16px !important;
    }
}
@media (min-width: 576px){
    .modal-md {
        max-width: 600px;
    }
    .sm-no-display{
        display: block;
    }
}
@media (max-width: 576px){
    .sm-no-display{
        display: none;
    }

    .sm-display{
        display: block
    }
}

@media only screen and (min-width: 1220px){
    body{
        font-size: 18px;
    }

    .btn{
        padding: 15px 20px;
        font-size: 16px !important;
        border-radius: 5px
    }   
    .btn-sm{
        padding: 5px 10px !important;
        font-size: 14px !important;
    }

    .form-control{
        padding: 15px 20px;
    }

    .font-32{
        font-size: 36px !important;
    }
    
    #dashboardCTAModalBody .transaction-list-item{
        padding: 2em;
    }
    
    #dashboardCTAModalBody .card-inner{
        padding: 0.5em !important;
    }
    
    #dashboardCTAModalBody .caption-header{
        font-size: 24px !important;
    }

}