/* Login & Register */
.authentication-wrapper.authentication-cover 
.authentication-inner .auth-cover-bg{
    margin: 0;
    height: calc(100vh);
    border-radius: unset;
    background-color: #051e88;
}
.informeson{
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}
.informeson h1{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.informeson h3{
    color: #fff;
    font-size: 1.1rem;
}
h3.register-text{
    text-align: center;
    color: black;
    font-size: 2rem;
    font-weight: bold;
}
p.register-text{
    text-align: center;
    color: black;
}
button.register-sign{
    background-color: #051e88;
}
.verification-code{
    display: flex;
    position: relative;
    z-index: 1;
    height: 50px;
    width: 100%;
}
.verification-code input{
    position: absolute;
    height: 50px;
    width: calc(100%);
    left: 0;
    background: transparent;
    border: none;
    font-size: 25px !important;
    font-weight: 800;
    letter-spacing: 51px;
    text-indent: 1px;
    border: none;
    z-index: 1;
    padding-left: 25px;
    font-family: 'Courier Prime', monospace;
    color: #504c4c !important;
}
.verification-code input:hover{
    outline: none;
}
.boxes{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: -1;
}
.verification-code span{
    height: 50px;
    width: calc((100% / 6) - 3px);
    background: #f1f1f1;
    border: solid 1px #f1f1f1;
    text-align: center;
    line-height: 50px;
    color: #cdc8c8;
}
.verification-code::after{
    position: absolute;
    content: '';
    right: -37px;
    width: 35px;
    height: 50px;
    background-color: #fff;
    z-index: 2;
}
p.verification-resend{
    margin-top: 30px;
}
p.verification-resend a{
    border: 1px solid #051e88;
    border-radius: 10px;
    padding: 7px 15px;
}
button.verification-comp{
    background-color: #051e88;
    margin-top: 25px;
}
.rem-pass{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.rem-pass a{
    border: 1px solid #051e88;
    border-radius: 10px;
    padding: 7px 15px;
}
.icon-block{
    text-align: center;
}
.icon-block .congratulation-icon{
    font-size: 7rem;
    color: #051e88;
}
/* Dashboard Css */
.menu-vertical .app-brand.demo{
    background: #051e88;
    padding: 0;
    margin: 0;
    height: 4.875rem !important;
}
.app-brand.demo a{
    margin-left: 23px;
}
.app-brand.demo span.app-brand-text{
    color: #fff;
}
.app-brand.demo .fixed-icon{
    margin-right: 10px;
}
.layout-navbar-fixed .layout-page:before{
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: none !important;
    -webkit-mask: none !important;
    mask: none !important;
}
.layout-page .header{
    background-color: #051E88;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: auto;
    left: 16.25rem;
    right: 0;
    top: 0;
    height: 4.875rem !important;
    z-index: 1;
}
.layout-page .header h4{
    margin: 0;
    color: white;
    font-weight: bold;
}
.layout-page .header .side-notification{
    display: flex;
    gap: 20px;
}
.layout-menu-collapsed .layout-page .header{
    left: 84px !important;
}
.layout-menu ul.menu-inner{
    margin-top: 12px;
}
.layout-page .content-wrapper .container-xxl{
    margin: 0;
    max-width: 100%;
}
.layout-page .demo-inline-spacing h3{
    margin: 0 !important;
    color: black;
    font-weight: bold;
}
.layout-page .card .card-header{
    color: #000;
}
.layout-page .card .card-body h5{
    color: #000;
}
.layout-page .bg-yellow{
    background-color: #fff5dd !important;
    border-radius: 12px;
}
.layout-page .bg-yellow .ti-sm{
    background-color: white;
    color: #e1b33e;
    padding: 7px;
    border-radius: 12px;
}
.layout-page .bg-blue{
    background-color: #dcf7ff !important;
    border-radius: 12px;
}
.layout-page .bg-blue .ti-sm{
    background-color: white;
    color: #50b3d0;
    padding: 7px;
    border-radius: 12px;
}
.layout-page .bg-purple{
    background-color: #e7e7ff !important;
    border-radius: 12px;
}
.layout-page .bg-purple .ti-sm{
    background-color: white;
    color: #051e88;
    padding: 7px;
    border-radius: 12px;
}
.layout-page .bg-green{
    background-color: #d2ffe7 !important;
    border-radius: 12px;
}
.layout-page .bg-green .ti-sm{
    background-color: white;
    color: #a5e2c2;
    padding: 7px;
    border-radius: 12px;
}
.user-graph .card-body{
    display: flex;
    align-items: center;
}
.user-graph .card-body #deliveryExceptionsLegend .dx-legend-item{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    /* border: 1px solid #e9ecef;
    border-radius: 8px; */
    font: 13px / 1.2 "Public Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--legend-color, #344054);
    background: #fff;
}
.user-graph .card-body #deliveryExceptionsLegend .dx-legend-item .dx-swatch{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
}
.reminder-card li{
    list-style: none;
}
.reminder-card li .text{
    color:  #003087;
}
.reminder-card li .text-dark{
    margin: 10px 0 !important;
}
.card.app-calendar-wrapper{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    flex-direction: row;
}
.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle){
    background: #003087 !important;
}
.demo-inline-spacing .btn-primary{
    background-color: #003087 !important;
}
.demo-inline-spacing h3{
    font-size: 17px;
}
ul.menu-inner ul.menu-sub li .menu-link::before{
    content: none !important;
}
ul.menu-inner ul.menu-sub li a{
    gap: 10px;
    padding: 0.5rem 1rem !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before{
    z-index: 0 !important;
}
.side-notification a.notification-bell{
    color: #fff !important;
}
.menu-vertical .menu-inner .menu-item .menu-link:hover{
    background: #003087 !important;
    color:#fff !important;
}
.modal-backdrop.show{
    opacity:0 !important;
    z-index: 0 !important;
}
@media (min-width: 1440px){
  .layout-page .header{
    left: 16.25rem;
    padding: 10px 20px;
  }
}