:root{
    --color1: #f6f6f6;
    --color2: #ececec;
    --color3: #030427;
    --color4: #010020;
    --color5: #09e4d9;
    --color5a: rgba(9, 228, 217, 0.3);
    --color6: #1758e6;
    --color7: #f4f7fa;
    --color8: #010001;
    --color9: #2eca6a;
    --color10: #24262B;
}
*{
    font-family: "Inter", sans-serif;
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
}

/*
General
 */
.center-xy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}
a.cstm1{
    color: var(--color4);
    text-decoration: none;
}
a.cstm1:hover, a.cstm1:focus{
    color: var(--bs-link-hover-color);
}
.btn.cstm1{
    border-radius: 0.5rem;
}
.btn.cstm1.btn-primary{
    box-shadow: none;
    background: var(--color5)!important;
    border: 1px solid var(--color5);
}
.btn.cstm1.btn-primary:hover{
    opacity: 0.8;
}
.btn.cstm1.btn-primary:focus{
    box-shadow: none;
}
.btn.cstm1.btn-outline-primary{
    box-shadow: none;
    border: 1px solid var(--color5);
    color: var(--color5)!important;
}
.btn.cstm1.btn-outline-primary:hover, .btn.cstm1.btn-outline-primary:focus{
    background: var(--color5)!important;
    color: #fff!important;
}
.text-bg-success{
    background-color: #2eca6a!important;
}
.text-bg-error{
    background-color: #dc3545!important;
}
.toast .icon{
    width: 1.25rem;
    height:1.25rem;
    border-radius: 0.375rem;
    position: relative;
}
.dropdown-menu.custom{
    border: 1px solid var(--color1);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
}
.dropdown-menu.custom .dropdown-item{
    font-size: 12px;
}
.dropdown-menu.custom .dropdown-divider{
    border-top: 1px solid var(--color1);
}
.modal.custom .modal-content{
    border-radius: 0.5rem;
    border: none;
}
.breadcrumb{
    background: transparent;
    margin: 0;
}
.breadcrumb .breadcrumb-item::before {
    content: "-";
}
.breadcrumb .breadcrumb-item:first-of-type::before{
    content: none;
}
.breadcrumb .breadcrumb-item.active {
    opacity: 0.8;
}
.custom-scroll::-webkit-scrollbar {
    width: 3px;
}
.custom-scroll::-webkit-scrollbar-track {
    border-radius: 0;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #7f7f7f;
    border-radius: 0;
}
.icon-wrap{
    border-radius: 0.5rem;
    box-shadow: none;
    width: 35px;
    height: 35px;
    background: var(--bg);
    position: relative;
}
.icon-wrap img{
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
Auth
 */
#auth-wrapper{
    background: var(--color1);
    height: 100%;
    overflow: auto;
}
#auth-wrapper .logo-wrap{

    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
}
#auth-wrapper .logo-wrap img{
    width: 80px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 0.3rem solid var(--color1);
}
#auth-wrapper .card.custom{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    margin-top: -40px;
}
#auth-wrapper .content{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
}

