body {
    overflow-x: hidden;
}

#image {
    width: 300px;
    height: 300px;
}

#image img {
    width: 300px;
    height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    object-fit: contain;
}

.item-title {
    width: 100%;
}

.dashboard-page-one {
    min-height: 100vh;
}

textarea.form-control {
    height: auto !important;
}

.status-disable {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #808080;
    color: #fff;
    margin: auto;
    border: none;
}

.status-available {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #0C0;
    color: #fff;
    margin: auto;
    border: none;
}

input[type=radio].status-available,
input[type=radio].status-disable {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none !important;
    content: none;
}

input[type=radio].status-available:before,
input[type=radio].status-disable:before {
    font: var(--fa-font-solid);
    content: "\f00c";
    color: transparent !important;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 3px;
}

input[type=radio].status-available:checked:before,
input[type=radio].status-disable:checked:before {
    /* background: #3ea8df; */
    color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 3px;
    vertical-align: middle;
}

label:has(+input[required],
    +select[required],
    +textarea[required],
    +.form-group input[required],
    +.input-group input[required],
    +.mb-3 input[required])::after,
label.required::after {
    content: "*";
    color: red;
    margin-left: 4px;
}

/* ================================= New Template Custom =============================== */
.app-brand-logo.demo {
    width: auto;
    height: auto;
}

.list-group-item a p {
    color: var(--bs-list-group-color);
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper a:hover {
    color: inherit;
}

.card {
    padding-left: 0;
    padding-right: 0;
}

#preloader {
    background: #ffffff url('/img/preloader.gif') no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.height-auto {
    height: auto !important;
}

.select2-container--open {
    z-index: 10000;
}

.app-email .app-emails-list .email-list li small.email-list-item-time {
    width: 120px;
}

.email-list-item-username {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 37vw;
}

.layout-menu {
    height: 100vh;
    overflow: hidden;
}

.layout-page {
    height: 100vh;
    /* overflow-y: scroll; */
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    flex-grow: 1;
    overflow: auto;
    padding-bottom: 20px;
}

footer.content-footer.footer {
    /* position: relative;
    bottom: 0;
    width: 100%; */
    flex-shrink: 0;
}

.price {
    text-align: end;
}

.flatpickr-calendar {
    z-index: 10000 !important;
}

form label {
    white-space: nowrap;
}

.img-container {
    max-width: 100%;
}

.img-container img {
    width: 100%;
    height: auto;
}

.btn-label {
    --bs-btn-padding-y: .01rem;
    --bs-btn-padding-x: .25rem;
    --bs-btn-font-size: .6rem;
}

.form-control.money:read-only {
    background-color: #f2f2f2;
}


/**************** new look changes *****************/

