:root {
    --box-shadow-color: rgb(28, 91, 138, 0.35);
}

#blazor-error-ui, #components-reconnect-modal {
    background: lightyellow;
    background: #f7f7f7;
    color: #333;
    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%;
    height: 100%;
    z-index: 10500;
}

.mini-sidebar .header-left .logo img {
    width: 90px !important;
}

iframe {
    height: 100vh;
    width: 100%;
    border: none;
    overflow: hidden;
}

.featured {
    display: none;
}

.btn {
    border-radius: 20px;
    padding: 5px 20px;
}

.rounded-card,
.card.form-header,
.card.form-header .card-body {
    border-radius: 10px;
}

    .image-container img {
        height: 100%;
        width: 100%;
    }

.form-control.invalid,
.rz-spinner-input.invalid,
.rz-dropdown.form-control.invalid,
.form-control.rz-textbox.invalid {
    border-color: #ee9aa2 !important;
}

.validation-message, .rz-messages-error {
    color: #ee9aa2;
}

@media(min-width: 769px) {
    .sandbox-access-form {
        margin-left: 10%;
        width: 80%;
    }
}

.sandbox-access-form label {
    font-weight: 600;
}

.sandbox-access-form .form-heading {
    color: #f7f7f7;
}

.swal-text, .swal-content {
    margin-top: 30px !important;
}

/********************************
    ****************************
    footer Stylings
    ********************************
*/
section#footer {
    padding: 20px 0;
}

    section#footer .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#footer {
    /*background: #343a40 !important;*/
    background: #626d78 !important;
    bottom: 0 !important;
    left: 0;
    margin-top: 15rem;
    width: 100%;
}

    #footer h5 {
        padding-left: 10px;
        border-left: 3px solid #eeeeee;
        padding-bottom: 6px;
        margin-bottom: 20px;
        color: #ffffff;
        font-size: 16px;
    }

    #footer a {
        color: #ffffff;
        font-size: 0.9rem;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer ul.social li {
        padding: 3px 0;
    }

    #footer p {
        font-size: 0.9rem;
        color: #fff;
    }

    #footer ul.social li a i {
        margin-right: 5px;
        font-size: 25px;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

    #footer ul.social li:hover a i {
        font-size: 30px;
        margin-top: -10px;
    }

    #footer ul.social li a,
    #footer ul.quick-links li a {
        color: #ffffff;
    }

        #footer ul.social li a:hover {
            color: #eeeeee;
        }

    #footer ul.quick-links li {
        padding: 3px 0;
        display: inline;
        margin-left: 5px;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

        #footer ul.quick-links li:hover {
            padding: 3px 0;
            margin-left: 5px;
            font-weight: 700;
        }

        #footer ul.quick-links li a i {
            margin-right: 5px;
        }

        #footer ul.quick-links li:hover a i {
            font-weight: 700;
        }

    #footer h5 {
        display: inline;
    }

a.url-link {
    border-bottom: 2px dotted #fff;
    /*color: #ffdc22 !important;*/
    padding-bottom: 2px;
    transition: all ease .1s
}

    a.url-link:hover {
        border-bottom: none;
    }

.link-img {
    width: 200px;
}

    .link-img img {
        width: 100%;
        max-width: 150px;
        border: 2px solid #eee;
        border-radius: 10px;
    }

.idia-links {
    align-content: end;
}

@media (min-width:768px) {
    .need-idia {
        float: right;
    }
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
        font-size: 0.8rem;
    }

    .link-img img {
        width: 40%;
        margin-bottom: 5px;
    }
    a.url-link{
        padding-bottom: 0;
    }
}

.card-body .loading,
.row .loading {
    min-height: 400px;
    font-size: 14px;
}

.intro-content{
    font-size: 0.95rem;
}

.btn-show-pass {
    top: -30px;
    right: -40%;
    position: relative;
}

.add-new-broker .btn-show-pass,
.oms-auth-modal .btn-show-pass {
    right: -45%;
}

.form-control.invalid ~ .btn-show-pass {
    top: -45px;
}

.btn-show-pass.reset {
    right: -40%;
}

.btn-show-pass:hover {
    cursor: pointer;
}

/*USER menu STYLES*/
.user-menu .dropdown-menu .dropdown-item:hover {
    color: #fff;
}

.user-header .user-text {
    margin-left: 10px;
    max-width: 130px;
    font-size: 0.75rem;
    font-weight: 700;
}

    .user-header .user-text h6 {
        margin-bottom: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.85rem;
        font-weight: 700;
        font-size: 0.8rem;
        font-weight: 700;
    }


/*REGISTER/SIGNUP PAGE STYLES*/
.signup, .onboarding {
    display: flex;
    justify-content: center;
}

.login100-form {
    width: 100%;
    height: 60vh;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .login100-form .email-entry, .login100-form .has-broker {
        height: 75vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .login100-form .broker-info {
        height: 100vh;
    }

    .login100-form .has-broker {
        justify-content: space-evenly;
    }

.login-wrapper {
    background-image: linear-gradient(to bottom, rgba(0,0,0, 0.52), var(--box-shadow-color)), url('../assets/img/login-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container-login100-form-btn {
    display: flex;
    flex-direction: column;
}

@media (min-width: 769px) {
    .wrap-login100 {
        width: 420px;
        border-radius: 10px;
        overflow: hidden;
        padding: 77px 55px 33px;
        /* box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)*/
    }

    .login100-form {
        width: 100%;
        height: 60vh !important;
    }
}

@media (max-width: 769px) {
    .login-wrapper .loginbox {
        box-shadow: none !important;
        /*background-color: transparent !important;*/
    }

        .login-wrapper .loginbox .login-left {
            display: none !important;
            box-shadow: none !important;
            background-color: transparent !important;
            display: flex;
            justify-content: space-evenly;
        }
}

.login-wrapper .loginbox.mobile {
    box-shadow: none !important;
    background-color: transparent !important;
}

.loginbox.mobile .login-left {
    display: none !important;
}

.login100-form.basic-info {
    height: auto !important;
}

.login100-form.signup-form {
    justify-content: space-evenly !important;
}

.login100-form.login-form {
    justify-content: center !important;
}

@media (max-width: 768px) {
    .login100-form.signup-form {
        justify-content: space-between !important;
    }
}

.info {
    font-weight: 600;
    font-size: 16px;
}

.info.link {
    font-size: 14px !important;
}

.privacy-modal .row {
    justify-content: center;
}

.image-container {
    width: 200px;
    height: 65px;
    align-self: center;
}

    .image-container.reset {
        width: unset;
    }

    .image-container img, .image-container svg {
        width: 100%;
        height: 100%;
    }


/*SWEET ALERT STYLES*/
.swal-overlay {
    /*z-index: 9990;*/
}

.swal-modal {
    border-radius: 10px;
    padding: 4px;
}

.swal-button:focus {
    box-shadow: none;
}

.swal-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.swal-button {
    width: 100%;
    border-radius: 20px;
    padding: 5px 20px;
}

.page-wrapper > .content {
    min-height: 500px;
}

/*Html Docs Styling*/
.docs-content-wrapper {
    padding: 20px 30px;
}

.docs-content-wrapper h1{
    font-size: 2rem;
}

.docs-content-wrapper h2 {
    font-size: 1.5rem;
}

.docs-content-wrapper h3 {
    font-size: 1rem;
}

.card-body .loading,
.row .loading {
    min-height: 400px;
    font-size: 14px;
}

.coming-soon{
    font-style: italic;
    color: darkred;
}

h3.section-title {
    font-size: 1.75rem;
}