body.a-body {
    background: #fff;
}
#kt_app_header_menu_toggle {
    display: none;
}
.header-right.symbol img {
    height: 30px;
    width: auto;
}
.a-form-outer{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-form-check{
    display: flex;
    align-items: center;
}
.a-form-outer input:not([type=checkbox]){
    height: 38px;
}
.a-form-outer .rounded.border {
    box-shadow: 0px 0px 10px #dddddd78;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox]{
    cursor: pointer;
}
.form-check-label {
    user-select: none;
    cursor: pointer;
}
.c-datatable tr {
    vertical-align: middle;
}
.c-datatable tr th{
    padding: 10px!important;
}
.c-datatable tr td {
    padding: 5px 10px!important;
}
.toast-top-right{
    top: 15px;
    left: unset;
    bottom: unset;
    right: 15px;
}
.toast-top-left{
    top: 15px;
    left: 15px;
    bottom: unset;
    right: unset;
}
.toast-bottom-right{
    top: unset;
    left: unset;
    bottom: 15px;
    right: 15px;
}
.toast-bottom-left{
    top: unset;
    left: 15px;
    bottom: 15px;
    right: unset;
}
.c-alert h4.text-danger {
    text-transform: capitalize;
}
.user-email-item .form-check-custom {
    display: none;
}
.user-email-item .form-check-custom,
.user-phone-item .form-check-custom {
    height: 43px;
}

.tooltip > .tooltip-inner {
    color: #fff!important;
    font-weight: 500!important;
    background-color: #000!important;
}

.tooltip[data-popper-placement="top"] .tooltip-arrow::before {
    border-top-color: #000 !important;
}
.tooltip[data-popper-placement="left"] .tooltip-arrow::before {
    border-left-color: #000 !important;
}
.tooltip[data-popper-placement="bottom"] .tooltip-arrow::before {
    border-bottom-color: #000 !important;
}
.tooltip[data-popper-placement="right"] .tooltip-arrow::before {
    border-right-color: #000 !important;
}

.date-range-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #f2f2f2;
    width: 100%;
}
.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #eff2f5!important;
}
.btn-bg-custom:hover,
.btn-bg-custom {
    background: #f3f3f3;
}

/*Img Popup css*/
.mf-prev {
    position: relative;
    z-index: 1;
    display: inline-flex;
    cursor: pointer;
}
.mf-prev:hover:before {
    opacity: 1;
}

.mf-prev:before {
    content: '+';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    background: #0000008c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.mf-img-popup {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    backdrop-filter: blur(5px);
}

.mf-img-popup img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.mf-img-popup-close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mf-img-popup-close-btn .bar {
    height: 4px;
    background: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.mf-img-popup-close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
}

.mf-img-popup-close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}
.mf-img-popup-close-btn:hover .bar {
    background: red;
}
.mf-img-popup.opened {
    display: flex;
}

.mf-img-popup.opened img {
    animation: animatemfimgpopup 1s ease-in-out .8s;
    -webkit-animation: animatemfimgpopup .3s ease-in-out forwards;
}
.mf-popup-visible .mf-img-popup{
    /* padding-top: 70px; */
}
.mf-popup-visible .fixed-sidebar .mf-img-popup {
    width: calc(100% - 280px);
}
.mf-popup-visible .closed-sidebar .mf-img-popup {
    width: calc(100% - 80px);
}
.mf-popup-visible .mf-img-popup-close-btn{
    top: 20px;
}
@keyframes animatemfimgpopup {
    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.mf-uploaded-item .card-body p{
    display: none;
}
.photo-gallery-page .app-main__inner{
    padding: 15px !important;
}

@media screen and (max-width: 880px) {
    .mf-img-item-outer:nth-child(3n+1) {
        margin-left: 16px;
    }
}
