@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    font-family: "Roboto", sans-serif;
}

.font-fanres {
    color: #FC5009;
}

.font-fanres:hover {
    color: #c73e03;
}

.bg-primary-green-900 {
    background-color: #1a4b0a;
}

.bg-primary-green-800 {
    background-color: #285c14;
}

/* div[class*=bg-primary-green-]:hover, */
button[class*="bg-primary-green-"]:hover,
div[class*="bg-primary-green-"]:hover,
a[class*="bg-primary-green-"]:hover {
    background-color: #285c14 !important;
    border-color: transparent;
    color: white !important;
}

.bg-primary-fanres {
    background-color: #FC5009;
}

button[class*="bg-primary-fanres"]:hover,
div[class*="bg-primary-fanres"]:hover,
a[class*="bg-primary-fanres"]:hover,
.btn-primary-fanres-alt:hover {
    background-color: #c73e03 !important;
    border-color: transparent;
    color: white !important;
}

.bg-primary-green-700 {
    background-color: #3b701e;
}

.bg-primary-green-600 {
    background-color: #50872a;
}

.bg-primary-green-500 {
    background-color: #689e3c;
}

.bg-primary-green-400 {
    background-color: #97c469;
}

.bg-primary-green-300 {
    background-color: #bee18d;
}

.bg-primary-green-200 {
    background-color: #ddf5b7;
}

.bg-primary-green-100 {
    background-color: #f0f9da;
}

.bg-primary-green-900-alt {
    border: 2px solid #1a4b0a;
    background-color: #fff;
}
.bg-primary-green-alt-800 {
    border: 2px solid #285c14;
    background-color: #fff;
}
.bg-primary-green-alt-700 {
    border: 2px solid #3b701e;
    background-color: #fff;
}
.bg-primary-green-alt-600 {
    border: 2px solid #50872a;
    background-color: #fff;
}
.bg-primary-green-alt-500 {
    border: 2px solid #689e3c;
    background-color: #fff;
}
.bg-primary-green-alt-400 {
    border: 2px solid #97c469;
    background-color: #fff;
}
.bg-primary-green-alt-300 {
    border: 2px solid #bee18d;
    background-color: #fff;
}
.bg-primary-green-alt-200 {
    border: 2px solid #ddf5b7;
    background-color: #fff;
}
.bg-primary-green-alt-100 {
    border: 2px solid #f0f9da;
    background-color: #fff;
}

.bg-green-900 {
    background-color: #0a6a13;
}

.bg-green-800 {
    background-color: #127f14;
}

/* div[class*=bg-green-]:hover, */
button[class*="bg-green-"]:hover,
div[class*="bg-green-"]:hover {
    background-color: #127f14 !important;
    border-color: transparent;
    color: white !important;
}

.bg-green-700 {
    background-color: #209d1d;
}

.bg-green-600 {
    background-color: #3abc26;
}

.bg-green-500 {
    background-color: #57db37;
}

.bg-green-400 {
    background-color: #89e964;
}

.bg-green-300 {
    background-color: #acf486;
}

.bg-green-200 {
    background-color: #cffbae;
}

.bg-green-100 {
    background-color: #ebfdd7;
}

.bg-green-alt-900 {
    border: 2px solid #0a6a13;
    background-color: #fff;
}
.bg-green-alt-800 {
    border: 2px solid #127f14;
    background-color: #fff;
}
.bg-green-alt-700 {
    border: 2px solid #209d1d;
    background-color: #fff;
}
.bg-green-alt-600 {
    border: 2px solid #3abc26;
    background-color: #fff;
}
.bg-green-alt-500 {
    border: 2px solid #57db37;
    background-color: #fff;
}
.bg-green-alt-400 {
    border: 2px solid #89e964;
    background-color: #fff;
}
.bg-green-alt-300 {
    border: 2px solid #acf486;
    background-color: #fff;
}
.bg-green-alt-200 {
    border: 2px solid #cffbae;
    background-color: #fff;
}
.bg-green-alt-100 {
    border: 2px solid #ebfdd7;
    background-color: #fff;
}

.bg-blue-900 {
    background-color: #002d78;
}

.bg-blue-800 {
    background-color: #013f92;
}

