﻿/***************************************************************
  Start Bootstrap 5.3.3 overwrite to mach our theme
****************************************************************/
:root,
[data-bs-theme=light] {
    --bs-blue: #009EFB;
    --bs-primary: #009EFB;
    --bs-link-color: #009EFB;
}

.form-check-input:checked {
    background-color: #009EFB;
    border-color: #009EFB;
}

.form-range::-webkit-slider-thumb {
    background-color: #009EFB;
}

.form-range::-moz-range-thumb {
    background-color: #009EFB;
}

.btn {
    border-radius: .4em !important;
    padding: 3px 12px !important; /*button height 32 px*/
}

.btn-primary {
    border-radius: .4em !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #009efb !important;
    --bs-btn-border-color: #009efb !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #0c82c5 !important;
    --bs-btn-hover-border-color: #0c82c5 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253v;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #009efb !important;
    --bs-btn-active-border-color: #009efb !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #009efb !important;
    --bs-btn-disabled-border-color: #009efb !important;
    --bs-btn-active-bg: #0c82c5 !important;
    --bs-btn-active-border-color: #0c82c5 !important;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #acaeaf;
    --bs-btn-border-color: #acaeaf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #989b9c;
    --bs-btn-hover-border-color: #989b9c;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #989b9c;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #acaeaf;
    --bs-btn-disabled-border-color: #acaeaf;
}

.btn-outline-primary {
    --bs-btn-color: #009EFB;
    --bs-btn-border-color: #009EFB;
    --bs-btn-hover-bg: #009EFB;
    --bs-btn-hover-border-color: #009EFB;
    --bs-btn-active-bg: #009EFB;
    --bs-btn-active-border-color: #009EFB;
    --bs-btn-disabled-color: #009EFB;
    --bs-btn-disabled-border-color: #009EFB;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #009EFB;
}

.dropdown-menu-dark {
    --bs-dropdown-link-active-bg: #009EFB;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #009EFB;
}

.pagination {
    --bs-pagination-active-bg: #009EFB;
    --bs-pagination-active-border-color: #009EFB;
}

.progress,
.progress-stacked {
    --bs-progress-bar-bg: #009EFB;
}

.list-group {
    --bs-list-group-active-bg: #009EFB;
    --bs-list-group-active-border-color: #009EFB;
}

p {
    margin-bottom: 0;
}

/***************************************************************
  End Bootstrap 5.3.3 overwrite to mach our theme
****************************************************************/
:root {
    --blue: #009EFB;
    --blue-900: #0c82c5;
    --white: #ffffff;
    --font-family: "Nunito", sans-serif;
    --font-size: 14px;
}

body {
    /*background: #f6f5f7 !important;*/
    font-family: var(--font-family) !important;
    font-size: var(--font-size);
    color: #333333;
}

svg {
    font-size: 1rem;
}

.hr {
    border: 1px solid var(--blue);
    opacity: 1;
    margin: 0; /*remove BT Default CSS*/
}


.ftco-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    width: 1024px;
    max-width: 100%;
}

.alert-Danger {
    background-color: #fff0f0;
    border: 1px solid #bd362f;
    box-shadow: 0 0 2px #bd362f;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    word-break: break-word;
    font-size: 13px;
    margin-bottom: 20px;
    max-width: 320px;
}

.alert-success {
    background-color: #eaffea;
    border: 1px solid #51a351;
    box-shadow: 0 0 2px #51a351;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    word-break: break-word;
    font-size: 13px;
    max-width: 320px;
}


/*start leftside Section*/
.login-box {
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: 0px 0px 11px 2px #8080802e;
}

