header {
    background: #ed1c24;
    padding: 20px;
    text-align: center;
}

header a {
    display: inline-block;
}
header a img {
    max-width: 200px;
}
footer {
    background: #ed1c24;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.bodycontainer {
    padding: 60px 0;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.bodycontainer .card {
    border-color: #ccc;
    box-shadow: none;
    border: 0;
}
.bodycontainer .card-header {
    background: #fff;
    color: #ed1c24;
    font-family: "Lora", serif;
    font-size: 23px;
    padding: 10px 0px;
    font-weight: 600;
    border-color: #ed1c24;
    display: flex;
    align-items: center;
}
.bodycontainer .card-header.cartheader {
    position: sticky;
    top: 0px;
    z-index: 99;
}
.bodycontainer .card-header .card-title {
    margin: 0px;
    margin-right: auto;
}
.bodycontainer .card-header .btn-icon {
    color: #222;
    position: relative;
    margin-left: auto;
}
.bodycontainer .card-header .btn-icon span {
    width: 20px;
    height: 20px;
    background: #ed1c24;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 10px;
}
.bodycontainer .card-body {
    padding: 16px 0;
}
.bodycontainer .card-body label {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}
.bodycontainer .card-body .form-control {
    border-radius: 0px;
    border: 1px solid #ccc;
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    padding: 8px 16px;
}
.bodycontainer .card-body input.form-control {
    height: 45px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px !important;
    color: var(--bs-body-color) !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
.checkboxlist {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    width: 100%;
    flex-wrap: wrap;
}

.checkboxlist .checkboxlistitem {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #bdbdbd;
}

.checkboxlist .checkboxlistitem input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.checkboxlist .checkboxlistitem span {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #444;
    padding: 6px 10px;
}

.checkboxlist .checkboxlistitem span:before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 018px;
    border: 1px solid #444;
    border-radius: 2px;
}

.checkboxlist .checkboxlistitem input:checked + span:before {
    border-top: 0px;
    border-right: 0;
    height: 10px;
    border-width: 4px;
    transform: rotate(-45deg);
    position: relative;
    top: -1px;
    border-color: #000;
}
.checkboxlist .checkboxlistitem input:checked + span {
    color: #000;
}
.bodycontainer .card-body .form-control:focus {
    border-color: #222;
}
.btn-primary {
    font-family: "Lora", serif;
    border-radius: 0px;
    border: 2px solid #ed1c24;
    background: #ed1c24;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:disabled {
    color: #ed1c24 !important;
    background: #fff !important;
    border-color: #ed1c24 !important;
}
.btn-primary:disabled {
    opacity: var(--bs-btn-disabled-opacity);
}
.btn-secondary {
    font-family: "Lora", serif;
    border-radius: 0px;
    border: 2px solid #222;
    background: #222;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
    color: #222 !important;
    background: #fff !important;
    border-color: #222 !important;
}
.btn-green {
    font-family: "Lora", serif;
    border-radius: 0px;
    border: 2px solid #198754;
    background: #198754;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-green:focus,
.btn-green:active,
.btn-green:hover {
    color: #198754 !important;
    background: #fff !important;
    border-color: #198754 !important;
}
.courcelist {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #b2fff5;
    align-items: flex-start;
    gap: 6px;
    box-shadow: 0px 5px 12px -4px #85d9cd;
    background: #e9fffc;
}
.courcelist h2 {
    font-family: "Lora", serif;
    font-size: 20px;
    color: #222;
    margin: 0px;
}
.courcelist .lavelcource {
    display: inline-block;
    padding: 4px 10px;
    background: #eeee22;
    border-radius: 4px;
    color: #222;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    width: auto;
}
.courcelist p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #222;
    margin: 0px;
    padding: 0px;
}
.switch {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.optionsswitch input {
    display: none;
}

.optionsswitch label {
    text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
    background: #ebc610;
    padding: 4px;
    border-radius: 6px;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 700;
    padding-left: 31px;
    position: relative;
}
.optionsswitch label h3 {
    height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.optionsswitch input:disabled + label {
    background: #ddd;
    color: #878787 !important;
    cursor: not-allowed;
}
.optionsswitch.greencheck label {
    background: #09b509 !important;
}
.optionsswitch {
    width: 100%;
}

.optionsswitch label span {
    font-size: 12px;
    font-weight: 400;
}

.optionsswitch label:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 10px;
    position: absolute;
    left: 6px;
    top: 8px;
}
.optionsswitch input:checked + label:before {
    background: #fff;
    box-shadow: 0px 0px 0px 2px #fff;
    border-color: #ebc610;
}
.optionsswitch.greencheck input:checked + label:before {
    border-color: #09b509;
}
.scussmessage {
    width: 100%;
    text-align: center;
    min-height: calc(100vh - 306px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.scussmessage i {
    font-size: 80px;
    color: green;
}
.scussmessage h2 {
    font-size: 40px;
    font-family: "Lora", serif;
    color: #222;
}
.scussmessage p {
    font-size: 20px;
    color: #222;
    font-family: "Open Sans", sans-serif;
}
.iti__flag-container {
    width: 100%;
    background: #fff !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
}
.iti__arrow {
    margin-left: auto;
    margin-right: 10px;
}
.iti .form-control {
    padding-left: 0px !important;
}
.bodycontainer .card-body label .cart-item {
    position: absolute;
    height: 24px;
    width: 24px;
    top: -10px;
    z-index: 999;
    right: -10px;
}
.bodycontainer .card-body label .cart-item:before {
    content: "1";
    display: block;
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-size: 12px;
    font-weight: 600;
    background: #2bd156;
    color: white;
    border-radius: 20px;
    opacity: 0;
    text-align: center;
}
.bodycontainer .card-body input.sendtocart + label .cart-item {
    display: block;
    animation: xAxis 1s forwards cubic-bezier(1, 0.44, 0.84, 0.165);
}
.bodycontainer .card-body input.sendtocart + label .cart-item:before {
    opacity: 1;
    animation: yAxis 1s alternate forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cart {
    /*position: fixed;
  top: 20px;
  right: 20px;*/
    width: 50px;
    height: 50px;
    background: #292d48;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
}
.cart i {
    font-size: 25px;
    color: white;
}
.cart .countadd {
    /*  content: attr(data-totalitems);*/
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: -12px;
    background: #2bd156;
    line-height: 24px;
    padding: 0 5px;
    height: 24px;
    min-width: 24px;
    color: white;
    text-align: center;
    border-radius: 24px;
}
.cart.shake {
    animation: shakeCart 0.4s ease-in-out forwards;
}
@keyframes xAxis {
    100% {
        transform: translateX(calc(50vw - 105px));
    }
}
@keyframes yAxis {
    100% {
        transform: translateY(calc(-50vh + 75px));
    }
}
@keyframes shakeCart {
    25% {
        transform: translateX(6px);
    }
    50% {
        transform: translateX(-4px);
    }
    75% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(0);
    }
}
.downloadarrow {
    transform: scale(0.3);
    animation: zoomscall 1s ease-in-out;
}
@keyframes zoomscall {
    25% {
        transform: scale(0.3);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.3);
    }
}
#clonedElementsContainer .card-body + .card-body {
    border-top: 2px solid #ccc;
}
#clonedElementsContainer .card-body .studenttitle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
#clonedElementsContainer .card-body .studenttitle .removeButton {
    background-color: #ffdede;
    color: #ac0d0d;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 4px;
    margin-left: auto;
    border: 1px solid #f56666;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
#clonedElementsContainer .card-body .studenttitle .removeButton i {
    position: relative;
    bottom: -1px;
}
#clonedElementsContainer .card-body {
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px 0;
    background: #fbfbfb;
}
#clonedElementsContainer .card-body .studenttitle {
    margin: 0px;
    padding: 0px 10px 10px;
    border-bottom: 1px solid #ccc;
}
.resultcard {
    width: 100%;
    border: 2px solid #222;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.resultcard table {
    margin: 0px !important;
    font-size: 12px;
}
.resultcard h5 {
    background: #222;
    color: #fff;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.nodata {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    padding: 20px 0;
    background: #ececec;
}
.nodata .btn {
    font-size: 14px;
    background: #fff6dc;
    text-transform: uppercase;
    font-weight: 500;
    color: #bd900c;
}
@media (min-width: 768px) and (max-width: 991px) {
    .switch {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .table.table-bordered thead {
        display: none;
    }
    .table.table-bordered tbody tr {
        display: block;
    }
    .table.table-bordered tbody tr:nth-child(odd) td {
        border: 0px !important;
        background: #ececec;
    }
    .table.table-bordered tbody tr td:before {
        content: attr(data-td);
        font-weight: 600;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .table.table-bordered tbody tr td {
        display: block;
        position: relative;
        padding-left: 50%;
        width: 100%;
    }
}
@media (max-width: 575px) {
    header a img {
        max-width: 100px;
    }
}

.modal-registeroption .modal-content {
    /* set this configurable from view */
    /* background-image: url("../assets/images/BG_01.jpg"); */
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
.modal-registeroption img {
    max-width: 100%;
    height: 100px;
}
.modal-registeroption .modal-body {
    /* set this configurable from view */
    /* background: linear-gradient(to right, rgb(255 255 255 / 17%), rgb(255 0 0)); */
}
.modal-registeroption .modal-body h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 10px;
}
.modal-registeroption .modal-body p {
    margin: 0px 0px 40px;
    font-size: 16px;
    color: #fff;
    padding: 0px;
}
.modalbuttons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.modalbuttons .btn {
    width: 100%;
    background: #fff;
    border: 0px;
    border-radius: 8px;
    color: #000;
    font-family: var(--bs-body-font-family);
    font-size: 16px;
}
.modalbuttons .btn:first-child {
    background: #000;
    color: #fff;
}
.blink {
    animation: blinker 1s linear infinite;
}

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

.form-control[readonly] {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
