:root {

    --primary-color: #002366;
    /* Pink */
    --secondary-color: #002366;
    /* Dark Blue */
    --alternate-color: #b3afbf;
    /* Light Gray */
    --alternate-primary-color: #FFF7F2;
    /* Light pink */
    --primary-background: #002366;
    /* Dark Pink */
    --secondary-background: #f8f7f8;
    /* Light Gray */
    --alternate-background: #ECFBEC;
    /* Dark Gray */
    --alternate-primary-background: #002366;
    /* 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: var(--primary-background) !important;
}

/* .menu-item .menu-link .active-menu{
    color: #DEDEDE !important;
} */
.active-menu {
    color: #0B5CFF !important;
    background-color: #0B5CFF33 !important;
}
.bg-hover-light-main:hover {
    background-color: #0B5CFF33 !important;
}
.code-box {
    background: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 5px;
    font-family: monospace;
}
[data-mysealid]:active {
    transform: scale(0.95);
}

[data-mysealid]:hover svg {
    animation: slope 1s linear infinite;


}

[data-mysealid]:hover {
    color: #0B5CFF !important;
    background-color: #E5EDF5 !important;
    box-shadow: -2px -1px 8px 0px #ffffff, 2px 1px 8px 0px rgb(95 157 231 / 48%) !important;


}
[data-sealid]:hover {
    color: #0B5CFF !important;
    background-color: #E5EDF5 !important;
    box-shadow: -2px -1px 8px 0px #ffffff, 2px 1px 8px 0px rgb(95 157 231 / 48%) !important;


}

@keyframes slope {
    0% {}

    50% {
        transform: rotate(10deg);
    }
}
.menu-item .activem {
    color: #03160B !important;
    padding: 1rem !important;
    font-weight: bolder !important;
     background-color: #F8F8F8 !important;
}

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

.menu-item .activem .menu-icon{
    color: #03160B !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: #919592ef !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;
}
.app-header-mobile {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2000 !important;
}

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

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

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

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

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover {
    border-bottom: none !important;
}
.layoutbtns:hover {
    background-color: #FFDDC4;
    border: 1px solid #372F5C !important;

}
.layoutbtns .active {
    background-color: #FFDDC4;
    border: 1px solid #372F5C !important;

}

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


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

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

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

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

.text-main {
    color: #002366 !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;
}
.card.card-bordered {
    box-shadow: none !important;
    border: 1px solid #ECEAEA !important;
}
.rounded-16 {
    border-radius: 16px !important;
}

.btn-outline-main {
    color: #002366 !important;
    border: 1px solid #002366 !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: #002366 !important;
}

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

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

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

/* 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: #002366;
}

[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: #002366 !important;
}

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

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

/* media query */
@media (max-width: 575.98px) {
    .ap-header {
        border-radius: 20px !important;
        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 {
        border-radius: 20px !important;
        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,
    #kt_app_content {
        /* margin-top: 7rem !important; */
        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);
    }
}