@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* Main Layout Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.center-txt {
    text-align: center;
    display: block;
}

/* Sign in form */
form.signin-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

    form.signin-form .form-group {
        margin-bottom: 15px;
    }

.form-inner-wrapper {
    padding: 30px;
    margin-top: 50px;
}

.form-outer-wrapper {
    padding-top: 50px;

}


/* Footer */

footer {
    /* position: absolute; */
    width: 100%;
    height: 20px;
    bottom: 20px;
}

    footer p {
        display: block;
        text-align: center;
        font-size: 0.9rem;
        margin-top: 20px;
    }

/* From auth css */
*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --lightBlue: #37b6ff;
    -white: #fff;
    --grey: #666;
}

body {
    font-family: "Lato", sans-serif;
    line-height: 1.5;
    position: relative;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}

p {
    color: var(--grey);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
/* Global css */
.container {
    width: 100%;
    /* max-width: 1320px; */
    max-width: 1400px;
    margin: auto;
}

 
/* ===== REUSABLE COMPONENTNS  ========*/
/* Buttons */
.btn {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 4px;
    letter-spacing: 0.5;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    border: none;
    margin: auto;
    margin-bottom: 30px;
    transition: width 0.3s ease-in-out;
    background-color: var(--lightBlue);
    margin: 1.8rem 0;
    color: #fff;
}

    .btn:hover {
        background-color: #17a1f1;
        color: #ffffff;
    }
/* ----------------------- */

.form-box {
    width: 100%;
    min-height: 500px;
    background-color: var(--white);
    box-shadow: 0px 2px 30px 0px #2b2b2b17;
    padding: 40px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

.k-textbox.form-input,
select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    text-indent: 12px;
    font-size: 16px;
    outline: none;
    border: none;
    padding-right: 12px;
    transition: all 0.2s ease-in-out;
    /*background: #f9f9f9;*/
    border: 1px solid #dddddd;
    color: #191f22ea;
}



    .k-textbox.form-input.k-disabled {
        background: #f9f9f9;
        color: black; 
        font-weight: 600;
    }




    .nav-link.account-link {
        padding: 0;
    }


.form-box .form-input::placeholder {
    color: rgb(190, 190, 190);
}

.form-input:hover,
.form-input:focus {
    border: 1px solid #b9b9b9;
}

@media screen and (min-width: 600px) {
    .form-box {
        max-width: 480px;
    }
}

@media screen and (max-width: 600px) {
    .form-box {
        /* min-height: 100vh; */
        padding: 30px;
        box-shadow: none;
        /* background-color: #17a1f1; */
    }

        .form-box .form-input {
            background-color: transparent;
            border: none;
            border-bottom: 2px solid #f4f6f8;
            border-radius: 0px;
        }

    .form-input:hover,
    .form-input:focus {
        border-bottom: 2px solid var(--lightBlue);
    }
}

/* ======= FORGOT PASSWORD ============ */
#main-bg-con {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url("../images/white_carbon.png");
    /*background-image: url("../images/bg-4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;*/
}

.forgot-container {
    display: flex;
    justify-content: center;
    padding-top: 7%;
    padding-bottom: 5%;
}

.form-box .logo-wrap,
.sign-box .logo-wrap {
    max-width: 100px;
}

.form-box h3 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0.8rem 0;
    line-height: 30px;
    overflow: auto;
    transition: all 0.1s ease-in-out;
    color: #191f22;
    text-transform: capitalize;
}

.form-box p {
    font-size: 1rem;
    margin: 0.7rem 0 1.3rem 0;
    line-height: 24px;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
    .forgot-container {
        padding-top: 0;
    }

    #main-bg-con {
        background: var(--white);
    }
}

/* ========= create Account page =========  */
.create-container {
    display: flex;
    justify-content: center;
    padding-top: 3%;
    padding-bottom: 5%;
}

.create-acc-box {
    display: block;
    width: 560px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 2px 30px #ccc6;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 50px 50px;
    text-align: left;
}

    .create-acc-box .logo-wrap {
        max-width: 100px;
    }

    .create-acc-box h3 {
        display: block;
        font-size: 24px;
        font-weight: 500;
        margin: 1rem 0 1.5rem;
        line-height: 30px;
        color: #191f22;
        transition: all 0.1s ease-in-out;
    }

