.dashboard-layout{
    /* padding-left: 3.125rem; */
    /* min-height: 100vh; */
    background-image: url(../images/login-back.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar-admin, .dashboard-layout{
    /* width */
    ::-webkit-scrollbar {
        width: 4px;
    }
      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: #ddd;
        border-radius: 3px;
      }
      
      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
        background: #ddd;
        border-radius: 4px;
      }
    }
.dashboard-layout .back-color:before{
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 11.25rem;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(0deg, #5DCCC9 -67.39%, #17375E 100%), #FFF;
    transition-property: opacity, height;
    transition: 0.4s linear;
    transition-timing-function: ease-in;
    z-index: 0;
}
.dashboard-layout .right-dashboard.scrolled::before{
    content: none;
}
.dashboard-layout .sidebar-admin{
    border: 1px solid #CDD5DC;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 5;
    transition: all ease-in-out .5s;
    position: sticky;
    transition: 0.4s linear;
    transition-timing-function: ease-in;
    height:100vh ;
    border-radius: 0px 30px 30px 0px;
    background: #0F3A49;
}
.dashboard-layout .right-dashboard{
    height: 100vh;
    overflow-y: scroll;
    padding: 1rem 1.875rem 2.2rem;
    position: relative;
    width: 100%;
}
.sidebar-admin.ps-collapsed {
    width: 6.438rem !important;
    flex-shrink: 0;
    min-width: 94px !important;
}
.dashboard-layout .sidebar-admin>div{
    background-color: transparent;
}
.sidebar-admin .logo-head{
    padding: 1.875rem 0 1.25rem;
    margin: 0 1.25rem;
    border-bottom: 1px solid #D9D9D9;
    /* border-style: double; */
    position: relative;
}
.sidebar-admin .logo-head::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    background-color: #fff;
}
.sidebar-admin .logo-head img{
    height: 3.313rem;
    width: auto;
    object-fit: contain;
}
.sidebar-admin nav{
    padding: 5rem 0 1rem;
}
.sidebar-admin nav a{
    padding: 0.563rem 1.875rem !important;
    height: auto !important;
    margin-bottom: 1.25rem;
    color: #fff !important;
    text-align: left;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.sidebar-admin nav a:hover{
    background: #234652 !important;
    background-color: #234652 !important;
}
.sidebar-admin nav a:hover::before{
    content: '';
    height: 100%;
    width: 5px;
    border-radius: 0px 10px 10px 0px;
    background: var(--Color-2, #ED1C24);   
    display: block;
    position: absolute;
    left: 0;
    top: 0; 
}
.sidebar-admin nav a:hover img{
    background:#0F3A49 ;
}
.sidebar-admin nav a svg, .sidebar-admin nav a img{
    stroke: #fff;
    height: 46px;
    object-fit: contain;
    margin-right: 1rem;
    border-radius: 10px;
    background: #234652;
    padding: 9px;
    width: 46px;
}
.sidebar-admin nav a img.white{
    display: none;
}
.sidebar-admin nav a img.blue{
    display: inline-block;
}
.sidebar-admin nav a:hover img.white{
    display: inline-block;
}
.sidebar-admin nav a:hover img.blue{
    display: none;
}
.sidebar-admin nav .logout-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.875rem 0rem;
}
.sidebar-admin nav .logout-btn a{
    color: #E34747;
}
.sidebar-admin nav .logout-btn a:hover{
    background: transparent;
}
@media (max-width:1200px){
    .sidebar-admin.ps-collapsed {
        min-width: 88px !important;
    }
}
@media (max-width:991px){
    .sidebar-admin nav .logout-btn {
    position: relative;
    padding: 0rem;
}
    .dashboard-layout .sidebar-admin{
        height: 100vh;
        position: fixed;
        margin-top: 0;
        display: block;
        left: 0;
        top: 0;
        border-radius: 0;
        border-color: transparent;
        /* box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; */
        box-shadow: 8px 0 5px -2px rgba(0, 0, 0, 0.06);
    }
    .dashboard-layout .ps-collapsed{
        display: none;

    }
    .dashboard-layout{
        padding-left: 0rem;
        min-height: 100vh;
        /* padding: 1rem; */
    }
    .dashboard-layout .right-dashboard{
        padding: 1rem 1rem 4rem;
    }
  
}
@media (max-width:768px){
    .sidebar-admin nav a svg, .sidebar-admin nav a img{
        height: 40px;
        width: 40px;
    }
}
/* ===================== header code starts ===================== */
.admin-header .collapse-btn{
    position: fixed;
    left: 75px;
    z-index: 6;
    bottom: 10rem;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    transition: 0.4s linear;
    transition-timing-function: ease-in;
    transform: rotate(180deg);
}
.admin-header .collapse-btn.add-side-btn{
    left: 232px;
    transform: rotate(0deg);
}
.admin-header .collapse-btn img{
    max-height: 3rem;
}
.admin-header{
    /* margin-left: 1.875rem; */
    /* padding: 0 1.2rem; */
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    right: 0;
    margin: 0  auto 1rem;
    background: transparent;
    border-radius: 10px;
}
.dashboard-layout .right-dashboard.scrolled .admin-header{
    background: #0F3A49;
    padding: 0 1rem;
}
.dashboard-layout .right-dashboard.scrolled .admin-header .heading-header{
    color: #fff;
}
.dashboard-layout .right-dashboard.back-color .admin-header{
    background: transparent;
}
.admin-header .heading-header{
    margin-bottom: 0;
    font-style: normal;
    color: var(--Color-1, #0F3A49);
    font-size: 2.188rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family:'Neutra Text Bold', sans-serif;
}
.admin-header .heading-header span{
    color: var(--Color-2, #ED1C24);
}
.admin-header .header-right{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-right: 190px;
}

.admin-header .admin-profile{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1.688rem;
    border-radius: 15px;
    border: 1px solid var(--Color-2, #ED1C24);
    background: #FFF;
    min-width: 20rem;
}
.admin-header .admin-profile img, .admin-header .admin-profile .face-name{
    height: 3.2rem;
    width: 3.2rem;
    background-color: #DE9B9C;
    padding: 0.625rem;
    border-radius: 50%;
    color: #000;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-header .admin-profile h6{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 100% */
    margin-bottom: 0;
}
.admin-header .admin-profile p{
    color: #FFF;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.625rem; /* 100% */
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
@media (max-width:1200px){
    .admin-header .collapse-btn {
        left: 71px;
    }
}
@media (max-width:991px){
    .admin-header .collapse-btn{
        position: relative;
        left: auto;
        bottom: auto;
        border: 1px solid #ddd;
        border-radius: 50%;
    }
    .admin-header{
        z-index: 4;
        margin: 1.5rem auto 3rem;
    }
    .admin-header .collapse-btn.add-side-btn{
        left: auto;
    }
.admin-header .header-right {
        gap: 1rem;
        padding-right: 0;
    }
}
@media (max-width:768px){
    
    .admin-header .notification-dropdown .dropdown-menu {
        min-width: 25rem;
    }
    .admin-header .admin-profile{
        min-width: auto;
        padding: 0.625rem 1rem;
    }
    .admin-header .collapse-btn img {
    max-height: 2.2rem;
}
}

@media (max-width:576px){
    .admin-header .heading-header{
        font-size: 1.4rem;
    }
    .admin-header .header-right {
        gap: 0.3rem;
    }
    .admin-header .admin-profile{
        max-width: 13rem;
        gap: 0.4rem;
        padding: 0.6rem;
    }
    .admin-header .admin-profile h6{
        font-size: 1rem;
    }
    .admin-header .admin-profile img, .admin-header .admin-profile .face-name{
        height: 3rem ;
        width: 3rem;
    }
}


/* ================= footer code starts ================= */
.footer-sec{
    border-radius: 15px 15px 0px 0px;
    background: #0F3A49;
    position: fixed;
    bottom: 0;
    left: 6%;
    width: 90.5%;
    padding: 0.781rem;
    right: 0;
    margin: auto;
}

.footer-sec ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 2.875rem;
    justify-content: end;
}
.footer-sec ul li{
    list-style: none;
}
.footer-sec ul li a{
    color: #FFF !important;
    text-decoration: none;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: normal;
}
@media (max-width:991px){
    .footer-sec {
        border-radius: 15px 15px 0px 0px;
        background: #0F3A49;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0.781rem;
        right: 0;
        margin: auto;
    }
    .footer-sec ul{
        justify-content: center;
    }
}
/*==================== dashboard code starts ====================*/
.dash-header{
    border-radius: 12px;
    background: #E21922;
    padding: 1.5rem 2.5rem;
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.188rem;
}
.key-info-box{
    border-radius: 12px;
    background: #FFF;
    padding: 2.125rem 2.25rem;
    margin-bottom: 2rem;
    max-height: 77vh;
    overflow-y: scroll;
}
.key-info-box.remove-scroll{
    max-height: 100%;
    overflow-y: auto;
}
.key-info-box .main-head{
    color: #000;
    font-size: 2rem;
    margin-bottom: 1.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.key-info-box .bold-text{
    color: #000;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.688rem;
    font-family:'Neutra Text Bold', sans-serif;
}
.key-info-box .common-para{
    color: #000;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.9rem; /* 113.636% */
    margin-bottom: 1.875rem;
    background-color: white;
    /* font-family:'Neutra Text Tf', sans-serif; */
}
.key-info-box .generate-box .common-para{
    max-width:25rem ;
}
.key-info-box .common-para.light-decoration{
    color: #0F3A49;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
.key-info-box .common-btn{
    border-radius: 6px;
}
.key-info-box .common-btn img{
    /* height: 2.588rem; */
    margin-left: 0;
    margin-right: 0.5rem;
}
.outer-head{
    color: #000;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.25rem;
}
.key-info-box .security-image img{
    max-height: 16rem;
    object-fit: contain;
}
@media (max-width:768px){
    .key-info-box{
        padding: 1rem;
        /* max-height: 82vh; */
        max-height: auto;
    }
}
/*=============== update digichek key scurity option ===============*/
.digichek-option{
    margin-bottom: 1.6rem;
}
.digichek-option p{
    color: #000;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.563rem;
}
.digichek-option .inner-option{
    display: flex;
    align-items: center;
    gap: 1.375rem;
    justify-content: start;
}
.digichek-option .inner-option.pas-digi-eye>div{
    width: 100%;
}
.digichek-option .inner-option.pas-digi-eye p{
    /* justify-content: space-between; */
    position: relative;
}
.digichek-option .inner-option.pas-digi-eye p i{
    position: absolute;
    right: 0;
    top: 0;
}
.digichek-option .inner-option .form-check-input{
    height: 1.125rem;
    width: 1.125rem;
    border-radius: 2px;
    border: 1px solid #000;
    flex-shrink: 0;
}
.digichek-option .inner-option .form-check-input:checked{
    background-color: #E21922;
    border-color: #E21922;
}
.digichek-option .inner-option .form-check-input:focus{
    box-shadow: none;
}
.digichek-option .inner-option label{
    color: #000;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.875rem; /* 248% */
}
.digichek-option .inner-option .form-check{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.digichek-option .answer-text{
    color: #5C5C5C;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    padding-left: 1.30rem;
    line-height: 2rem; /* 248% */
    margin-bottom: 1rem;
}
.delete-btn{
    background: none;
    background-color: none;
    border:none  !important;
    outline: none !important;
    box-shadow: none !important;
}
.success-img img{
    max-width: 22rem;
}
.success-img h2{
    color: #000;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem; /* 133.333% */
    margin-bottom: 0.938rem;
    font-family:'Neutra Text Bold', sans-serif;
}
.success-img p{
    max-width: 38rem;
    margin: auto;
}
@media (max-width:768px){
    .digichek-option .inner-option label{
        line-height: 2.2rem;
    }
}
/*============ common modal code starts ============*/
.common-modal .modal-dialog{
    max-width: 48rem;
}
.common-modal.max-modal-width .modal-dialog{
    max-width: 65rem;
}
.common-modal.max-modal-width .modal-body{
    max-height: 446px;
    overflow-y: scroll;
}
.common-modal .modal-content{
    border-radius: 20px;
    background: #FFF;
    border-top: 14px solid #ED1C24;
}
.common-modal.remove-top-border .modal-content{
    border-top-color: transparent;
}
.common-modal .modal-body{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
.common-modal .modal-footer{
    border-top: none;
    padding-bottom: 2rem;
}
.common-modal .common-btn{
    border-radius: 6px;
}
.common-modal .modal-content .modal-header{
    background-color: #fff;
    border-radius: 0;
    padding-top:0 ;
    border-bottom: none;
    min-height: 2.2rem;
}
.common-modal .modal-header .btn-close{
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.common-modal .modal-header .btn-close:focus{
    box-shadow: none;
}
.common-modal .delete-icon{
    height: 6.25rem;
    width: 6.25rem;
    background-color: #ED1C24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:  -46px auto 0;
}
.common-modal .delete-icon img{
    max-height: 3.125rem;
}
.common-modal .inner-modal h5{
    color: #000;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.64px;
    text-align: center;
    margin-bottom: 1rem;
    font-family:'Neutra Text Bold', sans-serif;
}
.common-modal .inner-modal p{
    color: #000;
    text-align: center;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 30.8px */
    letter-spacing: -0.44px;
    margin-bottom: 2.5rem;
}

.common-modal .inner-modal h6{
    color: #000;
    text-align: center;
    font-size: 1.750rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 30.8px */
    letter-spacing: -0.44px;
    margin-bottom: 2.5rem;
}
.common-modal .common-btn{
    min-width: 14rem;
}
.danger-input{
    background:#ffe5e5 ;
}
.danger-input button{
    background-color: #E21922;
    color: #fff;
    padding: 4px 20px;
    border-color: transparent;
    font-size: 1rem;
    font-weight: 600;
    outline: none;
    border-radius: 12px;
}
.danger-input button:hover{
    background-color: #E21922;
}
.red-text-dev{
    color: #E5262B;
    font-size: 1.5rem;
    font-weight: 500;
}

.dull-text{
    color: #555454;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.9rem; /* 113.636% */
    background-color: white;
}
.setting-edit-profile{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.setting-edit-profile button:active, .setting-edit-profile button:focus{
    box-shadow: none;
}
.modal-content .dropdown-form .dropdown-toggle::after {
    position: absolute;
    top: 1.6rem;
    right: 1rem;
}
.modal-content .dropdown-form .dropdown-menu{
    right: 0 !important;
}
.modal-content .dropdown-menu{
    width: 100%;
    border-radius: 12px;
}
.modal-content .dropdown-menu a{
    color: #000;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height:    1.5rem; /* 113.636% */
    padding: 0.8rem 0.938rem;
}
.modal-content .dropdown-menu a:hover{
    background-color: #0F3A49;
    color: #fff;
}