/* div[class*=bg-blue-]:hover, */
button[class*="bg-blue-"]:hover,
div[class*="bg-blue-"]:hover {
    background-color: #013f92 !important;
    border-color: transparent;
    color: white !important;
}

.bg-blue-700 {
    background-color: #0059b5;
}

.bg-blue-600 {
    background-color: #0078d7;
}

.bg-blue-500 {
    background-color: #019bfd;
}

.bg-blue-400 {
    background-color: #3fbffe;
}

.bg-blue-300 {
    background-color: #65d5fd;
}

.bg-blue-200 {
    background-color: #98e9fe;
}

.bg-blue-100 {
    background-color: #cbf8fe;
}

.bg-blue-alt-900 {
    border: 2px solid #002d78;
    background-color: #fff;
}
.bg-blue-alt-800 {
    border: 2px solid #013f92;
    background-color: #fff;
}
.bg-blue-alt-700 {
    border: 2px solid #0059b5;
    background-color: #fff;
}
.bg-blue-alt-600 {
    border: 2px solid #0078d7;
    background-color: #fff;
}
.bg-blue-alt-500 {
    border: 2px solid #019bfd;
    background-color: #fff;
}
.bg-blue-alt-400 {
    border: 2px solid #3fbffe;
    background-color: #fff;
}
.bg-blue-alt-300 {
    border: 2px solid #65d5fd;
    background-color: #fff;
}
.bg-blue-alt-200 {
    border: 2px solid #98e9fe;
    background-color: #fff;
}
.bg-blue-alt-100 {
    border: 2px solid #cbf8fe;
    background-color: #fff;
}

.bg-yellow-900 {
    background-color: #776900;
}

.bg-yellow-800 {
    background-color: #908100;
}

/* div[class*=bg-yellow-]:hover, */
button[class*="bg-yellow-"]:hover,
div[class*="bg-yellow-"]:hover {
    background-color: #908100 !important;
    border-color: transparent;
    color: white !important;
}

.bg-yellow-700 {
    background-color: #b3a101;
}

.bg-yellow-600 {
    background-color: #d6c402;
}

.bg-yellow-500 {
    background-color: #ffc909;
}

.bg-yellow-400 {
    background-color: #faed3f;
}

.bg-yellow-300 {
    background-color: #fcf366;
}

.bg-yellow-200 {
    background-color: #fef898;
}

.bg-yellow-100 {
    background-color: #fefccc;
}

.bg-yellow-alt-900 {
    border: 2px solid #776900;
    background-color: #fff;
}
.bg-yellow-alt-800 {
    border: 2px solid #908100;
    background-color: #fff;
}
.bg-yellow-alt-700 {
    border: 2px solid #b3a101;
    background-color: #fff;
}
.bg-yellow-alt-600 {
    border: 2px solid #d6c402;
    background-color: #fff;
}
.bg-yellow-alt-500 {
    border: 2px solid #ffc909;
    background-color: #fff;
}
.bg-yellow-alt-400 {
    border: 2px solid #faed3f;
    background-color: #fff;
}
.bg-yellow-alt-300 {
    border: 2px solid #fcf366;
    background-color: #fff;
}
.bg-yellow-alt-200 {
    border: 2px solid #fef898;
    background-color: #fff;
}
.bg-yellow-alt-100 {
    border: 2px solid #fefccc;
    background-color: #fff;
}

.bg-red-900 {
    background-color: #7a0a18;
}

.bg-red-800 {
    background-color: #931016;
}

/* div[class*=bg-red-]:hover, */
button[class*="bg-red-"]:hover,
div[class*="bg-red-"]:hover {
    background-color: #931016 !important;
    border-color: transparent;
    color: white !important;
}

.bg-red-700 {
    background-color: #b71f1a;
}

.bg-red-600 {
    background-color: #db3a26 !important;
}

.bg-red-500 {
    background-color: #ff5935;
}

.bg-red-400 {
    background-color: #ff8e66;
}

.bg-red-300 {
    background-color: #ffae86;
}

.bg-red-200 {
    background-color: #ffcfae;
}

.bg-red-100 {
    background-color: #ffead5;
}