/* Cards */
.card.custom{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #fff;
}
.info-cards .card{
    border-radius: 0;
    border-bottom: 1px dashed var(--color1);
}
.info-cards .card:first-of-type{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.info-cards .card:last-of-type{
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom: none;
}
.info-block{
    background: rgba(88, 70, 249, 0.05);
    padding: 0.5em;
    border-radius: 0.5em;
}
.info-block .row div[class*="col"]{
    border-right: 0.1em dashed var(--color2);
}
.info-block .row div[class*="col"]:last-of-type{
    border-right: none;
}
.info-block h6{
    font-weight: 600;
    font-size: 12px;
}
.info-block p{
    margin: 0;
    font-size: 12px;
    opacity: 80%;
}
.info-blocks .info-block{
    border-radius: 0;
    border-bottom: 1px dashed rgba(88, 70, 249, 0.2);
}
.info-blocks .info-block:first-of-type{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.info-blocks .info-block:last-of-type{
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom: none;
}
.info-blocks .info-block img {
    width: 30px;
}


/*
Fonts
 */
.font-inter{
    font-family: "Inter", sans-serif;
}
.fs-09{
    font-size: 0.9em;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24 {
    font-size: 24px;
}
.fs-26 {
    font-size: 26px;
}
.fs-30 {
    font-size: 30px;
}
.fs-40{
    font-size: 40px;
}
.fw-700{
    font-weight: 700;
}
.fw-600{
    font-weight: 600;
}
.fw-500{
    font-weight: 500;
}

/*
Forms
 */
.form-errors{
    display: none;
    padding-left: 1rem!important;
    margin-left: 0!important;
    margin-bottom: 0!important;
}
.form-errors.shown{
    display: block;
}
::placeholder{
    font-size: 13px;
    color: var(--color3)!important;
}
.form-label{
    font-family: "Inter", sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    color: var(--color4);
}
input.form-control, select.form-select, textarea.form-control{
    border: 1px solid var(--color2);
    font-size: 13px;
    border-radius: 0.5rem;
    font-family: "Inter", sans-serif;
    color: var(--color3)!important;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
input.form-control:hover, select.form-select:hover, textarea.form-control:hover, input.form-control:focus, textarea.form-control:focus, select.form-select:focus {
    border: 1px solid var(--color2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.input-group.cstm1{
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
}
.input-group.cstm1:hover{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.input-group.cstm1 .input-group-text{
    background: #fff;
    border: 1px solid var(--color2);
    border-right: none;
    border-radius: 0.5rem 0 0 0.5rem;
}
.input-group.cstm1 input.form-control{
    border-left: none;
    padding-left: 0;
    box-shadow: none;
}
.input-group.cstm1.pswd input.form-control{
    border-right: none;
}
.input-group.cstm1.pswd .pswd-toggle{
    border-right: 1px solid var(--color2);
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    cursor: pointer;
}
.input-group.cstm1.b .input-group-text{
    background: var(--color5);
    color: #fff;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 1px solid var(--color5);
}

.form-check-input:checked {
    background-color: var(--color5);
    border-color: var(--color5);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem var(--color5a);
}

/*
Tables
 */
.table.custom{
    background: rgba(88, 70, 249, 0.05);
    overflow-y: visible;
    border-radius: 0.5em;
}
.table.custom tr{
    border: 1px solid rgba(88, 70, 249, 0.1);
}
.table.custom th{
    color: var(--color3);
}
.table.custom td{
    opacity: 80%;
}
.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}

/*
Navs
 */
.nav-tabs.custom{
    border-bottom: none;
}
.nav-tabs.custom .nav-link{
    border: none;
    border-bottom: 2px solid transparent;
    opacity: 0.7;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color8);
}
.nav-tabs.custom .nav-link.active{
    background: 0 0;
    border-bottom: 2px solid var(--color5);
    opacity: 1;
    color: var(--color5);
}

/*
Dashboard
 */
#dashboard-wrapper {
    height: 100%;
    background: var(--color7);
}
#dashboard-wrapper #sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: none;
    padding-left: 220px;
    background: rgba(0,0,0,0.5);
}
#dashboard-wrapper #sidebar {
    position: fixed;
    height: 100%;
    width: 220px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    display: flex;
    flex-direction: column;
}
#dashboard-wrapper #sidebar.sm-shown {
    left: 0;
}
#dashboard-wrapper #main-bar {
    position: fixed;
    height: 100%;
    width: calc(100vw - 220px);
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
}
#dashboard-wrapper #content {
    flex: 1;
    overflow: auto;
    z-index: 1;
}
#dashboard-wrapper #footer {
    z-index: 2;
    background: #fff;
    padding: 8px 0;
}
#dashboard-wrapper #footer .lnk{
    text-decoration: none;
    text-align: center;
}
#dashboard-wrapper #footer .lnk img{
    width: 20px;
}#dashboard-wrapper #footer .lnk p{
    font-size: 13px;
    margin-bottom: 0;
    color: var(--color4);
    opacity: 0.7;
}
#dashboard-wrapper #header{
    z-index: 2;
    background: #fff;
}
#dashboard-wrapper #header .sidebar-toggle{
    font-size: 18px;
    color: var(--color2);
    text-decoration: none;
}
#dashboard-wrapper #header .sidebar-toggle img{
    width: 18px;
}
#dashboard-wrapper #header .logo {
    height: 22px;
}
#dashboard-wrapper #header .profile-pic{
    width: 28px;
    border-radius: 0.3rem;
}
#dashboard-wrapper #header .user-area .quick-link{
    text-decoration: none;
    font-size: 12px;
    color: var(--color4);
}
#dashboard-wrapper #header .user-area .quick-link:hover{
    color: var(--bs-link-hover-color);
}
#dashboard-wrapper #header .user-area .quick-link img{
    width: 25px;
}
#dashboard-wrapper #header .pg-title{
    color: var(--color4);
}
#dashboard-wrapper #header .wallet-btn{
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
}
#dashboard-wrapper #sidebar-header{
    padding: 20px 15px;
}
#dashboard-wrapper #sidebar-header img{
    height: 25px;
}
#dashboard-wrapper #sidebar-header .sidebar-toggle{
    display: none;
    cursor: pointer;
}
#dashboard-wrapper #sidebar-content{
    flex: 1;
    overflow: auto;
    padding: 15px;
}
#dashboard-wrapper #sidebar-content .nv-item{
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 0.5rem;
    padding: 4px 15px;
}
#dashboard-wrapper #sidebar-content .nv-item.active, #dashboard-wrapper #sidebar-content .nv-item:hover{
    /*background: #e9eff6;*/
    background: var(--color8);
}
#dashboard-wrapper #sidebar-content .nv-item a{
    text-decoration: none;
    color: #393939;
    font-size: 12px;
}
#dashboard-wrapper #sidebar-content .nv-item.active a, #dashboard-wrapper #sidebar-content .nv-item:hover a{
    color: #fff;
}
/*#dashboard-wrapper #sidebar-content .nv-item.active a, #dashboard-wrapper #sidebar-content .nv-item:hover a{*/
/*    color: #a8ded9;*/
/*}*/
#dashboard-wrapper #sidebar-content .nv-item p{
    margin-bottom: 0;
    font-size: 12px;
    margin-left: 15px;
    font-family: "Abel", sans-serif;
}
#dashboard-wrapper #sidebar-content .nv-item img{
    margin-right: 10px; display: inline-block; width: 20px;
}
#dashboard-wrapper #sidebar-content .nv-item.active a, #dashboard-wrapper #sidebar-content .nv-item:hover a img{
    filter: brightness(0) invert(1);
}
/*
Media queries
 */
@media only screen and (max-width: 768px) {
    #dashboard-wrapper #main-bar{
        width: 100vw;
    }
    #dashboard-wrapper #sidebar{
        left: -220px;
    }
    #dashboard-wrapper #sidebar-header .sidebar-toggle{
        display: flex;
    }
}