@font-face {
    font-family: camp-medium;
    src: url('../asa-website/fonts/Camp-medium.otf');
}

.top-para {
    color: #1d234f;
    font-family: "camp-medium";
    font-size: 15px;
}

body,
html {
    font-family: "camp-medium";
    font-size: 13px;
    line-height: 1.642;
}

.round-circle {
    border: 1px solid grey;
    border-radius: 20px;
    color: grey;
    padding: 2px 7px;
    margin-left: 2px;
}

.checkbox>span {
    background-color: #ffffff;
    border: 2px solid #004fa0 !important;
}

.holiday-btn {
    background-color: #EDCB3A !important;
    border-color: #EDCB3A !important;
}

.hover-camp {
    background-color: #fff800 !important;
    border-color: #fff800 !important;
    color: #1f2754 !important;
    font-weight: bold !important;
}

.icon-color-on-yellow {
    color: #1f2754 !important;
}

.blue-button-esm {
    background-color: #1f2754 !important;
    border-color: #1f2754 !important;
    color: #ffffff !important;
    font-weight: normal !important;
}

.hover-camp:hover {
    /* background-color: #464E5F !important;
    border-color: #464E5F !important; */
}

.z-h-100 {
    height: 65px !important;
    margin: auto;
}

.radio>input:checked~span {
    background-color: #EDCB3A !important;
    border-color: #EDCB3A !important;
}

.radio>input:hover~span {
    background-color: #464E5F !important;
    border-color: #464E5F !important;
}

.wizard-hover-camp .wizard-title {
    color: #EDCB3A !important;
}

.text-afr-primary {
    color: #464E5F !important;
}

.text-afr-secondary {
    color: #EDCB3A !important;
}

.wizard-hover-camp .wizard-number {
    background-color: #EDCB3A !important;
    border-color: #EDCB3A !important;
    color: white !important;
}

.checkbox>input:checked~span {
    background-color: #EDCB3A !important;
    border-color: #EDCB3A !important;
}

.checkbox>input:hover~span {
    background-color: #464E5F !important;
    border-color: #464E5F !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #EDCB3A !important;
}

.svg-icon.svg-icon-primary svg g [fill] {
    fill: #FFF800 !important;
}

.svg-icon._emailIcon svg g [fill] {
    fill: #3699ff !important;
}

.menu-item-active .menu-icon {
    color: #EDCB3A !important;
}

.svg-icon.svg-icon-success svg g [fill] {
    fill: #EDCB3A !important;
}

.symbol-badge.bg-success {
    background-color: #EDCB3A !important;
}

.symbol.symbol-light-success .symbol-label {
    background-color: #fff800 !important;
    color: #1f2754;
}

.aside-menu .menu-nav>.menu-item.menu-item-here>.menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav>.menu-item.menu-item-here>.menu-link .menu-icon.svg-icon svg g [fill] {
    fill: #EDCB3A !important;
}

.aside-menu .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-active>.menu-heading .menu-bullet.menu-bullet-dot>span,
.aside-menu .menu-nav>.menu-item .menu-submenu .menu-item.menu-item-active>.menu-link .menu-bullet.menu-bullet-dot>span {
    background-color: #EDCB3A !important;
}

.aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading .menu-bullet.menu-bullet-dot>span,
.aside-menu .menu-nav>.menu-item .menu-submenu .menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-bullet.menu-bullet-dot>span {
    background-color: #EDCB3A !important;
}

.aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-icon.svg-icon svg g [fill] {
    fill: #EDCB3A !important;
}

.aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-heading .menu-icon,
.aside-menu .menu-nav>.menu-item:not(.menu-item-parent):not(.menu-item-open):not(.menu-item-here):not(.menu-item-active):hover>.menu-link .menu-icon {
    color: #EDCB3A !important;
}

.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav>.menu-item.menu-item-active>.menu-link .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-heading .menu-icon.svg-icon svg g [fill],
.aside-menu .menu-nav>.menu-item.menu-item-open>.menu-link .menu-icon.svg-icon svg g [fill] {
    fill: #EDCB3A !important;
}

a.text-hover-primary:hover,
.text-hover-primary:hover {
    color: #EDCB3A !important;
}

.cell-middle {
    vertical-align: middle !important;
}

@media (max-width: 991.98px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: none;
        padding: 0 5px;
    }
    #booking_detail_modal .modal-lg,
    .modal-xl {
        max-width: 100% !important;
    }
    #sts_transport_modal .modal-lg,
    .modal-xl {
        max-width: 100% !important;
    }
    #booking_detail_modal .modal-body {
        padding: 0.75rem;
    }
    .event_sessions th {
        min-width: 107px;
    }
     ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
     ::-webkit-scrollbar:vertical {
        width: 12px;
    }
     ::-webkit-scrollbar:horizontal {
        height: 12px;
    }
     ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
     ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
    .header-mobile-fixed .topbar {
        position: fixed;
        z-index: -1 !important;
    }
    #kt_header_mobile {
        top: 15px !important;
    }
    .topbar-item {
        margin-top: 30px;
    }
}

#kt_wrapper .z-ft-s-2 {
    font-size: 17px;
}

.musichub .nav-link.active {
    background-color: #EDCB3A !important;
    border-color: #EDCB3A !important;
    color: white;
}

.musichub .nav-link:hover>span,
.musichub .nav-link:hover>i {
    color: #EDCB3A !important;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.camp-color {
    color: #EDCB3A !important;
}

.icon-badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.lblCartCount {
    font-size: 10px;
    background: #ff000091;
    color: #fff;
    padding: 3px 5px;
    vertical-align: top;
    margin-left: -10px;
}

.lblWalletCount {
    font-size: 10px;
    color: red;
    vertical-align: top;
    margin-left: -15px;
}

.student-action-button a{
background-color: #1f2754 !important;
}

.label.label-light-warning{
    color: #1f2754;
    background-color: #fff800 !important;
}

.label.label-light-danger{
    color: #1f2754;
    background-color: #fff800 !important;
}

.label.label-light-danger.studentMedLabel{
    height: fit-content;
}

.badge.bg-primary{
    background-color: #1f2754 !important;
    color:#ffffff !important;
    border-color:#1f2754 !important;
}

.esm-dark-btn{
    background-color: #1f2754 !important;
    color:#ffffff !important;
    border-color:#1f2754 !important;
}

.esm-yellow-btn{
    background-color: #fff800 !important;
    color:#1f2754 !important;
    border-color:#fff800 !important;
}


.esm-dark-color{
    color:#1f2754 !important;
}

.esm-yellow-color{
    color:#fff800 !important;
}

.strike-through{
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
}

.required_field{
    color: red;
}