.bg-red-alt-900 {
    border: 2px solid #7a0a18;
    background-color: #fff;
}
.bg-red-alt-800 {
    border: 2px solid #931016;
    background-color: #fff;
}
.bg-red-alt-700 {
    border: 2px solid #b71f1a;
    background-color: #fff;
}
.bg-red-alt-600 {
    border: 2px solid #db3a26;
    background-color: #fff;
}
.bg-red-alt-500 {
    border: 2px solid #ff5935;
    background-color: #fff;
}
.bg-red-alt-400 {
    border: 2px solid #ff8e66;
    background-color: #fff;
}
.bg-red-alt-300 {
    border: 2px solid #ffae86;
    background-color: #fff;
}
.bg-red-alt-200 {
    border: 2px solid #ffcfae;
    background-color: #fff;
}
.bg-red-alt-100 {
    border: 2px solid #ffead5;
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-neutral-800 {
    background-color: #333;
}

/* div[class*=bg-neutral-]:hover, */
button[class*="bg-neutral-"]:hover,
div[class*="bg-neutral-"]:hover {
    background-color: #333 !important;
    border-color: transparent;
    color: white !important;
}

.bg-neutral-700 {
    background-color: #666;
}

.bg-neutral-600 {
    background-color: #808080;
}

.bg-neutral-500 {
    background-color: #999;
}

.bg-neutral-400 {
    background-color: #b3b3b3;
}

.bg-neutral-300 {
    background-color: #ccc;
}

.bg-neutral-200 {
    background-color: #e6e6e6;
}

.bg-white {
    background-color: #fff;
    border: 1px solid #000 !important;
}

.bg-neutral-alt-800 {
    border: 2px solid #333;
    background-color: #fff;
}
.bg-neutral-alt-700 {
    border: 2px solid #666;
    background-color: #fff;
}
.bg-neutral-alt-600 {
    border: 2px solid #808080;
    background-color: #fff;
}
.bg-neutral-alt-500 {
    border: 2px solid #999;
    background-color: #fff;
}
.bg-neutral-alt-400 {
    border: 2px solid #b3b3b3;
    background-color: #fff;
}
.bg-neutral-alt-300 {
    border: 2px solid #ccc;
    background-color: #fff;
}
.bg-neutral-alt-200 {
    border: 2px solid #e6e6e6;
    background-color: #fff;
}

h1 {
    font-size: 2.5rem !important;
    margin-bottom: 0 !important;
}

h2 {
    font-size: 34px !important;
    margin-bottom: 0 !important;
}

h3 {
    font-size: 24px !important;
    margin-bottom: 0 !important;
}

h4 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

h5 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

small {
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.text-bold {
    font-weight: 700;
}

.img-logo {
    height: 40px;
    width: auto !important;
    margin-bottom: 0 !important;
}

.btn-primary-lg {
    /* padding: 15px 60px; */
    border-radius: 10px;
    min-width: 180px;
    /* height: 48px; */
    /* height: fit-content; */
    font-size: 16px !important;
    font-family: "Roboto", sans-serif;
}

.btn-primary-sm {
    padding: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px !important;
    font-family: "Roboto", sans-serif;
}

.btn-primary-lg-alt {
    /* padding: 15px 60px; */
    width: 180px;
    height: 48px;
    border-radius: 10px;
    font-size: 16px !important;
    font-family: "Roboto", sans-serif;
}

.btn-primary-sm-alt {
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 12px !important;
    font-family: "Roboto", sans-serif;
}

/* Bootstrap Override */

.size-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.size-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control:focus {
    border-color: #689e3c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 4px rgba(104, 158, 60, 0.6);
}

.form-control.is-valid {
    background-image: url("/images/icons-teta/Success.svg");
}

.form-control.is-invalid {
    background-image: url("/images/icons-teta/Error.svg");
}

.custom-file-label::after {
    background-color: #50872a;
    color: white;
}

.custom-file-label::after:hover {
    background-color: #1a4b0a;
}

.card {
    width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 4%);
    margin-bottom: 1rem;
    margin-top: 2rem;
    min-width: 293px;
}

.card-webinar {
    max-width: 346.67px;
    margin-bottom: 28px;
}

.webinar-container {
    justify-content: flex-start;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.card-title:hover {
    /* color: #50872a; */
    color: #b74f1e;
}

.card-body {
    padding: 1.5rem;
}

.card-body i {
    color: #1a4b0a;
}

.gap-30px {
    column-gap: 30px;
}

.gx-30px {
    --bs-gutter-x: 30px;
}

.gy-30px {
    --bs-gutter-y: 30px;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}

.form-check-input {
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.form-check-input.regis {
    min-width: 20px;
    min-height: 20px;
    width: 1em !important;
    height: 1em !important;
    border-radius: 4px;
    vertical-align: sub;
}

.form-check-input:checked {
    background-color: #689e3c;
}

.form-check-input:valid:checked {
    background-color: #689e3c;
}

.form-check-label {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

.custom-control-label {
    position: unset;
    margin-top: 0.5rem;
}

.custom-control-label::before,
.custom-control-label::after {
    width: 28px;
    height: 28px;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 3.5rem;
    height: 28px;
    pointer-events: all;
    border-radius: 16px;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 3.5px);
    left: calc(-2.25rem + 3px);
    width: calc(1.75rem - 4px);
    height: calc(1.75rem - 4px);
    background-color: #adb5bd;
    border-radius: 16px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #689e3c;
    background-color: #689e3c;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.6rem);
    transform: translateX(1.6rem);
}

.custom-checkbox
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(104, 158, 60, 0.5);
}

.custom-radio
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(104, 158, 60, 0.5);
}

.custom-switch
    .custom-control-input:disabled:checked
    ~ .custom-control-label::before {
    background-color: rgba(104, 158, 60, 0.5);
}

.tab-pane {
    width: 100%;
}

.swal2-styled.swal2-confirm {
    background-color: #FC5009 !important;
}
/*
::-webkit-scrollbar {
    display: none;
} */

@media only screen and (max-width: 1290px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1150px) {
}

@media only screen and (max-width: 1048px) {
    .webinar-container {
        justify-content: space-around;
        /* column-gap: unset!important; */
    }

    .detweb-container {
        flex-direction: column;
        row-gap: 12px;
    }

    .detweb-left,
    .detweb-right {
        width: 100% !important;
    }

    .display-container {
        flex-wrap: wrap;
        justify-content: space-evenly;
        row-gap: 12px;
        align-items: center;
    }
}

@media only screen and (max-width: 958px) {
    .webinar-header .container {
        flex-direction: column-reverse;
    }

    /* .webinar-header .container a {
        align-self: flex-end;
    } */

    .card-webinar {
        max-width: unset !important;
    }
}

@media only screen and (max-width: 768px) {
    .fc .fc-toolbar {
        flex-direction: column;
        row-gap: 10px;
    }

    .fc .fc-toolbar .fc-toolbar-chunk h2 {
        font-size: 24px !important;
    }

    .pills-header {
        flex-direction: column;
        row-gap: 18px;
    }

    .nav-pills .nav-item {
        width: 100%;
        text-align: center;
    }

    .main-wrap {
        justify-content: center;
    }

    .webinar-container {
        flex-direction: column;
        align-items: center;
    }

    .display-container {
        flex-wrap: wrap;
    }

    .detail-area {
        flex-direction: column;
    }
}

@media only screen and (max-width: 580px) {
    .btn-primary-lg {
        width: 120px;
        font-size: 14px !important;
        padding: 12px !important;
    }

    #pay-button {
        padding: 0px !important;
    }

    .card {
        min-width: unset;
    }

    .card-webinar {
        max-width: unset;
    }

    .container .tab-content {
        justify-content: center;
    }

    .berita .card {
        width: 100% !important;
    }

    .splide__arrow {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 376px) {
    .custom-control-label::before,
    .custom-control-label::after {
        margin-left: 1.5rem;
    }

    .custom-control-label {
        margin-left: 1.2rem;
    }

    .custom-switch .custom-control-label::before,
    .custom-switch .custom-control-label::after {
        margin-left: 2.2rem;
    }

    .custom-switch .custom-control-label {
        margin-left: 1.9rem;
    }

    /* .containerku {
        margin-top: 100px;
    } */
}
