html, body{
    background-color: #101627;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

#audioVisualizer {
    width: 100%;
    height: 50px;
}

.docusign-agreement {
    width: 100%;
    height: 650px;
}

.tab-button{
    top: 0;
}

.tab-button img{
    height: 70px;
}

#intro {
    background-size: cover;
    height: 100vh;
    overflow: hidden; /* Ensure video does not overflow */
    position: relative;
    width: 100%;
}

div.background-animation{
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.background-animation video{
    height: 100%;
    width: 100%;
    object-fit: fill;
    position: absolute;
}

.top-right-ellipse {
    background-color: #70CB97;
    height: 481px;
    width: 481px;
    border-radius: 50%;
    position: absolute;
    left: 73.06%;
    right: -6.46%;
    top: -9.78%;
    bottom: 56.33%;
    opacity: 0.4;
    filter: blur(250px);
}

.top-left-ellipse {
    background-color: #7D50F4;
    height: 606px;
    width: 606px;
    border-radius: 50%;
    position: absolute;
    left: -10.62%;
    right: 68.54%;
    top: -12.33%;
    bottom: 45%;
    opacity: 0.4;
    filter: blur(250px);
}

.loginOpensesmeBtn{
    width: 100%;
}

.loginOpensesmeBtn .logo-wrapper{
    border: 6px solid #ffff;
    border-radius: 22px;
    height:100%;
}

#main {
    display: flex;
    position: relative;
    flex-direction: column;
    /* margin: 0 50px;
    padding: 0 100px; */
}

.single-slider .slick-list, .single-slider .slick-track{
    height: 400px;
}


.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #ffffff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.2s ease-in-out infinite; /* Adjust animation duration and timing function */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#selectDocument{
    z-index: 2;
}