/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 100%;
    height: 50px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

@font-face {
    font-family: Bakh;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/yb100-e2b13357.woff') format("woff")
}

@font-face {
    font-family: Bakh;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/yb200-6b908ad4.woff') format("woff")
}

@font-face {
    font-family: Bakh;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/yb300-9fbd5abb.woff') format("woff")
}

@font-face {
    font-family: Bakh;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/yb400-f8729575.woff') format("woff")
}

@font-face {
    font-family: Bakh;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/yb500-30fc336e.woff') format("woff")
}

@font-face {
    font-family: Bakh;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/yb600-f3044c09.woff') format("woff")
}

@font-face {
    font-family: Bakh;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/yb700-b62d8543.woff') format("woff")
}

@font-face {
    font-family: Bakh;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/yb800-33fd3360.woff') format("woff")
}

body {
    font-family: Bakh;
}

.bakh {
    font-family: Bakh !important;
}

.overlay-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loaderr {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--bs-primary);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.inset-right-0 {
    inset: 0 0 auto 0 !important;
    margin-top: 3.5rem !important;
}

.min-w-30rem {
    min-width: 30rem;
}

.min-h-30rem {
    min-height: 30rem;
}

#responsive-datatable_wrapper {
    padding: 0 1.5rem;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: dir-rtl;
}

.pagination {
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tox .tox-promotion {
    display: none;
}

.text-left {
    text-align: left;
}

.text-left::placeholder {
    text-align: right;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.accordion-button-without-arrow::after {
    background-image: none !important;
}

.left-2 {
    left: 0.5rem;
}

.left-4 {
    left: 1rem;
}

.left-8 {
    left: 2rem;
}

.max-h-500px {
    max-height: 500px;
}

.h-163-px {
    height: 163px !important;
}

@media screen and (max-width: 600px) {
    .sm-comment-accordion-header {
        flex-direction: column;
        gap: 1rem;
    }

    .sm-comment-accordion-header .actions {
        position: relative !important;
        left: 0;
    }
}


/*new css styles*/
.menu-item div {
    color: #fff !important;
    font-weight: 600 !important;
}

.menu-item.active div, .menu-item.active:hover div {
    color: #404040 !important;
}

.menu-item.active .menu-link {
    background-color: #fff !important;
}

.menu-icon {
    color: #fff !important;
}

.table td {
    color: #404040 !important;
    font-weight: 600 !important;
    transition: 0.5s;
}

.table td a {
    color: #404040 !important;
    font-weight: 600 !important;
    transition: 0.5s;
}

.table td a:hover {
    color: var(--bs-primary) !important;
    font-weight: 600 !important;
}

.table td:hover .fast_edit {
    visibility: visible;
    opacity: 1;
}

.table td .fast_edit {
    visibility: hidden;
    transition: 0.5s;
    opacity: 0;
    display: inline-block;
    margin-right: 0.5rem;
}

.table th {
    color: #404040 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.dropdown-item {
    color: #404040 !important;
    font-weight: 600 !important;
}

h4, label, .form-control {
    color: #404040 !important;
    font-weight: 600 !important;
}

.bg-menu-theme {
    background-color: #5b5bce !important;
}

.form-control {
    height: 50px !important;
    font-size: 17px !important;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    background-color: #fff !important;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link .menu-icon {
    color: #5A5ACA !important;
}


input[name="post_title"] {
    font-size: 22px !important;
}

.ad-setting-card {
    background: #e4eafb !important;
}

.select2-selection__choice, .select2-results__option {
    font-weight: 600 !important;
}

.form-label {
    font-size: 16px !important;
}

.outline-none {
    outline: none;
}

.fs-80 {
    font-size: 80%;
}
