body {
    background-color: #FAFDFB;
    font-size: 0.9375rem;
    overflow-x: hidden;
    padding-top: 40px;
}

main {
    transition: width 0.15s linear;
}

a {
    color: #467fcf;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

textarea {
    font-size: 0.9rem !important;
}

input,
input[type=text] {
    font-size: 0.9rem !important;
}

.pb-6 {
    padding-bottom: 4rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

.noclick {
    user-select: none !important;
    pointer-events: none !important;
}

.move {
    cursor: move;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    min-height: 66px;
}

.navbar-m-header {
    height: 110px;
    margin-left: -1rem;
    margin-right: -1rem;
}

.navbar-m-header img {
    max-height: 50px;
    margin-top: 5px;
    /* margin-left: 0; */
    /* margin-right: 0; */
    transform: translate(20px, 0)
}

.noscroll {
    overflow: hidden;
}

.notransform {
    transform: none !important;
}

.notransition {
    transition: none !important
}

.pointer {
    cursor: pointer !important;
}

.centered {
  position:fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.btn-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fafafa;
}

.btn-overlay:hover {
    color: #fafafa;
}

.text-blue {
    color: #1f81c2;
}

.text-info {
    color: #45aaf2 !important;
}

.form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 600;
    font-size: 0.875rem;
}

.w-200 {
    min-width: 200px;
}

.w-250 {
    min-width: 250px;
}

.mw-250 {
    max-width: 250px;
}

.mw-200 {
    max-width: 200px;
}

.hw-60 {
    height: 60px;
    width: 60px;
}

@media (max-width: 576px) {
    .w-200 {
        min-width: 100%;
    }
    .mw-200 {
        max-width: 100%;
    }
    .w-250 {
        min-width: 100%;
    }
    .mw-250 {
        max-width: 100%;
    }
}

.bg-a5 {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-a8w {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

.bg-a20 {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.nav-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background-color: black;
    z-index: 4990;
    opacity: 0.7;
}


/*
    * Navbar
    */

.fixed-top {
    top: -60px;
    transition: all 0.25s;
    padding: -15px;
    animation-name: example;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes example {
    from {
        top: -66px;
    }
    to {
        top: 0;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}


/*
    * Sidebar
    */

.sidebar {
    position: fixed;
    overflow: hidden !important;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    transition: width 0.15s linear;
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sideheader {
    width: 100%;
    margin-left: -1rem !important;
    top: 0;
}

.ajaxLogout p {
    color: #fff;
}

.sideheader .topheader {
    min-height: 66px;
    padding-top: 10px;
}

.sideheader .username {
    width: 150px;
    padding-top: 17px;
    overflow: hidden;
    line-height: 15px;
    position: relative;
    margin-top: -3px;
    margin-right: 5px;
    transition: visibility 0.15s linear;
}

.sideheader .username b {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0);
    transition: 1.5s;
}

.sideheader .username:hover b {
    transform: translateX(calc(150px - 100%));
}

@media (max-width: 991.98px) {
    .sideheader .username {
        margin-top: 0;
        padding-top: 5px;
    }
    .sideheader .username p {
        position: absolute;
        top: 26px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .sideheader .username {
        margin-top: -3px;
        padding-top: 8px;
    }
    .sideheader .username p {
        position: absolute;
        top: 30px;
    }
}
.sideheader .username p.right {
    right:0;
}
.sideheader .usericon {
    width: 45px;
    height: 45px;
    padding-right: .25rem!important;
    padding-left: .35rem!important;
    font-family: var(--bs-body-font-family) !important;
}


@media (min-width: 992px) {
    .sideheader {
        background-color: #353340 !important;
    }
    .ajaxLogout p {
        color: #dd5555;
    }
    .sideheader .topheader {
        background-color: #2a2933 !important;
        border-bottom: 1px solid rgb(35 35 36);
    }
}

.sideheader .topheader img {
    max-height: 50px;
    max-width: 100%;
}

.mt-9r {
    margin-top: 8.95rem!important;
}

.m-h5 {
    margin: 10px !important;
}

.navbar .copyright,
.sidebar .copyright {
    position: absolute;
    width: 100%;
    min-height: 10%;
    bottom: 0;
    padding: 10px 0;
    margin-left: -1rem;
    left: 15px;
    font-weight: bold;
    background-color: #eee;
    color: #444;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navbar .copyright .collapse_menu,
.sidebar .copyright .collapse_menu {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .notifcation {
    width: 45px;
    height: 45px;
    padding-left: 0.6rem !important;
    padding-top: 0.7rem !important;
}

.sidebar .notifcation i {
    margin: 0 !important;
    padding-left: 5px;
}

.sidebar .username {
    width: 150px;
    padding-top: 17px;
    overflow: hidden;
    line-height: 15px;
    position: relative;
    margin-top: -3px;
    margin-right: 5px;
    transition: visibility 0.15s linear;
}

.sidebar .username b {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0);
    transition: 5s;
}

.sidebar .username b:hover {
    transform: translateX(calc(150px - 100%));
}

@media (max-width: 991.98px) {
    .sidebar .username {
        margin-top: 0;
        padding-top: 0;
    }
    .sidebar .username p {
        position: absolute;
        top: 24px;
        margin: 0;
    }
}

@media (max-width: 576px) {
    .sidebar .username {
        margin-top: -3px;
        padding-top: 8px;
    }
    .sidebar .username p {
        position: absolute;
        top: 30px;
    }
}

.sidebar .usericon {
    width: 45px;
    height: 45px;
    padding-right: .25rem!important;
    padding-left: .35rem!important;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc !important;
}

.sidebar .nav-link:hover {
    color: #2470dc !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.sidebar svg {
    margin-right: 5px;
}

.sidebar i {
    margin-right: 12px;
}

.sidebar .dropdown-toggle::after {
    border: none;
}

.sidebar .language-section .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.sidebar .position-sticky {
    height: 80%;
    overflow: auto;
    padding-bottom: 100px;
    margin-right: -1rem;
}

@media (min-width: 992px) {
    .sidebar {
        width: 280px;
    }
    .sidebar.shrink {
        width: 60px !important;
        padding-left: 0 !important;
    }
    .sidebar.shrink .sideheader {
        margin-left: 0 !important;
    }
    .sidebar.shrink .copyright {
        height: 5% !important;
    }
    .sidebar.shrink .copyright small,
    .sidebar.shrink .copyright .collapse_menu span {
        display: none !important;
    }
    .sidebar.shrink .copyright .collapse_menu i {
        margin-left: 12px !important;
        font-size: 1.6rem !important;
        padding-top: 17px !important;
    }
    .sidebar.shrink .mt-9r {
        margin-top: 5.5rem !important;
        overflow-x: hidden !important;
    }
    .sidebar.shrink .position-sticky {
        height: 90% !important;
        padding-bottom: 0 !important;
    }
    main.grow .dataTables_processing .overlay {
        left: 60px !important;
    }
    main.grow .dataTables_processing .overlay>.centered {
        left: calc(50% - 60px) !important;
    }
    .sidebar.shrink .nav-link i {
        font-size: 25px !important;
    }
    .sidebar.shrink .nav-link i {
        font-size: 25px !important;
    }
    .sidebar.shrink .nav-link span {
        display: none !important;
    }
    .sidebar.shrink .username,
    .sidebar.shrink .balance,
    .sidebar.shrink .news_modal {
        display: none !important;
    }
}


/*
*
* Config for mobile and tablet
*/

@media (max-width: 991.98px) {
    .navbar-brand-shrink {
        display: none !important;
    }
    .navbar-brand.d-none {
        display: block !important;
    }
}

.offcanvas-collapse {
    overflow-x: hidden;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        z-index: 5000;
        top: 0;
        bottom: 0;
        left: -320px;
        width: 320px;
        height: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #f5f5f5;
        transition: transform .15s ease-in-out, visibility .15s ease-in-out;
    }
}

.offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(100%);
}

@media (max-width: 576px) {
    .offcanvas-collapse {
        left: -70%;
        width: 70%;
    }
}

.max-dashboard {
    max-width: 460px!important;
}

.max-dashboard a {
    color: #7d848b !important;
}

.max-dashboard i {
    font-size: 3.3rem;
    color: #8CC152;
    text-shadow: 0 0 3px #8bc15227, 0 0 10px #76a04ab2;
    /* filter: drop-shadow(10px 10px 200px #ff00ff) drop-shadow(-10px -10px 50px #ff00ff); */
}


/* @media (max-width:767.98px) {
    main {
        padding-bottom: 55px;
    }
} */

.balance {
    background-color: #fdf9e0;
    padding: 1px;
}

.balance>div {
    color: #788f55;
    border-style: dashed;
    border-width: 1.8px;
}

.balance span.h5 {
    color: #718b4b;
    font-size: 1.1rem;
    margin-bottom: 0 !important;
}

.stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
}

.stats span {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.stats-r span {
    margin-top: 15px;
}

.stats p {
    font-size: 30px;
    line-height: 100%;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #e0e0e0;
    margin-bottom: 0;
    margin-top: 15px;
}

.stats-r p {
    margin-top: 0;
}

.stats i,
.stats svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    fill: #32cb6d;
    height: 34px;
    width: auto;
}

.top-box-parent {
    text-decoration: none !important;
}

.top-box-parent:nth-child(1) .stats i {
    color: #fae37d !important;
}

.top-box-parent:nth-child(4) .stats i {
    color: #7dccfa !important;
}

.top-box {
    border-radius: .8rem!important;
    background: #252330eb url(/assets/images/stars.png) repeat top center;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.top-box:hover {
    background: #252330 url(/assets/images/stars_loop.png) repeat top center;
    transition: padding 0.2s;
    -o-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -webkit-transition: padding 0.2s;
    animation: galaxy 10s linear infinite;
    animation-fill-mode: backwards;
}

@keyframes galaxy {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100vw 0;
    }
}

.card-footer {
    /* padding: .5rem 1rem; */
    /* margin-bottom: 0; */
    padding: 0;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-style-back {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    width: 100%;
    padding-bottom: 30px !important;
    margin-top: 15px;
    margin-bottom: -30px;
}

.card-style-back .card {
    margin-top: -50px !important;
}

.card-style {
    overflow: hidden;
    margin: 0 4% 30 px 4%;
    border-radius: 15 px;
    border: none;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 10%);
}

.shadow-md {
    box-shadow: 0 4px 10px 2px rgb(0 0 0 / 6%) !important;
}

.rounded-4 {
    border-radius: 15px;
}

.imgiconpay {
    opacity: 0.4;
    cursor: pointer;
}

.imgiconpay:hover {
    opacity: 1;
}

.btn-outline-info.show,
.btn-outline-success.show,
.btn-outline-danger.show,
.btn-outline-secondary.show,
.btn-outline-dark.show,
.btn-outline-primary.show {
    color: #fff !important;
}

.bg-green {
    background-color: #388e3c;
}

.btn-green {
    background-color: #689f38;
    color: #fafafa;
}

.btn-green:hover {
    background-color: #5b8a32;
    color: #fafafa;
}

.btn-blue {
    background-color: #0872c9;
}

.btn-default {
    background: none;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: none;
    text-shadow: none;
}

.btn-default:hover {
    background: #eee;
    box-shadow: none
}

.btn-outline-info:hover {
    color: #fafafa !important;
}

.btn-outline-info .badge {
    transition: all 0.2s;
}

.btn-outline-info:hover .badge.bg-info {
    background-color: #467fcf !important;
}

.top-box:hover i,
.top-box:hover svg {
    transition: all 0.65s;
    transform: rotateY(360deg);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f8f9fa;
    opacity: 1;
}

.form-control {
    color: #9b9b9b;
}

.form-group {
    padding-bottom: 15px;
}

.payment-box {
    background-color: #f5f5f5;
    border: 2px dotted #d7d7d7;
    border-radius: 5px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.text-orange {
    color: #ff8100 !important;
}

.bg-orange {
    background-color: #ff8100 !important;
}

.btn-pay {
    background-color: #389f63;
    color: #fafafa;
}

.btn-pay:hover {
    background-color: #318655;
    color: #fafafa;
}

.pay-stats:nth-child(odd):nth-child(3n+1) .stats {
    background-image: linear-gradient( 90deg, #00B3FF, #0088FF);
}

.pay-stats:nth-child(even):nth-child(3n+2) .stats {
    background-image: linear-gradient(90deg, #0eb87e, #00D977);
}

.pay-stats:nth-child(odd):nth-child(3n+3) .stats {
    background-image: linear-gradient( 90deg, #AD59FF, #7659FF);
}

.pay-stats:nth-child(odd):nth-child(3n+4) .stats {
    background-image: linear-gradient( 90deg, #AD59FF, #7659FF);
}

.pay-stats:nth-child(even):nth-child(3n+4) .stats {
    background-image: linear-gradient( 90deg, #ff9900, #FFA100);
}

.pay-stats:nth-child(odd):nth-child(3n+5) .stats {
    background-image: linear-gradient( 90deg, #00B3FF, #0088FF);
}

.pay-stats:nth-child(even):nth-child(3n+6) .stats {
    background-image: linear-gradient(90deg, #0eb87e, #00D977);
}

.pay-stats:nth-child(even):nth-child(3n+7) .stats {
    background-image: linear-gradient( 90deg, #AD59FF, #7659FF);
}

.pay-stats:nth-child(even):nth-child(3n+8) .stats {
    background-image: linear-gradient( 90deg, #ff9900, #FFA100);
}

@media (max-width: 576px) {
    .form-control {
        line-height: 200%;
    }
    .pay-agreements {
        font-size: 0.85rem;
    }
}

.card {
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 7%), 0 2px 9px 0 rgb(3 1 14 / 6%);
}

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-switches-stacked .custom-switch {
    margin-bottom: .5rem;
}

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #e9ecef;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid rgba(0, 40, 100, 0.12);
    transition: .3s border-color, .3s background-color;
}

.custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: #2dcee3;
}

.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-input:focus~.custom-switch-indicator {
    box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
    border-color: #467fcf;
}

.custom-switch-description {
    margin-left: .5rem;
    color: #6e7687;
    transition: .3s color;
}

.custom-switch-input:checked~.custom-switch-description {
    color: #495057;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #467fcf;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f5f7fb, 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #d4e1f4;
}

.custom-control-input:disabled~.custom-control-label {
    color: #868e96;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 3px;
    border: 1px solid #bbb;
    background-color: #fff;
}

.custom-checkbox .custom-control-label.centered::before {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox .custom-control-label.centered::after {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #467fcf;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #467fcf;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(70, 127, 207, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(70, 127, 207, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #467fcf;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(70, 127, 207, 0.5);
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.img-prew {
    height: 150px;
    background-color: #f5f5f5;
}

.img-prew img {
    max-height: 150px;
}

.img-input {
    padding-top: 2rem!important;
}

.box-sm .img-prew {
    height: 60px;
    background-color: #f5f5f5;
}

.box-sm .img-input {
    padding-top: 0.7rem !important;
}

.box-sm .img-prew img {
    max-height: 60px;
    width: 100%;
    object-fit: contain;
}

.img-select-box {
    background-color: #fffeeb;
    border: 2px dotted #e5d140;
    border-radius: 5px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 4px;
}

@media (max-width: 546px) {
    .img-prew {
        margin-top: 10px;
    }
}


/* social links */

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 0.25rem;
}

.social-icons a {
    position: relative;
    background-color: #cfcfcf3b;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color .3s ease-in-out;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: .25rem;
    margin-left: 5px;
    margin-bottom: 5px;
}

.social-icons img {
    width: 40px;
    height: 40px;
}

.ajaxChangeSocial.active,
.social-icons a:hover {
    box-shadow: 0px 0px 10px #0576e0;
}

.social-icons a::before {
    content: "";
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    left: 1.10rem;
    top: 1rem;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.socradius {
    border-radius: 50px!important;
    border: dotted 2px #00000054;
}

.socall {
    position: absolute;
    width: 7.5rem;
    height: 5.5rem;
    left: 0.9rem;
    top: -0.4rem;
    font-size: 25px;
    text-shadow: 1px 1px 7px #ffffff45;
    font-weight: bold;
    margin-top: 1.1rem;
    margin-bottom: auto;
    color: #444;
}


/*
  Card options
   */

.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}

.card-options a:not(.btn) {
    margin-left: .5rem;
    color: #9aa0ac;
    display: inline-block;
    min-width: 1rem;
    padding-right: 5px;
}

.card-options a:not(.btn):hover {
    text-decoration: none;
    color: #6e7687;
}

.card-options a:not(.btn) i {
    font-size: 1rem;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .dataTables_processing {
        position: fixed !important;
        z-index: 6500 !important;
        width: 0 !important;
    }
    .dataTables_processing .overlay {
        left: 280px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .dataTables_processing .overlay>.centered {
        top: calc(50%);
        left: calc(50% - 130px);
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
    .ignoreleftside.overlay {
        left: 280px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .ignoreleftside.overlay>.centered {
        top: calc(50% - 66px);
        left: calc(50% - 130px);
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
}

td .btn {
    display: block;
    margin: auto;
}

th {
    color: rgb(11, 110, 192);
    font-size: 0.95rem;
}

.btn-info,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
}

.dataTable {
    border-top: 1px solid #bbb !important;
}

.card-body .dataTable {
    border-top: 1px solid transparent !important;
}

.dataTable.no-footer {
    border-bottom: 1px solid #bbb !important;
}

.dataTable th {
    white-space: nowrap;
    font-size: 0.9rem;
    color: rgb(11, 110, 192);
}

.dataTable tbody .custom-control.custom-checkbox {
    margin-left: 8px;
}

.text-nowrap {
    white-space: nowrap;
}

.dataTable-fixed:not(.table-fw) {
    table-layout: fixed !important;
}

.dataTable-fixed:not(.table-fw) td {
    white-space: normal !important;
    word-break: break-all !important;
}


/*
@media (min-width: 1200px) {
    .dataTable td {
        white-space: nowrap;
    }
}
*/

@media (max-width: 1199.98px) {
    /* Force table to not be like tables anymore */
    .dataTable:not(.table-fw) table,
    .dataTable:not(.table-fw) thead,
    .dataTable:not(.table-fw) tbody,
    .dataTable:not(.table-fw) th,
    .dataTable:not(.table-fw) td,
    .dataTable:not(.table-fw) tr {
        display: block;
    }
    .dataTable:not(.table-fw) thead tr {
        display: none;
    }
    .dataTable:not(.table-fw) tr {
        margin: 0 0 0.15rem 0;
    }
    .dataTable:not(.table-fw) th {
        white-space: normal;
    }
    .dataTable:not(.table-fw) td {
        min-height: 25px;
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid rgb(218, 215, 215);
        position: relative;
        padding-left: 50% !important;
    }
    .dataTable:not(.table-fw) td:last-child {
        border-bottom: 2px solid rgb(11, 120, 245);
    }
    .dataTable:not(.table-fw) tr:last-child td:last-child {
        border-bottom: none;
    }
    .dataTable:not(.table-fw) td:before {
        /* Now like a table header */
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 500;
        border-right: 1px solid rgb(218, 215, 215);
    }
    /*
        * full width td
        */
    .dataTable:not(.table-fw) td.fw {
        padding-left: 8px !important;
        font-weight: 500;
    }
    .dataTable:not(.table-fw) td.fw:before {
        border-right: none;
        content: '' !important;
    }
}

@media (max-width: 767.98px) {
    .dataTables_length label {
        position: absolute;
        top: -45px;
        right: 10px;
    }
    .dataTables_filter {
        margin: 0 !important;
        float: none !important;
    }
    .dataTables_filter input {
        margin: 0 !important;
        width: 100%;
    }
}

.bg-table-child {
    background-color: #f2f2f2;
}


/*
#crisp-chatbox {
    z-index: 20 !important;
}*/

@media (max-width: 767.98px) {
    #crisp-chatbox a {
        bottom: 65px !important;
    }
}

.overlay {
	top: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6500;
}

.overlay-pwa {
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 6500;
}

@keyframes spinner-circle {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    width: 50px;
    height: 50px;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    animation: spinner-circle 0.75s linear infinite;
}

.spinner-border-lg {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-width: 5px;
    border-radius: 50%;
    animation: spinner-circle 0.75s linear infinite;
    float: left !important;
}

#footer_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(249, 249, 249, .98);
    box-shadow: 0 -5px 10px 0 rgb(0 0 0 / 6%);
    min-height: 60px;
    display: flex;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all .3s ease;
}

#footer_bar a {
    text-decoration: none;
    color: #414141;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
}

#footer_bar a.active {
    color: #147cac;
}

#footer_bar a svg,
#footer_bar a i {
    margin-top: -8px;
}

#footer_bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-weight: 500;
    opacity: .7;
}

.font-10 {
    font-size: .625rem !important;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 17px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0px;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 0px 15px #2020203d;
    background: white url("data:image/svg+xml;charset=UTF-8, %3csvg id='SvgjsSvg1001' width='288' height='288' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs'%3e%3cdefs id='SvgjsDefs1002'%3e%3c/defs%3e%3cg id='SvgjsG1008' transform='matrix(1,0,0,1,0,0)'%3e%3csvg xmlns='http://www.w3.org/2000/svg' width='288' height='288' fill='currentColor' class='bi bi-sun-fill' viewBox='0 0 16 16'%3e%3cpath d='M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z' fill='%23ffbf66' class='color000 svgShape'%3e%3c/path%3e%3c/svg%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px !important;
}

.theme-switch.active+.slider {
    background-color: #6666ff;
}


/*
input:focus+.slider {
    box-shadow: 0 0 1px #6666ff;
}*/

.theme-switch.active+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background: white url("data:image/svg+xml;charset=UTF-8, %3csvg id='SvgjsSvg1011' width='288' height='288' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs'%3e%3cdefs id='SvgjsDefs1012'%3e%3c/defs%3e%3cg id='SvgjsG1013'%3e%3csvg xmlns='http://www.w3.org/2000/svg' width='288' height='288' fill='currentColor' class='bi bi-moon-stars-fill' viewBox='0 0 16 16'%3e%3cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z' fill='%236666ff' class='color000 svgShape'%3e%3c/path%3e%3cpath d='M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z' fill='%236666ff' class='color000 svgShape'%3e%3c/path%3e%3c/svg%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal-notif .modal-dialog {
    margin: 0 auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    height: 100%;
    max-width: 600px;
}

.nav-unread {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    background: #cd201f;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.notifcation .nav-unread {
    top: 85px;
    right: 28px;
    background: #ffffff;
}

.notifcation .nav-unread.change_color {
    background: #ffffff;
    animation: change_color 3s infinite;
}

@keyframes change_color {
    from {
        background: #ffffff;
    }
    to {
        background: #cd201f;
    }
}

.news_announcement .modal-notif .modal-dialog {
    max-width: 420px;
}

.news_announcement .modal-header {
    color: white;
    background: #05d0a0;
    background: -webkit-linear-gradient(45deg, #05d0a0, #9fd6ef);
    background: -moz- oldlinear-gradient(45deg, #05d0a0, #9fd6ef);
    background: -o-linear-gradient(45deg, #05d0a0, #9fd6ef);
    background: linear-gradient(45deg, #05d0a0, #9fd6ef);
}

.news_announcement .modal-content {
    height: 100vh;
}

.news_announcement .modal-content .modal-body {
    background: #f7f7f7;
    padding: 0.5rem;
}

.news_announcement .news-item .card {
    margin-bottom: 0.5rem;
}

.news_announcement .news-item .card .card-header {
    min-height: 0.5rem;
    padding: 0.5rem 0.5rem;
}

.news_announcement .news-item .card .desc>ul {
    padding-left: 5px;
}

table.dataTable tbody tr.tr_selected {
    background-color: #f6ffca !important;
}

span.bg-info,
label.bg-info,
small.bg-info,
strong.bg-info,
p.bg-info,
b.bg-info {
    color: #1e1b26 !important;
}

.on_off_message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
    padding: 15px;
}

a.disabled:not(.paginate_button,
#bulk_services_button),
button.disabled,
input.disabled,
select.disabled,
select.disabled+span .select2-selection,
.img-select-box.disabled,
.disabled .bootstrap-tagsinput {
    background-color: #e9ecef !important;
    pointer-events: none !important;
    touch-action: none !important;
}

.img-select-box.disabled i {
    color: #808080 !important;
}

@media (max-width: 991px) {
    .language-section .dropdown-menu a {
        padding-left: 10px;
        margin-right: 0;
    }
    .language-section .nav-item a {
        padding-left: 10px;
        margin-right: 10px;
    }
    .language-section .dropdown-toggle::after {
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .navbar .language-section li {
        padding: 0 !important;
        line-height: var(--bs-body-line-height) !important;
    }
}

.language-section.dropstart .dropdown-toggle::before {
    border: none;
}

.language-section.dropstart .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;
    color: #ffffff;
}

.header-language-ul {
    margin-right: 15px;
    transform: translate3d(-99.625px, 0px, 0px);
}

.header-language-ul a.dropdown-item,
.home-menu-dropdown a.dropdown-item {
    margin-right: unset !important;
}

.settings span.icon{
    width: unset !important; 
    height: unset !important; 
}

#table_parent{
    min-height: 650px !important;
}