﻿.ff-PlayfairDisplay {
    font-family: 'Playfair Display', serif !important;
}

.transparent {
    background-color: transparent !important;
}

.fs-28 {
    font-size: 28px !important;
    line-height: 114% !important;
}

.fs-32 {
    font-size: 32px !important;
    line-height: 132% !important;
}

.fs-23 {
    font-size: 23px !important;
    line-height: 114% !important;
}

.fs-22 {
    font-size: 22px !important;
    line-height: 110% !important;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 132% !important;
}

.fs-18-medium {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 132% !important;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 155% !important;
}

.fs-14 {
    font-size: 14px !important;
    line-height: 137% !important;
}

.fs-12 {
    font-size: 12px !important;
    line-height: 139% !important;
}

.fs-10 {
    font-size: 10px !important;
    line-height: 139% !important;
}

.fs-8 {
    font-size: 8px !important;
    line-height: 139% !important;
}

.meta-regular {
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 139% !important;
}

.no-wrap {
    white-space: nowrap;
}

.align-center {
    text-align: center;
}

.border-1 {
    border: 1px solid black;
}

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.custom-table {
    background-color: transparent;
    box-shadow: none;
}

.custom-row {
    background-color: white;
    border-radius: 4px;
    height: 55px;
}

.mud-input-underline:before {
    border-bottom: none !important;
}

.mud-input-underline {
    border-bottom: none !important;
}

.mud-input-underline::after {
    border-bottom: none !important;
}

.mud-button {
    text-transform: none !important;
    font-size: 16px !important;
    color: #FFFFFF;
}

.hidden-container {
    display: none;
}

.invisible-container {
    visibility: hidden;
}

.upload-input {
    background-color: #FAFCFF;
    border: dashed 1px #7F859E;
    display: flex;
}

.card-body {
    background-color: #F3F6FA;
}

.filled-button {
    background-color: #7F859E;
}

.form-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: #1268B3;
    z-index: -1; /* Ensure the div is positioned behind other elements */
}

.connection-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 160px;*/
    background-color: #1268B3;
    z-index: -1; /* Ensure the div is positioned behind other elements */
}

.image-container {
    width: 100%;
    height: 240px !important;
    background-image: url(../sc-home-splash.jpg);
    background-size: cover;
}

.qrimage-container {
    width: 100%;
    height: 240px !important;
    background-image: url(../connect-with-us-qr.png);
    background-size: cover;
}

.image-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: white;
}

.card-button {
    position: absolute;
    bottom: 1rem;
}

.opaque-card {
    border-radius: 7.94px;
    border: 1.758px solid rgba(255, 255, 255, 0.29);
    box-shadow: 14.647px 17.576px 29.294px 0px rgba(0, 0, 0, 0.05);
    opacity: 0.99;
    /*width: 50px;*/
    height: 225px;
    margin: 0px 15px 0px 15px;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.64) 3.51%, rgba(255, 255, 255, 0.12) 111.71%);
    backdrop-filter: blur(8px);
    padding-top: 20px;
}

.opaque-card-test {
    border-radius: 7.94px;
    border: 1.758px solid rgba(255, 255, 255, 0.29);
    box-shadow: 14.647px 17.576px 29.294px 0px rgba(0, 0, 0, 0.05);
    opacity: 0.99;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.64) 3.51%, rgba(255, 255, 255, 0.12) 111.71%);
    backdrop-filter: blur(8px);
    padding: 20px;
    height: 150px;
    /*width: 75%;*/
    /*max-width: 95% !important;*/
    /*margin-left: 12px !important,*/
}

.opaque-card-container {
    position: absolute;
    top: 215px;
    width: 100%;
}

.transformed-container {
    padding-top: 180px;
    width: 100%;
    /*backdrop-filter:blur(10px);*/
}

.transparent-cover {
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    height: 240px;
    z-index: 0
}

.transparent-cover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    z-index: 0
}

.white-font-visible {
    opacity: 1;
    color: #FFFFFF;
}

.margin-left {
    margin-left: 40px;
}

.high-index {
    z-index: 10;
}

.black-font-visible {
    opacity: 1;
    color: #000000;
}

.font-xsmall {
    font-size: 0.6rem;
}

.font-blue-italics {
    font-style: italic;
    color: #5CCAEA;
}

.font-small {
    font-size: 0.7rem;
}

.w100 {
    width: 100% !important;
}

.w90 {
    width: 90% !important;
}

.card-svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

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

.font-green {
    color: #00B5A2;
}

.fill-green {
    background-color: #E6F8F6;
}

.font-orange {
    color: #F37029;
}

.fill-orange {
    background-color: #FEF1EA;
}

.font-gray {
    color: #7F859E; /*#B7BCCF;*/
}
.font-lightgray {
    color: #CED2E3; /*#B7BCCF;*/
}

.fill-gray {
    background-color: #CED2E3; /*#FEF1EA;*/
}

.font-normal {
    color: #484C52;
}

.circle-background-gray {
    background-color: #7F859E; /*#B7BCCF;*/
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    font-weight: bold;
}

.circle-background-green {
    background-color: #00B5A2;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    font-weight: bold;
}

.circle-background-orange {
    background-color: #F37029;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    font-weight: bold;
}


.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader div {
        background-color: #00c9d0;
        display: inline-block;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        opacity: 0.5;
        border-radius: 50%;
        -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
        animation: ballPulseDouble 2s ease-in-out infinite;
    }

        .loader div:last-child {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

@-webkit-keyframes ballPulseDouble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
