/* ===== Google Font Import - Poppins ===== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");

@font-face {
    font-family: "yekan";

    src: url("../font/Yekan/Yekan/Yekan.eot");

    src: url("../font/Yekan/Yekan.eot?#iefix") format("embedded-opentype"),
      url("../font/Yekan/Yekan.woff") format("woff"),
      url("../font/Yekan/Yekan.ttf") format("truetype"),
      url("../font/Yekan/Yekan.svg#BYekan") format("svg");

    font-weight: normal;

    font-style: normal;
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Yekan", sans-serif;
    text-decoration: none;
}
body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #071555;
}
.container {
    position: relative;
    max-width: 500px;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
    margin: 0 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.container header {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.container header::before {
    content: "";
    position: absolute;
    right: 20%;
    bottom: -2px;
    height: 3px;
    width: 265px;
    border-radius: 8px;
    background-color: #2361c6;
}
.container form {
    margin-top: 16px;
    min-height: 220px;
    background-color: #fff;
    overflow: hidden;
}
.container #payment {
    margin-top: 16px;
    min-height: 140px;
    background-color: #fff;
    overflow: hidden;
}
.container #payment .form {
    background-color: #fff;
}
.container form .form {
    background-color: #fff;
}
.container form .title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
    color: #ab2836;
    background-color: #f7b2b7;
    text-align: center;
    border-radius: 5px;
}
.container form .fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .fields .input-field {
    display: flex;
    width: calc(100%);
    flex-direction: column;
    margin: 4px 0;
}
.input-field label {
    font-size: 12px;
    font-weight: 500;
    color: #2e2e2e;
}
.input-field input,
select {
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border-radius: 5px;
    border: 1px solid #aaa;
    padding: 0 15px;
    height: 42px;
    margin: 8px 0;
}
.input-field input :focus,
.input-field select:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}
.input-field select,
.input-field input[type="date"] {
    color: #707070;
}
.input-field input[type="date"]:valid {
    color: #333;
}
.container form button,
.backBtn {
    display: block;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    margin: 25px auto;
    background-color: #2361c6;
    transition: all 0.3s linear;
    cursor: pointer;
}
.container form .btnText {
    font-size: 14px;
    font-weight: 400;
}

.container-2 form button,
.backBtn {
    display: block;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    margin: 25px auto;
    background-color: #2361c6;
    transition: all 0.3s linear;
    cursor: pointer;
}
.container-2 form .btnText {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 750px) {
    .container form {
        overflow-y: scroll;
    }
    .container form::-webkit-scrollbar {
        display: none;
    }
    form .fields .input-field {
        width: calc(100% / 2 - 15px);
    }
    .container-2 form {
        overflow-y: scroll;
    }
    .container-2 form::-webkit-scrollbar {
        display: none;
    }
    form .fields .input-field {
        width: calc(100% / 2 - 15px);
    }
}

@media (max-width: 550px) {
    form .fields .input-field {
        width: 100%;
    }
}
.input-field label {
    font-size: 15px;
}

.alert {
    color: #e53935;
    font-size: 12px;
    font-weight: bold;
}
#title-2 {
    display: block;
    background-color: #fff;
    text-align: center;
    color: forestgreen;
    font-weight: bold;
    font-size: 18px;
    padding: 2px;
}
.title-2 {
    text-align: center;
    display: block;
    margin-top: 8px;
    color: #333;
    font-weight: bold;
    font-size: 17px;
}
.title-3{
  text-align: right;
  color: #333;
  font-weight: bold;
  font-size: 15px;
}


.checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-left: 6px;
}
.checkbox-wrapper-4 .cbx:hover {
    background: rgba(0, 119, 255, 0.06);
}
.checkbox-wrapper-4 .cbx span {
    float: right;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);

}
.checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    right: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:last-child {
    padding-right: 8px;
    line-height: 18px;
}
.checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
}
.checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
        width: 100%;
        display: inline-block;
    }
}
@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}
.back {
    display: block;
    margin: auto;
    text-align: center;
    width: 200px;
    color: #2361c6;
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.2s;
}
.back:hover{
  color: #071555;
}
.checkbox-wrapper-4 *{
  font-size: 13px;
  color: black;
}
.fields p{
  font-size: 12px;
  text-align: justify;
  margin: 8px 0;
}
.fields p span{
  font-size: 8px;
  font-weight: bold;
  display: block;
}
.payment{
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    margin: 25px auto;
    background-color: #2361c6;
    transition: all 0.3s linear;
    cursor: pointer;
}
.captcha{
    text-align: center;
    position: relative;
}
#reload {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #0a58ca;
    position: absolute;
    top: -20px;
    left: 90px;
    font-size: 20px;
}
#timer {
    font-size: 15px;
    display: block;
    text-align: center;
}
#resend-otp{
    text-align: center;
    font-size: 15px;
    color: #2361c6;
}

.container-2 {
    position: relative;
    max-width: 800px;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
    margin: 0 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.container-2 header {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.container-2 header::before {
    content: "";
    position: absolute;
    right: 33%;
    bottom: -2px;
    height: 3px;
    width: 265px;
    border-radius: 8px;
    background-color: #2361c6;
}
.container-2 form {
    margin-top: 16px;
    min-height: 220px;
    background-color: #fff;
    overflow: hidden;
}
.container-2 #payment {
    margin-top: 16px;
    min-height: 140px;
    background-color: #fff;
    overflow: hidden;
}
.container-2 #payment .form {
    background-color: #fff;
}
.container-2 form .form {
    background-color: #fff;
}
.container-2 form .title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0;
    color: #ab2836;
    background-color: #f7b2b7;
    text-align: center;
    border-radius: 5px;
}
.container-2 form .fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 450px) {
    .container {
        position: relative;
        max-width: 90%;
        width: 100%;
        border-radius: 6px;
        padding: 30px;
        margin: 0 15px;
        background-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
                    margin: 18px 5px;

    }
    .container header::before {
        content: "";
        position: absolute;
        right: 20%;
        bottom: -10px;
        height: 3px;
        width: 60%;
        border-radius: 8px;
        background-color: #2361c6;
    }
    .captcha{
        text-align: center;
        position: relative;
        margin-bottom: 1.6rem;
    }
    #reload {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #0a58ca;
        position: absolute;
        top: 30px;
        left: 42%;
        font-size: 20px;
    }
}