@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

.Edu-container,
body {
    background-color: #6a47e9;
    background-image: linear-gradient(90deg, #5756ee, #8433e2);
}

.Edu-container {
    padding: 0 !important;
}

.Edu-container .row {
    margin: 0 !important;
}

.welcome-title {
    font-size: 59px;
    font-weight: normal;
}

.Box-left,
.Box-right {
    background-repeat: no-repeat;
}

.Box-left {
    vertical-align: top;
    background-image: url("https://resources.edunexttechnologies.com/web-data/school-visit/img/BackgroundPattern.553669b7.png"), url("https://resources.edunexttechnologies.com/web-data/school-visit/img/VectorGraphic.4280ef28.png");
    background-size: 110%, 360px;
    height: 100vh;
    background-position: 50px 20px, 50% 55%;
}

.left-col {
    padding: 0 !important;
}

.Back-top-icons {
    position: absolute;
    left: 20px;
    top: 25px;
    cursor: pointer;
}

.Back-top-icons i {
    display: inline-block;
    padding: 10px;
    margin: 0 8px;
}

.back-arrow {
    background-image: url("https://resources.edunexttechnologies.com/web-data/school-visit/img/download.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.Welcome-text {
    text-align: left;
    padding: 65px 0 0 15%;
    color: #fff;
}

.Welcome-text-big {
    font-size: 42px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.dfooter {
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 54%;
    padding: 10px 15px;
}

.dfooter p {
    font-size: 14px;
}

.icon-call {
    background-image: url("https://resources.edunexttechnologies.com/web-data/school-visit/img/CallIcon.7de5fb70.svg");
}


.icon-location {
    background-image: url("https://resources.edunexttechnologies.com/web-data/school-visit/img/Location.04182906.svg");
}

.brkWord {
    word-break: break-word;
    width: 100%;
}

.icon-call,
.icon-location {
    background-size: contain;
    width: 20px;
    padding: 10px 0;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.para-powered {
    font-size: 12px;
    font-weight: 300 !important;
}

.img-powered {
    width: 110px;
}

.right-col {
    padding: 0 !important;
}

.Box-right {
    text-align: center;
    background-color: #fff;
    min-height: 100vh;
    border-radius: 50px 0 0 50px;
    background-image: url("https://resources.edunexttechnologies.com/web-data/school-visit/img/BackgroundPatternonWhite.faf94bcf.png");
    background-size: cover;
    background-position: 100%;
}

.Admission-form {
    padding: 2% 7%;
}

.btn_upper_heading {
    font-weight: 500;
    /* font-family: "Hind"; */
    letter-spacing: 0;
    color: #3c4043;
    text-align: left;
    font-size: 30px;
}

.Login-fields {
    text-align: left;
}

.Login-fields .form-label {
    color: #707070 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 2px;
    /* font-family: "Hind"; */
}

.Login-fields .form-control,
.Login-fields .form-select {

    padding: 0.275rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    border: 1px solid #70707096 !important;

}

.Login-fields .form-control:focus,
.Login-fields .form-select:focus {
    box-shadow: none;
}

::placeholder {
    font-size: 13px;
    font-weight: 400;
    color: #525252;
}

.Upload_area {
    text-align: center;
    margin: 5px auto 0;
}

.captureButtonCam {
    color: rgb(17, 0, 180);
    cursor: pointer;
    font-size: 13px;
    background: rgba(17, 0, 180, 0.02);
    border: 1.5px dashed rgb(17, 0, 180);
    border-radius: 6px;
    padding: 15px 5px;
    font-weight: 600;
    width: 8rem;
}

.Adm-btn-container {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: right;
}

.btnW-160px.verify-Btn-primary {
    width: 200px !important;
}

.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.verify-Btn-primary {
    width: 200px !important;
    background: #533ceb !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 8px 6px !important;
    color: #e0e0e0 !important;
    font-weight: 500 !important;
    box-shadow: 0 0 2px 0 #533ceb;
    text-transform: none !important;
    margin: 0 10px 10px !important;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 20px;
    width: 50rem;
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 700px;
}

.upload_card {
    margin-right: 5px;
}

.upload_card input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.captureButtonCam .openCamera, .captureButtonCam .openCamera3 {
    padding: 10px 5px;
    display: block;
}

.blur_whole_window:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 65%);
    z-index: 1;
    left: 0;
    top: 0;
}

.captureButtonCam .camera-btn {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgb(255 255 255 / 70%);
    border: 1px dotted gray;
    position: fixed;
    bottom: 16vh;
    z-index: 9999;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}

.cclose {
    position: absolute;
    top: 5vh;
    right: 5vh;
    background: #5855ec;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    border-radius: 42px;
    z-index: 99;
    cursor: pointer;
}

.captureButtonCam .camera-btn:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.captureButtonCam .camera-btn:hover:after {
    background: #533ceb;
}


@media (min-width: 1140px) {
    .dfooter {
        width: 50%;
    }
}

@media (min-width: 960px) {
    .dfooter {
        width: 45%;
    }
}

@media (min-width: 720px) {
    .dfooter {
        width: 41%;
    }
}

@media (max-width: 575px) {
    .Box-left {
        height: 12vh;
        background: #634cea;
    }

    .Welcome-text {
        padding: 18px 0 0 20%;
    }

    .Welcome-text-big {
        font-size: 22px;
    }

    .Box-right {
        border-radius: 40px 40px 0 0;
    }

    .Admission-form {
        padding: 20px 15px;
    }

    .Edu-container,
    body {
        background-color: #634cea;
        background-image: linear-gradient(90deg, #634cea, #634cea);
    }

    .Upload_area {
        display: flex;
    }

    .Adm-btn-container {
        margin-top: 20px;
        text-align: left;
    }

    .verify-Btn-primary,
    .Upload_area,
    .captureButtonCam {
        margin: 0px !important;
    }

    .Upload_area .upload_card {
        margin-top: 10px;
        margin-right: 10px;
    }
}

.datepicker {
    background-image: url(https://resources.edunexttechnologies.com/default-form/img/calendar-icon.png);
    /* -webkit-background-size: 13px 13px;
    background-size: 20px; */
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 12px center;
    background-size: 12px;
}

.w-65 {
    width: 65%;
}