.mr-spinner{
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 64999;
    color: var(--main-orange-1);
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}
.mr-spinner-bg{
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 64999;
    background: rgba(0, 0, 0, 0.65);
}

.transparent{
    background: transparent;
    border: transparent;
    color: transparent;
}
.transparent:hover,
.transparent:focus
{
    background: transparent;
    border: transparent;
    color: transparent;
    box-shadow: none;
    outline: none;
}

.pointer-cursor{
    cursor: pointer;
}

.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
}
.help-block-error{
    font-size: 12px;
    color: #e84545;
}

.transform180deg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.opacity-1{
    opacity: 0.1;
}
.opacity-2{
    opacity: 0.2;
}
.opacity-3{
    opacity: 0.3;
}
.opacity-4
{
    opacity: 0.4;
}
.opacity-5{
    opacity: 0.5;
}
.opacity-6{
    opacity: 0.6;
}
.opacity-7{
    opacity: 0.7;
}
.opacity-8{
    opacity: 0.8;
}
.opacity-9{
    opacity: 0.9;
}
.opacity-10{
    opacity: 1;
}

.full-screen-image{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.clear-container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.rounded-top-5px {
    border-radius: 5px 5px 0 0;
}
.rounded-bottom-5px {
    border-radius: 0 0 5px 5px;
}
.rounded-5px {
    border-radius: 5px
}

.fw-800 {
    font-weight: 800!important;
}
.fw-750 {
    font-weight: 750!important;
}
.fw-700 {
    font-weight: 700!important;
}
.fw-650 {
    font-weight: 650!important;
}
.fw-600 {
    font-weight: 600!important;
}
.fw-550 {
    font-weight: 550!important;
}
.fw-500 {
    font-weight: 500!important;
}
.fw-450 {
    font-weight: 450!important;
}
.fw-400 {
    font-weight: 400!important;
}
.fw-350 {
    font-weight: 350!important;
}
.fw-300 {
    font-weight: 300!important;
}
.fw-250 {
    font-weight: 250!important;
}
.fw-200 {
    font-weight: 200!important;
}
.fw-150 {
    font-weight: 150!important;
}
.fw-100 {
    font-weight: 100!important;
}
.fw-50 {
    font-weight: 50!important;
}
.fw-0 {
    font-weight: 0!important;
}

.ps-10px {
    padding-left: 10px;
}
.fs-20px{
    font-size: 20px;
}
.rounded-5px {
    border-radius: 5px;
}
.rounded-10px {
    border-radius: 10px;
}
.rounded-15px {
    border-radius: 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url("../svg/icons/play-button.svg") center center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
}


.playing {
    background: none;
    display: none;
}

.tab-pane.active {
    will-change: opacity; 
    animation: fade-in 1.2s ease-in-out; 
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.disable-scroll {
    overflow: hidden !important;
}

label {
    position: relative;
    color: rgba(24, 37, 37, 0.80);
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 150%; 
}
label p {
    display: inline;
}


form .required::after {
    content: "*";
    color: #F07E42;
    padding-left: 3px;
}

.form-check-label {
    color: rgba(24, 37, 37, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 150%; 
}

.form-check-label a {
    color: rgba(24, 37, 37, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.grid-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
}

.contact-us-form .formbuilder-row,
.contact-us-form .form-row {
    padding-bottom: 24px;
}


.contact-us-form textarea {
    min-height: 180px;
}

input::-webkit-input-placeholder,
input::-ms-input-placeholder,
input::placeholder,
input[type="text"]::placeholder,
.form-control::placeholder
{
    color: rgba(24, 37, 37, 0.50) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.form-control::placeholder {
    color: rgba(24, 37, 37, 0.50) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    letter-spacing: 0.16px;
}

.pagination {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.pagination .prev-wrapper .page-link,
.pagination .next-wrapper .page-link {
    padding: 10px 18px;
    border: 1px solid rgba(24, 32, 27, 0.15);
    border-radius: 5px;

    color: var(--main-green-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}

.pagination .prev-wrapper {
    margin-right: auto; 
}

.pagination .next-wrapper {
    margin-left: auto; 
}

.pagination .page-item {
    list-style: none;
}

.pagination .page-item:not(.prev-wrapper):not(.next-wrapper) {
    margin: 0 5px; 
}

.pagination .page-link {
    border: none;
    color: var(--main-green-2);
    padding: 5px 10px;
}

.pagination .page-item.active .page-link {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;

    border-radius: 5px;
    border: 1px solid rgba(24, 32, 27, 0.15);
    background: #FFF;
}

@media (max-width: 1012px) {
    .pagination .page-item:not(.prev-wrapper):not(.next-wrapper) {
        display: none;
    }

    .pagination .page-item.active {
        display: flex !important;
    }
}

.empty-whitespace {
    margin-bottom: 0;
}
.pimcore_editable_video {
    position: relative;
}
