body {
    font-family: 'Montserrat', sans-serif;
    --bs-app-sidebar-base-bg-color:#fff;
    @media (min-width: 992px) {
        --bs-app-header-height: 120px;
    }
}

.main-header{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    @media (min-width: 992px) {
        padding:0;
        min-height: 70px;
    }
}
.app-header {
    height: auto !important;
    @media (min-width: 992px) {
        height:var(--bs-app-header-height);
    }
}

.app-header-menu.app-header-mobile-drawer {
    justify-content: start;
}

[data-bs-theme="dark"] .logo-svg svg {
    fill: white;
}

.container-fluid{
    padding: 0;
    /*@media (min-width: 767.99px) {*/
    /*    padding-left: 70px;*/
    /*    padding-right: 70px;*/
    /*}*/
}

.blue-bg {
    width: 295px;
    min-width: 295px;
    gap:10px;
}

.first-card {
    margin-left: 0.75rem;
    @media (min-width: 767.99px) {
        margin-left: 5rem;
    }
}

.category {
    gap: 0.75rem;
    padding-right: 0.75rem;
    @media (min-width: 767.99px) {
        gap: 2rem;
        padding-right: 5rem;
    }
}

.category.opened {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0.75rem;
    @media (min-width: 767.99px) {
        padding-left: 5rem;
    }
}


.category-item {
    align-items: center;
    padding-left:  0.75rem;
    padding-right:  0.75rem;
    @media (min-width: 767.99px) {
        padding-left:  5rem;
        padding-right:  5rem;
    }

}

.blue-bg:hover {
    transform: scale(101%);
    transition: all .2s ease;
    background-color: #006ae6;
    --bs-text-gray-600: white;
    --bs-text-muted:white;
    --bs-text-gray-900: white;
}
.blue-bg .card_img {
    transform: scale(101.4%);
}

.blue-bg .text-hover-primary:hover {
    --bs-text-primary: black;
}

.theme-toggle.fa-border-none:before {
    content: none;
}

.sun-and-moon > :is(.moon, .sun, .sun-beams) {
    transform-origin: center;
}

[data-theme="dark"] .sun-and-moon > :is(.moon, .sun) {
    /*fill: var(--icon-fill);*/
    fill:#808290;
}

[data-theme="light"] .sun-and-moon > :is(.moon, .sun) {
    /*fill: var(--icon-fill);*/
    fill:#78829d;
}


[data-theme="dark"] .theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
    /*fill: var(--icon-fill-hover);*/
    /*fill: white;*/
    fill: #006ae6;
}

[data-theme="light"] .theme-toggle:is(:hover, :focus-visible) > .sun-and-moon > :is(.moon, .sun) {
    /*fill: var(--icon-fill-hover);*/
    /*fill: black;*/
    fill: #006ae6;
}

.sun-and-moon > .sun-beams {
    stroke: #78829d;
    stroke-width: 2px;
}

[data-theme="light"] .theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
    /*stroke: black;*/
    stroke: #006ae6;
}

[data-theme="dark"] .theme-toggle:is(:hover, :focus-visible) .sun-and-moon > .sun-beams {
    /*stroke: light;*/
    stroke: #006ae6;
}

[data-theme="dark"] .sun-and-moon > .sun {
    transform: scale(1.75);
}

[data-theme="dark"] .sun-and-moon > .sun-beams {
    opacity: 0;
}

[data-theme="dark"] .sun-and-moon > .moon > circle {
    transform: translateX(-7px);
}

@supports (cx: 1) {
    [data-theme="dark"] .sun-and-moon > .moon > circle {
        cx: 17;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .sun-and-moon > .sun {
        transition: transform .5s var(--ease-elastic-3);
    }

    .sun-and-moon > .sun-beams {
        transition: transform .5s var(--ease-elastic-4), opacity .5s var(--ease-3);
    }

    .sun-and-moon .moon > circle {
        transition: transform .25s var(--ease-out-5);
    }

    @supports (cx: 1) {
        .sun-and-moon .moon > circle {
            transition: cx .25s var(--ease-out-5);
        }
    }

    [data-theme="dark"] .sun-and-moon > .sun {
        transition-timing-function: var(--ease-3);
        transition-duration: .25s;
        transform: scale(1.75);
    }

    [data-theme="dark"] .sun-and-moon > .sun-beams {
        transition-duration: .15s;
        transform: rotateZ(-25deg);
    }

    [data-theme="dark"] .sun-and-moon > .moon > circle {
        transition-duration: .5s;
        transition-delay: .25s;
    }
}

.menu-list{
    overflow: auto;
}

.menu-list .menu-item{
    width: max-content;
}
.menu-list .menu-link{
    padding-left: 0;
}

#kt_app_header_container{
    padding-left: 5px;
    padding-right: 5px;
}

