body {
    top: 0px !important;
}

.toast {
    opacity: 1 !important;
}

#google_translate_element select {
    background: #f6edfd;
    color: #383ffa;
    border: none;
    border-radius: 3px;
    padding: 6px 8px
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame {
    display: none !important;
}

#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}


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

.b-r-r-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.b-r-l-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.b-r-5 {
    border-radius: 5px !important;
}

.b-r-6 {
    border-radius: 6px !important;
}

.b-r-7 {
    border-radius: 7px !important;
}

.vertical {
    border-radius: 0.5rem !important;
}

.drp-buttons .btn-primary:not(:disabled):not(.disabled):active,
.drp-buttons .btn-primary:not(:disabled):not(.disabled).active,
.drp-buttons .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #222222 !important;
    border-color: #222222 !important;
}

.drp-buttons .applyBtn {
    color: #fff !important;
    background-color: #222222 !important;
    border-color: #222222 !important;
}

.ajax-loader {
    visibility: hidden;
    position: fixed;
    z-index: 1051 !important;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.ajax-loader img {
    position: relative;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    width: 300px;
    height: 300px;
}

.bd-r-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.fs-50 {
    font-size: 50px
}

.fs-60 {
    font-size: 60px
}

.min-height-250 {
    min-height: 250px;
}

.width-100-100 {
    width: 100%;
}

.w-100px {
    width: 100px !important;
}

.w-150px {
    width: 150px !important;
}

.w-200px {
    width: 200px !important;
}

.w-250px {
    width: 250px !important;
}

.mw-100px {
    min-width: 100px !important;
}

.mw-150px {
    min-width: 150px !important;
}

.mw-200px {
    min-width: 200px !important;
}

.mw-250px {
    min-width: 250px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-100 {
    font-size: 100px !important;
}

.video-play-icon {
    left: calc(50% - 32px) !important;
    top: calc(50% - 32px) !important;
}

section.account-page {
    padding-top: 50px
}

@media screen and (max-width: 992px) {
    section.account-page {
        padding-top: 40px
    }
}

main section.msa-workshop .owl-nav {
    top: calc(30% - 21px);
}

.gridder {
    margin: 0px;
}

.msa-form hr {
    margin-top: 25px
}

.changeLanguage {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.loginUser .dropdown a.dropdown-toggle {
    background: #000;
    color: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

#dropdownUserLogin {
    background: none !important
}

.document-info {
    width: 60px;
    text-align: center;
}

.document-info i {
    font-size: 25px !important;
}

.document-info .document-info-text {
    font-size: 12px;
    font-weight: bold;
}

.bd-r-5 {
    border-radius: 4px;
}

#filterForm .error:last-child {
    background: #FCC7C7;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 10px 6px 10px;
    margin: -4px 0px 10px 0px;
    border-radius: 4px;
    z-index: 0;
    position: relative;
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #000000;
}

.tab-card .text-white {
    color: #ffffff !important;
}

.tab-card > a.text-white {
    color: #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
}

.card-51 h5 {
    font-weight: 400 !important;
    line-height: 30px;
    text-align: justify;
}

.width-max {
    width: 100% !important;
    max-width: 500px !important;
}

.max-w-150px {
    max-width: 150px;
}

.chk-dropdown {
    float: left;
    margin-right: 20px;
    width: 100%;
    position: relative;
}

.chk-dropdown button.dropdown-toggle {
    width: 100%;
    padding: 0 20px;
    font-weight: 500;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    color: #111;
    background: url('../images/select-menu-arrow.svg') no-repeat right;
    -webkit-appearance: none;
    background-position-x: calc(100% - 20px);
    border: 1px solid #d9d9d9;
    cursor: pointer;
    text-align: left;
}

.chk-dropdown button.dropdown-toggle::after {
    display: none;
}

.chk-dropdown > .btn-secondary:not(:disabled):not(.disabled):active {
    color: #111;
    background-color: #fff !important;
    border-color: #111;
}

.chk-dropdown.show > .btn-secondary.dropdown-toggle {
    color: #111;
    background-color: #fff !important;
    border-color: #111;
}

.chk-dropdown input:checked {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

#filterForm div.dropdown-menu {
    border: 1px solid #444444;
    border-radius: 20px;
    padding: 15px 0px;
}

#filterForm .dropdown-menu .dropdown-item {
    margin-bottom: 0px;
    padding: 0.1rem 1.5rem;
}

#filterForm .filter-clear-buttons button, #filterForm .filter-clear-buttons a {
    height: 40px;
    border-radius: 20px;
    padding: 0px 10px;
    line-height: 40px;
}

#filterForm .select-menu input {
    height: 40px;
}

#filterForm .datepicker {
    border: 1px solid #d9d9d9;
}

#filterForm .datepicker:focus {
    border: 1px solid #111111;
}

#filterForm .search-input {
    line-height: 40px;
}

#filterForm .search-input:focus {
    border: 1px solid #111111;
}

#filterForm .workshop-select-menu img {
    top: 11px !important;
}

#filterForm .search-wrap img {
    top: 11px !important;
    width: 18px !important;
}


.header-logo {
    max-width: 100px;
    width: 100px;
}


