﻿@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.popup_show {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    margin: 0 !important;
}

body {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background: #e9e9e9 !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}




.btn-link {
    font-weight: 400;
    color: #33009a !important;
    text-decoration: none;
}



.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}





.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

a.dropdown-toggle {
    color: #000;
}

    a.dropdown-toggle:hover {
        color: #000;
        text-decoration: none;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}


.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}






.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}


.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 10px 15px !important;
    border-radius: 12px !important;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar .container,
    .navbar .container-fluid,
    .navbar .container-sm,
    .navbar .container-md,
    .navbar .container-lg,
    .navbar .container-xl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}


@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid,
        .navbar-expand-xl > .container-sm,
        .navbar-expand-xl > .container-md,
        .navbar-expand-xl > .container-lg,
        .navbar-expand-xl > .container-xl {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid,
    .navbar-expand > .container-sm,
    .navbar-expand > .container-md,
    .navbar-expand > .container-lg,
    .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid,
    .navbar-expand > .container-sm,
    .navbar-expand > .container-md,
    .navbar-expand > .container-lg,
    .navbar-expand > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}


.card-group > .card {
    margin-bottom: 15px;
}

.card-columns .card {
    margin-bottom: 0.75rem;
}


.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item {
    display: flex;
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.5rem;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            display: inline-block;
            padding-right: 0.5rem;
            color: #6c757d;
            content: "/";
        }

        .breadcrumb-item + .breadcrumb-item:hover::before {
            text-decoration: underline;
        }

        .breadcrumb-item + .breadcrumb-item:hover::before {
            text-decoration: none;
        }

    .breadcrumb-item.active {
        color: #6c757d;
    }

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }




.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

    .close:hover {
        color: #000;
        text-decoration: none;
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: 0.75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}




.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}





#layoutSidenav {
    display: flex;
}




.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1037;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}



.sb-nav-fixed .sb-topnav {
    z-index: 1039;
}

div#layoutSidenav_content {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    padding-left: 10px;
}

div#divMsg {
    margin-top: 20px;
}

div#layoutSidenav_nav {
    float: left;
    width: 260px;
    margin: 0 15px 0 0;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
    width: 260px;
}

    .sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
        /* overflow: auto; */
        background: #fff;
        border-radius: 10px 10px
    }



#layoutError {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    #layoutError #layoutError_content {
        min-width: 0;
        flex-grow: 1;
    }

    #layoutError #layoutError_footer {
        min-width: 0;
    }

.img-error {
    max-width: 20rem;
}

.nav .nav-link .sb-nav-link-icon,
.sb-sidenav-menu .nav-link .sb-nav-link-icon {
    margin-right: 0.5rem;
}

.sb-topnav {
    padding-left: 0;
    height: 56px;
    z-index: 1039;
}

    .sb-topnav .navbar-brand {
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0;
    }

    .sb-topnav.navbar-dark #sidebarToggle {
        color: rgba(255, 255, 255, 0.5);
    }

    .sb-topnav.navbar-light #sidebarToggle {
        color: #212529;
    }

.sb-sidenav {
    display: flex;
    flex-direction: column;
    /* height: 95vh; */
    flex-wrap: nowrap;
}

    .sb-sidenav .sb-sidenav-menu {
        flex-grow: 1;
    }

        .sb-sidenav .sb-sidenav-menu .nav {
            flex-direction: column;
            flex-wrap: nowrap;
        }

            .sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
                padding: 1.75rem 1rem 0.75rem;
                font-size: 0.75rem;
                font-weight: bold;
                text-transform: uppercase;
            }

            .sb-sidenav .sb-sidenav-menu .nav .nav-link {
                display: flex;
                align-items: center;
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
                position: relative;
                background-color: #fff;
                color: #234a5e;
            }




                .sb-sidenav .sb-sidenav-menu .nav .nav-link:first-child {
                    border-radius: 10px 10px 0 0;
                }

.sb-sidenav-menu-nested .nav-link:first-child {
    border-radius: 0 !important;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
    font-size: 0.9rem;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
    display: inline-block;
    margin-left: auto;
    transition: transform 0.15s ease;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
    transform: rotate(-90deg);
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
    margin-left: 1.5rem;
    flex-direction: column;
}

.sb-sidenav .sb-sidenav-footer {
    padding: 0.75rem;
    flex-shrink: 0;
}

.sb-sidenav-dark {
    /*background-color: #33009a;*/
    color: rgba(255, 255, 255);
}

    .sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
        color: rgba(255, 255, 255);
    }

    .sb-sidenav-dark .sb-sidenav-menu .nav-link {
        color: rgba(255, 255, 255);
    }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
            color: #234a5e;
        }



        .sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
            color: rgba(255, 255, 255);
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
            background-color: #f5f5f5;
        }

        .sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
            color: #234a5e;
        }

            .sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
                color: #234a5e;
            }

    .sb-sidenav-dark .sb-sidenav-footer {
        background-color: #343a40;
    }

.sb-sidenav-light {
    background-color: #f8f9fa;
    color: #212529;
}

    .sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
        color: #adb5bd;
    }

    .sb-sidenav-light .sb-sidenav-menu .nav-link {
        color: #212529;
    }

        .sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
            color: #adb5bd;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
            color: #adb5bd;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
            color: #007bff;
        }

        .sb-sidenav-light .sb-sidenav-menu .nav-link.active {
            color: #007bff;
        }

            .sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
                color: #007bff;
            }

    .sb-sidenav-light .sb-sidenav-footer {
        background-color: #e9ecef;
    }


.progress {
    height: 25px !important;
}

main.main-row { /*background: white;*/
    margin: 15px 15px 15 0;
    padding: 0 0 15px 0;
}

.row.Dashboard-main {
    background: #e9e9e9;
    margin-right: -30px;
    margin-left: -30px;
    padding-top: 30px;
}





textarea.form-control {
    height: calc(1.5em + 0.75rem + 2px) !important;
}



h2.title {
    margin: 0;
    padding: 15px 0;
    font-size: 22px;
}


.balance-sheet-report {
    clear: both;
    /* border: 1px #dee2e6 solid; */
    width: 100%;
    margin: 0px auto;
}


.tab-content {
    border: 1px #ddd solid;
    padding: 15px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #b631e6 !important;
    border: none !important;
}




.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #33009a;
    border: none !important;
}



.nav-tabs .nav-link {
    border: none !important;
    border-radius: 0px !important;
    background: #33009a;
    margin: 0 2px;
    color: #fff;
    border-radius: 12px !important;
}

    .nav-tabs .nav-link:hover {
        background-color: #b631e6;
    }