.login-left{
    /* background-color: #0E112B; */
    /* background-image: url(/assets/img/pages/st-marry.png); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-left img{
    width:auto;
    height:320px;
    margin-bottom: 30px;
}
.login-left h3, .login-left p{
    color:#ffffff;
    margin-bottom:10px;
}
.login-left::after{
    content: '';
    position: absolute;
    left: 0px;
    right:0px;
    bottom:0px;
    top:0px;
    background-color: rgba(90, 141, 238, 1);
}
.login-left > div{
    position: relative;
    z-index: 1;
}
.login-right .app-brand-logo img {
    height: 100px;
}
.btn-primary{
    box-shadow: initial!important;
    -webkit-box-shadow: initial!important;
}

#layout-menu{
    background-color: #0E112B!important;
}
.app-brand-logo img{
    height: 75px;
  }
  .light-style .menu .app-brand.demo {
    height: 75px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-link{
    color:#cccccc!important;
}
.menu-link:hover{
    background-color:#5a8dee!important;
    color:#ffffff!important;
}
.menu-item.open .menu-link{
    color:#0E112B!important;
}
.menu-item.open .menu-link:hover{
    background-color:#5a8dee!important;
    color:#ffffff!important;
}
.bg-navbar-theme {
    background-color: #ffffff !important;
}
.dropdown-notifications i{
    color: #0E112B;
    font-size: 20px;
}
.breadcrumb-wrapper{
    font-size: 14px;
    padding-bottom: 0px!important;
    font-weight: normal;
}
.breadcrumb-wrapper a, .breadcrumb-wrapper a:hover{
    color:#5a8dee;
    margin-right: 5px;
    margin-left: 5px;
}
.breadcrumb-wrapper span{
    margin-right: 5px;
}
.card-header{
    padding: 10px 20px;
    /* background-color: rgba(90,141,238,1)!important; */
    background: none!important;
    border-bottom:1px solid #dddddd;
    width:100%!important;
    min-height: 57px;
    align-items: center;
    display: flex;
}
.card-header h3{
    /* color:#ffffff; */
    font-size: 17px;
}
.layout-page{
    background-color: #f5f5f5;
}
.breadcrumb-wrapper span a:first-child{
    margin-left: 0px;
}
.menu-vertical .menu-icon{
    font-size: 16px;
}
.menu-toggle-btn{
    border: 1px solid #0E112B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 35px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: none;
}
.menu-toggle-btn i{
    color:#0E112B;
    font-size: 22px;
}
.menu-vertical .menu-icon{
    width: 1.5rem;
    height: 1.5rem;
    padding-top: 3px;
}
aside li{
    width:auto!important;
}
.hide-sidebar > ul > li > a div{
    width:0px;
    overflow: hidden;
}
.hide-sidebar{
    width: 85px;
}
.hide-sidebar + .layout-page{
    padding-left: 85px!important;
}
.full-navbar{
    left: 85px!important;
}
.menu-inner{
    align-items: unset;
}
.hide-sidebar .app-brand-logo img {
    height: 45px;
}
.hide-sidebar .menu-toggle::after{
    right: 6px!important;
}
.menu-item.open{
    position: relative;
}
/* .menu-item.open > .menu-sub{
    position: absolute;
    left: 100%;
    top: 0px;
    background: #fff;
}
.layout-menu .menu-inner, .layout-menu{
    overflow: visible!important;
} */

.btn-primary, .btn-secondary, .btn-danger, .btn-success {
    padding: 0px 12px;
    min-height: 36px;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    box-shadow: initial;
    -webkit-box-shadow: initial;
}
.btn-primary:hover, .btn-secondary:hover, .btn-danger:hover, .btn-success:hover {
    box-shadow: initial!important;
}

