:root {

    --primary-color: #212135;
    /* Pink */
    --secondary-color: #030749;
    /* Dark Blue */
    --alternate-color: #b3afbf;
    /* Light Gray */
    --alternate-primary-color: #FFF7F2;
    /* Light pink */
    --primary-background: #212135;
    /* Dark Pink */
    --secondary-background: #f8f7f8;
    /* Light Gray */
    --alternate-background: #ECFBEC;
    /* Dark Gray */
    --alternate-primary-background: #212135;
    /* Dark Pink */
    --white-color: #fff;
    /* White */
    --light-primary-color: #FFDDC4;

}

@font-face {
    font-family: "Aeonik";
    src: url(/assets/fonts/AeonikTRIAL-Regular.otf);
}

@font-face {
    font-family: "Inter";
    src: url(/assets/fonts/Inter-Medium.ttf);
}

body {
    font-family: "Aeonik" !important;
    font-size: 20px;
    background-color: #f8f9f4 !important;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar {
    background-color: #060707 !important;
}

.active-menu {
    color: #ffffff !important;
    background-color: #372F5C !important;
}

.activem {
    color: #03160B !important;
    padding: 1rem !important;
    background-color: #F8F8F8 !important;
    font-weight: bolder !important;
}

.menu-item {
    color: #DEDEDE !important;
}

.font-main {
    font-family: "Inter" !important;
}

.border-5 {
    --bs-border-width: 8px !important;
}

.menu-title {
    font-family: "Aeonike" !important;
}

#filter_block {
    gap: 8.6rem !important;
}

.link-main {
    color: #FE5050 !important;
}

button:disabled {
    color: #ffffffed !important;
    background-color: #212135ef !important;
}

.bg-light-orange {
    background-color: #ff7a4d32 !important;
    color: #FF7043 !important;
}

.bg-orange {
    background-color: #FF7043 !important;
    color: white !important;
}

.pointer {
    cursor: pointer !important;
}

.text-light-orange {
    color: #FF7043;
}

.bg-primary-500 {
    background-color: #F7EBFF !important;
}

.scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
}

.scroll-prev {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
}

.app-header {
    background-color: #f8f9f4 !important;
    box-shadow: none !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.scroll-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar in Chrome, Safari, and Opera */
}

::-webkit-scrollbar-thumb {
    background-color: #030749;
    border-radius: 5px;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active {
    border-bottom: 3px solid #212135 !important;
    color: #212135 !important;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active:hover {
    border-bottom: 3px solid #212135 !important;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover {
    border-bottom: none !important;
}

.admin_list::-webkit-scrollbar {
    display: none;
}


.btn-main {
    color: #fff !important;
    background-color: #212135 !important;
}

.btn .btn-white {
    color: black !important;
    background-color: white !important;
}

.bg-main {
    background-color: #212135 !important;
}

.bg-light-main {
    background-color: #abf5e3 !important;
}

.text-main {
    color: #212135 !important;
}

.fs-7 {
    font-size: 14px;
}

.text-neutral-700 {
    color: #565560 !important;
}

.ls-0 {
    letter-spacing: 0.4px;
}

.border-main {
    border: 1px solid #372F5C !important;
}

.seal-bg {
    background-color: #F5F5F5;
}

input::placeholder,
.text-neutral {
    color: #6D7075 !important;
}

.bg-table {
    background-color: #F3F6F9 !important;
}

.w-1185px {
    width: 1185px;
}

.modal-radius {
    border-radius: 32px !important;
}

.rounded-16 {
    border-radius: 16px !important;
}

.btn-outline-main {
    color: #212135 !important;
    border: 1px solid #212135 !important;
}

.outline-0 {
    outline: none !important;
}

.form-check-main .form-check-input:checked {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.app-sidebar-logo {
    display: flex !important;
    justify-content: flex-start;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar {
    background-color: #212135 !important;
}

.pagination .active .page-link {
    background-color: #212135 !important;
    color: white !important;
}

.image-input.image-input-outline .image-input-wrapper {
    border: none !important;
    box-shadow: transparent !important;
}

.text-hover-main:hover {
    color: #212135;
}

/* Hide the default file input */
.file-input {
    display: none;
}

/* Style the button to look like a regular button */
.file-input-button {
    border-radius: 8px;
    background-color: #F7F7F7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    height: 60px;
    padding: 10px 37px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #212135;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
    font-weight: 500 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active .menu-title {
    font-weight: 200 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: none !important;
}

.seal_footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 260px;
    background-color: #fff;
}


#seal_a_24 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 6 columns */
    gap: 10px;
    /* Gap between images */
}

#seal_a_48 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    /* 8 columns */
    gap: 10px;
    /* Gap between images */
}

#seal_a_72 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 12 columns */
    gap: 10px;
    /* Gap between images */
}



.floating-div {
    position: fixed;
    top: 60%;
    right: 30px;
    transition: bottom 0.3s ease;
}

.active-count {
    color: #FF794D !important;
}

.active-step {
    color: #03160B !important;
}

.active-border {
    border-color: #000 !important;
}

.show {
    display: block !important;
}

.activem>span>i {
    color: #030749 !important;
}

.activem>span.men-title:hover {
    color: #030749 !important;
}

.float-btn {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 90px;
    right: 50px;
    background-color: #212135;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 4px 11px 0px #0000001C;
    cursor: pointer;
}

/* media query */
@media (max-width: 575.98px) {
    .ap-header {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1002;
        background-color: #fff;
        -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    }



    #kt_app_content_container {
        margin-bottom: 4rem !important;
    }

    .form {
        width: 100%;
    }

    .form-div {
        width: 100%;
    }

    .modal-radius {
        border-radius: 0px !important;
    }

    .w-1185px {
        width: 100%;
    }

    .floating-div {
        right: 0px;
    }

    .seal_footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1002;
        background-color: #fff;
        -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    }

    #myImage {
        height: 200;
        width: 200;
    }

}

@media (max-width: 1020.98px) {
    .ap-header {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1002;
        background-color: #fff;
        -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    }

    #kt_app_content_container {
        margin-bottom: 4rem !important;
    }

    .sealimage {
        height: 60px;
    }

    .seal_footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1002;
        background-color: #fff;
        -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
        box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    }
}