nav.sb-topnav.navbar.navbar-expand.navbar-dark.bg-white {
    padding: 10px 15px !important;
    height: auto !important;
}


.sb-sidenav-menu a.nav-link {
    border-bottom: 1px #4b4b4b solid;
    font-size: 15px;
    font-weight: 600;
}


.sb-sidenav-menu .sb-sidenav-menu-nested {
    margin-left: 0PX !important;
}

.sb-sidenav-menu .sb-sidenav-menu-nested {
    margin-left: 0PX !important;
    background: #272946;
}




div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #33009a;
    border-color: #33009a;
}

div.dataTables_wrapper div.dataTables_paginate .page-link {
    color: #33009a !important;
}


.login_heading img {
    width: 400px;
}

/*  Accordian code start */
.panel,
.panel-body {
    box-shadow: none;
    width: 10%;
    float: left;
    text-align: center !important;
}

.title_main {
    width: 331px;
    float: left;
}

.panel-group .panel-heading {
    padding: 0;
}

    .panel-group .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        position: relative;
    }

        .panel-group .panel-heading a:after {
            content: '-';
            float: right;
        }

        .panel-group .panel-heading a.collapsed:after {
            content: '+';
        }


/* 12345 - code start ------------------------------------------------------------------------------------------------  */

/*.table-responsive > .table-bordered {
    border: 1px solid #dee2e6 !important;
}*/

.table {
    white-space: nowrap !important;
    margin: 0 !important;
}

.form-control {
    border-radius: 0 !important;
}

.tickets {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
}

.faq_data {
    width: 100%;
    float: left;
    padding: 8px 5px;
    margin: 0;
}

.faq_text {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0 0 5px;
    background: #fff;
}

    .faq_text span {
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }

#accpet_value {
    height: 28px !important;
    display: inline-block;
    width: 120px;
    margin: 0;
    font-weight: 500;
    color: #00000087;
    padding: 1px 10px !important;
}


.acco_accept_btn {
    width: 40.2%;
    float: right;
    vertical-align: central;
}

.accordion-toggle1 {
    width: 59.8%;
    position: absolute;
}

.main-accordian_data {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    margin: 5px 0;
    background-color: #fff;
    border-radius: 10px;
}
/*  Accordian code complete */


/* Range slider code start */
.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

    .price-range-slider .range-value {
        margin: 0;
    }

        .price-range-slider .range-value input {
            width: 100%;
            background: none;
            color: #000;
            font-size: 16px;
            font-weight: initial;
            box-shadow: none;
            border: none;
            margin: 20px 0 20px 0;
        }


.range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

    .range-bar .ui-slider-range {
        background: #06b9c0;
    }

.ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #06b9c0;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

    .ui-slider-handle + span {
        background: #06b9c0;
    }

/* Range slide code complete */

/* accordian table code start */

.panel-body input.form-control {
    height: 30px !important;
}

/* Accordian table code end */

tr.sub-tr td:first-child {
    padding-left: 30px !important
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none !important;
}

.btn-link.focus, .btn-link:hover {
    text-decoration: none !important;
}

.sec_title {
    font-size: 17px !important;
    display: inline;
    float: left;
    text-align: left !important;
    font-weight: 500 !important;
    padding: 8px 5px !important;
}


/*  */

.head_text {
    width: 100%;
    float: left;
    padding: 12px 0 26px 0;
    margin: 0;
    color: #33009a;
}

.slider input {
    border: 1px solid #6f6d6d;
    outline: none;
    margin-right: 8px;
    float: left;
}

.section1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.title {
    width: 60%;
    float: left;
    padding: 8px 5px;
    margin: 0;
    border: 1px solid;
    border-color: transparent #a7a7a7 transparent transparent;
}

.slider {
    width: 40%;
    float: left;
    padding: 5px 5px;
    margin: 0;
    /* border: 1px solid; */
}

.price1 {
    width: 10%;
    float: left;
    padding: 8px 5px;
    margin: 0;
    border: 1px solid;
    border-color: transparent #a7a7a7 transparent #a7a7a7;
}

.price2 {
    width: 10%;
    float: left;
    padding: 8px 5px;
    margin: 0;
    border: 1px solid;
    border-color: transparent #a7a7a7 transparent transparent;
}

.price3 {
    width: 10%;
    float: left;
    padding: 8px 5px;
    margin: 0;
    border: 1px solid;
    border-color: transparent #a7a7a7 transparent transparent;
}

.slider_p {
    display: inline-block;
    width: 120px;
    margin: 0;
    font-weight: 500;
    color: #00000087
}

.slide {
    display: inline-block;
    width: calc(100% - 90px);
}

.bott_border {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #a7a7a7;
}



.slide {
    display: inline-block;
    width: calc(100% - 140px);
    margin: 5px 0;
}


.val_p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 500 !important;
}

input:disabled {
    background-color: transparent;
    border: none;
}

.header_txt {
    border: 1px solid #234a5e !important;
    background-color: #fff;
    color: #fff;
    padding: 8px 5px;
    font-size: 18px;
    font-weight: bold;
    color: #234a5e;
}



/*.title span{
    font-weight: 500;
  }*/

.section15 div {
    height: 66px !important;
}

.section17 div {
    height: 66px !important;
}

.section29 div {
    height: 66px !important;
}

.section34 div {
    height: 66px !important;
}

.section36 div {
    height: 66px !important;
}

.section37 div {
    height: 66px !important;
}



.price1 .val_p {
    color: #007bff;
}


/*  */

/* Login Page */

.main-login {
    width: 360px;
    margin: 20px auto 0;
    padding: 0;
}


.login_heading {
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    padding: 20px 0;
    border: 1px solid;
    background: #fff;
    border-color: #e5e4e4 transparent #e5e4e4 transparent;
}

    .login_heading a {
        color: #007bff;
        text-decoration: none;
    }

        .login_heading a:hover {
            text-decoration: none;
        }

