﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    /* color: #4747a1 !important; */
    color: #000;
}

.text-align-center {
    text-align: center;
}
/*        Login Page CSS */
body {
    overflow: hidden;
}


.logo img {
    width: 248px;
}

ul {
    list-style-type: none;
}

    ul li {
        text-align: center;
    }

.input-group-icon {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.20rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(33, 37, 41);
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    border-left: none;
}

.loginContainer .loginBtn {
    background-color: #98bdff;
    transition: all 0.3s ease-in-out;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.loginBtn {
    width: 40% !important;
    padding: .475rem .75rem;
}

.loginContainer .loginBtn:hover {
    background-color: #4747a1;
    color: white !important;
}

.loginContainer {
    position: relative;
}

    .loginContainer .img2 {
        width: 37%;
        position: fixed;
        right: 0;
        bottom: 0%;
    }

    .loginContainer .recimg {
        position: absolute;
        right: 0;
        top: 0;
    }

.login-form-container {
    position: relative;
    bottom: 200px;
}

.wrap-input100 label {
    margin-bottom: 18px;
}



input:focus,
input:active {
    outline: none !important;
    border: none !important;
}

input[type=button] {
    border: none;
    outline: none;
}

.forgot a {
    color: #3a7edb;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
}

.footer {
    position: fixed;
    /*    position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    white-space: nowrap;
}

    .footer p {
        font-size: 16px;
    }

    .footer a {
        text-decoration: none;
    }

label {
    color: #777;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal-title {
    font-size: 20px;
}
.cancelBtn {
    color: white;
    background-color: #c00;
    font-weight: 500;
}
table thead tr {
    background-color: #dad7eb !important;
    font-family: "Roboto", sans-serif;
}

/*Delivery Status CSS*/
#searchProductModal .steps-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#searchProductModal .step {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 90px;
}

#searchProductModal .status {
    width: 200px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}


#searchProductModal .step.active .circle {
    background-color: #68A900;
    color: white;
    border: 1px solid #466e1d;
}

#searchProductModal .step .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 2px solid #ccc;
    background-color: #ccc;
    border-radius: 50%;
    z-index: 1;
}

#searchProductModal .circle img {
    width: 34px;
    padding: 6px;
}

.line {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 2px;
    height: 100%; /* or a fixed height if needed */
    z-index: 0;
    background-color: #e9ecef;
}

    .line.active {
        background-color: #60a917;
        height: 100px; /* Example fixed height for the active line */
    }

#searchProductModal .step-left .status {
    position: absolute;
    left: 0;
    text-align: left;
}

#searchProductModal .step-right .status {
    position: absolute;
    right: 0;
    text-align: right;
}

#searchProductModal .line.active {
    background-color: #60a917;
}

#searchProductModal .date,
#searchProductModal .status {
    flex: 1;
    text-align: center;
}

#searchProductModal .step-label {
    margin-top: 10px;
}

#searchProductModal .steps-container {
    position: relative;
}

    #searchProductModal .steps-container .step:last-child .line {
        display: none;
    }
@media (min-width: 2560px) {
    .login-form-container {
        bottom: 0;
    }
}

@media (min-width: 1536px) {
    .loginContainer .img2 {
        width: 30%;
    }

    .loginContainer .recimg {
        position: absolute;
        top: 0;
        width: 15%;
    }
}
@media( max-width: 1600px){
    .logo img {
        width: 180px;
    }
}
@media (max-width: 1366px) {

    .logo img {
        width: 154px;
    }

    .loginContainer .recimg {
        position: absolute;
        width: 12%;
        top: 0;
    }

    .loginContainer .img1,
    .loginContainer .img2 {
        width: 25%;
    }

    .login-form-container {
        position: relative;
        bottom: 116px;
    }
}

@media(max-width: 1280px) {
    .logo img {
        width: 197px;
    }

    .loginContainer .recimg {
        position: absolute;
        width: 12%;
        height: 120%;
        top: 0;
    }

    .loginContainer .img1,
    .loginContainer .img2 {
        width: 25%;
    }

    .login-form-container {
        position: relative;
        bottom: 0px;
        top: -36px;
    }
}
@media (max-width: 1080px){
    .login-form-container {
   
        top: 324px;
    }
    .loginContainer .img2{
        width: 36%;
    }
    .loginContainer .recimg {
        position: absolute;
        width: 12%;
        height: 201%;
        top: 0;
    }
}
@media (max-width: 1024px) {

    .logo img {
        width: 156px;
    }

    .loginContainer .recimg {
        position: absolute;
        width: 12%;
        top: 0;
    }

    .loginContainer .img1,
    .loginContainer .img2 {
        width: 25%;
    }

    .login-form-container {
        position: relative;
        top: -75px;
    }
}


@media (max-width: 912px) {


    .logo img {
        width: 157px;
    }

    .loginContainer .recimg {
        position: absolute;
        width: 13%;
        height: 145%;
        top: 0;
    }

    .loginContainer .img1 {
        width: 30%;
    }

    .loginContainer .img2 {
        width: 31%;
    }

    .login-form-container {
        position: relative;
        top: 0px;
    }
}
@media(max-width: 864px) {
    .login-form-container {
        position: relative;
        top: 165px;
    }

    .loginContainer .recimg {
        height: 171%;
        top: 0;
    }
}
@media (max-width: 768px) {
    .login-form-container {
        position: relative;
        top: 57px;
    }
}
@media (max-width: 600px) {
    .modal {
        margin-top: 4rem !important;
    }
    .loginContainer .img1,
    .loginContainer .img2,
    .loginContainer .recimg {
        display: none;
    }
    #searchProductModal .circle img {
        width: 30px;
        padding: 6px;
    }

    #searchProductModal .step .circle {
        width: 35px;
        height: 35px;
    }
   
}

@media (min-width: 361px) and (max-width: 600px ) {

    .login-form-container {
        position: relative;
        top: 147px;
    }

    #searchProductModal .status {
        width: 134px !important;
        font-size: 12px !important;
    }
}
@media (max-width: 360px) {
    .login-form-container {
        position: relative;
        top: -16px;
    }
    .logo img {
        width: 142px;
    }
    #searchProductModal .status {
        width: 102px !important;
        font-size: 12px !important;
    }
}
