﻿.modal-box {
    left: -35px !important;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}

    .modal-box header,
    .modal-box .modal-header {
        padding: 1.25em 1.5em;
        border-bottom: 0;
    }

        .modal-box header h3,
        .modal-box header h4,
        .modal-box .modal-header h3,
        .modal-box .modal-header h4 {
            margin: 0;
        }

    .modal-box .modal-body {
        padding: 2em 1.5em;
        padding-top: 0px;
    }

    .modal-box footer,
    .modal-box .modal-footer {
        padding: 1em;
    }

.theme-btn {
    background: #1c3645;
    padding: 10px 16px;
    color: #fff !important;
    transition: all ease-in-out 0.3s;
    cursor: pointer !important;
}

    .theme-btn:hover {
        background: #ff7382;
    }

.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 12%;
    right: 2%;
    text-decoration: none;
    color: #1c3645;
}

    a.close:hover {
        color: #222;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        transition: color 1s ease;
    }

.modal-box {
    width: 100% !important;
    top: 33% !important;
    left: 0;
    height: 260px;
}

@media (min-width: 32em) {
    .modal-box {
        width: 70%;
    }
}

.signup-box {
    width: fit-content();
    margin: 0 auto;
}

select.select2 {
    display: block !important;
    visibility: hidden;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
    width: 190px;
    height: 20px;
}

.body {
    width: 100%;
    background-color: #f7f8fc;
    padding: 70px 0px;
}

.sign-up {
    /*background-image: url('../images/login-bg.png');*/
    background-size: 100% 100%;
    overflow: hidden;
    box-shadow: 0px 0px 13px #e6e6e6;
    border-radius: 8px;
}

.login-logo img {
    width: 125px;
    max-width: 125px;
}

.sign-up-title {
    color: #131a46;
    font-size: 26px;
    font-weight: 600;
}

h3.box-title {
    color: #f7915b;
}

.theme-btn-praimery, .theme-btn-secondry {
    border: none;
    outline: none;
    padding: 9px 16px !important;
    border-radius: 4px;
    height: 35px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.theme-btn-praimery {
    background-color: #131944;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.theme-btn-secondry {
    background-color: #f7915b;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.theme-btn-praimery:hover {
    background-color: #f7915b;
    color: #fff;
}

.theme-btn-secondry:hover {
    background-color: #131944;
    color: #fff;
}

.sign-up-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
    margin-top: 20px;
}

    .sign-up-btns li {
        margin-left: 15px;
    }

@media (max-width:776px) {
    .login-logo img {
        width: 68px;
        max-width: 68px;
    }

    .sign-up {
        padding: 30px 0px;
    }
}

.theme-card {
    background: #0f0f0f73;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .5) -29px 18px 17px;
}

.login-page {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../images/bg__login.jpg') !important;
    background-size: cover;
}

.login-card {
    overflow: hidden;
    border-radius: 5px;
}

.login-left {
    padding: 20px;
    padding-right: 40px;
}

button#btnLogin:hover {
    background: #d1eee2;
    color: #02a05d;
}

.login-left h4 {
    color: #fff;
    font-size: 26px;
}

.login-left ul {
    list-style: none;
    padding-left: 0;
    margin-top: 75px;
    text-align: center;
}

    .login-left ul li {
        margin-bottom: 38px;
    }

        .login-left ul li a {
            width: 100%;
            padding: 10px 16px;
            border-radius: 50px;
            color: #fff;
            transition: all ease-in-out 0.3s;
        }

            .login-left ul li a i {
                margin-right: 10px;
            }

            .login-left ul li a:hover {
                background: #123347 !important;
            }

            .login-left ul li a.facebook {
                background: #3b5998;
            }

            .login-left ul li a.twitter {
                background: #00aced;
            }

            .login-left ul li a.google {
                background: #c32e10;
            }