.workshopCalender .down {
    display: none;
}

.workshopCalender .collapsed .up {
    display: none;
}


.workshopCalender .collapsed .down {
    display: inline
}

.class_lists .frame {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
}

.class_lists .frame div {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    background: #fff;
    align-items: center;
}

.class_lists .frame div:last-child {
    flex: inherit;
}

.slider-img-18-title {
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fbb058;
}

.slider-img-18-under {
    font-weight: 100;
    text-decoration: underline;
}


.slider-img-14-title {
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 200px;
    color: white;
}

.slider-img-14-under {
    font-weight: 100;
    text-decoration: underline;
    margin-top: 46px;
}

.slider-img-15-title {
    text-align: left;
    position: absolute;
    top: 75%;
    left: 25%;
    font-size: 13px;
    transform: translate(-50%, -50%);
    color: white;
    width: 100px;
}

.slider-img-15-under {
    font-weight: 100;
    text-decoration: underline;
    margin-top: 35px;
}


.slider-img-17-title {
    background-color: #fff6f687;
    width: 80%;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-img-17-under {
    font-size: 12px;
}

.slider-img-16-title {
    background-color: #0e0e0e87;
    font-size: 25px;
    width: 80%;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 26%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
}

.calendar-event-custom-title {
    width: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1375px) {
    .calendar-event-custom-title {
        width: 200px;
    }
}

@media only screen and (min-width: 990px) {
    #searchResults {
        width: 100% !important;
    }
    .slider-img-18-title {
        font-weight: bold;
        text-align: center;
        font-size: 30px;
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        color: #fbb058;
    }

    .slider-img-18-under {
        font-size: 22px;
        font-weight: 100;
        text-decoration: underline;
    }

    .slider-img-15-title {
        font-weight: bold;
        text-align: left;
        font-size: 22px;
        position: absolute;
        top: 77%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 200px;
        color: white;
    }

    .slider-img-15-under {
        font-size: 20px;
        font-weight: 100;
        text-decoration: underline;
        margin-top: 46px;
    }


    .slider-img-14-title {
        font-weight: bold;
        text-align: left;
        font-size: 22px;
        position: absolute;
        top: 25%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 200px;
        color: white;
    }

    .slider-img-14-under {
        font-size: 20px;
        font-weight: 100;
        text-decoration: underline;
        margin-top: 46px;
    }

    .slider-img-17-title {
        font-size: 30px;
    }

    .slider-img-17-under {
        font-size: 16px;
    }


    .slider-img-16-title {
        font-size: 30px;
    }


}

@media only screen and (max-width: 600px) {
    .slider-img-14-title {
        font-weight: bold;
        text-align: left;
        font-size: 13px !important;
        position: absolute;
        top: 25%;
        left: 25%;
        transform: translate(-50%, -50%);
        width: 100px;
        color: white;
    }

    .slider-img-14-under {
        margin-top: 35px !important;
    }

    .slider-img-15-title {
        text-align: left;
        position: absolute;
        top: 75%;
        left: 25%;
        font-size: 13px !important;
        transform: translate(-50%, -50%);
        color: white;
        width: 100px;
    }

    .slider-img-16-title {
        background-color: #0e0e0e87;
        font-size: 25px !important;
        width: 80%;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 26%;
        left: 50%;
        color: white;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
    .slider-img-15-title {
        font-weight: bold;
        text-align: left;
        font-size: 20px !important;
        position: absolute;
        top: 77%;
        left: 30%;
        transform: translate(-50%, -50%);
        width: 200px;
        color: white;
    }

    .slider-img-15-under {
        font-size: 20px !important;
        font-weight: 100;
        text-decoration: underline;
        margin-top: 46px;
    }

}

.product_interest {
    background: #f8f9f9 !important;

    .modal-header {
        border: none !important;
        text-align: center !important;
    }


    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .image-container:hover .overlay {
        opacity: 1;
    }

    .row {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-10 {
        background-color: white;
    }

    .interest-card {
        padding-left: 40px;
        padding-right: 40px;
        background-color: white;

        .tag-div {
            height: 0;
            width: 100%;
            float: left;
            position: relative;
            margin-top: 5px;
        }

        .product-type {
            background: #1e1d1d;
            color: #fff;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 0.5rem;
            font-weight: 600;
            float: left;
        }
    }

    .price {
        display: flex;
        justify-content: end;
        align-items: end;
    }

    .price-2 {
        width: 100%;
        color: #68686a;
        font-size: 16px;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }
}

.order-list-style {
    padding: 5px 0 5px 0 !important;
}

.prof-bundle-early-register {
    color: #da5655;
    font-weight: 600;
    font-size: 0.9rem;
}

.top-invoice {
    height: 40px;
    display: flex;
    align-items: center;
}

.search-div {
    border-bottom: 1px solid #dbdbdc;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    display: flex;
    margin: 10px;
}

#searchResults {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 3px;
    display: none;
    z-index: 1000;
    height: 30vh;
    overflow-y: auto;
    width: 300px;
    max-width: calc(100vw - 20px);
    margin-top: 10px;
}

.search-div:hover {
    background-color: rgba(187, 186, 184, 0.69);
}

