@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
    /* cursor: pointer; */
}

body {
    overflow-x: hidden;
}

#login_right .container {
    max-width: 400px;
    padding: 20px;
}

#login_right {
    position: relative;
}

#login_right .form-control {
    border: 2px solid rgba(233, 233, 233, 1);
    border-radius: 10px;
    /* min-width: 500px; */
    width: 100%;
    max-height: 56px;
    z-index: 0;
    cursor: auto !important;
}

#login_right .input-group2 {
    /* min-width: 500px; */
}

#login_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login_right h1 {
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-weight: 600;
    line-height: 40.4px;
    text-align: left;
    color: #333333;
    margin-bottom: 0px !important;
}

#login_right span {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 22.68px;
    text-align: left;
    color: #8A8A8A;
    cursor: default;
    /* margin-top: 20px; */

}

.input-icon-right img {
    cursor: pointer;
}

#login_right form {
    margin-top: 30px;
}

#login_right input::placeholder {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: #97A0A4;
}

#login_right input {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    color: #333;
}

.input-group {
    margin-bottom: 20px;
}

/* .reg_input-group .form-control {
    background-image: url('../svg/loginemil.svg');
     background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding-left: 40px;
} */

.login_form_control .form-control {
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    /* Left and right positions */
    background-size: 20px, 20px;
    /* Size of left and right images */
    padding-left: 45px;
    /* Space for left image */
    padding-right: 45px;
    /* Space for right image */
}



.reg_input-group .form-control {
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    /* Left and right positions */
    background-size: 20px, 20px;
    /* Size of left and right images */
    padding-left: 45px;
    /* Space for left image */
    padding-right: 45px;
    /* Space for right image */
}

/* .reg_input-group:nth-of-type(1) .form-control {
    background-image: url('../svg/register_user.svg');

} */

/* .reg_input-group:nth-of-type(2) .form-control {
    background-image: url('../svg/register_mobile.svg');
   } */




.reset_input-group .form-control {
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    /* Set position for left and right images */
    background-size: 20px, 20px;
    /* Size for both images */
    padding-left: 45px;
    /* Space for the left image */
    padding-right: 45px;
    /* Space for the right image */
}



.forget_password_input .form-control {
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    /* Left and right positions */
    background-size: 20px, 20px;
    /* Size of left and right images */
    padding-left: 45px;
    /* Space for left image */
    padding-right: 45px;
    /* Space for right image */
}


.login_input_field .form-control {
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    /* Left and right positions */
    background-size: 20px, 20px;
    /* Size of left and right images */
    padding-left: 45px;
    /* Space for left image */
    padding-right: 45px;
    /* Space for right image */
}



.input-group2 h6,
.input-group2 h6 a {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    /* line-height: 20.16px; */
    text-align: left;
    color: #333333;
    text-decoration: none;
}

.input-group2 h6 a {
    transition: all 0.3s ease;
}

.input-group2 h6 a:hover {
    color: #007BFF;
}

.sign_in_btn {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 20.16px;
    text-align: center;
    border: 0;
    border-radius: 10px;
    background-color: #007BFF;
    color: #fff;
    /* max-width: 500px; */
    width: 100%;
    /* height: 52px; */
    margin-top: 30px;
}

.border-dotted {
    border-top: 2px dashed #E9E9E9;
    /* Change color as needed */
}

.dashed_lines {
    /* min-width: 500px; */
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dashed_lines span {
    font-family: "Plus Jakarta Sans";
    font-size: 14px !important;
    font-weight: 700;
    line-height: 17.64px;
    text-align: left;
    color: #333 !important;
}

.google_btn {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    border: 2px solid #E9E9E9;
    color: #333;
    border-radius: 10px;
    background-color: transparent;
    max-width: 160px;
    width: 100%;
    height: 52px;
    transition: all 0.3s ease;
}

.google_btn:hover {
    background: rgba(255, 255, 255, 0.6);
}

.footer h5 a:hover {
    color: #007BFF;
    text-decoration: underline;
}

.google_btn_row {
    /* min-width: 500px; */
    width: 100%;

}

#login_right .footer {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: end;
    /* min-width: 500px; */
    width: 100%;
    /* position: absolute;
bottom: 20px; */
}

.footer h5,
.footer h5 a {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    text-decoration: none;
}

.footer h6 span,
.footer h6 {
    font-family: "Plus Jakarta Sans";
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 17.64px;
    text-align: center;
    text-decoration: none;

}

.footer h6 span {
    color: #007BFF !important;
}

#login_left_side {
    position: relative;
    background-image:
        linear-gradient(106.8deg, rgba(224, 240, 255, 0.98) -3.8%, rgba(140, 200, 255, 0.96) 17.79%, rgba(255, 238, 117, 0.88) 100%),
        url('../svg/logindot.svg');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    height: 100vh;
    /* Full height of the viewport */
    text-align: center;
    background-blend-mode: overlay;
    color: #fff;
    filter: blur(0px);
    animation: filterAnimation 1s ease-in-out;
    overflow: hidden;
    /* Prevents scrolling */
}

