:root {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: 400;
    background: #4B4B4B;
    color: #444444;
    font-size: 14px;
}

.gray-scale {
    filter: grayscale(100%);
}

a {
    color: #1881BC;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", arial, verdana, tahoma, sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

    .pagetitle h1 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600;
        color: #fff;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    /*margin-bottom: 30px;*/
    border: none;
    border-radius: 5px;
    /*box-shadow: 0px 0 10px #b3b0b0;*/
    background: #363636;
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.apexcharts-legend-text {
    position: relative;
    font-size: 14px;
    color: #c9c7c7!important;
}

.card-body {
    padding: 20px 20px 20px 20px;
    background-color: #2d3035;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}
/*dash board font*/
.dashboard-font {
    color: black;
}
/* Close Button */
.btn-close {
    background-size: 25%;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #2057A6;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a {
        /*color: #9ea3ab;*/
        color: lightblue;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        /*color: #6a6c6e;*/
        color: #D1D5DB;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #000000;
        padding: 6px 40px;
    }

        .nav-tabs-bordered .nav-link:hover,
        .nav-tabs-bordered .nav-link:focus {
            color: #2057A6;
        }

        .nav-tabs-bordered .nav-link.active, .nav-tabs-bordered .nav-link {
            color: #fff;
            border-bottom: 0px solid #4154f1;
            border-radius: 50px;
            font-weight: 500;
            width: 100%;
        }

            .nav-tabs-bordered .nav-link.active {
                background-color: #2057A6;
            }

    .nav-tabs-bordered .nav-link {
        color: #000;
    }

.login-right .nav-tabs-bordered .nav-item {
    width: 50%;
}

.login-right .nav-tabs-bordered {
    border: 1px solid #ffffff7a;
    border-radius: 50px;
    padding: 2px 2px 4px 2px;
    /*margin-bottom: 35px;*/
    margin-bottom: 5px;
}

.login-left {
    /*	background: linear-gradient(318deg, rgba(32,87,166,1) 0%, rgba(31,84,160,1) 35%, rgba(16,44,83,1) 100%);*/
    background: #1d365a;
    height: 100%;
    text-align: center;
}

    .login-left .img-fluid {
        max-width: 78%;
        height: auto;
        position: relative;
        top: 80px;
    }

.loginpage {
    background: #1A1A1A;
}

.login-right .card {
    margin-bottom: 30px;
    border: none;
    border-radius: 18px;
    box-shadow: 0px 0 10px #b3b0b0;
    background: #363636;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    /*margin-top: 60px;*/
}

.login-right {
    padding: 3px 60px 0px;
}

.sm-text {
    font-size: 13px;
}

.submit-bg {
    border: 1px solid #fff;
    padding: 2px;
    border-radius: 50px;
    /*margin-top: 25px;*/
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2057A6;
    --bs-btn-border-color: #2057A6;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2057A6;
    --bs-btn-hover-border-color: #2057A6;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2057A6;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2057A6;
    --bs-btn-disabled-border-color: #2057A6;
    border-radius: 40px;
}



.login-right .btn {
    font-weight: 600;
}

.signup-section #inputGroupPrepend {
    background: #2057A6;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #2057A6;
    width: 60px;
}

.signup-section .form-label, .login-right .form-label {
    margin-bottom: 2px;
    /*margin-left: 12px;*/
    font-weight: 600;
    color: #fff;
}

.modal-header {
    background: #2057A6;
    color: #fff;
    padding-left: 35px;
    border-bottom: 1px solid #ffffff7a;
}

.signup-section .modal-body {
    background: #232323;
    padding: 30px 40px 30px 40px;
}

.modal-content {
    border: 1px solid #ffffff7a;
    /*  border-radius: 30px;
  background: #2057A6;*/
}

.modal-header {
    /*border-top-left-radius: 30px;
  border-top-right-radius: 30px;*/
    background-color: #2d3035 !important;
}

.modal-body {
    /*border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;*/
    background-color: #363636 !important;
    color: #fff !important;
}

.row.inner-login {
    --bs-gutter-x: none;
    --bs-gutter-y: none;
}

.form-check-label {
    font-size: 13px;
    color: #707070;
    font-weight: 100;
}

.form-check {
    margin-left: 15px;
}

.forgot.form-check {
    margin-left: 0px;
}

.login-btn {
    /*margin-top: 37px;*/
}

.modal-header h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: 500;
}

.signup-section #inputGroupPrepend img {
    max-width: 60%;
    margin-left: 8px;
}

.btn-close {
    background: #fff var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    /*border-radius: 50%;*/
    opacity: 1;
}

.modal-header .btn-close {
    margin-right: 13px;
    margin-top: 0px;
}

.footer {
    background: #232323;
    color: #b8a8a8;
    padding: 35px 40px 25px 40px;
}

    .footer ul li h5 {
        font-size: 12px;
        color: #b8a8a8;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .footer ul li {
        list-style: none;
        color: #fff;
    }

        .footer ul li a {
            font-size: 13px;
            color: #b8a8a8;
            font-weight: normal;
        }
