body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    margin: 0;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
body {
    overflow-y: hidden;
    position: relative;
}
html {
    touch-action: manipulation;
}
body:before {
    background-attachment: fixed;
    background: linear-gradient(to bottom, #003973, #e5e5be); /* Night-to-day gradient */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    opacity: 1; /* Fully vivid gradient colors */
    top: 0;
    z-index: -1;
}
.Footer {
    position: fixed;
    bottom: 0; /* Positions at the bottom of the page */
    left: 50%; /* Centers horizontally */
    transform: translateX(-50%); /* Adjusts positioning to perfectly center */
    width: auto; /* Adjust width as needed */
    height: 200px; /* Maintains existing height */
    display: flex;
    justify-content: center; /* Centers content inside footer */
    align-items: center; /* Vertically center content */
    z-index: 10; /* Ensure it stays above other elements */
}
.Footer, body:before {
    left: 0;
    position: fixed;
    width: 100%;
}
.Wave {
    -webkit-animation: waveAnimation 15s linear infinite;
    animation: waveAnimation 15s linear infinite;
    background-image: url(https://filesender.kblnet.com/static/media/), url(https://filesender.kblnet.com/static/media/), url(https://filesender.kblnet.com/static/media/);
    background-position: 0 100%, 100% 100%;
    background-repeat: repeat-x;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 200%;
}
@-webkit-keyframes waveAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes waveAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.Maindiv {
    height: 100vh;
    position: relative;
    width: 100%;
}
.Appcontainer {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.LeftSide {
    float: left;
    margin-top: -5%;
}
.LeftSide, .RightSide {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.RightSide {
    float: left;
    height: 100%;
    margin-left: -10%;
}
.FileUploadContainer {
    background: linear-gradient(to bottom, #003973, #000000);
    border-radius: 10px;
    box-shadow: 0 2px 20px 7px rgba(0, 0, 0, .05);
    flex-direction: column;
    height: 230px;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: -30%;
    opacity: .8;
    width: 300px;
}
.DownloadSection, .FileUploadContainer, .OTPInputContainer {
    align-items: center;
    display: flex;
}
.DownloadSection {
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.textclass2 {
    font-size: 38px;
    margin-left: -5%;
}
.MobileViewOnly {
    display: none;
}
@media (max-width: 600px) {
    .Appcontainer {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }
    .LeftSide {
        display: none;
    }
    .RightSide {
        margin-left: 0;
        margin-top: -150px;
        width: 100%;
    }
    .MobileViewOnly {
        align-items: center;
        display: block;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 3%;
        text-align: center;
    }
}
@media (max-width: 600px) and (max-height: 545px) {
    .MobileViewOnly {
        display: none;
    }
    .RightSide {
        margin-top: 0;
    }
}
.appBar {
    background-color: #fff !important;
    opacity: 90%;
}
.Navtext {
    color: #000;
    font-family: Lucida Sans, Lucida Sans Regular, Lucida Grande, Lucida Sans Unicode, Geneva, Verdana, sans-serif !important;
}
.navText {
    flex: 1 1;
}
.aboutContainer {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
.aboutText {
    color: #4f5fb3;
    font-size: 18px;
    margin-right: 10px;
}
@media (max-width: 600px) {
    .Navtext {
        font-size: 20px !important;
    }
    .appBar {
        height: 8vh;
    }
}
.CircularProgressbar {
    vertical-align: middle;
    width: 100%;
}
.CircularProgressbar .CircularProgressbar-path {
    stroke: #3e98c7;
    stroke-linecap: round;
    transition: stroke-dashoffset .5s ease 0s;
}
.CircularProgressbar .CircularProgressbar-trail {
    stroke: #d6d6d6;
    stroke-linecap: round;
}
.CircularProgressbar .CircularProgressbar-text {
    fill: #3e98c7;
    dominant-baseline: middle;
    text-anchor: middle;
    font-size: 20px;
}
.CircularProgressbar .CircularProgressbar-background {
    fill: #d6d6d6;
}
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
    fill: #3e98c7;
}
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
    fill: #fff;
}
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
    stroke: #fff;
}
.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
    stroke: transparent;
}
/*# sourceMappingURL=main.430c3af4.css.map*/