.log_pass {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .log_pass .input-group {
        margin: 15px 0;
    }

        .log_pass .input-group input {
            outline: none;
        }

            .log_pass .input-group input:hover {
                outline: none;
            }

            .log_pass .input-group input:focus {
                outline: none !important;
                box-shadow: none;
            }

.login-title {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 10px;
    text-align: center;
    color: #666;
}

    .login-title span {
        font-size: 30px;
        font-weight: 500;
    }

.log_btn {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

    .log_btn .btn {
        width: 100%;
        float: left;
        /* padding: 0; */
        margin: 0;
        text-align: center;
        background-color: #007bff !important;
        border: none;
    }

        .log_btn .btn:hover {
            background-color: #0056b3 !important;
        }

.forgot {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0;
}

    .forgot label {
        text-align: left;
        display: inline;
    }

    .forgot span {
        float: right;
    }

    .forgot a {
        color: #428bca;
    }

        .forgot a:hover {
            color: #2a6496;
            text-decoration: none;
        }

.log_pass .form-control:focus {
    box-shadow: none;
}


.login_icon {
    display: block;
    position: relative;
}

    .login_icon input {
        padding-left: 55px !important;
        border-radius: 10px !important;
        background-color: #e3e0e1;
        border: none !important;
    }

        .login_icon input:focus {
            background-color: #e8f0fe !important;
        }

    .login_icon i {
        position: absolute;
        top: 7px;
        left: 20px;
        font-size: 26px;
        z-index: 99;
    }

.log_me_btn {
    display: block;
    background-color: #007bff !important;
    padding: 8px 5px;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 8px 12px !important;
}


    .log_me_btn:hover {
        color: #fff;
    }
/* Upload File page */
.upload_file {
    width: 100%;
    float: left;
    padding: 0 0 0 50px;
    margin: 0;
}

    .upload_file .input-group {
        width: 50%;
        float: left;
    }

        .upload_file .input-group label {
            width: 100%;
            float: left;
        }

.submit_btn {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0;
}

    .submit_btn .btn {
        width: 100px;
        background-color: #007bff !important;
        border: none;
    }

        .submit_btn .btn:hover {
            background-color: #0056b3 !important;
        }

.log_btn span {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
}

    .log_btn span a {
        color: #fff;
        width: 100%;
        float: left;
        padding: 8px 5px;
        text-decoration: none;
        background-color: #007bff !important;
    }

        .log_btn span a:hover {
            background-color: #0056b3 !important;
        }

.upload_btn {
    width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.default_button {
    color: #fff !important;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(to bottom, #17223a, #2d6d7d) !important;
    border-radius: 5px;
    border: none;
}



.upload_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0056b3 !important;
}

.hide_pdf {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    height: 600px;
    overflow: auto;
}

.upload_section {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 5px 0 15px;
    background: #fff;
    border-radius: 10px;
}



#fileToUpload {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    ;
}

.submit_section {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0;
}

.upload_section .input-group {
    width: 40%;
    float: left;
    padding: 0;
    margin: 0;
}

.upload_section label {
    width: 100%;
    padding: 0;
    float: left;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 16px;
}


.footer_btn .upload_submit {
    text-align: center;
}

.captcha_section {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0;
}

    .captcha_section img {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

.pozitive_check {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center
}

.terms_btn {
    background-color: transparent;
    border: none;
    color: #007bff;
    font-weight: bold;
}

    .terms_btn:focus {
        outline: none;
    }

.terms_modal {
    width: 80%;
    overflow: auto;
}

    .terms_modal .modal-dialog {
        width: 100%;
        max-width: 80%;
        height: 90vh;
    }

.terms_submit {
    width: 100%;
    float: left;
    padding: 10px 5px;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 10px;
}


/* Total Premium code start */

.premium_main {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}


.premium_main_data {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.premium_detail {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.main-design_theme {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0 0 15px;
    background-color: #fff;
    border-radius: 10px;
}

.premium_main .table {
    background-color: #fff;
}

.table-responsive .table-bordered {
    border: none;
}

table thead tr th, table thead tr td {
    border: none !important;
}

table tbody tr td, table td {
    border: 2px #E4E6F2 solid !important;
    background: #fff;
}


.my_table th {
    font-size: 16px !important;
    text-align: center;
    background-color: #234a5e;
    color: #fff;
    font-weight: bold;
}

    .my_table th:first-child {
        text-align: left;
    }

.my_table td:first-child {
    text-align: left;
}

.footer_btn {
    width: 100%;
    float: left;
    padding: 10px 5px;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
}

/* total Premium code end */

/* Payment Direct code start */

.payment_option {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 0 10px 0 0;
    background-color: #fff;
    border-radius: 10px;
}

.monthly_data {
    display: none;
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0;
}

    .monthly_data .table {
        background-color: #fff;
    }

.payment_now_btn {
    display: none;
}


/* Company Dashboard code start */

.company_dashboard {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .company_dashboard .dashboard-titel {
        font-size: 15px;
        margin: 0;
    }

.card {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    float: left;
    width: 100%;
}

h2.dashboard-titel {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}

h1.dashboard-titel-reding {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #00a4ef;
}

.card p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}



/* chart code  */
.chart_height {
    height: 500px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-lqls1zl-0 {
    width: 100%;
    float: left;
}

.highcharts-figure, .highcharts-data-table table {
    width: 100%;
}



/*   */

/* customer Dashboard code start */

.customer_dashboard {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 500;
}

.customer_data {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0;
}

.cus_data {
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

    .cus_data p {
        font-size: 16px;
        font-weight: bold;
    }

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: red;
    }

    49% {
        color: red;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: red;
    }
}

/* insurance_contract_data code start */

.insurance_contract_data {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.contract_detail {
    width: 100%;
    float: left;
    padding: 15px 10px;
    margin: 0;
}

.con_data label {
    font-weight: bold;
    float: left;
    display: block;
    width: 100%;
    color: #234a5e;
}

.con_data {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.contract_download {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0;
    background: #fff;
    border-radius: 10px;
}

    .contract_download p {
        font-size: 16px;
        font-weight: bold;
    }

/*  Credit Safe Data code start */

.credit_safe_main {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.credit_detail {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0 0 15px;
    background: #fff;
    border-radius: 15px;
}

.credit_header_text {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0;
}

    .credit_header_text h4 {
        width: 100%;
        float: left;
        padding: 0 0 5px 0;
        font-size: 16px;
        font-weight: bold;
        border-bottom: 1px solid #234a5e;
        color: #234a5e;
        border-radius: 0;
    }

.cover_sec_table .form-group input#usr {
    height: 30px !important;
    min-width: 70px;
}

.cover_sec_table .form-group {
    margin: 0 !important;
}


.require {
    color: red;
}
/* Account Statement page code start */
.statement_toggle {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 725px;
    min-height: 425px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    padding: 10px;
}





#myDropdown li {
    list-style: none;
    padding: 5px;
    width: 300px;
    display: inline-block;
}




.left-content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.right-content {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 8%;
}



.left-content ul#sortable1 {
    border: 1px solid #eee;
    border-top: none;
    min-height: 400px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 5px;
    width: 49%;
    overflow: auto;
}

.left-content ul#sortable2 {
    border: 1px solid #eee;
    border-top: none;
    min-height: 400px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 5px;
    width: 49%;
    overflow: auto;
}

#sortable1 li .lable {
    float: left;
    display: block;
    clear: both;
    margin: 0;
    line-height: 1;
}

#sortable2 li .lable {
    float: left;
    display: block;
    clear: both;
    margin: 0;
    line-height: 1;
}

/*.ClmName {
    display: none;
    margin-bottom: 7px !important;
}*/

#myDropdown li span {
    padding-left: 5px;
}