.create-container .form-input {
    margin-bottom: 1.5rem;
}

    .create-container .form-input::placeholder {
        color: rgb(112, 112, 112);
    }

.create-acc-box .country-text {
    font-size: 0.9rem;
    line-height: 1;
}

.create-acc-box .country-select {
    margin-bottom: 1.5rem;
    display: none;
}

.country-select.show-country-list {
    display: block;
}

.change-country {
    display: inline-block;
    color: var(--lightBlue);
    font-size: 0.9rem;
    cursor: pointer;
    margin-bottom: 1rem;
}

.checkbox-wrap label {
    font-size: 0.9rem;
    color: var(--grey);
}

.checkbox-wrap .terms-link {
    color: #17a1f1;
}

.create-container .name-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 600px) {
    .create-container {
        padding-top: 0;
        padding-bottom: 5%;
    }

    .create-acc-box {
        width: 100%;
        padding: 30px 30px;
        box-shadow: none;
    }

        .create-acc-box .form-input,
        select {
            background-color: transparent;
            border: none;
            border-bottom: 2px solid #f4f6f8;
            border-radius: 0px;
        }
}

#agree-terms {
    background-color: #17a1f1;
}

.social-container h4 {
    display: block;
    font-size: 0.98rem;
    font-weight: 500;
    color: #191f229d;
    margin-bottom: 10px;
}

.social-list {
    display: flex;
    flex-direction: row;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.social-container .social-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.social-icon img {
    padding-top: 4px;
    width: 20px;
}

.social-icon.apple-icon {
    background-color: #000;
}

.social-icon.google-icon {
    background-color: #fff;
    box-shadow: 0px 0px 2px #00000012, 0px 2px 2px #00000024;
}

.social-icon.yahoo-icon {
    background-color: #6001d2;
}

.social-icon.facebook-icon {
    background-color: #1877f2;
}

.social-icon.linked-icon {
    background-color: #0966c2;
}

.social-icon.twitter-icon {
    background-color: #00a2f6;
}

.social-icon.micro-icon {
    background-color: #2f2f2f;
}

.social-icon.dot-icon {
    background-color: #6000d3;
}

    .social-icon.dot-icon i {
        color: #d6d6d6;
    }

.social-container .social-icon .icon {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
}

/* ==== Sign In Page =========== */
.sign-in-logo-wrapper img {
    width: 100px;
    height: auto;
    margin-bottom: 15px;
}

.sign-in-txt-wrapper {
    margin-bottom: 15px;
}

    .sign-in-txt-wrapper.forgot-txt-wrapper {
        text-align: center;
    }

.sign-up-txt-wrapper {
    margin-top: 30px;
}

.blue-txt {
    color: #37b6ff !important;
}

.form-item-wrapper {
    position: relative;
}

span.change-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #37b6ff;
    cursor: pointer;
}

.line-wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

span.line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}

span.line-txt {
    display: block;
    padding: 0px 5px;
}

.blue-link {
    cursor: pointer;
}