/*
.footer ul {
    margin: 0;
    list-style-type: none;
    margin-right: 100px;
    margin-left: auto;
}
*/
.footer_links_info li {
    margin-bottom: 7px;
    list-style-type: none;
}

    .footer_links_info li a img {
        margin-right: 10px;
        width: 15px;
    }

.footer .socialmedia ul li {
    display: inline;
    padding: 3px 6px;
}

.footer_social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer_bottom, .footer_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
}

.footer .socialmedia ul li {
    display: inline;
    padding: 3px 6px;
}

.footer_social_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .footer_social_links a {
        margin-left: 8px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #201c43;
        border-radius: 8px;
        padding: 7px;
    }

.footer ul .cwithus {
    display: flex !important;
    align-items: center;
}

    .footer ul .cwithus h5 {
        margin: 0px;
    }

.footer_social_links a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.faq-title-head {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.accordion-body p {
    margin-bottom: 15px;
}

.accordion-body .card-body {
    padding: 10px 10px;
}

.accordion {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
    .logo {
        width: 240px;
    }
}

.logo img {
    max-height: 50px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #121212;
    padding-left: 20px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #fff;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

    .header .search-form input {
        border: 0;
        font-size: 14px;
        color: #012970;
        border: 1px solid rgba(1, 41, 112, 0.2);
        padding: 7px 38px 7px 8px;
        border-radius: 3px;
        transition: 0.3s;
        width: 100%;
    }

        .header .search-form input:focus,
        .header .search-form input:hover {
            outline: none;
            box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
            border: 1px solid rgba(1, 41, 112, 0.3);
        }

    .header .search-form button {
        border: 0;
        padding: 0;
        margin-left: -30px;
        background: none;
    }

        .header .search-form button i {
            color: #012970;
        }

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    color: #fff;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 36px;
    }

    .header-nav .nav-profile span {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .notifications .notification-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

        .header-nav .messages .message-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .messages .message-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 91px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0 10px #b3b0b0;
    background-color: #232323;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 300px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 5px;
    }

    .sidebar-nav .nav-heading {
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        margin: 10px 0 5px 15px;
        background: linear-gradient(to right, #067ebf 2%, #184376 100%);
        padding: 8px 10px;
        border-radius: 2px;
        font-size: 14px;
    }

    .sidebar-nav .nav-link {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        color: #FFF176;
        transition: 0.3;
        background: #000000;
        padding: 10px 15px;
        border-radius: 4px;
        border: 1px solid #FFFFFF5C;
    }

        .sidebar-nav .nav-link i {
            font-size: 16px;
            margin-right: 10px;
            color: #FFF176;
        }

        .sidebar-nav .nav-link.collapsed {
            color: #fff;
            background: #000;
        }

            .sidebar-nav .nav-link.collapsed i {
                color: #fff;
            }

        .sidebar-nav .nav-link:hover {
            color: #fff;
            background: #535354;
        }

            .sidebar-nav .nav-link:hover i {
                color: #FFF176;
            }

        .sidebar-nav .nav-link .bi-chevron-down {
            margin-right: 0;
            transition: transform 0.2s ease-in-out;
        }

        .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
            transform: rotate(180deg);
        }

    .sidebar-nav .nav-content {
        padding: 5px 0 0 0;
        margin: 0;
        list-style: none;
        border: 1px solid #FFFFFF5C;
        border-top: 0px;
        border-radius: 4px;
        background: #1e1b1b;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            transition: 0.3;
            padding: 10px 0 10px 40px;
            transition: 0.3s;
        }

            .sidebar-nav .nav-content a i {
                font-size: 6px;
                margin-right: 8px;
                line-height: 0;
                border-radius: 50%;
            }

            .sidebar-nav .nav-content a:hover,
            .sidebar-nav .nav-content a.active {
                color: #FFF176;
            }

                .sidebar-nav .nav-content a.active i {
                    background-color: #4154f1;
                }

/*--------------------------------------------------------------
# Loginpage
--------------------------------------------------------------*/

.form-control {
    /*border-radius: 50px;*/
    border: 1px solid #ffffff7a;
    box-shadow: 0px 0px 6px #0006;
    /*background: #3E3E3E;*/
    background: #ECEFF1;
    border-left: 0px solid #fff;
}

.input-group-text {
    border: 1px solid #ffffff7a !important;
    background-color: transparent !important;
}

    .input-group-text > img {
        height: 20px;
    }


/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover,
        .dashboard .filter .icon:focus {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

    .dashboard .info-card h6 {
        font-size: 28px;
        color: #012970;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -11px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #eceefe;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

/* News & Updates */
.dashboard .news .post-item + .post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

    .dashboard .news h4 a {
        color: #012970;
        transition: 0.3s;
    }

        .dashboard .news h4 a:hover {
            color: #4154f1;
        }

.dashboard .news p {
    font-size: 14px;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: 14px;
}

    .dashboard .recent-sales .table thead {
        background: #f6f6fe;
    }

        .dashboard .recent-sales .table thead th {
            border: 0;
        }

    .dashboard .recent-sales .dataTable-top {
        padding: 0 0 10px 0;
    }

    .dashboard .recent-sales .dataTable-bottom {
        padding: 10px 0 0 0;
    }

/* Top Selling */
.dashboard .top-selling {
    font-size: 14px;
}

    .dashboard .top-selling .table thead {
        background: #f6f6fe;
    }

        .dashboard .top-selling .table thead th {
            border: 0;
        }

    .dashboard .top-selling .table tbody td {
        vertical-align: middle;
    }

    .dashboard .top-selling img {
        border-radius: 5px;
        max-width: 60px;
    }

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
    padding-top: 15px;
}

    .iconslist .icon {
        background-color: #fff;
        border-radius: 0.25rem;
        text-align: center;
        color: #012970;
        padding: 15px 0;
    }

    .iconslist i {
        margin: 0.25rem;
        font-size: 2.5rem;
    }

    .iconslist .label {
        font-family: var(--bs-font-monospace);
        display: inline-block;
        width: 100%;
        overflow: hidden;
        padding: 0.25rem;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666;
    }

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .profile .profile-card .social-links a:hover {
        color: #012970;
    }

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
    font-size: 18px;
    font-weight: 600;
    color: #4154f1;
}

.faq .basic p {
    color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    padding: 28px 30px;
}

    .contact .info-box i {
        font-size: 38px;
        line-height: 0;
        color: #4154f1;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #012970;
        font-weight: 700;
        margin: 20px 0 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

    .contact .php-email-form input:focus,
    .contact .php-email-form textarea:focus {
        border-color: #4154f1;
    }

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #4154f1;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: #5969f3;
    }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

    .error-404 h1 {
        font-size: 180px;
        font-weight: 700;
        color: #4154f1;
        margin-bottom: 0;
        line-height: 150px;
    }

    .error-404 h2 {
        font-size: 24px;
        font-weight: 700;
        color: #012970;
        margin-bottom: 30px;
    }

    .error-404 .btn {
        background: #51678f;
        color: #fff;
        padding: 8px 30px;
    }

        .error-404 .btn:hover {
            background: #3e4f6f;
        }

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/* added */
.nav-tabs-bordered {
    border: 2px solid #2057A6;
    border-radius: 50px;
    padding: 2px;
}

.welcome-head {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    /*margin-bottom: 20px;*/
}

.signintext {
    color: #9F9F9F;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    transition: all 0.3s;
    border-top: 0px solid #cddfff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }




@media screen and (max-width: 767px) {
    .forgot.form-check {
        margin-left: 15px;
    }

    .login-left {
        padding: 30px 20px;
    }

        .login-left .img-fluid {
            max-width: 75%;
            top: inherit;
        }

    .loginpage .min-vh-100 {
        min-height: auto !important;
    }

    .login-right {
        padding: 30px 40px;
    }
}

@media screen and (max-width: 575px) {
    .forgot.form-check {
        margin-left: 15px;
    }

    .login-right {
        padding: 25px 25px;
    }
}



.kprism-left-logo {
    background: url(../img/kprism-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
}


/* header */
.site-header {
    background: rgba(0, 0, 0, 0.7);
    /* background: #000; */
    width: 100%;
    /* z-index: 99; */
    z-index: 9999999;
    /*position: fixed;
    top: 35px;
    left: 0;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .site-header.active {
        background: #000;
        transition: none;
    }

    .site-header.scrolled {
        background: #000;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .site-header .dropdown-outer {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 0;
    }

    .site-header.active .dropdown-outer {
        height: calc(100vh - 106px);
        overflow-y: auto;
    }

.site-header-content {
    position: relative;
}

.site-header .nav_brand img {
    width: 240px;
}

.site-header nav.navbar {
    /* padding: 30px 50px; */
    padding: 15px 40px;
    justify-content: space-between;
    z-index: 9;
}

.site-header div#collapsibleNavbar {
    max-width: 70%;
    justify-content: space-between;
}

.site-header nav .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.site-header li.nav-item {
    margin-right: 20px;
}

    .site-header li.nav-item:last-child {
        margin-right: 0;
    }

.site-header .navbar-nav li.nav-item a.nav-link img {
    margin-left: 5px;
}

.site-header .navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 5px 10px;
    position: relative;
    font-weight: 400;
}

    .site-header .navbar-nav li.nav-item a.nav-link:hover,
    .site-header .navbar-nav li.nav-item a.nav-link.active {
        opacity: 1;
    }

.site-header li a::after {
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #fff;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.site-header li a:hover::after {
    width: 100%;
}

.site-header .sub-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    padding: 50px 0;
    z-index: 8;
    transform: translateY(-100%);
}

    .site-header .sub-menu.active {
        transform: translateY(0);
    }