.toggles li {
    display: inline-block;
    margin-right: 20px;
}

.account_tabs {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

#tabs {
    width: 100%;
    border-bottom: solid 1px #CCC;
    padding-right: 2px;
    float: left;
}

ul#tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

#tabs li a {
    padding: 14px;
    color: #fff;
    background: #307685;
    outline: none;
    border-bottom: none;
    float: left;
    font-size: 16px;
    cursor: pointer;
}


.payment_option {
    padding: 10px;
}


.loader {
    display: none;
    position: fixed;
    z-index: 1046;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.center {
    z-index: 1000;
    margin: 200px auto;
    padding: 10px;
    width: 20%;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .center img {
        height: 199px;
        width: 259px;
    }

.cus_data p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}


/* ---New Code Css ----- */


.design_frame {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 15px 0 0;
    background: #fff;
    border-radius: 10px;
    /*    overflow: hidden;
*/
}



.main-content {
    width: 100%;
    float: left;
    padding: 0px 0 0;
    margin: 0;
}

    .main-content .con_head {
        width: 100%;
        padding: 0;
        margin: 0;
        float: left;
    }

        .main-content .con_head h4 {
            color: #3e1f5d;
            margin-bottom: 20px;
        }

.customer_data {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .customer_data p {
        margin: 0;
    }

.data1 {
    display: inline-block;
    width: 150px;
    font-weight: 500;
}


.cust-card {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    border: 1px solid #234a5e;
}

    .cust-card .p_data {
        padding: 10px 15px;
    }



p.p_head {
    padding: 7px;
    background-color: #33009a;
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.cust-card a {
    display: inline;
    color: #5d00ff;
    text-decoration: underline;
}

.cust_goals p {
    padding: 10px;
}



.main-content .left-side {
    display: inline-block;
    font-size: 25px;
    color: #3e1f5d;
    margin: 0;
    float: left;
}

.head_text .right-side {
    display: inline-block;
    float: right;
    margin: 0;
}

    .head_text .right-side a {
        font-size: 16px;
        color: #5400ff;
        text-decoration: none;
    }

        .head_text .right-side a .fa {
        }

.cust_detail {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .cust_detail p {
        margin: 0;
        color: #234a5e;
        font-weight: 600;
    }

.cus_det .l-side p {
    font-size: 18px;
}

.cus_data .r-side p {
    font-size: 18px;
}

.cust_detail .l-side {
    float: left;
}

.cust_detail .r-side {
    float: right;
    text-align: right;
}

.cust_detail .l-side span {
    display: block;
}

.cust_detail .r-side span {
    display: block;
}

.card-link {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.card-detail span {
}

.card-link a {
    color: #5400ff;
    text-decoration: none;
}

    .card-link a:hover {
        color: #5400ff;
    }

a.mortage-link {
    display: block;
    color: #5400ff;
    text-decoration: none;
}

    a.mortage-link:hover {
        color: #5400ff;
    }

.fa-exclamation-circle {
    color: #5400ff;
}

a.intrest-link {
    font-weight: 700;
    color: #1f3f54;
}

    a.intrest-link:hover {
        color: #1f3f54;
    }

.product_detail {
    width: 200px;
    float: left;
    position: fixed;
    top: 42px;
}

.right-side-menu {
    min-width: 200px;
}

.quick-transfer {
    width: 100%;
    float: left;
    padding: 10px 8px;
    margin: 0;
    background-color: #efefef;
    border-radius: 3px;
}

    .quick-transfer p {
        color: #3e1f5d;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .quick-transfer form {
        font-weight: 600;
    }

        .quick-transfer form label {
            margin: 0;
        }

.form-control:focus {
    box-shadow: none;
}

.form-group {
    margin-bottom: 10px;
}

.quick-transfer .form-control {
    padding: 6px;
    font-weight: 600;
}

.trans-btn {
    width: 100%;
    color: #fff;
    background-color: #327787;
    border-radius: 3px;
}

    .trans-btn:hover {
        color: #fff;
    }

    .trans-btn:focus {
        box-shadow: none;
    }

.form-group p input {
    display: inline-block;
    width: calc(100% - 8%);
}

.quick_trans {
    margin-right: 10px;
}

button.qyk_trans {
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 20px;
    line-height: 16px;
    background-color: #358996;
}

.qyk_icon img {
    width: 45px;
}

button.btn.qyk_icon {
    display: none;
}

.quick_trans .btn:hover {
    color: #fff;
}


.quick_trans a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #056877;
    transition: 1s ease;
}

.quick-transfer {
    display: none;
    width: 250px;
    float: left;
    padding: 10px 8px;
    margin: 0;
    background-color: #efefef;
    border-radius: 3px;
    position: absolute;
    top: 50px;
    right: 100px;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.87);
    box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.87);
}



    .quick-transfer p {
        color: #3e1f5d;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .quick-transfer form {
        font-weight: 600;
    }

        .quick-transfer form label {
            margin: 0;
        }

.form-control:focus {
    box-shadow: none;
}

.form-group {
    margin-bottom: 10px;
}

.quick-transfer .form-control {
    padding: 6px;
    font-weight: 600;
}

.trans-btn {
    width: 100%;
    color: #fff !important;
    background-color: #327787 !important;
    border-radius: 3px !important;
}

    .trans-btn:hover {
        color: #fff;
    }

    .trans-btn:focus {
        box-shadow: none;
    }

.form-group p input {
    display: inline-block;
    width: calc(100% - 6%);
}

.btn-link:focus {
    box-shadow: none !important;
}

.my_reward_btn {
    width: auto;
    float: right;
    color: #fff !important;
    background-color: #327787 !important;
    border-radius: 3px !important;
    margin: 0 10px 0px 0;
}

    .my_reward_btn:focus {
        box-shadow: none !important;
    }

.add_space {
    padding-left: 15px;
}

.main-row .container-fluid {
    padding: 0 !important;
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
    display: block;
}

.sub-menu ul {
    padding: 0;
    margin: 0;
}

nav a.nav-link > i {
    margin-left: 8px;
}


a.main-menu {
    color: #141414;
    border-bottom: 1px #cbceda solid;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

    a.main-menu:hover {
        text-decoration: none;
        color: #234a5e;
    }

    a.main-menu svg {
        margin-right: 8px;
    }

.sub-main a {
    padding: 12px 10px 12px 80px !important;
}

.sub-main2 a {
    padding: 12px 10px 12px 60px !important;
}


.main-menu {
    position: relative;
}

    .main-menu .fa-angle-down {
        position: absolute;
        top: 30px;
        right: 15px;
        font-weight: bold;
    }

    .main-menu .fa-angle-up {
        position: absolute;
        top: 30px;
        right: 15px;
        font-weight: bold;
    }



.mCustomScrollBox {
    border-radius: 10px;
}

nav ul {
    padding: 0;
    margin: 0;
}


/*.bank_menu {
    height: 85vh !important;
}*/

/* Transaction page */

.trans-data {
    border: 1px solid #234a5e;
    border-width: 0 0 2px 0;
}

    .trans-data > p {
        margin-bottom: 8px;
    }

.user_acc p {
    margin-bottom: 5px;
}

.r-bal {
    display: block;
    margin-top: 47px;
    color: #5400ff;
    text-decoration: none;
}

a.r-bal:hover {
    color: #5400ff;
    text-decoration: none;
}

.s-hide {
    display: none;
}



.accordion-toggle {
    width: 100%;
    float: left;
    margin: 0;
    background-color: #fff;
    border: 1px solid #000;
}

.acco_body {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #000;
}

    .acco_body p {
        margin: 0;
    }

.accordion-toggle {
    cursor: pointer;
}

.btn-link {
    color: #234a5e !important;
    cursor: pointer;
}

p.trans-data {
    padding-bottom: 5px !important;
    margin-bottom: 5px;
}

    p.trans-data button {
        color: #234a5e;
        padding: 0;
    }

        p.trans-data button:hover {
            color: #234a5e;
        }

        p.trans-data button:focus {
            color: #234a5e;
            box-shadow: none;
        }

.small_data {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .small_data span {
        display: block;
        font-size: 14px;
    }


div#layoutSidenav_nav {
    float: left;
    width: 260px;
    margin: 15px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
}


.data_link {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .data_link ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .data_link li a {
        color: #5400ff;
        text-decoration: none;
    }

        .data_link li a:hover {
            color: #5400ff;
            text-decoration: none;
        }

.right_dwnld {
    display: none;
    float: right;
}

    .right_dwnld a {
        font-size: 16px;
        color: #5400ff;
        text-decoration: none;
    }

        .right_dwnld a:hover {
            font-size: 16px;
            color: #5400ff;
        }

.data_found {
    /* display: none; */
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0 0;
}

.aqua-color {
    color: #5400ff;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.hide-tra {
    display: none;
}



.history_button {
    display: inline-block;
    float: right;
    padding: 6px 12px;
}

.pagination a.page-link {
    padding: 8px 15px;
}
/* .history_button .right-trans{
    display: inline;
} */
/* ---- Manage payees sub page ------- */
.data_link a {
    color: #5400ff;
    text-decoration: underline;
}

    .data_link a:hover {
        color: #5400ff;
    }

.payees_data {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}





.user_bnk_data a {
    color: #000;
    text-decoration: underline;
    display: block;
}

    .user_bnk_data a:hover {
        color: #5400ff;
    }


.manage_table .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #5400ff !important;
    border: 1px solid transparent;
    background-color: unset !important;
}


    .manage_table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #5400ff !important;
        border: 1px solid transparent;
    }

        .manage_table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: #2c24c3 !important;
        }


        .manage_table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .manage_table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            background-color: transparent !important;
            background: none !important;
            border: none !important;
        }

    .manage_table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background-color: unset !important;
        color: #2c24c3 !important;
        background: none !important;
        border: 1px solid transparent;
    }