.btn-secondary, .btn-secondary:hover{
    background-color: #0E112B!important;
}
.btn-primary, .btn-primary:hover{
    background-color: #5a8dee!important;
}
.table-responsive .dataTables_length, .table-responsive .dataTables_filter{
    margin-top: 0px!important;
}
.stats .card-body > span{
    margin:10px 0px 0px;
}
.stats .avatar span{
    width: 44px;
    height: 44px;
    margin-top: -4px;
    font-size: 18px;
}
.stats .card-body span{
    color:#444444;
}
.card{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 2px 14px rgba(38, 60, 85, 0.10);
    -webkit-box-shadow: 0 2px 14px rgba(38, 60, 85, 0.10);
}
#top-bar{
    box-shadow: 0 2px 14px rgba(38, 60, 85, 0.10);
    -webkit-box-shadow: 0 2px 14px rgba(38, 60, 85, 0.10);
}
.fc-button-group .fc-button:hover{
    background-color: #5a8dee!important;
    border-color:#5a8dee!important;
}
.card-header .btn-group .btn span{
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-header .btn  span i{
    margin-right: 5px!important;
}
.table th{
    font-size: 0.8em;
    white-space:nowrap;
    letter-spacing: -0.3px;
}
.table th .form-control{
    margin: 0px;
}
.table thead th, .table tbody td{
    padding: 10px;
}
table.dataTable td{
    font-size: 0.85em;
    color:#0E112B;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    top: calc(50% - 0.6rem) !important;
}
.light-style div.dataTables_wrapper div.dataTables_info {
    color:#0E112B;
    font-size: .9em;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link{
    font-size: 0.85rem;
}
footer{
    font-size: 0.85rem;
}
.dropdown-item{
    font-size: .85em;
    padding:.4em .5em;
}
div.dataTables_wrapper div.dataTables_length label{
    font-size: .9em;
    color:#0E112B;
}
form label{
    font-size: .9em;
}
.form-control{
    padding: 0.4rem 0.6rem;
    margin-top: 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: .9em;
}
#message{
    font-size: .9em;
}
.table-responsive h6{
    margin-bottom: 5px;
    margin-top: 15px;
}
div.dataTables_wrapper div.dataTables_filter label{
    font-size: .9em;
    color:#0E112B;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .dropdown-item, .dropdown-item:hover, .form-control, .page-link, .table:not(.table-dark) thead:not(.table-dark) th, form label, table td{
    color:#0E112B;
}
table td{
    color:#0E112B;
    font-size: 0.85em;
}
table td .btn{
    min-height: 31px;
    font-size: 1em;
}
.input-group .form-control{
    margin-top: 0px;
}
div.dataTables_wrapper div.dataTables_length select{
    height: 31px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
select.form-control{
    background:#ffffff url('/img/arrow-down.png') no-repeat scroll calc(100% - 9px) center;
    background-size: 12px;
    padding-right: 25px;
}
.doc-block{
    display: flex;
    align-items: center;
    border:1px solid #d5d5d5;
    padding:7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fafafa;
    margin-bottom: 15px;
}
.doc-block > a{
    margin-right:20px;
}
.doc-block > form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.doc-block > form a, .doc-block > form button{
    padding: 0px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border:1px solid #d5d5d5;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.doc-block > form a:hover, .doc-block > form button:hover{
    border:1px solid #5a8dee;
    color:#5a8dee;
}
.file-block{
    justify-content: space-between;
}
.file-block .btn{
    padding-right: 0px;
}
.certificate-template #canvas-editor{
    margin-top: 50px;
    margin: auto;
    text-align: center;
}
.certificate-template-list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.editable-canvas-image{
    max-width: 100%;
}
.sticky-wrapper.is-sticky .card-header{
    position: static!important;
}
#redactor-drawer-box{
    top:130px!important;
    z-index: 10;
}
.transaction-form label{
    position: relative;
}
.transaction-form label .btn{
    background: #5a8dee;
    padding: 0px;
    color: #fff;
    font-size: 18px;
    height: 20px;
    width: 20px;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 3px;
    position: absolute;
    right: -23px;
}
.tution-fee-table{
    border:1px solid #dddddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fafafa;
}
.tution-fee-table td.fw-bold{
    font-weight: 600!important;
}
.tution-fee-table th, .tution-fee-table td{
    white-space: inherit;
}
.tution-fee-table tbody tr:last-child td{
    border:none;
}
.tution-fee-table table{
    margin-bottom: 0px;
}
.td-action-icon{
    font-size:16px;
    color:#0E112B;
}
.td-tution-input{
    max-width: 150px;
    min-width: 70px;
}

@media only screen and (max-width:767px) {
    .app-email .app-email-compose .modal-dialog{
        width: initial!important;
    }

    .app-email .app-email-sidebar .email-filters {
        height: auto;
    }
    .app-email .app-email-sidebar{
        position: static!important;
        height: auto!important;
        width: 100%!important;
        flex: initial;
    }
    .email-outer{
        flex-direction: column;
    }
    .app-email .app-email-sidebar .email-filters{
        height: auto!important;
    }
}

.table-responsive {
    padding-bottom: 3rem !important;
}