.login-box-msg {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

button.btn.btn-primary.btn-block.btn-flat {
    background: #02a05d;
    color: #fff;
    font-size: 21px;
    margin-bottom: 0;
    width: fit-content;
    border: none;
}

.footer a {
    color: #fff;
    font-size: 18px;
}

.login-box-body .nav-item {
    width: 50%;
    text-align: center;
}

.login-box-body .nav-link.active {
    color: #fff !important;
    background-color: #02a05d !important;
}

.login-box-body .nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #fff;
    background: #000;
    margin-right: 10px;
}

.otp-input {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .otp-input input {
        width: 70px;
        height: 70px;
        font-size: 30px;
        text-align: center;
        box-shadow: 0px 0px 12px #eee;
    }

.custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .custom-row img {
        width: 50%;
        margin-left: auto;
    }

.modal.fade.in .lab-modal-body {
    bottom: 0;
    opacity: 1;
}




.close {
    margin-top: -20px;
    margin-right: 0px;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
}

.popup-button {
    margin-top: 70px;
}










/**** index css****/
fieldset {
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.CaptchaWrap {
    position: relative;
    display: flex;
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
}

#UserCaptchaCode {
    padding: 15px 10px;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 343px;
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    width: 80%;
    overflow: hidden;
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
    width: 100%;
    height: 80px;
}

.ReloadBtn {
    background: url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    outline: none;
    position: relative;
    bottom: -35px;
    left: 30px;
    outline: none;
    cursor: pointer; /**/
}

.error {
    color: red;
    font-size: 12px;
    display: none;
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff !important;
    background: #f20f10;
    text-decoration: none !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.btn-get-started2 {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff !important;
    background: #19558e;
    text-decoration: none !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border: 2px solid #19558e;
}

.log-with {
    /*width: 83%;*/
    width: 91%;
    margin-left: auto !important;
    margin: 30px;
    background: #fff;
    background: inherit;
}

.signup-box-login {
    /*margin-left: 110px !important;*/
    /* background: white !important;*/
}

.thrust img {
    margin-top: 20%;
    height: 400px;
    /*width: 100%;
    height: auto;*/
}

@media(max-width:480px) {
}

@media(max-width:992px) {
    .theme-card {
        margin-top: 10%;
    }

    .ReloadBtn {
    }
}

@media(max-width:768px) {
    .thrust {
        display: none;
    }
}

@media(max-width:556px) {
    .thrust {
        margin-top: 120% !important;
        display: none;
    }

    .btn-get-started2 {
        padding: 14px 15px;
    }

    .btn-get-started {
        padding: 0px 21px;
    }

    .theme-card {
        margin-top: 34%;
    }

    fieldset {
        background: transparent;
    }

    .log-with {
        width: 100%;
    }

    .login-box-body {
        background: transparent !important;
    }
}

.forgotSection {
    background-image: url(https://png.pngtree.com/thumb_back/fh260/background/20210828/pngtree-binary-data-light-effect-blue-abstract-background-image_770455.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.forgot-right {
    padding: 40px 90px;
    background-image: url(https://www.searates.com/design/images/index/slider/slide17/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 10px rgb(0 0 0 / 1);
    background-color: rgba(0,0,0,.7);
}

    .forgot-right .rightContant {
        margin: auto;
    }

    .forgot-right h5 {
        color: #fff;
        font-size: 53px;
        font-weight: 700;
    }

    .forgot-right h6 {
        color: #cff7f8;
        font-size: 32px;
        font-weight: 600;
        margin: 20px 0px;
    }

.left-contant h1 {
    font-size: 45px;
    font-weight: 600;
    color: #181d45;
}

.forgot-left {
    width: 35%;
    height: 100%;
    background: #dbf0fc !important;
    display: flex;
    flex-direction: column;
}

.forgot-right {
    width: 50%;
}

.leftHeader {
    padding: 40px 90px;
}

.left-contant {
    padding: 40px 90px;
    margin: auto;
    width: 100%;
    height: fit-content;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff !important;
    background: #19558e;
    text-decoration: none !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.bg-danger {
    background-color: #ff0000 !important;
}



p {
    text-align: left !important;
    padding: 0px !important;
    margin: 25px 0px !important;
    color: #cff7f8;
    font-size: 23px;
}


.has-feedback input {
    background: transparent !important;
    border: 1px solid #fff !important;
    font-size: 20px !important;
    height: 67px !important;
    border-radius: 50px !important;
    padding: 32px !important;
    color: #fff !important;
    width: 100%;
}

    .has-feedback input::placeholder {
        color: #dee2e1 !important;
    }

.bg-my-color {
    background-color: #00baf2 !important;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
}


@media (max-width:992px) {
    .leftHeader {
        padding: 15px 30px;
    }

        .leftHeader img {
            width: 136px;
        }

    .left-contant {
        padding: 15px 30px;
    }

    .forgot-right {
        width: 60%;
        padding: 15px 30px;
    }

    .forgot-left {
        width: 40%;
    }

    .left-contant h1 {
        font-size: 35px;
    }

    .forgot-right h5 {
        font-size: 38px;
    }

    .forgot-right h6 {
        font-size: 23px;
    }

    p {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .forgot-right, .forgot-left {
        width: 100%;
    }

    .forgotSection {
        display: block;
    }
}

@media (max-width:557px) {
    .left-contant {
        margin: inherit;
    }

    .forgotSection {
        height: auto;
    }

    .left-contant h1 {
        font-size: 24px;
    }

    .forgot-right h5 {
        font-size: 23px;
    }

    .forgot-right h6 {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    .btn-get-started {
        padding: 14px 20px;
    }
}

/**** changepassword css ****/
section.contentd {
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    padding: 30px;
    position: relative;
}

    section.contentd:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        /* background: #eb570db0;*/
        top: 0;
        left: 0;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
    }

.box-new-my-box {
    position: relative;
}

    .box-new-my-box input {
        background: #fff;
        box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px !important;
    }

.with-border01 {
    padding: 20px;
    text-align: center;
    background: #181d45;
    color: #fff;
}

    .with-border01 h3.box-title {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        position: relative;
    }

        .with-border01 h3.box-title:before {
            content: '';
            position: absolute;
            width: 250px;
            height: 2px;
            bottom: -10px;
            left: -25px;
            background: #fff;
        }

        .with-border01 h3.box-title:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            bottom: -14px;
            left: 90px;
            background: #fff;
            border-radius: 50px;
        }

button.submit-change {
    width: 60%;
    background: #fff;
    border: none;
    padding: 10px;
    margin-left: 18px;
    border-radius: 5px;
}

    button.submit-change input.btn {
        background: transparent;
        box-shadow: none !important;
        border: none !important;
        color: #60a7c2;
        font-size: 18px;
        letter-spacing: 0 !important;
        font-weight: 600;
    }

section.contentd:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #107fa591;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    z-index: -1;
}

button.submit-change input.btn:hover {
    color: #171c44;
    background-color: transparent;
    border-color: transparent;
}

button.submit-change input.btn:active {
    border: none !important;
    border-color: #fff !important;
}

button.submit-change input.btn:focus {
    border: none !important;
    border-color: #fff !important;
}

section.contentd:hover {
    box-shadow: rgb(17 12 46 / 21%) 0px 48px 100px 0px;
}


/*** Aeps***/
.validationError {
    border: 1px solid red;
    color: red;
}

/*** AddMenualRoute , AddBackUpApiRoute***/
#vendordiv {
    overflow: auto;
    height: 470px;
    margin-left: 30px;
}

/*Resposive*/
@media screen and (min-width:200px) and (max-width:991px) {
    h1 {
        font-size: 22px !important;
        padding: 10px 0;
    }

    .login-box-msg {
        font-size: 28px;
        line-height: 32px;
    }

    .sign-up {
        padding: 0 !important;
    }
}