/* .manage_table .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #5400ff !important;
  } */

.manage_table #example_paginate {
    float: none;
    text-align: center;
}


.manage_table a#example_previous {
    color: #5400ff !important;
}

    .manage_table a#example_previous:hover {
        color: #2c24c3 !important;
    }

.manage_table a#example_next {
    color: #5400ff !important;
}

    .manage_table a#example_next:hover {
        color: #2c24c3 !important;
    }



.tbl_pagination {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0 0;
    color: #5400ff;
}

    .tbl_pagination .page-link {
        border: 0;
        padding: 8px;
        color: #5400ff;
    }

.pagination {
    justify-content: end;
}

    .pagination a:hover {
        background-color: unset;
    }

.payee_sts_data {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .payee_sts_data li::marker {
        color: #5400ff;
    }



.pay_btns:hover {
    background-color: #22a2bf !important;
    text-decoration: none;
}


/* ---- View payee details page ------ */

.payee_details {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.payee_info {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .payee_info p {
        text-transform: uppercase;
        font-weight: bold;
        color: #5400ff;
    }

.payee_buttons a {
    padding: 6px 12px;
    color: #5400ff;
}

    .payee_buttons a:hover {
        padding: 6px 12px;
        color: #5400ff;
    }


/* ------ Footer code ------- */

.main-footer {
    width: 100%;
    float: left;
    padding: 6 px;
    margin: 25px 0 0;
    border: 2px solid #33009a;
    border-width: 2px 0 0 0;
}

    .main-footer ul li {
        display: inline-block;
        margin: 0 15px;
    }

        .main-footer ul li a {
            color: #5400ff;
            text-decoration: underline;
        }

            .main-footer ul li a:hover {
                color: #fff;
                text-decoration: underline;
            }

/* ---- Amend payee page ----- */

.alert_table {
    width: 100%;
}

    .alert_table i {
        padding: 5px 0 0;
        font-weight: bold;
        color: #5400ff;
    }


.alert-box {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0;
    border: 2px solid #5400ff;
}

    .alert-box p {
        width: calc(100% - 25px);
        display: inline-block;
        float: right;
    }

.amend_info input {
    max-width: 250px;
}

.amend_payee {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .amend_payee input {
        max-width: 160px;
        text-align: right;
    }

    .amend_payee a {
        color: #5400ff;
    }

        .amend_payee a:hover {
            color: #5400ff;
        }

.amend_pay_btn {
    border: 1px solid #5400ff !important;
    padding: 8px 20px !important;
    color: #5400ff !important;
    border-radius: 3px;
}

a.amend_pay_btn:hover {
    color: #5400ff !important;
    text-decoration: none;
}

.amend_pay_new {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 15px;
}

.payment_date .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 30px;
    height: 30px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.payment_date .custom-control-label::after {
    position: absolute;
    top: 10px;
    left: -19px;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.payment_date label {
    padding: 7px 20px;
}

.payment_date .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #5400ff !important;
    background-color: #5400ff !important;
}

.head_main_h3 {
    padding: 10px;
    margin: 0;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
}

/* payment confirmation page */


.green-box {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0;
    border: 2px solid green;
}



    .green-box i {
        font-size: 30px;
    }

        .green-box i.fa {
            color: green;
        }

.review_payee p a {
    color: #5400ff;
    text-decoration: underline;
}

    .review_payee p a:hover {
        color: #5400ff;
    }

/* -- pay some one new page --- */

.pay_new a {
    color: #5400ff;
}

    .pay_new a:hover {
        color: #5400ff;
        text-decoration: none;
    }

.pay_new_txt i {
    color: #5400ff;
}

.pay_new .form-group {
    max-width: 250px;
}

.veri_check_box {
    border-color: #5400ff;
}

    .veri_check_box p.check_text {
        width: calc(100% - 40px);
    }

.green-box span {
    display: block;
    width: 100%;
    float: left;
}

.veri_check_box i {
    color: #5400ff !important;
}

.veri_check_box img {
    float: right;
    width: 35px;
}


/*  view and seach transaction page */


.search_bet_btn {
    color: #5400ff;
}

    .search_bet_btn:hover {
        color: #5400ff;
    }


/* ----your detail page ---- */


.edit_btn {
    color: #5400ff;
    background-color: unset !important;
    border: none;
    font-weight: bold;
    text-align: left;
}

    .edit_btn:focus {
        outline: none !important;
    }

.removeEdit:focus {
    outline: none;
}

.removeEdit {
    color: #5400ff;
    background-color: unset !important;
    border: none;
    font-weight: bold;
}

.detail_btn button:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none;
}

.detail_btn i {
    font-weight: bold;
}





.alert_table input {
    font-weight: bold;
    color: #5400ff;
    max-width: 300px
}


/* --- paperless setting page --- */


.paper_a {
    color: #5400ff;
}

    .paper_a:hover {
        color: #5400ff;
    }

.less_acc {
    display: inline-block;
}

.less_btn {
    float: right;
}

/* ---- direct debit page ----- */


.link_a {
    color: #5400ff;
}

    .link_a i {
        font-size: 16px;
    }

    .link_a:hover {
        color: #5400ff;
    }

.dd_table th {
    background-color: #234a5e;
    color: #fff;
}

.dd_filter .form-group {
    max-width: 300px;
}



/* -- standing order page----- */

.st_order .form-group label {
    font-weight: bold;
}

.st_order .form-group input {
    font-weight: bold;
    max-width: 300px;
}


/* ---- manage standing order --- */

.manag_st_order .st_p {
    color: red;
}

.manage_st_ul ul li::marker {
    color: #5400ff;
}

.pagination li a {
    color: #33009a !important;
    border: 0;
}



    .pagination li a:focus {
        outline: 0;
        box-shadow: unset;
    }





/* ------- Responsive ----- */



@media only screen and (max-width: 991px) {
    .main-row .container-fluid {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    .quick_trans {
        margin-left: auto;
    }

    .alert_table {
        min-width: 768px;
    }

    h3.head_text {
        font-size: 20px;
    }

    .r-bal {
        margin-top: 0px;
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_filter {
        float: right !important;
        text-align: right !important;
    }

    .dataTables_wrapper .dataTables_length {
        float: left !important;
        text-align: left !important;
    }


    .payee_buttons.d-flex {
        display: block !important;
    }

        .payee_buttons.d-flex span {
            display: block;
            float: left;
            width: 100%;
            margin-bottom: 5px;
        }

            .payee_buttons.d-flex span:last-child {
                margin-bottom: 0;
            }
}

@media only screen and (max-width: 540px) {
    a#userDropdown span {
        display: none !important;
    }

    button.btn.qyk_icon {
        display: block;
        padding: 0;
    }

        button.btn.qyk_icon:focus {
            box-shadow: unset;
        }

        button.btn.qyk_icon img {
            margin-right: 0;
        }

    .quick-transfer {
        right: 15px;
    }

    button.btn.qyk_trans {
        display: none;
    }

    .card-link a {
        display: block;
    }

    .card-link span {
        display: none;
    }
}

@media only screen and (max-width: 475px) {
    .right-trans span {
        display: none;
    }
}





body.Dark-Color {
    background: #33009A !important;
    color: #fff;
}

body.Gradient-Color {
    background: linear-gradient(242.4deg, #1EFED3 -12.23%, #2D47AA 27.9%, #3023A2 38.31%, #320E9D 44.85%, #39049E 53.99%, #4E11AB 72.72%, #641EB8 92.11%, #b631e6 116.19%) !important;
    height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    color: #fff;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

body.Light-Color {
    background: #E4E6F2 !important;
    color: #33009A;
}

body.Gradient-Color .dataTables_wrapper .dataTables_info, body.Dark-Color .dataTables_wrapper .dataTables_info, {
    color: #fff
}

body.Gradient-Color .dataTables_wrapper .dataTables_info, body.Dark-Color .dataTables_wrapper .dataTables_info {
    color: #fff;
}

body.Gradient-Color td, body.Dark-Color td {
    color: #000;
}

body.Gradient-Color .head_text, body.Dark-Color .head_text {
    color: #fff
}


    body.Gradient-Color .head_text .right-side a, body.Dark-Color .head_text .right-side a {
        color: #fff;
    }




body.Gradient-Color .dataTables_wrapper .dataTables_filter, body.Gradient-Color .dataTables_wrapper .dataTables_info, body.Gradient-Color .dataTables_wrapper .dataTables_length, body.Gradient-Color .dataTables_wrapper .dataTables_paginate, body.Gradient-Color .dataTables_wrapper .dataTables_processing,
body.Dark-Color .dataTables_wrapper .dataTables_filter, body.Dark-Color .dataTables_wrapper .dataTables_info, body.Dark-Color .dataTables_wrapper .dataTables_length, body.Dark-Color .dataTables_wrapper .dataTables_paginate, body.Dark-Color .dataTables_wrapper .dataTables_processing {
    color: #fff;
}


header#header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px px 15px;
    background: #fff;
}


.color-change button {
    margin: 0px;
    padding: 12px;
    border: none;
    background: none;
    width: 32%;
    font-size: 16px;
    text-align: center;
}

span.circle-color {
    width: 60px;
    height: 60px;
    /* float: left; */
    border: 2px #33009A solid;
    border-radius: 100px;
    display: block;
    margin: 0px auto;
    margin-bottom: 16px;
}

    span.circle-color span {
        width: 45px;
        height: 45px;
        margin-top: 6px !important;
        border-radius: 100px;
        display: block;
        margin: 0px auto;
        margin-bottom: 16px;
    }

        span.circle-color span.Light-bg {
            background: #d4d7e4;
        }

        span.circle-color span.Dark-bg {
            background: #33009A;
        }

        span.circle-color span.Gradient-bg {
            background: linear-gradient(242.4deg, #1EFED3 -12.23%, #2D47AA 27.9%, #3023A2 38.31%, #320E9D 44.85%, #39049E 53.99%, #4E11AB 72.72%, #641EB8 92.11%, #b631e6 116.19%);
        }

body {
    font-family: 'Jost', sans-serif !important;
    font-size: 16px !important;
}


#box {
    width: 400px;
    font-size: 12px;
    line-height: 20px;
    top: 25%; /* change this value to place the menu higher or lower */
    position: fixed;
    z-index: 100;
}

#tab {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

    #tab li span {
        display: block;
        padding: 0 5px;
        position: relative;
    }

#links {
    width: 328PX;
    padding: 10px;
    float: left;
    border: 1px #ccc solid;
    background: #f5f5f5;
}

.show, .hide {
    /* we specify the transition length for hiding and showing */
    transition: margin-right .4s ease-in;
    -webkit-transition: margin-right .4s ease-in;
}

div#box.show {
    right: -34px;
}


body.Gradient-Color .span-icon, body.Dark-Color .span-icon {
    background: #fff;
    color: #33009a;
}

body.Gradient-Color .table tr th, body.Dark-Color .table tr th {
    color: #fff;
}


#box.hide {
    right: -361px;
}

.hide {
    margin-right: 0px;
}

div#box ul li img {
    background: #FFF;
    PADDING: 10PX;
}