.sign-in-txt-wrapper.opt-forgot-pw-wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.sign-container {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.social-container {
    margin-bottom: 15px;
}

.sign-wrap {
    width: 850px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.slider-side {
    width: 45%;
    border-left: 1px solid rgba(102, 102, 102, 0.171);
    background-color: #fff;
}

.sign-box {
    width: 55%;
    min-height: 500px;
    background-color: var(--white);
    box-shadow: 0px 2px 30px 0px #2b2b2b17;
    padding: 40px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

    .sign-box h3 {
        display: block;
        font-size: 22px;
        font-weight: 500;
        margin: 1rem 0 0.2rem;
        line-height: 30px;
        color: #191f22;
        transition: all 0.1s ease-in-out;
    }

    .sign-box h5 {
        display: block;
        font-weight: 500;
        font-size: 0.98rem;
        margin-bottom: 2rem;
        line-height: 30px;
        color: var(--grey);
        transition: all 0.1s ease-in-out;
    }

    .sign-box .forgot-link {
        text-align: center;
        display: block;
        font-size: 0.98rem;
        color: #17a1f1;
    }

.sign-line {
    display: block;
    color: var(--grey);
    text-align: center;
    margin-top: 1rem;
    position: relative;
}

    .sign-line::before {
        content: "";
        position: absolute;
        width: 47%;
        height: 1px;
        background-color: rgba(102, 102, 102, 0.181);
        top: 40%;
        left: 0;
    }

    .sign-line::after {
        content: "";
        position: absolute;
        width: 47%;
        height: 1px;
        background-color: rgba(102, 102, 102, 0.181);
        top: 40%;
        right: 0;
    }

.sign-container .social-container {
    margin-top: 0.8rem;
}


.login-form-input {
    padding: 8px 16px;
    width: 100%;
    margin-bottom: 15px;
}

.remember-me-area {
    margin-bottom: 15px;
}


/* Forgot Password */
.sign-in-txt-wrapper.forgot-pw-txt-wrapper p {
    margin-top: 15px;
}

.form-item-wrapper.change-mail-wrapper {
    margin-bottom: 15px;
}

span.otp-placehloder {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 20px;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 25px;
}

span.otp-dot {
    color: #ddd;
    font-size: 10px;
}

.countdown-timer {
    color: #626262;
    margin-top: 5px;
}


.otp-item-wrapper input {
    letter-spacing: 20px;
}

/* notification area */

.k-notification-container .k-notification-error {
    padding: 15px;
    background: #dc3545;
    border-color: #dc3545;
    border-radius: 10px;
}

.k-notification-container .k-notification-success {
    padding: 15px;
    border-radius: 10px;
}

.k-notification-group.AppNotification {
    top: 20px !important;
}
/* sign up*/
ul.requirement-list {
    margin-top: 15px;
}


/* Setup Page*/
.k-radio:checked, .k-radio.k-checked {
    border-color: #37b6ff !important;
    color: #37b6ff !important;
    background-color: #37b6ff !important;
}

    .k-radio:checked:focus, .k-radio.k-checked.k-focus {
        box-shadow: 0 0 0 2px rgb(55 182 255) !important;
    }

.bottom-link-wrapper {
    text-align: center;
    font-size: 14px;
}

    .bottom-link-wrapper a {
        color: var(--grey);
    }

.form-item-wrapper.otp-item-wrapper input {
    font-size: 30px;
    line-height: 1;
}


/*otp*/
.verification-code-inputs {
    display: flex;
    gap: 15px;
    text-transform: uppercase;
}

    .verification-code-inputs input {
        width: 50px;
        padding: 5px 15px;
        color: #000;
        font-size: 24px !important;
        text-align: center;
        outline-color: #17a1f1;
        text-transform: uppercase;
    }

.k-input-solid:focus-within {
    border-color: #17a1f1 !important;
    box-shadow: none !important;
}

/* Sign Out */
.sign-out-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.sign-out-outer-wrapper {
    padding-top: 50px;
}

.sign-out-img-wrapper {
    width: 100px;
    margin: 0 auto;
}

    .sign-out-img-wrapper img {
        width: 100%;
    }

.sign-out-wrapper h3 {
    margin-bottom: 15px;
}

.sign-out-wrapper p {
    margin-bottom: 15px;
}


/* 404 page */
.not-found-outer-wrapper {
    height: calc(100vh - 45px);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.not-found-inner-wrapper {
    text-align: center;
    background: #fff;
    padding: 30px;
    min-width: 500px;
}

    .not-found-inner-wrapper h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

span.back-to-home-btn {
    background: #42444c;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    display: block;
    width: max-content;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.not-found-page-logo-wrapper a {
    display: block;
    width: max-content;
}

.not-found-page-logo-wrapper img {
    width: 100px;
}

.not-found-main-img {
    max-width: 160px;
}

/* 500 server errror page */
span.server-error-number {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
}



/* mobile responsive */
@media only screen and (max-width: 600px) {
    .not-found-inner-wrapper, .not-found-outer-wrapper {
        max-width: 100%;
        min-width: 100%;
    }
}

/* Sign up password checkboxes */

.requirement-list i.fa-regular.fa-square-check {
    color: green;
}

.requirement-list i.fa-regular.fa-square {
    color: #ddd;
}

.requirement-list i.fa-solid.fa-square-xmark {
    color: #e78282;
}