.site-header .sub-menu-left h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 10px;
}

.site-header .sub-menu-left p {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 30px;
}

.site-header .sub-menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

    .site-header .sub-menu ul li {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 30px;
    }

        .site-header .sub-menu ul li a {
            display: inline-flex;
            align-items: center;
            position: relative;
            cursor: pointer;
        }

            .site-header .sub-menu ul li a:hover,
            .site-header .sub-menu ul li a:focus {
                text-decoration: none;
            }

                .site-header .sub-menu ul li a:hover .sub-menu-icon img,
                .site-header .sub-menu ul li a:focus .sub-menu-icon img {
                    transform: scale(1.2);
                }

.site-header .sub-menu-icon {
    max-width: 35px;
    margin-right: 30px;
}

    .site-header .sub-menu-icon img {
        max-width: unset;
    }

.site-header .sub-menu-text h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 0;
}

.site-header .sub-menu-text p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 0;
}

.site-header .dropdown-menu {
    background: #222;
    right: 0;
    left: unset;
    margin: 10px 0;
    width: 240px;
    padding: 0;
}

    .site-header .dropdown-menu::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 15px solid #222222;
        top: -15px;
        right: 25px;
    }

    .site-header .dropdown-menu a {
        display: flex;
        align-items: center;
        color: #fff;
        padding: 10px;
        font-size: 16px;
    }