.loginform-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.input-icon-center {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.input-group-floting {
    position: relative;
}

    .input-group-floting input:focus {
        outline: none;
    }

    .input-group-floting label {
        color: #999;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        left: 10px;
        top: 8px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        font-size: .8rem;
    }

label.floting_label span {
    font-size: .8rem;
}

.input-group-floting label span {
    font-size: .8rem;
}

.input-group-floting input:focus ~ label {
    top: -10px;
    font-size: .8rem;
    color: var(--blue);
    background-color: var(--white);
    padding: 0px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.input-group-floting input:not(:placeholder-shown) ~ label {
    top: -8px;
    font-size: .8rem;
    color: var(--blue);
    background-color: var(--white);
    padding: 0px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.floting_label {
    font-size: .8rem;
    color: var(--blue);
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: var(--white);
    padding: 0px 4px;
    border-radius: 4px;
    height: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.footer-img-section {
    width: 66px !important;
    /*width: 55px !important;*/
}
/*end leftside Section*/



/*start rightside Section*/
.top_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 15px 0;
}

    .top_menu li {
        display: inline;
        padding: 7px;
    }

        .top_menu li a {
            text-decoration: none;
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            display: block;
        }

            .top_menu li a:hover {
                color: #d9d9d9 !important;
            }

        .top_menu li:last-child {
            padding-right: 0px;
        }

            .top_menu li:last-child a:hover {
                color: var(--blue) !important;
            }

a.get-button {
    background-color: var(--white);
    color: var(--blue) !important;
    padding: 2px 5px;
    border-radius: 4px;
}

.bg-blue {
    background-color: var(--blue);
    border-radius: 0 10px 10px 0;
}

.img-div {
    border-radius: 15px 15px 0 0;
}

.right-img-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.img-div .img-1 {
    border-radius: 15px 15px 0 0;
    width: 100%;
    max-width: 320px;
}

.owl-bg {
    height: 365px;
    /*background-image: url(../Images/Login_banner.jpg);*/
    background-image: url(../Images/Login_banner_25.4.0.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-stage {
    bottom: 0px;
    position: absolute !important;
}

.owl-stage-outer {
    height: 100%;
}


.contact-section {
    text-align: center;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 10px 0px 10px 0px;
}

    .contact-section p {
        padding: 2px 0;
        display: flex;
        justify-content: center;
    }

        .contact-section p span {
            padding: 0 5px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.icon-color {
    color: var(--blue);
}

.anchor {
    color: #808080;
    text-decoration: none;
    font-size: var(--font-size);
}

    .anchor:hover {
        color: var(--blue);
    }

/*end rightside Section*/


/*start footer*/
.version-text {
    font-size: 1rem;
}

.footer-copywrite {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 1rem;
    color: #333;
}

    .footer-copywrite a {
        color: #333;
        text-decoration: none;
    }

        .footer-copywrite a:hover {
            color: var(--blue);
        }

.login-link {
    font-size: 1rem;
    text-decoration: none;
    color: #333;
}

.login-footer-privacy-text {
    color: #808080;
    font-size: 0.813rem;
    text-decoration: none;
}

    .login-footer-privacy-text:hover {
        color: var(--blue);
    }

@media only screen and (max-width: 767px) {
    .bg-blue {
        display: none;
    }

    .ftco-section, .loginform-section {
        padding: 10px;
    }
}
/*end footer*/

::placeholder {
    font-size: .8rem !important;
}

.b-b-2 {
    border-bottom: 2px solid #009efb !important;
}
/*span.footer-anchor{
    font-size:var(--font-8);
}*/
.footer-img-section {
    width: 66px !important;
}

.footer-img-custom {
    width: 67px !important;
}
/*---------------------*/
.owl-item {
    margin-right: 9px;
}

.img-height {
    height: 390px;
    border-radius: 15px 15px 0 0;
    margin-left: -1px;
}

.owl-dots {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%);
}

.img-caption {
    position: absolute;
    bottom: 0;
    padding: 7px 10px 25px 15px;
    /*background-color: #00000087;*/
    text-align: left !important;
    left: -1px;
    width: 100%;
}

a.slide__text-link {
    padding: 7px 15px;
}

.owl-item {
    border-radius: 15px 15px 0 0;
}

.TextDisplay {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    /*font-size: 14px;*/
    color: black;
    font-family: var(--font-family);
    font-weight: normal;
    background-color: Transparent;
    /* padding: 5px 3px !important;*/
    padding: 5px 7px !important;
    border-radius: 0.5em;
    background-color: var(--white);
}

    .TextDisplay:focus {
        color: #495057;
        background-color: var(--white);
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
        /*border: 1px solid #ffbd2f !important;
        background-color: #eee;*/
        outline: none;
    }

.gobtn {
    padding: 2px 6px;
    line-height: 1 !important;
    color: #555 !important;
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    background: #f7faff !important;
    border-radius: 0px 0.4rem 0.4rem 0px !important;
    margin-left: -3px;
    z-index: 1;
}