#arrow, .bt {
    cursor: pointer;
    height: 54PX;
}

.bt {
    width: 77px;
    height: 40px;
    margin: -1px;
    text-align: center;
    border: 1px solid #858fa6;
    font: bold 13px Helvetica,Arial,sans-serif;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    background: #014464;
    background-image: -o-linear-gradient(left, #1F82AF, #002F44);
    background-image: -ms-linear-gradient(left, #1F82AF, #002F44);
    background-image: -moz-linear-gradient(left, #1F82AF, #002F44);
    background-image: -webkit-linear-gradient(left, #1F82AF, #002F44);
    background-image: -webkit-gradient(linear, left top, right top, from(#1F82AF), to(#002F44));
}

    .bt a {
        line-height: 40px;
        color: #fff;
        display: block;
    }

    .bt:hover {
        transition: background .3s linear;
        background: #32A3D3;
        -o-transition: background .3s linear;
        -moz-transition: background .3s linear;
        -webkit-transition: background .3s linear;
    }

#deco {
    width: 100%;
    float: left;
}

body.Light-Color {
    background: #E4E6F2 !important;
    color: #33009A;
}

i.nav-icon {
    width: 50px;
    height: 48px;
    background: #33009a;
    text-align: center;
    line-height: 48px;
    border-radius: 100px;
    color: #ffffff;
    float: left;
    font-size: 20px;
}

span.nav-text {
    width: 175px;
    padding: 0 0 0 15px;
    font-weight: 500;
    line-height: normal;
}

.card-link a {
    color: #5416fd !important;
}



.design_frame {
    color: #141414;
}


footer ul li {
    color: #33009a !important;
}

body table {
    border: none !important;
}

.dataTables_length {
    display: inline;
    white-space: nowrap;
    float: left;
    margin-top: 15px;
    width: 100%;
}


.dataTables_filter {
    display: inline;
    white-space: nowrap;
    margin-top: 15px;
}

    .dataTables_filter .form-control {
        width: auto;
        display: inline-block;
    }


ul.pagination li.active a {
    background-color: #33009a !important;
}


ul.pagination li:hover a {
    background: #b631e6 !important;
    color: #fff !important;
}



.btn {
    letter-spacing: 0px;
    font-weight: 500 !important;
    font-size: 16px !important;
    font-family: 'Jost', sans-serif;
    padding: 10px 22px !important;
    border-radius: 100px !important;
    background: #33009a !important;
    line-height: normal !important;
    border: none !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

body.Gradient-Color .main-footer, body.Dark-Color .main-footer {
    border-top: 2px solid #ffffff;
}


body.Gradient-Color footer ul li, body.Dark-Color footer ul li {
    color: #fff !important;
}


.sb-sidenav-menu ul li ul li a {
    color: #141414;
}


body.Gradient-Color .btn, body.Dark-Color .btn {
    background: #1EFED3 !important;
    color: #000 !important;
}


body.Gradient-Color h4.welcome-login, body.Dark-Color h4.welcome-login {
    color: #fff !important;
}


body .btn:hover {
    background: #b631e6 !important;
    color: #fff !important
}

body input[type="file"].form-control {
    padding: 9px 15px !important;
}

body .form-control {
    background: #fff;
    border-radius: 10px !important;
    width: 100%;
    padding: 11px 15px !important;
    height: auto !important;
    border: none;
    font-size: 16px;
    letter-spacing: normal !important;
    color: #33009A;
    border: 1px #e4e6f2 solid;
    box-shadow: none;
    line-height: normal !important;
    font-family: 'Jost', sans-serif !important;
    font-weight: 500;
}

textarea {
    font-family: 'Jost', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
}

    textarea:focus {
        outline: none;
    }

button#sidebarToggle {
    display: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgb(255 255 255 / 50%) !important;
    opacity: 1;
}

.h-9 {
    height: 110px;
}

.login_input-row {
    margin: 20px 0 !important;
}

h4.welcome-login.mb-5 {
    margin-top: 140px !important;
}

body h4.welcome-login {
    margin: auto;
    width: 100%;
    padding: 20px 0 15px 0px;
    font-size: 48px;
    font-weight: normal;
    color: #141414;
    text-align: left;
    float: left;
    font-weight: 500;
}

label.checkbox-inline.pl-0 {
    padding-left: 0px !important;
}


.mt-3 {
    margin-top: 15px;
}

ul li {
    list-style: none;
}


div#box.hide {
    display: none !important;
}



.span-icon {
    width: 80px;
    height: 80px;
    float: left;
    background: #33009a;
    border-radius: 100px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
}

.span-text {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    float: right;
    margin-top: 12px;
}

    .span-text h1 {
        margin: 0px;
        padding: 0px;
        line-height: 2rem;
        font-size: 2rem;
    }

    .span-text h5 {
        margin: 0px;
        padding: 0px;
        line-height: normal;
        font-size: 1rem;
        line-height: 1rem;
    }


.dataTables_length label .form-control {
    display: inline !important;
    width: auto !important;
}

h6.title-mb-3 {
    font-size: 20px;
    font-weight: 500;
    color: #33009a;
    padding-bottom: 10px;
}

.top-header-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 7px 0 24px;
    padding: 0;
    background: #33009a;
    border-radius: 100px;
    font-size: 20px !important;
    text-align: center;
    line-height: 50px !important;
    color: #fff;
}

span.notification-text {
    float: left;
    margin: 12px 0 0 0;
}

.count-nuber {
    position: absolute;
    top: 14px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    background: #1EFED3;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    border: 2px #33009a solid;
    color: #33009a;
}

.notification-icon .dropdown-toggle::after {
    display: none;
}

nav.sb-topnav .dropdown-toggle::after {
    vertical-align: -0.745em;
}



.sb-sidenav-menu ul li:hover > a {
    color: #b631e6;
}



.sb-sidenav-menu ul li ul li:hover a {
    color: #b631e6;
}



.min-h {
    min-height: 85vh;
}

.sb-sidenav-menu ul li:hover .nav-icon {
    background: #b631e6 !important;
}

footer ul {
    margin: 0;
}


ul.progress-indicator li {
    float: left;
    margin: 2px;
    padding: 10px 15px;
    white-space: nowrap;
    background: #d5d5d5;
    border-radius: 12px;
}

ul.progress-indicator li {
    background: #e4e6f2;
    color: #33009a;
}

ul.progress-indicator {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

    ul.progress-indicator li a {
        margin: 0px !important;
        padding: 0px !important;
        color: #33009a;
    }

.Add-Cart {
    opacity: 0.5;
}


ul.progress-indicator li.active {
    background: #33009a;
    color: #fff;
}

ul.progress-indicator li br {
}




.tab-content > .active {
    opacity: 1 !important;
}


.card-img img {
    width: 100%;
    height: auto !important;
}



ul.progress-indicator li a {
    color: #33009a;
}

ul.progress-indicator li.active a {
    color: #fff;
}

ul.progress-indicator li a:hover {
    text-decoration: none;
}



li.active a {
    color: #b631e6;
}

    li.active a i.nav-icon {
        background-color: #b631e6;
    }

.sb-sidenav-menu ul li ul li.active a {
    color: #b631e6;
}





table tr th b {
    font-weight: bold !important;
}







select.form-control::-ms-expand {
    display: none;
}

td.dataTables_empty {
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border: none !important;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 44px;
}

select.form-control {
    display: none;
}

.custom-select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #9e9e9e;
    padding: 10px 12px !important;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: auto !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #272020 !important;
}

    .custom-select:after {
        content: "";
        width: 28px;
        height: 28px;
        /*       border: 7px solid transparent;
        border-color: #9e9e9e transparent transparent transparent;*/
        position: absolute;
        top: 6px;
        right: 6px;
        transform: rotateZ(0deg);
        transition: all 0.5s;
        transform-origin: 50% 25%;
        background-image: url('https://pozitivetelecomcustomer.pozitivehub.com/Assets/image/drop-down-arrow.png');
    }
    /*.custom-select:hover {
     background-color: #b83729;
}
*/
    .custom-select:active,
    .custom-select.active {
        background-color: #fff;
        color: #9e9e9e;
    }

    /*   .custom-select:active:after,
        .custom-select.active:after {
            transform: rotateZ(180deg);
            transition: all 0.5s;
            transform-origin: 50% 25%;
        }
*/
    .custom-select:focus {
        outline: 2px;
    }

.select-options {
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 12px;
    border: 1px #e4e6f2 solid;
}

    .select-options li {
        color: #3b0a9e;
        margin: 0;
        padding: 12px 0;
        /* text-indent: 15px;
    */
        /* border-top: 1px solid #AED581;
    */
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
        padding-left: 15px;
    }

        .select-options li:hover {
            color: #ffffff;
            background: #33009a;
        }

        .select-options li[rel="hide"] {
            display: none;
        }



::-webkit-scrollbar {
    width: 15px;
    background-color: #33009a;
    border-radius: 0 0 5px 0;
    border-radius: 100px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #b631e6;
    border-radius: 100px !important;
}



/* ::-webkit-scrollbar {
        width: 10px;
        background-color: #f5f5f5;
        border-radius: 0 0 5px 0;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #9e9e9e;
    }*/
label.label {
    width: 100%;
}

footer.footer {
    display: flex;
}

.tab-content {
    border: 1px #ddd solid;
    padding: 15px;
    clear: both;
    float: left;
    width: 100%;
}



.pagesize {
    border-radius: 12px !important;
    padding: 6px !important;
    background-color: #fff !important;
    color: #33009a !important;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    word-wrap: normal !important;
    font-size: 16px;
}


.pagination {
    margin: 5px 0 !important;
}

.sb-sidenav .sb-sidenav-menu .nav li a img {
    width: 38px;
}

.input-group-date span.fa.fa-calendar {
    background: #33009a;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 100px;
    position: absolute;
    right: 6px;
    top: 6px;
    color: #fff;
    font-size: 13px;
}

.input-group-date {
    position: relative;
    width: 100%;
    float: left;
}


.dropdown-menu.dropdown-menu-right {
    padding: 0px !important;
}

    .dropdown-menu.dropdown-menu-right .dropdown-item {
        padding: 10px 15px !important;
    }

        .dropdown-menu.dropdown-menu-right .dropdown-item:hover {
            background: #b631e6;
            color: #fff;
        }


.modal-body .nav.nav-tabs {
    border-bottom: none !important;
}

.modal-body .tab-content {
    border: none !important;
}

div#dvErrorData {
    padding: 0px !important;
}

table.table tr td {
    vertical-align: middle !important;
}


b, strong {
    font-weight: 500 !important;
}


.dataTables_wrapper .dataTables_length select, #pagination select, select.pagesize, select.entries {
    border-radius: 12px !important;
    padding: 6px !important;
    background-color: #fff !important;
    color: #33009a !important;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    word-wrap: normal !important;
    font-size: 16px;
}

div#box {
    display: none !important;
}

ul.pagination li {
    margin: 0px 2px;
}



.dataTables_length select {
    border-radius: 12px !important;
    padding: 6px !important;
    background-color: #fff !important;
    color: #33009a !important;
    outline: none !important;
    border: 1px #e4e6f2 solid !important;
    word-wrap: normal !important;
    font-size: 16px;
}

div#ShowNotification li {
    padding: 10px;
    border-bottom: 1px #ddd solid;
}

    div#ShowNotification li a {
        cursor: pointer;
    }