.dropdown-item:focus,
.dropdown-item:hover {
    color: unset;
    background-color: unset;
}

.site-header .dropdown-menu a img {
    width: 25px;
    margin-right: 20px;
}

.site-header .dropdown-menu a::after,
.site-header .dropdown-toggle::after {
    display: none;
}
/* header */


.max-width {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-inactive {
    background-color: Silver;
    color: #fff;
    border-bottom: 0px solid #4154f1;
    border-radius: 50px;
    font-weight: 500;
    width: 100%;
}

.captcha {
    width: 100%;
    height: auto;
}

.modal.fade {
    z-index: 10000000 !important;
}

.gradient-button {
    background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%) !important;
    box-shadow: 0px 0px 7px rgb(139 139 139 / 26%) !important;
    border-radius: 3px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 8px !important;
    text-align: center !important;
    letter-spacing: 2px !important;
    color: #ffffff !important;
    height: 64px !important;
    width: 100% !important;
    border: none !important;
    /*margin-top: 40px !important;*/
    padding: 0px !important;
}

.gradient-background {
    background: linear-gradient(90deg, #0090ff 0%, #36dae9 100%) !important;
}

.text-image {
    width: 30px;
}

.card-text-dark {
    color: #fff !important;
}

.card-header-dark {
    background-color: #2d3035 !important;
    color: #fff !important;
    font-size: 16px;
    border-bottom: solid 1px #37474F !important;
}

.card-footer-dark {
    background-color: #2d3035 !important;
    color: #fff !important;
    font-size: 16px;
    border-top: solid 1px #37474F !important;
    border-bottom: solid 1px #37474F !important;
}

.straight-border {
    border-radius: 3px !important;
}

.top-margin {
    margin-top: 5px;
}


.btn-xs {
    --bs-btn-padding-y: 0.10rem;
    --bs-btn-padding-x: 0.4rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.dark-form-control {
    background-color: #2d3035;
    border: 1px solid #40444b;
    color: #fff !important;
}

    .dark-form-control:focus {
        background-color: #2d3035;
        background-clip: padding-box;
        border: 1px solid #40444b;
        color: #fff !important;
    }

.input-group-text-dark {
}

/*.dark-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8a8d93;
    background-color: #2d3035;
    background-clip: padding-box;
    border: 1px solid #40444b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    color:#fff;
}

.dark-form-control:focus {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8a8d93;
    background-color: #2d3035;
    background-clip: padding-box;
    border: 1px solid #40444b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
     color:#fff;
}*/

.input-group > .form-control-dark, .input-group > .form-floating, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-label-light {
    color: #fff;
    margin-top: 15px;
}

.input-group-dark {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    color: #fff !important;
}

.input-group-text-dark {
    border: none !important;
    background-color: #2d3035 !important;
    color: #fff !important;
    border: none !important;
}

.input-group-text-dark {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

*, ::after, ::before {
    box-sizing: border-box;
}


.no-border {
    border: none;
}

.dark-box label {
    color: #fff !important;
}

.dark-box-group {
    border: solid 1px #000;
    padding: 5px;
    background-color: #232323;
    margin: 4px;
}


.form-label {
    margin-bottom: .1rem;
}

.query-box {
    background-color: #2d3035 !important;
    color: #fff !important;
    width: 100%;
}


.kprism_left-logo {
    color: #0090ff;
    background: linear-gradient(150deg, #0090ff 0%, #36dae9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_sec {
    background-image: url(../images/kprism-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* min-height: 100vh; */
    /* background-position: center; */
    background-attachment: fixed;
}

.banner_text {
    /* padding-top: 15vh; */
    padding-top: 200px;
}

.banner_left {
    /* padding-top: 50px; */
    padding-top: 30vh;
    /*max-width: 600px;*/
}

    .banner_left h2 {
        font-weight: 700;
        font-size: 44px;
        line-height: 62px;
        letter-spacing: 0.1px;
        text-transform: capitalize;
        color: #ffffff;
    }



    .banner_left p {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0.1px;
        color: #ffffff;
        opacity: 0.8;
        max-width: 430px;
    }

.banner_text h2 span {
    color: #0090ff;
    background: linear-gradient(150deg, #0090ff 0%, #36dae9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stepper {
    .line;

{
    width: 2px;
    background-color: lightgrey !important;
}

.lead {
    font-size: 1.1rem;
}

}


/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 1px;
    direction: ltr;
    background-color: #000;
    color: #fff;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

    .datepicker-rtl.dropdown-menu {
        left: auto;
    }

    .datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #999;
        border-top: 0;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    color: #000;
    cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-repeat: repeat-x;
    color: #000;
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    border-left-color: #fdf59a;
    border-right-color: #fdf59a;
    border-top-color: #fdf59a;
    border-bottom-color: #fbed50;
}

    .datepicker table tr td.today:hover,
    .datepicker table tr td.today:hover:hover,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today.disabled:hover:hover,
    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today:hover.disabled,
    .datepicker table tr td.today.disabled.disabled,
    .datepicker table tr td.today.disabled:hover.disabled,
    .datepicker table tr td.today[disabled],
    .datepicker table tr td.today:hover[disabled],
    .datepicker table tr td.today.disabled[disabled],
    .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.active,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069 \9;
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-repeat: repeat-x;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        border-left-color: #f3e97a;
        border-right-color: #f3e97a;
        border-top-color: #f3e97a;
        border-bottom-color: #edde34;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today[disabled],
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    border-left-color: #808080;
    border-right-color: #808080;
    border-top-color: #808080;
    border-bottom-color: #595959;
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected[disabled],
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #08c, #0044cc);
    border-left-color: #0044cc;
    border-right-color: #0044cc;
    border-top-color: #0044cc;
    border-bottom-color: #002a80;
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #0044cc;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active {
            background-color: #003399 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover,
    .datepicker table tr td span.focused {
        background: #eee;
        color: #000;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-repeat: repeat-x;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-image: linear-gradient(to bottom, #08c, #0044cc);
        border-left-color: #0044cc;
        border-right-color: #0044cc;
        border-top-color: #0044cc;
        border-bottom-color: #002a80;
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #0044cc;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999;
    }

.datepicker .datepicker-switch {
    width: 145px;
    color: #fff;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #eee;
    }

    .datepicker .prev.disabled,
    .datepicker .next.disabled {
        visibility: hidden;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i,
    .input-prepend.date .add-on i {
        margin-top: 3px;
    }

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */


.datatable-pagination-list-item {
    list-style: none;
    float: left;
}

.datatable-info {
    color: #fff;
}

.datatable-dropdown {
    display: none;
}

.datatable-input {
    background-color: #2d3035;
    border: 1px solid #40444b;
    color: #fff !important;
}

/*.dataTables_filter > input {
    background-color: #2d3035;
    border: 1px solid #40444b;
}*/

/*.dataTables_filter  input[type=text] {
    background-color: #2d3035;
    border: 1px solid #40444b;
}*/

div.dataTables_wrapper div.dataTables_filter input {
    background-color: #2d3035;
    border: 1px solid #40444b;
    color: #fff;
}

div.dataTables_wrapper div.dataTables_filter label {
    color: #fff;
}

.dataTables_length {
    display: none;
}


.home-top {
    height: 33px;
    width: 33px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    padding-left: 3px;
    padding-bottom: 1px;
    background-color: #fff;
    margin-right: 5px;
}


.branch-info {
    width: 100%;
    margin-top: 15px;
}

    .branch-info td {
        padding: 8px;
    }


#style-switch-button {
    position: fixed;
    top: 120px;
    right: 0px;
    border-radius: 0;
    z-index: 1200;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    right: 0;
    background: #2d3035;
    border: solid 1px #4b5059;
    z-index: 1200;
}


.announcement {
    background-color: #000;
    color: #fff;
    clear: both;
    background-color: #263238;
    margin-bottom: 10px;
}


.round-icons {
    border: solid 1px #fff;
    padding: 3px;
    border-radius: 30px;
    width: 28px;
    text-align: center;
    margin: 3px;
    background-color: #fff;
}


.invisible-text {
    display: none;
}

.disabled-btn {
    background-color: #0d6efd !important;
}

.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}

.btn-sq {
    width: 80px !important;
    height: 80px !important;
    font-size: 11px;
    border: solid 1px Silver;
    /*background-color:#000;*/
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .btn-sq:hover {
        width: 80px !important;
        height: 80px !important;
        font-size: 11px;
        border: solid 1px Silver;
        color: #fff;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}


.canvas-panel {
    background-color: #363636;
}

.canvas-header-text {
    margin-top: 10px;
    color: #fff !important;
}

.offcanvas.offcanvas-start {
    z-index: 9999999;
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}

.scroll-container {
    /*background-color: #000;*/
    color: #000;
    clear: both;
    background-color: #263238;
    /*background-color: white;*/
    margin-bottom: 1px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    /*border: 1px solid #ccc;*/
    position: relative;
}

.scroll-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
    color: #fff;
    background-color: #263238;
    padding-top: 2px;
    padding-bottom: 2px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.toggle-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: none;
    padding: 5px 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

    .toggle-btn:focus {
        background-color: #FFEB3B;
        color: #FFEB3B;
    }

    .toggle-btn i {
        font-size: 18px;
    }

.popout {
    position: fixed;
    bottom: -150px;
    left: 20px;
    z-index: 9999;
}

    .popout, .popout * {
        font-size: 16px !important;
    }


        .popout .btn {
            bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            outline: none;
            user-select: none;
            cursor: pointer;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            font-size: 32px;
            z-index: 999;
            background: #eee;
            color: #00a3dd;
            border-radius: 50%;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            transition: 0.2s opacity ease-in-out;
        }

            .popout .btn.active {
                visibility: hidden;
                opacity: 0;
                bottom: -200px!important;
            }

            .popout .btn:after {
                display: block;
                position: absolute;
                top: 0;
                content: "";
                border-radius: 50%;
                width: 60px;
                height: 60px;
                background: white;
                z-index: -2;
                transition: transform 0.2s, opacity 0.2s;
                bottom: -200px!important;
            }

            .popout .btn:active:after {
                -webkit-transform: scale(1.3);
                -moz-transform: scale(1.3);
                -ms-transform: scale(1.3);
                transform: scale(1.3);
                opacity: 0;
            }

        .popout .panel {
            height: 600px!important;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            position: relative;
            bottom: 400px;
            right: 0;
            width: 440px!important;
            max-width: 440px !important;
            min-width: 440px !important;
            text-align: left;
            overflow: hidden;
            visibility: hidden;
            transform: scale(0);
            transform-origin: 100% 100%;
            transition: all 0.2s;
            opacity: 0;
        }

            .popout .panel.active {
                height: 200px!important;
                opacity: 1;
                visibility: visible;
                transform: scale(1);
                transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
            }

        .popout .panel-header {
            padding: 2rem;
            font-size: 1.5rem;
            background-color: white;
            font-weight: 300;
            color: black;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .popout .panel-body {
            padding: 1.5rem 2rem;
            background-color: white;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            font-size: 13px!important;
        }


@media (max-width: 600px) {
    .popout {
        bottom: -210px;
        left: 15px;
    }

        .popout .panel {
            width: 90vw !important;
            max-width: 90vw !important;
            min-width: 90vw !important;
            bottom: 300px;
        }
}


.whats-there {
    font-size: 24px;
    color: #fff;
}

.signup-icon {
    color: #fff;
}

.signup-link {
    color: yellow;
}

.required-field-1 {
    color: yellow;
}

.labelcolor {
    color: yellow;
    text-decoration: underline;
}

.form-label {
    color: #fff;
    font-weight: bold;
}

.custom-list {
    list-style-type: circle; /* You can also use 'disc', 'square', 'none', etc. */
}

    /* Additional example styles */
    .custom-list li {
        margin-left: 20px; /* Adjust the margin as needed */
    }

.custom-form-label {
    color: #fff;
}

.bold-text {
    font-weight: bold;
}

.do-signup {
    opacity: 1;
    color: rgb(159, 159, 159);
}

.normal-cursor {
    cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M19.27%2015.32%207.77%201.61A1%201%200%200%200%206%202.25v17.89a1%201%200%200%200%201.64.77l3.08-2.58%201.56%204.3a1%201%200%200%200%201.28.6l1.88-.68a1%201%200%200%200%20.6-1.28l-1.56-4.3h4.02a1%201%200%200%200%20.77-1.64Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 16 16, pointer;
}

.large-cursor-dark {
    cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M19.27%2015.32%207.77%201.61A1%201%200%200%200%206%202.25v17.89a1%201%200%200%200%201.64.77l3.08-2.58%201.56%204.3a1%201%200%200%200%201.28.6l1.88-.68a1%201%200%200%200%20.6-1.28l-1.56-4.3h4.02a1%201%200%200%200%20.77-1.64Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 16 16, pointer;
}

.large-cursor-light {
    cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.27%2015.32%207.77%201.61A1%201%200%200%200%206%202.25v17.89a1%201%200%200%200%201.64.77l3.08-2.58%201.56%204.3a1%201%200%200%200%201.28.6l1.88-.68a1%201%200%200%200%20.6-1.28l-1.56-4.3h4.02a1%201%200%200%200%20.77-1.64Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 16 16, pointer;
}

.selected-pref {
    border: solid 1px blue;
}

.letter-space {
    letter-spacing: 1.3px;
}

.line-hgt {
    line-height: 2;
}

.reset-pref-button {
    border-radius: 0px !important;
    background-color: #1976D2 !important;
    color: #fff;
    border: none;
}

    .reset-pref-button:hover {
        border-radius: 0px !important;
        background-color: #1976D2 !important;
        color: #fff;
        border: none;
    }

.whatenew {
    color: #fff;
}

#div_login {
    background-color: #000;
}

.ipo_sub_text {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    /* width: 45%; */
}

    .ipo_sub_text h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #ffffff;
        opacity: 0.8;
        margin-bottom: 0px;
        margin-left: 25px;
    }

.pageBackground {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20%20width%3D%27950%27%20height%3D%27950%27%20viewBox%3D%270%200%20800%20800%27%3E%3Crect%20fill%3D%27%23090009%27%20width%3D%27800%27%20height%3D%27800%27%2F%3E%3Cg%20fill%3D%27none%27%20stroke%3D%27%23404%27%20%20stroke-width%3D%271.6%27%3E%3Cpath%20d%3D%27M769%20229L1037%20260.9M927%20880L731%20737%20520%20660%20309%20538%2040%20599%20295%20764%20126.5%20879.5%2040%20599-197%20493%20102%20382-31%20229%20126.5%2079.5-69-63%27%2F%3E%3Cpath%20d%3D%27M-31%20229L237%20261%20390%20382%20603%20493%20308.5%20537.5%20101.5%20381.5M370%20905L295%20764%27%2F%3E%3Cpath%20d%3D%27M520%20660L578%20842%20731%20737%20840%20599%20603%20493%20520%20660%20295%20764%20309%20538%20390%20382%20539%20269%20769%20229%20577.5%2041.5%20370%20105%20295%20-36%20126.5%2079.5%20237%20261%20102%20382%2040%20599%20-69%20737%20127%20880%27%2F%3E%3Cpath%20d%3D%27M520-140L578.5%2042.5%20731-63M603%20493L539%20269%20237%20261%20370%20105M902%20382L539%20269M390%20382L102%20382%27%2F%3E%3Cpath%20d%3D%27M-222%2042L126.5%2079.5%20370%20105%20539%20269%20577.5%2041.5%20927%2080%20769%20229%20902%20382%20603%20493%20731%20737M295-36L577.5%2041.5M578%20842L295%20764M40-201L127%2080M102%20382L-261%20269%27%2F%3E%3C%2Fg%3E%3Cg%20%20fill%3D%27%23505%27%3E%3Ccircle%20%20cx%3D%27769%27%20cy%3D%27229%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27539%27%20cy%3D%27269%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27603%27%20cy%3D%27493%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27731%27%20cy%3D%27737%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27520%27%20cy%3D%27660%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27309%27%20cy%3D%27538%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27295%27%20cy%3D%27764%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%2740%27%20cy%3D%27599%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27102%27%20cy%3D%27382%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27127%27%20cy%3D%2780%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27370%27%20cy%3D%27105%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27578%27%20cy%3D%2742%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27237%27%20cy%3D%27261%27%20r%3D%275%27%2F%3E%3Ccircle%20%20cx%3D%27390%27%20cy%3D%27382%27%20r%3D%275%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    /*background-repeat: no-repeat;*/
}

.pageBackground2 {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%202000%201500%27%3E%3Crect%20fill%3D%27%23383849%27%20width%3D%272000%27%20height%3D%271500%27%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%27a%27%20gradientUnits%3D%27objectBoundingBox%27%3E%3Cstop%20%20offset%3D%270%27%20stop-color%3D%27%231E1E27%27%2F%3E%3Cstop%20%20offset%3D%271%27%20stop-color%3D%27%23383849%27%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%27b%27%20gradientUnits%3D%27userSpaceOnUse%27%20x1%3D%270%27%20y1%3D%27750%27%20x2%3D%271550%27%20y2%3D%27750%27%3E%3Cstop%20%20offset%3D%270%27%20stop-color%3D%27%232b2b38%27%2F%3E%3Cstop%20%20offset%3D%271%27%20stop-color%3D%27%23383849%27%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%27s%27%20fill%3D%27url%28%23b%29%27%20d%3D%27M1549.2%2051.6c-5.4%2099.1-20.2%20197.6-44.2%20293.6c-24.1%2096-57.4%20189.4-99.3%20278.6c-41.9%2089.2-92.4%20174.1-150.3%20253.3c-58%2079.2-123.4%20152.6-195.1%20219c-71.7%2066.4-149.6%20125.8-232.2%20177.2c-82.7%2051.4-170.1%2094.7-260.7%20129.1c-90.6%2034.4-184.4%2060-279.5%2076.3C192.6%201495%2096.1%201502%200%201500c96.1-2.1%20191.8-13.3%20285.4-33.6c93.6-20.2%20185-49.5%20272.5-87.2c87.6-37.7%20171.3-83.8%20249.6-137.3c78.4-53.5%20151.5-114.5%20217.9-181.7c66.5-67.2%20126.4-140.7%20178.6-218.9c52.3-78.3%2096.9-161.4%20133-247.9c36.1-86.5%2063.8-176.2%2082.6-267.6c18.8-91.4%2028.6-184.4%2029.6-277.4c0.3-27.6%2023.2-48.7%2050.8-48.4s49.5%2021.8%2049.2%2049.5c0%200.7%200%201.3-0.1%202L1549.2%2051.6z%27%2F%3E%3Cg%20id%3D%27g%27%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.12%29%20rotate%2860%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.2%29%20rotate%2810%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.25%29%20rotate%2840%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.3%29%20rotate%28-20%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.4%29%20rotate%28-30%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.5%29%20rotate%2820%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.6%29%20rotate%2860%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.7%29%20rotate%2810%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.835%29%20rotate%28-40%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%280.9%29%20rotate%2840%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%281.05%29%20rotate%2825%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%281.2%29%20rotate%288%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%281.333%29%20rotate%28-60%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%281.45%29%20rotate%28-30%29%27%2F%3E%3Cuse%20href%3D%27%23s%27%20transform%3D%27scale%281.6%29%20rotate%2810%29%27%2F%3E%3C%2Fg%3E%3C%2Fdefs%3E%3Cg%20%20transform%3D%27rotate%280%200%200%29%27%3E%3Cg%20%20transform%3D%27rotate%280%200%200%29%27%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%273000%27%2F%3E%3Cg%20opacity%3D%270.5%27%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%272000%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%271800%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%271700%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%271651%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%271450%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%271250%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%271175%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%27900%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%27750%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%27500%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%27380%27%2F%3E%3Ccircle%20fill%3D%27url%28%23a%29%27%20r%3D%27250%27%2F%3E%3C%2Fg%3E%3Cg%20%20transform%3D%27rotate%280%200%200%29%27%3E%3Cuse%20href%3D%27%23g%27%20transform%3D%27rotate%2810%29%27%2F%3E%3Cuse%20href%3D%27%23g%27%20transform%3D%27rotate%28120%29%27%2F%3E%3Cuse%20href%3D%27%23g%27%20transform%3D%27rotate%28240%29%27%2F%3E%3C%2Fg%3E%3Ccircle%20fill-opacity%3D%270.1%27%20fill%3D%27url%28%23a%29%27%20r%3D%273000%27%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
}

.bg-svg {
    background-color: #383849 !important;
}

.access-screenreaders {
    color: #fff;
}

.access-screenreader-list h5 {
    color: #fff;
}


.access-screenreader-list a {
    color: #FFEE58 !important;
}


.cookie-pref-head {
    color: yellow !important;
    font-size: 16px;
}

.cookie-pref-desc {
    color: #fff !important;
}

.btn-no-round {
    border-radius: 0px !important;
}


.contact-us {
    color: blue;
}


.skip_to_main {
    min-height: 30px;
    color: white;
    text-align: right;
    display: block;
    padding-top: 4px;
    padding-right: 10px;
}

    .skip_to_main a {
        color: #fff;
    }

.page-background {
    background-color: #000;
}

#features_list {
    list-style-image: url('/assets/img/tick_icon.svg');
}

    #features_list li {
        font-weight: 500;
        font-size: 18px;
        line-height: 42px;
        color: #fff !important;
        margin-bottom: 0px;
        margin-left: 25px;
    }


.btn-close:focus {
    border: solid 3px #FF5722;
}

.modal-footer-button:focus {
    border: solid 3px #FF5722;
}

#chk_reg_tc {
}

    #chk_reg_tc:focus {
        border: solid 2px #FF5722;
    }

.jconfirm-box .btn:focus {
    outline: 0;
    box-shadow: none; /*0 0 0 .2rem rgba(216, 67, 21, .25);*/
    border: solid 2px #0D47A1 !important;
}

.primary-button {
}

    .primary-button:focus {
        border: solid 1px #E3F2FD;
    }


.footer-subtitle {
    margin-left: 28px;
    color: #fff;
    font-size: 14px;
}


/*.btn-floating
{
    bottom:140px;
      position:fixed;
      border:solid 1px red;
      border-radius:40px;
}*/


.btn-floating {
    bottom: 20px;
    position: fixed;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    left: 10px;
    z-index: 999999;
}



.list-inline-item {
    display: block;
    border-top: solid 1px Silver;
    border-bottom: solid 1px Silver;
    
}


.profile-dropdown {
    background-color:#000;
    color:#fff;
    white-space:nowrap;
}

.dropdown-item-custom {
    padding:10px 5px 10px 5px;
    color:#fff;
}

.dropdown-item-custom-anchor {
    color:#fff;
}

.dropdown-item-custom-anchor span{
    color:#fff;
    margin-left:4px;
}

.dropdown-item-custom-anchor:hover {
    color:#fff;
}

.avatar {
    border-radius:50px;
    border:solid 3px transparent;
}

.avatar:focus {
    border-radius:50px;
    border:solid 3px #FFF176;
}

.nav-link:focus-visible
 {
    outline: 0;
    box-shadow: none !important;
    border:solid 2px #fff;
}