.menu-category{
    margin-left: 25px;
}

.separator-block{
    width: 100%;
}
.category-title-block{
}
.category-title{
    width: max-content;
    text-transform: uppercase;
    padding-right: 20px;
}

[data-theme="dark"] .text-dark{
    color:white !important;
}
.btn.btn-danger {
    background-color: #ff2c54 !important;
}

.btn-outline-danger {
    border: 1px solid #ff2c54 !important;
    padding: calc(.775rem) calc(1.5rem) !important;
    color: #ff2c54 !important;
}

.btn-outline-danger:hover {
    background-color: #ff2c54 !important;
    color: white !important;
}
.menu-state-primary .menu-item .menu-link.active .menu-title, li a {
    color: #ff2c54 !important;
}
.app-toolbar-menu > .menu-item > .menu-link.active, .app-toolbar-menu > .menu-item > .menu-link.here {
    border-bottom: 2px solid #ff2c54 !important;
}
.daterangepicker .ranges li.active {
    background-color: #ff2c54 !important;
}
.active > .page-link, .page-link {
    color: white !important;
}
.active > .page-link, .page-link.active {
    background-color: #ff2c54 !important;
    color: white !important;
}
.scrolltop{
    background-color: #006ae6 !important;
}



.visit-btn-icon{
    padding: 0 !important;
}


.open-modal{
    cursor: pointer;
}

.side-menu {
    /* Designing for scroll-bar */
    direction: rtl;
}
.side-menu .menu-link {
    /* Designing for scroll-bar */
    direction: ltr;
}

.mobile-search {
    display: flex;
    align-items: center;
    min-height: 47px;
    /*background-color: var(--bs-app-header-base-bg-color);*/
    width: 100%;
    border-bottom: 1px solid var(--bs-gray-200);
    @media (min-width: 992px) {
        display: none;
    }
}

.mobile-search input {
    background-color: var(--bs-gray-200) !important;
    border-color: var(--bs-gray-200) !important;
    color: var(--bs-gray-700) !important;
    transition: color .2s ease !important;
}



iframe.ql-video {
    width: 100%;
    min-height: 350px;
}

blockquote {
    margin: 0;
}

blockquote, .ql-syntax{
    padding: 15px;
    background: var(--bs-gray-200);
    border-radius: 5px;
}

blockquote::before {
    content: '\201C';
}

blockquote::after {
    content: '\201D';
}

.author {
    width: fit-content;
}

.hidden-url {
    opacity: 0;
    height: 1px;
}

.modal-backdrop.show {
    --bs-backdrop-opacity:0.85;
}

.modal-body-header{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.modal-text-title{
    word-break: break-word;
    max-width: 100%;
}
.modal-text-title:before{
    width: 80px;
    height: 2px;
    background: #006ae6;
    content: "";
    position: absolute;
    top:calc(100% + 10px);
}
/*.modal-body {*/
/*    !*overflow: auto;*!*/
/*    height:  75%;*/
/*}*/

/*.modal-dialog-centered {*/
/*    */
/*}*/

/*.modal-body-content {*/
/*    overflow: auto;*/
/*    max-height: 70vh;*/
/*}*/

.modal-body-content .post_img {
    width: auto;
    max-width: 100%;
    /*max-height: 200px;*/
}

.post_body img{
    max-width: 100% !important;
}

.dragging {
    cursor: grab;
    user-select: none ;
}
.dragging .no-click{
    pointer-events: none;
}
.no-drag{
    cursor: auto;
    user-select: text;
}
.scroll-custom {
    overflow: auto;
}
.card_img {
    height: 166px !important;
}

.card_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 115px;
    @media (min-width: 992px) {
        min-height: 125px;
    }
}


