﻿/*Login Modal*/

.modal-BG {
    width: 400px;
    height: 521px;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    margin: auto;
    padding-right: 0px !important;
}

    .modal-BG .modal-dialog {
        height: 100%;
    }

.fixed-footer {
    width: 100%;
    height: 72px;
    display: grid;
    place-items: center;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.modal-header-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
}

.modal-BG .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.modal-header-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-header-title > div {
        font-family: "Avenir Next";
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.01px;
        color: #3f3f3f;
    }


.ql-submit-button {
    width: 240px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #e46f2f;
}

.forgot-your-password {
    height: 19px;
    font-family: "Avenir Next";
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: #e46f2f;
}

.modal-eye-icon {
    position: absolute;
    right: 95px;
    top: 158px;
}

.password {
    height: 22px;
    font-family: "Avenir Next";
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: var(--eclipse);
}

.email {
    height: 22px;
    font-family: "Avenir Next";
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: var(--eclipse);
}

.email-with-password-input {
    width: 240px;
    height: 48px;
    border-radius: 2px;
    border: solid 1px #eeeeee;
    background-color: #fafafa;
    outline: 0px;
}

.login-subText {
    height: 38px;
    font-family: "Avenir Next";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    text-align: center;
    color: #e46f2f;
}

    .login-subText .text-style-1 {
        color: rgba(63, 63, 63, 0.5) !important;
        cursor: pointer;
    }

.log-In-Text {
    width: 40px;
    height: 19px;
    font-family: "Avenir Next";
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.01px;
    color: white;
}

.footer-text {
    height: 19px;
    display: flex;
}

    .footer-text > div > span {
        font-family: "Avenir Next";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.01px;
        color: rgba(63, 63, 63, 0.5);
    }

.truck-image {
    margin-right: 10px;
    height: 19px;
}

.form-container-modal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-register-form-row {
    width: 240px;
}

.parent-div {
    position: relative;
    width: 120px;
}

.child-button-div {
    z-index: 2;
    text-align: center;
}

.child-tooltip-div {
    position: absolute;
    bottom: 0;
    top: 50px;
    width: 100%;
    text-align: center;
}

.tooltip-list {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 4px;
    height: 78px;
    justify-content: center;
}

    .tooltip-list::before {
        content: '';
        position: absolute;
        display: block;
        width: 0px;
        left: 50%;
        top: 5px;
        border: 15px solid transparent;
        border-top: 0;
        border-bottom: 15px solid white;
        transform: translate(-50%, calc(-100% - 5px));
    }

.tooltip-list-text {
    font-family: "Avenir Next";
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff781e;
    line-height: 1.8;
    cursor: pointer;
}

.child-modal-tooltip-div {
    position: absolute;
    bottom: 55px;
    width: 125px;
    right: 60px;
    text-align: center;
}

.modal-tooltip-list {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 4px;
    height: 78px;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

    .modal-tooltip-list::before {
        content: '';
        position: absolute;
        display: block;
        width: 0px;
        left: 50%;
        bottom: 5px;
        border: 15px solid transparent;
        border-bottom: 0;
        border-top: 15px solid white;
        transform: translate(-50%, calc(100% + 5px));
    }


.newlogin-modal-from-row {
    padding: 0px !important;
}

.newlogin-modal-header {
    border-bottom: 1px solid #e9ecef !important;
}

.newlogin-modal-body {
    position: relative !important;
    flex: 1 1 auto !important;
    padding: 1rem !important;
}

/*Login Modal*/


/*forgot password tooltip*/

#fp-parent-div {
    position: relative;
    height:50px;
}

.child-fp-tooltip-div {
    position: absolute;
    width: 125px;
    left: -40px;
    top: 30px;
    text-align: center;
}

.fp-tooltip-list {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 4px;
    height: 78px;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

    .fp-tooltip-list::before {
        content: '';
        position: absolute;
        display: block;
        width: 0px;
        left: 50%;
        top: 5px;
        border: 15px solid transparent;
        border-top: 0;
        border-bottom: 15px solid white;
        transform: translate(-50%, calc(-100% - 5px));
    }

/*forgot password tooltip*/

/*reset password tooltip*/

#rp-parent-div {
    position: relative;
    height: 50px;
}

.child-rp-tooltip-div {
    position: absolute;
    width: 125px;
    left: -40px;
    top: 30px;
    text-align: center;
}

.rp-tooltip-list {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 4px;
    height: 78px;
    justify-content: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

    .rp-tooltip-list::before {
        content: '';
        position: absolute;
        display: block;
        width: 0px;
        left: 50%;
        top: 5px;
        border: 15px solid transparent;
        border-top: 0;
        border-bottom: 15px solid white;
        transform: translate(-50%, calc(-100% - 5px));
    }

/*reset password tooltip*/

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.no-spin {
    -moz-appearance: textfield !important;
}