#login_left_side::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    max-width: 718px;
    width: 100%;
    height: 556px;
    background-image: url('../svg/login_map_graph.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
}

#login_left {
    position: relative;
    background-image:
        linear-gradient(106.8deg, rgba(224, 240, 255, 0.98) -3.8%, rgba(140, 200, 255, 0.96) 17.79%, rgba(255, 238, 117, 0.88) 100%),
        url('../svg/logindot.svg');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    height: 100%;
    /* Full height of the viewport */
    text-align: center;
    background-blend-mode: overlay;
    color: #fff;
    filter: blur(0px);
    animation: filterAnimation 1s ease-in-out;
    overflow: hidden;
    /* Prevents scrolling */
}

#login_left::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    max-width: 718px;
    width: 100%;
    height: 556px;
    background-image: url('../svg/login_map_graph.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}

.search_icon {
    position: absolute;
    bottom: 30px;
    left: 100px;
    backdrop-filter: blur(25px);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    color: #007BFF;
    border-radius: 60px;
    max-width: 135px;
    width: 100%;
    height: 54px;
    padding: 15px 18px;
    backdrop-filter: blur(25px);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 60px;
    text-decoration: none;
}

.d-none {
    display: none;
}

.custom-checkbox-label {
    cursor: pointer;
}

/* Style the custom checkbox container */
.custom-checkbox-label .checkbox-icon {
    width: 16px;
    /* Set width and height */
    height: 16px;
    border-radius: 50%;
    /* Makes it circular */
    border: 1px solid #3CD856;
    margin-top: 10px;
    transition: background-image 0.2s, background-color 0.2s;
    position: relative;
    /* Required for positioning the checkmark */
}

/* Show green check icon when checked */
.customCheckbox:checked+.custom-checkbox-label .checkbox-icon {
    background-color: transparent;
    /* Remove circle background */
    background-image: url('../svg/greencheck.svg');
    background-size: 20px 20px;
    /* Adjust as needed */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Prevent repeating */
    border: 0;
}


.abcRioButton {
    box-shadow: none !important;
    margin: auto !important;
}

@media (max-width: 1024px) {
    #login_right .container {
        padding: 20px;
    }

    #login_right h1 {
        font-size: 24px;
    }

    #login_right h1 {
        margin-bottom: 0px !important;
    }

    .input-group {
        margin-bottom: 16px;
    }
}

.regis_form {
    margin-top: 30px !important;
}

@media (max-width: 991px) {
    .search_icon {
        bottom: 13px;
        left: 50px;
        /* right: 100px;
        left: unset; */
    }

    /* 
    #login_right .container {
        padding: 50px;
    } */

    #login_left::before {
        bottom: -141px;
    }
}

@media (max-width: 767px) {
    #login_right .container {
        padding: 20px;
    }

    #login_right h1 {
        font-size: 24px;
    }

    #login_right span,
    .input-group2 h6,
    .input-group2 h6 a,
    #login_right input,
    .footer h5,
    .footer h5 a {
        font-size: 14px;
    }

    #login_left {
        display: none;
    }

    /* #login_left {
        height: 100vh;
    } */

    #login_left::before {
        display: none;
    }

    #login_right .container {
        padding: 15px;
    }

    #login_right .footer {
        margin-top: 30px;
    }
}

@media (max-width: 425px) {
    .search_icon {
        bottom: 13px;
        left: 50px;
        /* right: 30px;
        left: unset; */
    }
}

.register-btn {
    text-decoration: none;
    border-radius: 0.625rem;
    font-size: (--fs-18-xl);
    background-color: var(--primary-color);
    color: var(--white-color);
    font-family: var(--ff-r);
    padding: 12px 25px;
    transition: background-color 0.5s ease-in-out, box-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
}

.register-btn {
    position: relative;
    overflow: hidden;
}

.register-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    pointer-events: none;
}

.register-btn:hover::before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

.reg_input-group {
    /* position: relative; */
    width: 100%;
}

.reg_input-group input.form-control {
    padding-left: 50px;
    /* space for left icon */
    padding-right: 40px;
    position: relative;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    /* space for right icon */
}

.reg_input-group .input-icon-left,
.reg_input-group .input-icon-right {
    position: absolute;
    top: 24px;
    transform: translateY(-50%);
    height: 24px;
    /* width: 24px; */
    cursor: pointer;
    z-index: 1;
    /* so clicking focuses input */
}



.reg_input-group .input-icon-left {
    left: 15px;
}

.reg_input-group .input-icon-right {
    right: 15px;
}

.reg_input-group .input-icon-left img,
.reg_input-group .input-icon-right img {
    width: 100%;
    height: 20px;
    object-fit: contain;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#myRideArrow {
    transition: transform 0.3s ease;
}

.blue-color {
    filter: invert(36%) sepia(96%) saturate(747%) hue-rotate(182deg) brightness(96%) contrast(101%);
}

.abcRioButtonContentWrapper span {
    cursor: pointer !important;
}

.abcRioButtonContentWrapper span:hover {
    color: #007BFF !important;
}

.google_btn.g-signin2:hover span {
    color: #007BFF !important;
}

.google_btn.g-signin2 span {
    cursor: pointer !important;
}