body {
    font-family: "-apple-system", "BlinkMacSystemFont", "San Francisco", "Segoe UI", "Roboto", "Helvetica Neue", "Almarai", "sans-serif";
    color: #222;
    background-color: #FFF;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 15px;
}

.noti__count.notif_green.notif_vidange {
    background: green;
    position: relative;
    padding: 2px 8px;
    border-radius: 13px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    top: -7px !important;
    left: -4px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: rgb(172, 172, 172);
}

::-moz-selection {
    background-color: #555;
    color: #fff;
}

::selection {
    background-color: #555;
    color: #fff;
}

.red {
    color: red;
}

.text-primary {
    color: var(--primaryColor) !important;
}

.empty {
    margin: 100px 0;
}

.bg-girl {
    background-color: #a818e4 !important;
}

.bg-blue {
    background: #0069ff !important;
}

.bg-fire {
    background: #c50303 !important;
}

.bg-grass {
    background: #8ac249 !important;
}

.bg-yellow {
    background-color: #ffd81d !important;
}

.bg-orange {
    background-color: #FF9800 !important;
}

.bg-red {
    background-color: red !important;
}

tr.bg-orange.text-white.bg-red .disponibilite {
    color: white !important;
}
tr.bg-red.text-white.bg-yellow .disponibilite {
    color: white !important;
}

tr.bg-red.text-white .disponibilite {
    color: white !important;
}

.bg-pink {
    background-color: #E91E63 !important;
}

.bg-lg-1 {
    background: #396afc !important;
    background: -webkit-linear-gradient(to right, #2948ff, #396afc) !important;
    background: linear-gradient(to right, #2948ff, #396afc) !important;
}

.bg-lg-2 {
    background: #7b4397 !important;
    background: -webkit-linear-gradient(to right, #dc2430, #7b4397) !important;
    background: linear-gradient(to right, #dc2430, #7b4397) !important;
}

.bg-lg-3 {
    background: #0F2027 !important;
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027) !important;
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027) !important;
}

.bg-lg-4 {
    background: #8E2DE2 !important;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2) !important;
    background: linear-gradient(to right, #4A00E0, #8E2DE2) !important;
}

.bg-lg-5 {
    background: #f12711 !important;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711) !important;
    background: linear-gradient(to right, #f5af19, #f12711) !important;
}

.bg-lg-6 {
    background: #000428 !important;
    background: -webkit-linear-gradient(to right, #004e92, #000428) !important;
    background: linear-gradient(to right, #004e92, #000428) !important;
}

.btn {
    padding: 6px 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn.btn-lg {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 50px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem;
    border-radius: .125rem;
}

.vr__dash__nice__button .btn {
    padding: .375rem .75rem;
}

.btn.btn-secondary {
    color: #000;
    background: linear-gradient( 180deg, #fff, #f9fafb);
    border: .1rem solid #c4cdd5;
    box-shadow: 0 1px 0 0 rgb(22 29 37 / 5%);
}

.btn.btn-secondary:hover {
    background: linear-gradient( 180deg, #f9fafb, #f4f6f8);
    border-color: #c4cdd5;
}

.btn.btn-primary {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: #FFF;
}

.btn.btn-primary:hover {
    opacity: .9;
}

.btn-green {
    color: #fff;
    background-color: #06ad22;
    border-color: #06ad22;
}

.btn-green:hover {
    color: #fff;
    background-color: #049c1e;
    border-color: #049c1e;
}

.btn-red {
    color: #fff;
    background-color: #ce1628;
    border-color: #ce1628;
}

.btn-red:hover {
    color: #fff;
    background-color: #b91626;
    border-color: #b91626;
}

.btn.btn-blue {
    color: #fff;
    background-color: #313ed4;
    border-color: #323fd4;
}

.btn.btn-blue:hover {
    color: #fff;
    background-color: #2935c1;
    border-color: #2935c1;
}

.btn.btn-outline-primary {
    background-color: transparent;
    color: #888;
    border-color: #888;
}

.btn.btn-outline-primary:hover {
    color: #FFF;
    border-color: #FFF;
}

.btn:focus,
.btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:hover {
    text-decoration: none;
}

.btn.btn-facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1778F2;
    color: #FFF;
    padding: 0;
    border: none;
    overflow: hidden;
}

.btn.btn-facebook.btn-lg .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
}

.btn.btn-facebook.btn-lg .text {
    width: calc(100% - 52px);
    margin-left: -26px;
}

.btn.btn-facebook:hover {
    opacity: .9;
}

.btn-close {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.btn-close:focus,
.btn-close.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.badge {
    padding: .5em .8em;
    border-radius: 15px !important;
}

.vr__nav__container {
    max-width: 1920px;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .vr__nav__container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.vr__section__container {
    max-width: 1200px;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .vr__section__container {
        padding-right: 20px;
        padding-left: 20px;
    }
}

a {
    color: var(--primaryColor);
    text-decoration: none;
}

a:hover {
    color: var(--primaryColor);
    text-decoration: underline;
}

a.vr__link__color {
    color: var(--primaryColor) !important;
}

.pagination .page-item:not(:last-child) {
    margin-right: 10px;
}

.pagination .page-item.active .page-link {
    background-color: var(--primaryColor);
}

.pagination .page-link {
    border-radius: 5px;
    padding: .25rem .75rem;
    border: none;
    color: var(--primaryColor);
}

.pagination .page-link:focus,
.pagination .page-link.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vr__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.vr__page .vr__nav__container,
.vr__page .vr__section__container {
    padding-right: 3%;
    padding-left: 3%;
}

.vr__page .vr__nav__bar {
    height: 80px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #FFFFFF;
}

.vr__page .vr__nav__bar.v2 {
    height: 70px;
}

.vr__page .vr__nav__bar.v2 .logo {
    height: 40px;
}

@media (max-width: 767.98px) {
    .vr__page .vr__nav__bar {
        height: 76px;
    }
}

@media (max-width: 575.98px) {
    .vr__page .vr__nav__bar {
        height: 60px;
    }
}

.vr__page .vr__nav__bar .logo {
    display: block;
    height: 50px;
}

@media (max-width: 575.98px) {
    .vr__page .vr__nav__bar .logo {
        height: 50px;
    }
}

.vr__page .vr__nav__bar .vr__signs .vr__sign__link {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

@media (max-width: 767.98px) {
    .vr__page .vr__nav__bar .vr__signs .vr__sign__link {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .vr__page .vr__nav__bar .vr__signs .vr__sign__link {
        font-size: 15px;
    }
}

.vr__counter__box {
    background: #333333;
    display: block;
    color: #fff;
    padding: 30px 30px 20px 30px;
    position: relative;
    border-radius: .25rem;
    box-shadow: 0 1px 3px #00000026;
    border: 0 solid rgba(0, 0, 0, 0.125);
}

.vr__counter__box:before {
    content: '';
    width: 110px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.vr__counter__box .vr__counter__box__icon {
    position: relative;
    width: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    color: rgba(255, 255, 255, 25%);
}

.vr__counter__box .vr__counter__box__title {
    margin: 0 0 5px 0;
    font-size: 1.4rem;
    font-weight: 400;
}

.vr__counter__box .vr__counter__box__number {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}

.vr__page .vr__footer {
    background-color: #F3F3F3;
    margin-top: auto;
}

.vr__page .vr__footer a {
    color: #757575;
}

.form-input {
    width: 100%;
    padding: .4em .8em;
    font-size: 18px;
    background-color: #666;
    color: #FFF;
    border: 0;
}

.form-input::-webkit-input-placeholder {
    color: #888;
}

.form-input::-moz-placeholder {
    color: #888;
}

.form-input:-ms-input-placeholder {
    color: #888;
}

.form-input::-ms-input-placeholder {
    color: #888;
}

.form-input::placeholder {
    color: #888;
}

.form-input:focus {
    outline: none;
    border: 0;
}

.form-control {
    height: 45px;
}

.dash__forms .form-control {
    height: 38px;
}

.dash__forms textarea.form-control {
    height: auto !important;
}

.form-control.form-control-xl {
    height: 60px;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: var(--primaryColor);
}

.form-select {
    height: 45px;
}

.form-select:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: var(--primaryColor);
}

.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-check .form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-top: 0;
    margin-right: 10px;
}

.form-check .form-check-input:checked {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.form-check .form-check-input:not(:checked):focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.25);
}

.form-check .form-check-input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-number .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    height: auto;
}

.form-number .form-select:focus {
    border-color: #ced4da;
}

.form-number .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.vr__lang {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: .3rem;
    font-size: 14px;
}

.vr__lang .form-select {
    position: relative;
    background-color: transparent;
    color: #FFF;
    border: none;
    background-image: none;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 14px;
    z-index: 1;
}

.vr__lang .form-select option {
    background-color: #888;
}

.vr__lang .form-select:focus {
    border-color: #FFF;
}

.vr__lang .vr__lang__icon {
    position: absolute;
    left: 10px;
}

.vr__lang .select-icon {
    position: absolute;
    right: 10px;
}

.vr__nav__bar {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .vr__nav__bar {
        height: 80px;
    }
}

.vr__nav__bar .logo {
    height: 45px;
}

@media (max-width: 1449.98px) {
    .vr__nav__bar .logo {
        height: 40px;
    }
}

@media (max-width: 767.98px) {
    .vr__nav__bar .logo {
        height: 28px;
    }
}

.vr__nav__bar .logo img {
    height: 100%;
}

.vr__nav__bar .vr__signs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 575.98px) {
    .vr__nav__bar .vr__signs .btn {
        padding: 2px 8px;
        font-size: 14px;
    }
    .vr__nav__bar .vr__signs .vr__lang .form-select {
        padding: 5px 1.75rem;
        font-size: 12px;
    }
}

@media (max-width: 575.98px) and (max-width: 399.98px) {
    .vr__nav__bar .vr__signs .vr__lang {
        display: none;
    }
}

.vr__login__with .divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.vr__login__with .divider::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background-color: #ced4da;
}

.vr__login__with .divider span {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 50px;
    text-align: center;
    background-color: #FFF;
}

.vr__sign__form {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 20px;
}

@media (max-width: 575.98px) {
    .vr__sign__form {
        padding-right: 3%;
        padding-left: 3%;
    }
}

.vr__sign__form.vr__register {
    max-width: 600px;
}

.vr__sign__form.vr__login {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    .vr__sign__form.vr__login {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.vr__sign__form.vr__reset {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media (max-width: 767.98px) {
    .vr__sign__form.vr__reset {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.vr__sign__form .vr__sign__header {
    margin-bottom: 20px;
}

.vr__footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e6e6e6;
}

@media (max-width: 575.98px) {
    .vr__footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.vr__footer .vr__lang {
    color: #757575;
    width: auto;
}

.vr__footer .vr__lang .form-select {
    color: #757575;
    font-size: 15px;
    width: auto;
    padding: 0 30px;
    height: 35px;
}

.vr__footer .vr__lang .form-select option {
    background-color: #000;
}

.vr__footer .vr__copyright {
    color: #757575;
}

.vr__dash {
    background-color: #f5f7fa;
    min-height: 100vh;
    font-size: 15px;
}

.vr__dash .vr__dash__container {
    /* max-width: 1280px; */
    margin-left: auto;
    margin-right: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.breadcrumb .breadcrumb-item {
    font-size: .84rem;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb-item::before {
    color: #828f9973;
}

.vr__dash a {
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vr__dash .vr__dash__sidebar {
    position: fixed;
    width: 256px;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 900;
}

@media (max-width: 991.98px) {
    .vr__dash .vr__dash__sidebar {
        visibility: hidden;
        top: 64px;
        left: 0;
        width: 100%;
        background-color: transparent;
        opacity: 0;
    }
}

.vr__dash .vr__dash__sidebar.toggle {
    left: -256px;
}

@media (max-width: 991.98px) {
    .vr__dash .vr__dash__sidebar.toggle {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
}

.vr__dash .vr__dash__sidebar.toggle .vr__dash__sidebar__content {
    left: -256px;
}

@media (max-width: 991.98px) {
    .vr__dash .vr__dash__sidebar.toggle .vr__dash__sidebar__content {
        left: 0;
    }
}

.vr__dash .vr__dash__sidebar .vr__overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991.98px) {
    .vr__dash .vr__dash__sidebar .vr__overlay {
        display: block;
    }
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 256px;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #212529;
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    .vr__dash .vr__dash__sidebar .vr__dash__sidebar__content {
        top: 64px;
        left: -256px;
        height: calc(100% - 64px);
    }
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__header {
        display: none;
    }
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__header .logo {
    height: 40px;
    margin: 0 auto;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__header .logo img {
    height: 100%;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body a,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #BBBBBB;
    font-weight: 500;
    padding: 0.5rem 0.5rem;
    border-left: 3px solid transparent;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body a .vr__counter,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown__title .vr__counter {
    padding: .1rem .5rem;
    border-radius: 20px;
    color: #FFF;
    font-size: 13px;
    background-color: var(--primaryColor);
    margin-left: auto;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body a .vr__counter.disabled,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown__title .vr__counter.disabled {
    background-color: #FFF;
    color: #000;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body a i,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown__title i {
    width: 22px;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body a.active,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body a:hover,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body a:active,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body a:focus,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown__title.active,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown__title:hover,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown__title:active,
.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown__title:focus {
    color: #FFF;
    background-color: rgb(255 255 255 / 15%);
    border-color: var(--primaryColor);
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown .vr__dropdown__title .vr__dropdown__icon i {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 11px;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown .vr__dropdown__title.show .vr__dropdown__icon i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown .vr__dropdown__menu {
    display: none;
    border: 0;
    width: 100%;
    padding: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown .vr__dropdown__menu .vr__dropdown__item {
    padding: .8rem 1.5rem .8rem 62px;
    font-size: 14px;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__body .vr__dropdown .vr__dropdown__menu.show {
    display: block;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__footer {
    padding: 1.5rem;
    margin-top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.vr__dash .vr__dash__sidebar .vr__dash__sidebar__content .vr__dash__sidebar__footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    height: 46px;
}

.vr__dash .vr__dash__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: calc(100% - 256px);
    margin-left: 256px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-height: 100vh;
}

.vr__dash__footer {
    padding: 15px 1.5rem;
    background-color: #ffffff;
    border-top: 1px solid #e1e5e8;
    font-size: 14px;
    color: #707275;
}

@media (max-width: 991.98px) {
    .vr__dash .vr__dash__body {
        width: 100%;
        margin-left: 0;
    }
}

.vr__dash .vr__dash__body.toggle {
    width: 100%;
    margin-left: 0;
}

.vr__dash .vr__dash__body .vr__dash__navbar {
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(77, 58, 58, 0.15);
    box-shadow: 0 2px 2px 0 rgba(77, 58, 58, 0.15);
    background-color: #ffffff;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
    z-index: 1020;
}

.vr__dash .vr__dash__body .vr__dash__navbar .logo {
    flex-shrink: 0;
    display: none;
    height: 30px;
    width: 30px;
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .vr__dash .vr__dash__body .vr__dash__navbar .logo {
        display: block;
    }
}

.vr__dash .vr__dash__body .vr__dash__navbar .logo img {
    height: 100%;
    width: 100%;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__sidebar__toggle {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__sidebar__toggle:hover {
    color: var(--primaryColor);
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search {
    position: relative;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 768.98px) {
    .vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search {
        visibility: hidden;
        position: absolute;
        margin-right: 1.5rem;
        margin-left: 1.5rem;
        top: 64px;
        left: -1.5rem;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    .vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search.show {
        visibility: visible;
        opacity: 1;
    }
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__input .form-control {
    background-color: #ebedf0;
    border-color: #ebedf0;
}

@media (max-width: 768.98px) {
    .vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__input {
        background-color: #FFF;
        padding: 0 1.5rem 1rem 1.5rem;
        -webkit-box-shadow: 0 2px 2px 0 rgba(77, 58, 58, 0.15);
        box-shadow: 0 2px 2px 0 rgba(77, 58, 58, 0.15);
    }
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results {
    visibility: hidden;
    position: absolute;
    width: 100%;
    background-color: #FFF;
    top: 55px;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #f4f5f7;
    padding-top: .75rem;
    padding-bottom: .75rem;
    max-height: 350px;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width: 767.98px) {
    .vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results {
        width: calc(100% - 3rem);
        top: 55px;
        left: 1.5rem;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        max-height: 50vh;
    }
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results.show {
    visibility: visible;
    opacity: 1;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results h6 {
    padding-right: .75rem;
    padding-left: .75rem;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results .vr__dash__search__results__content .vr__dash__search__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results .vr__dash__search__results__content .vr__dash__search__result:hover {
    background-color: #e9ecef;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results .vr__dash__search__results__content .vr__dash__search__result .vr__dash__search__result__img img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results .vr__dash__search__results__content .vr__dash__search__result .vr__dash__search__result__info {
    width: calc(100% - 60px);
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results .vr__dash__search__results__content .vr__dash__search__result .vr__dash__search__result__info .vr__dash__search__result__title {
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__search .vr__dash__search__results .vr__dash__search__results__content .vr__dash__search__result .vr__dash__search__result__info .vr__dash__search__result__text {
    color: #888;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: var(--primaryColor);
    height: 64px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action.search {
    display: none;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action.search .vr__search__button {
    cursor: pointer;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action.search .vr__search__button {
    color: #222;
}

@media (max-width: 767.98px) {
    .vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action.search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action:not(:last-child) {
    margin-right: 1.5rem;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .noti__btn {
    cursor: pointer;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown>a {
    position: relative;
    color: #222;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown>a .noti__count {
    position: absolute;
    padding: .05rem .35rem;
    border-radius: 20px;
    color: #FFF;
    font-size: 10px;
    top: -5px;
    right: -8px;
    background-color: var(--primaryColor);
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .vr__dash__navbar__user img {
    width: 35px;
    border-radius: 50%;
    cursor: pointer;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu {
    top: 22px !important;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #f4f5f7;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu::before {
    position: absolute;
    content: '';
    border-width: 0 10px 10px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: #ffffff;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -7px;
    right: 10px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #e9ecef;
    color: #222;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti {
    padding: 0;
    width: 320px;
    top: 22px !important;
    left: 10px !important;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}

@media (max-width: 449.98px) {
    .vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti {
        width: 70vw;
    }
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .6rem 1rem;
    border-bottom: 1px solid #e6e6e6;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-header h6 {
    font-size: 14px;
    font-weight: 500;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-header a {
    font-size: 13px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-header span {
    font-size: 13px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 270px;
    overflow: hidden auto;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .7rem 1rem;
    font-size: 14px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body .dropdown-item.unread {
    position: relative;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body .dropdown-item.unread::after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #dc3545;
    border-radius: 50%;
    right: 1rem;
    top: 1rem;
    -webkit-animation: flashing 2s infinite;
    animation: flashing 2s infinite;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body .dropdown-item .dropdown-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    color: #FFF;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body .dropdown-item .dropdown-item-icon img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body .dropdown-item .dropdown-item-info {
    width: calc(100% - 55px);
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body .dropdown-item .dropdown-item-info .dropdown-item-title {
    font-weight: 500;
    padding: 0;
    margin-bottom: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-body .dropdown-item .dropdown-item-info .dropdown-item-text {
    color: #888;
    padding: 0;
    font-size: 12px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-footer {
    border-top: 1px solid #e6e6e6;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti .dropdown-menu-footer a {
    display: block;
    padding: 0.375rem 1rem calc(.375rem + 1px);
    text-align: center;
    font-size: 13px;
    color: #888;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu:not(.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti) {
    padding: .75rem;
    min-width: 230px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu:not(.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti) li:not(:last-child) {
    margin-bottom: 5px;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu:not(.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti) .dropdown-item {
    padding: .5rem 1rem;
    border-radius: 5px;
    color: #707275;
}

.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu:not(.vr__dash .vr__dash__body .vr__dash__navbar .vr__dash__navbar__actions .vr__dash__navbar__action .dropdown .dropdown-menu.noti) .dropdown-item i {
    width: 25px;
}

.vr__dash .vr__dash__body .vr__dash__body__content {
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width: 767.98px) {
    .vr__dash .vr__dash__body .vr__dash__body__content.padding {
        padding-top: 80px;
    }
    .vr__dash .vr__dash__body .vr__dash__body__content.padding .vr__settings {
        margin-top: 61px;
    }
}

.vr__dash .vr__card {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border: 0;
    padding: 1rem;
    background-color: #FFF;
    border-radius: 6px;
}

.vr__dash .vr__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vr__dash .vr__counter .vr__counter__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #FFF;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.vr__dash .vr__counter .vr__counter__icon.color__1 {
    background-color: #dc3545;
}

.vr__dash .vr__counter .vr__counter__icon.color__2 {
    background-color: #009688;
}

.vr__dash .vr__counter .vr__counter__icon.color__3 {
    background-color: #2196f3;
}

.vr__dash .vr__counter .vr__counter__icon.color__4 {
    background-color: #f44336;
}

.vr__dash .vr__counter .vr__counter__meta .vr__counter__title {
    font-size: 15px;
}

.vr__dash .vr__counter .vr__counter__meta .vr__counter__text {
    font-weight: 500;
    font-size: 22px;
}

.vr__dash .vr__chart .vr__chart__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.vr__dash .vr__chart .vr__chart__meta .vr__chart__meta__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #707275;
    margin-right: 7px;
    margin-left: 7px;
}

.vr__dash .vr__chart .vr__chart__meta .vr__chart__meta__item::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.vr__dash .vr__chart .vr__chart__meta .vr__chart__meta__item:first-child::before {
    background-color: #dc3545;
}

.vr__dash .vr__chart .vr__chart__meta .vr__chart__meta__item:nth-child(2)::before {
    background-color: #009688;
}

.vr__dash .vr__chart .vr__chart__meta .vr__chart__meta__item:nth-child(3)::before {
    background-color: #2196f3;
}

.vr__dash .vr__chart .vr__chart__meta .vr__chart__meta__item:nth-child(4)::before {
    background-color: #f44336;
}

.vr__dash .vr__table {
    border-radius: 6px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #FFF;
    overflow-x: auto;
}

.vr__dash .vr__table table {
    width: 100%;
    background-color: #FFF;
}

.vr__dash .vr__table table .badge {
    font-size: .75rem;
}

.vr__dash .vr__table table th {
    background-color: #ffffff;
    padding: 0.8rem 1rem;
    color: #000000;
    font-weight: 600;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .08rem;
    border-bottom: 1px solid #e6e6e6;
    white-space: nowrap;
}

.vr__dash .vr__table table td {
    font-size: .875rem;
    padding: 0.8rem 1rem;
    white-space: nowrap;
    border-bottom: 1px solid #f4f5f7;
}

.vr__dash .vr__settings {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width: 991.98px) {
    .vr__dash .vr__settings .vr__settings__links,
    .vr__dash .vr__settings .vr__settings__box {
        border-radius: 6px;
    }
}

.vr__dash .vr__settings .vr__settings__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--bgLight);
    min-height: calc(100vh - 64px - 52px);
    max-height: calc(100vh - 64px - 52px);
    border-right: 1px solid #e1e5e8;
    overflow-y: auto;
}

@media (max-width: 1199.98px) {
    .vr__dash .vr__settings .vr__settings__links {
        display: none;
    }
}

.vr__dash .vr__settings .vr__settings__links::-webkit-scrollbar {
    width: 10px;
}

.vr__dash .vr__settings .vr__settings__links::-webkit-scrollbar-track {
    background: #eee;
}

.vr__dash .vr__settings .vr__settings__links::-webkit-scrollbar-thumb {
    background: #d3d3d6;
}

.vr__dash .vr__settings .vr__settings__links::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

@media (max-width: 1199.98px) {
    .vr__dash .vr__settings .vr__settings__links {
        min-height: 0;
        max-height: 400px;
        border-color: transparent;
    }
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link {
    padding: 1.5rem;
    border-bottom: 1px solid #f4f5f7;
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link .vr__settings__link__icon {
    width: 35px;
    font-size: 19px;
    color: #707275;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link .vr__settings__link__title {
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link .vr__settings__link__text {
    color: #707275;
    margin-left: 35px;
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link:hover,
.vr__dash .vr__settings .vr__settings__links .vr__settings__link.active {
    background-color: #eaedf0;
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link:hover .vr__settings__link__icon,
.vr__dash .vr__settings .vr__settings__links .vr__settings__link:hover .vr__settings__link__title,
.vr__dash .vr__settings .vr__settings__links .vr__settings__link.active .vr__settings__link__icon,
.vr__dash .vr__settings .vr__settings__links .vr__settings__link.active .vr__settings__link__title {
    color: var(--primaryColor);
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link.active {
    background-color: var(--primaryColor);
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link.active .vr__settings__link__icon,
.vr__dash .vr__settings .vr__settings__links .vr__settings__link.active .vr__settings__link__title {
    color: #FFF;
}

.vr__dash .vr__settings .vr__settings__links .vr__settings__link.active .vr__settings__link__text {
    color: #eee;
}

.vr__dash .vr__settings .vr__settings__box {
    background-color: #FFF;
    padding: 1.8rem 2.25rem;
    max-height: calc(100vh - 64px);
    height: 100%;
    overflow-y: auto;
}

@media (max-width: 1199.98px) {
    .vr__dash .vr__settings .vr__settings__box {
        overflow-y: visible;
        max-height: 100%;
    }
}

.vr__dash .vr__settings .vr__settings__box .vr__settings__box__header h1 {
    font-size: 35px;
}

.vr__dash .vr__settings .vr__settings__box .vr__change__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.vr__dash .vr__settings .vr__settings__box .vr__change__photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 15px;
}

.vr__dash .vr__settings .vr__settings__box .vr__change__photo label {
    font-size: 16px;
    font-weight: 500;
    color: var(--primaryColor);
    cursor: pointer;
}

.vr__dash .vr__settings .vr__settings__box .vr__change__photo .vr__change__photo_remove {
    color: #dc3545;
    font-weight: bold;
}

.note {
    padding: 1rem 1rem;
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 1rem;
}

.note-btn {
    margin-top: 1rem;
}

.note-warning {
    background-color: #ffe2c4;
    border-color: #ffe2c4;
    border-left: 5px solid #ff9f3d;
    color: #000;
}

.note-danger {
    background-color: #f9a3a3;
    border-color: #f9a3a3;
    border-left: 5px solid #ca5353;
    color: #4e0000
}

.note-info {
    background-color: #2196f3;
    border-color: #2196f3;
    border-left: 5px solid #025698;
    color: #fff
}

.note-success {
    background-color: #8aef9a;
    border-color: #27b33e;
    border-left: 5px solid #27b33e;
    color: #124e1c
}

.note-primary {
    background-color: #515be0;
    border-color: #515be0;
    border-left: 5px solid #040f9c;
    color: #fff
}

.vr__language:not(:last-child) {
    margin-right: 15px;
}

.vr__language button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0;
}

@media (max-width: 575.98px) {
    .vr__language button .vr__language__title {
        display: none;
    }
}

.vr__language button .vr__language__icon {
    margin-right: 15px;
}

@media (max-width: 575.98px) {
    .vr__language button .vr__language__icon {
        margin-right: 0;
    }
}

.vr__language button .vr__language__arrow {
    margin-left: 10px;
    font-size: .75em;
}

@media (max-width: 575.98px) {
    .vr__language button .vr__language__arrow {
        display: none;
    }
}

.vr__language.vr__language__light button {
    color: #FFF;
}

.vr__language .dropdown-menu {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05), 0px -4px 15px rgba(0, 0, 0, 0.05) !important;
    inset: 45px auto auto auto !important;
    left: 50% !important;
    transform: translate(-50%, 20px) !important;
    min-width: 160px !important;
}

.vr__language .dropdown-menu::before {
    position: absolute;
    content: '';
    border-width: 0 5px 5px;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: #FFF;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -5px !important;
    right: 20px !important;
}

@media (max-width: 575.98px) {
    .vr__language .dropdown-menu::before {
        right: 50% !important;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.vr__language .dropdown-menu li {
    position: relative;
    margin-bottom: 0 !important;
}

.vr__language .dropdown-menu li .dropdown-item {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.vr__language .dropdown-menu li:first-child .dropdown-item {
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.vr__language .dropdown-menu li:last-child .dropdown-item {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border: none;
}

.vr__language .dropdown-menu .dropdown-item {
    color: #222 !important;
    padding: 12px 18px !important;
    border-bottom: 1px solid #f0f0f0;
}

.vr__language .dropdown-menu .dropdown-item.active {
    background: transparent !important;
    color: var(--primaryColor) !important;
    opacity: 1;
}

.vr__language .dropdown-menu .dropdown-item:hover,
.vr__language .dropdown-menu .dropdown-item:focus,
.vr__language .dropdown-menu .dropdown-item:active {
    background-color: var(--primaryColor) !important;
    color: #FFF !important;
    opacity: 1;
}

.custom-card {
    -webkit-box-shadow: 0 1px 3px #00000026;
    box-shadow: 0 1px 3px #00000026;
    border: 0 solid rgba(0, 0, 0, 0.125);
    font-size: .9375rem;
    height: 100%;
}

.custom-card .card-header {
    padding: .8rem 1rem;
    background: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

.vr__chat__card {
    overflow: scroll;
    height: 600px;
}

.vr__chat__message {
    margin-bottom: 1.5rem;
}

.vr__chat__message:last-child {
    margin-bottom: 0;
}

.vr__chat__card .vr__check__icon {
    color: #22d29c;
}

.vr__notifications .vr__notification__item {
    background: #fff;
    color: #212529;
    padding: .8rem;
    padding-right: 1.5rem;
    -webkit-box-shadow: 0 1px 3px #00000026;
    box-shadow: 0 1px 3px #00000026;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    margin-bottom: .8rem;
}

.vr__notifications .vr__notification__item:hover {
    background: #fbfbfb;
}

.vr__notifications .vr__notification__item h5 {
    font-size: 18px;
}

.vr__notifications .vr__notification__item p {
    font-size: 14px;
}

.vr__notifications .vr__notifications__item .icon {
    font-size: 12px;
}

.vr__alert {
    background-color: var(--primaryColor);
    padding: 18px 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .vr__alert.toggle {
        display: none;
    }
}

.vr__alert.orange {
    background-color: #FF570A;
}

.vr__alert.green {
    background-color: #009688;
}

.vr__alert.blue {
    background-color: #0a67d8;
}

.vr__alert strong {
    font-weight: 500;
}

.vr__plan__switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    border-radius: 200px;
}

.vr__plan__switcher.yearly::before {
    left: calc(50% - 12px);
}

.vr__plan__switcher.yearly span:first-child {
    color: #222;
}

.vr__plan__switcher.yearly span:nth-child(2) {
    color: #FFF;
}

.vr__plan__switcher::before {
    display: block;
    position: absolute;
    content: "";
    width: calc(50% + 4px);
    height: calc(100% - 8px);
    margin: 4px;
    background-color: var(--primaryColor);
    top: 0;
    left: 0;
    border-radius: 200px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vr__plan__switcher span {
    position: relative;
    width: 90px;
    text-align: center;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vr__plan__switcher span:first-child {
    color: #FFF;
}

.vr__plans .row .col {
    max-width: 314px;
}

.vr__plans.yearly .vr__plans__monthly {
    display: none;
}

.vr__plans.yearly .vr__plans__yearly {
    display: block;
}

.vr__plans .vr__plans__yearly {
    display: none;
}

.vr__plans .vr__plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FFF;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    color: #444;
    height: 100%;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vr__plans .vr__plan:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 24px 5px #0f04041a;
    box-shadow: 0 10px 24px 5px #0f04041a;
}

.vr__plans .vr__plan>div {
    padding: 20px 25px;
}

.vr__plans .vr__plan .vr__plan__header .vr__plan__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.vr__plans .vr__plan .vr__plan__header .vr__plan__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 30px;
    font-weight: 500;
}

.vr__plans .vr__plan .vr__plan__header .vr__plan__price .currency,
.vr__plans .vr__plan .vr__plan__header .vr__plan__price .number {
    line-height: 2rem;
}

.vr__plans .vr__plan .vr__plan__header .vr__plan__price .currency {
    font-size: 25px;
}

.vr__plans .vr__plan .vr__plan__header .vr__plan__price .duration {
    font-size: 16px;
    font-weight: 400;
    color: #707275;
}

.vr__plans .vr__plan .vr__plan__feats .vr__plan__feat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707275;
}

.vr__plans .vr__plan .vr__plan__feats .vr__plan__feat:not(:last-child) {
    margin-bottom: 6px;
}

.vr__plans .vr__plan .vr__plan__feats .vr__plan__feat i {
    color: var(--primaryColor);
    width: 25px;
    font-size: 12px;
}

.vr__plans .vr__plan .vr__plan__action {
    margin-top: auto;
}

.vr__plans .vr__plan .vr__plan__action button {
    border: 0;
    outline: 0;
    background-color: #ebedfc;
    color: var(--primaryColor);
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom-left-radius: 18px;
    font-weight: 500;
    font-size: 15px;
}

.vr__plans .vr__plan .vr__plan__action button:hover {
    opacity: .8;
}

.vr__plans .vr__plan.special {
    background-color: var(--primaryColor);
    color: #FFF;
}

.vr__plans .vr__plan.special .vr__plan__header .vr__plan__price .duration {
    color: #f1e0d1;
}

.vr__plans .vr__plan.special .vr__plan__feats .vr__plan__feat {
    color: #FFF;
}

.vr__plans .vr__plan.special .vr__plan__feats .vr__plan__feat i {
    color: #FFF;
}

.vr__plans .vr__plan.special .vr__plan__action button {
    background-color: #FFF;
}

.vr__plans .vr__plan.selected {
    position: relative;
    border: 2px solid var(--bs-success);
    overflow: hidden;
}

.vr__plans .vr__plan.selected::after {
    position: absolute;
    content: "Your Plan";
    top: 20px;
    right: -42px;
    background-color: var(--bs-success);
    color: #FFF;
    padding: 6px 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 16px;
    width: 160px;
    text-align: center;
}

.vr__plans .vr__plan.selected .vr__plan__action button {
    display: none;
}

.vr__plans .vr__plan.selected .vr__plan__action::after {
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    background-color: var(--bs-success);
    color: #FFF;
    padding: 10px 20px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom-left-radius: 18px;
    font-size: 15px;
    text-align: center;
}

.vr__plans .vr__plan.selected .vr__plan__action::after:hover {
    opacity: .8;
}

.vr__file__manager .vr__folders .vr__folder {
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.075);
}

.vr__file__manager .vr__folders .vr__folder>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px;
    background-color: #FFF;
}

.vr__file__manager .vr__folders .vr__folder>a:hover {
    background-color: #eee;
}

.vr__file__manager .vr__folders .vr__folder .dropdown {
    position: absolute;
    top: 15px;
    right: 15px;
}

.vr__file__manager .vr__folders .vr__folder .dropdown button {
    border: 0;
    background-color: transparent;
}

.vr__file__manager .vr__folders .vr__folder .dropdown i {
    color: #666;
}

.vr__file__manager .vr__folders .vr__folder .vr__folder__icon {
    margin-right: 20px;
}

.vr__file__manager .vr__folders .vr__folder .vr__folder__icon img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.vr__file__manager .vr__folders .vr__folder .vr__folder__title {
    font-weight: 500;
    color: #555;
    margin-bottom: 0;
}

.vr__file__manager .vr__files .vr__file {
    position: relative;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.075);
    text-align: center;
}

.vr__file__manager .vr__files .vr__file>a {
    display: block;
    padding: 30px 20px;
}

.vr__file__manager .vr__files .vr__file>a:hover {
    background-color: #eee;
}

.vr__file__manager .vr__files .vr__file>a:hover .vr__file__icon .vi.vi-file::before {
    border-color: #eee #eee var(--iconColorOp) var(--iconColorOp);
}

.vr__file__manager .vr__files .vr__file .dropdown {
    position: absolute;
    top: 15px;
    right: 20px;
}

.vr__file__manager .vr__files .vr__file .dropdown button {
    border: 0;
    background-color: transparent;
}

.vr__file__manager .vr__files .vr__file .dropdown i {
    color: #666;
}

.vr__file__manager .vr__files .vr__file .vr__file__icon {
    margin-bottom: 6px;
}

.vr__file__manager .vr__files .vr__file .vr__file__icon .vi.vi-file::before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.vr__file__manager .vr__files .vr__file .vr__file__icon img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin-bottom: 6px;
}

.vr__file__manager .vr__files .vr__file .vr__file__title {
    font-weight: 500;
    color: #555;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.vr__file__manager .vr__files .vr__file .vr__file__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}

.vr__file__manager .vr__files .vr__file .vr__file__meta .vr__file__meta__left {
    text-align: start;
}

.vr__file__manager .vr__files .vr__file .vr__file__meta .vr__file__meta__left p {
    color: #555;
    font-weight: 400;
}

.vr__file__manager .vr__files .vr__file .vr__file__meta .vr__file__meta__right {
    text-align: end;
}

.vr__file__manager .vr__files .vr__file .vr__file__meta .vr__file__meta__right p {
    color: #555;
    font-weight: 400;
}

.swal2-styled:focus {
    box-shadow: none !important;
}
.avatar.text-center.py-4 {
    width: 150px;
    margin: auto;
}

.col-auto.modal_ajax {
    position: relative;
    right: 0px;
    top: -58px;
    text-align: right;
}

.vr__dash .vr__settings__v2 .vr__card {
    padding: 0;
    height: 100%;
}

.vr__dash .vr__settings__v2 .vr__settings__user__img {
    position: relative;
    width: 100px;
    height: 100px;
}

.vr__dash .vr__settings__v2 .vr__settings__user__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
   
}

.vr__dash .vr__settings__v2 .vr__settings__user__img .vr__settings__user__img__change {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgba(20, 20, 20, 0.15);
}

.vr__dash .vr__settings__v2 .vr__settings__user__img .vr__settings__user__img__change i {
    cursor: pointer;
    color: #666;
    transition: .3s;
}

.vr__dash .vr__settings__v2 .vr__settings__user__img .vr__settings__user__img__change i:hover {
    opacity: .7;
}

.vr__dash .vr__settings__v2 .vr__settings__side .vr__settings__user {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.vr__dash .vr__settings__v2 .vr__settings__side .vr__settings__links {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.vr__dash .vr__settings__v2 .vr__settings__side .vr__settings__links .vr__settings__link {
    display: flex;
    align-items: center;
    color: #7d7d7e;
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.vr__dash .vr__settings__v2 .vr__settings__side .vr__settings__links .vr__settings__link:hover,
.vr__dash .vr__settings__v2 .vr__settings__side .vr__settings__links .vr__settings__link.active {
    color: #555;
    background-color: #e8eaec;
}

.vr__dash .vr__settings__v2 .vr__settings__side .vr__settings__links .vr__settings__link i {
    width: 35px;
}

.vr__dash .vr__settings__v2 .vr__settings__box .vr__settings__box__header {
    padding: 20px 30px;
}

.vr__dash .vr__settings__v2 .vr__settings__box .vr__settings__box__body {
    padding: 20px 30px;
}

.vr__2fa__text {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
}

.vr__2fa__text li {
    list-style: square;
    margin-bottom: 5px;
}

.vr__checkpoint .form-control {
    height: 50px;
    font-size: 23px;
}

.flashit {
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

.flashing {
    -webkit-animation: flashing linear 2s infinite;
    animation: flashing linear 2s infinite;
}



/* Cachez la langue */
.dropdown.language {
    display: none;
}
.dropdown.vr__language {
    display: none;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flashing {
    50% {
        opacity: 0;
    }
}

@keyframes flashing {
    50% {
        opacity: 0;
    }
}

.bg-blue a {
    color: orange;
    font-weight: bold;
}
/* invoice CSS */
h5.text-success {
    text-align: right;
}
.invoice-container {
    padding: 1rem;
}
.invoice-container .invoice-header .invoice-logo {
    margin: 0.8rem 0 0 0;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2e323c;
}
.invoice-container .invoice-header .invoice-logo img {
    max-width: 130px;
}
.invoice-container .invoice-header address {
    font-size: 0.8rem;
    color: #9fa8b9;
    margin: 0;
}
.invoice-container .invoice-details {
    margin: 1rem 0 0 0;
    padding: 1rem;
    line-height: 180%;
    background: #f5f6fa;
}
.invoice-container .invoice-details .invoice-num {
    text-align: right;
    font-size: 0.8rem;
}
.invoice-container .invoice-body {
    padding: 1rem 0 0 0;
}
.invoice-container .invoice-footer {
    text-align: center;
    font-size: 0.7rem;
    margin: 5px 0 0 0;
}

.invoice-status {
    text-align: center;
    padding: 1rem;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.invoice-status h2.status {
    margin: 0 0 0.8rem 0;
}
.invoice-status h5.status-title {
    margin: 0 0 0.8rem 0;
    color: #9fa8b9;
}
.invoice-status p.status-type {
    margin: 0.5rem 0 0 0;
    padding: 0;
    line-height: 150%;
}
.invoice-status i {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    display: inline-block;
    padding: 1rem;
    background: #f5f6fa;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.invoice-status .badge {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .invoice-container {
        padding: 1rem;
    }
}


.custom-table {
    border: 1px solid #e0e3ec;
}
.custom-table thead {
    background: #007ae1;
}
.custom-table thead th {
    border: 0;
    color: #ffffff;
}
.custom-table > tbody tr:hover {
    background: #fafafa;
}
.custom-table > tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}
.custom-table > tbody td {
    border: 1px solid #e6e9f0;
}


.card {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}

.text-success {
    color: #00bb42 !important;
}

.text-muted {
    color: #9fa8b9 !important;
}

.custom-actions-btns {
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.custom-actions-btns .btn {
    margin: .3rem 0 .3rem .3rem;
}
.invoice-details H4
{
    font-size: 16px;
}
.invoice-header p
{
    font-size: 12px;
    font-weight: bold;
}
.invoice-seller
{
    text-align: right;
    color: #0c0c0c;
}
.invoice-seller address
{

    color: #0c0c0c !important;
}
.invoice-details address
{
    color: #0c0c0c !important;
}
address.text-right {
    line-height: 17px;
}
.table-invoice th{
    font-size: 12px !important;
}
.invoice-subtotal
{
    text-align: right;
}
.price-column
{
    text-align: right;
}
.table-invoice h5
{
    font-size: 16px;
}
.invoice_total
{
    text-align: right;
}
/* Fin css invoice */

p.quote {
    border-radius: 10px;
    padding: 5px;
    float: left;
    width: 100%;
}
.quote_link_left
{
    float: left;
    color: white !important;
    border-radius: 200px;

}
.quote_link_right
{
    border-radius: 200px;
    float: right;
    color: white !important;
}

@media (max-width: 400px) {
    .quote_link_right {
        width: 100% !important;
        float: right;
        color: white !important;
    }

    .quote_link_left {
        margin-top: 10px;
        width: 100% !important;
        float: left;
        color: white !important;


    }
}

p.vironeer-sidebar-links-title.mb-0 {
    color: #8fa7b2;
    font-weight: 500;
    font-size: .6875rem;
    line-height: .6875rem;
    padding: 0.5625rem 1.25rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(108, 117, 125, 0.15);
    border-top: 1px solid rgba(108, 117, 125, 0.15);
}

span.select2-selection.select2-selection--single{
    height: 45px;
    padding: 4px;
    padding-top: 6px;
}
span.select2-selection__arrow {
    margin-top: 7px;
}

.vironeer-box .vironeer-box-header .vironeer-box-header-title.large {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #212529;
}
.vironeer-box .vironeer-box-header .vironeer-box-header-title {
    color: #828f99;
    font-size: .875rem;
    font-weight: 400;
}

.chart-bar {
    top: 0;
    width: 100% !important;
}

.vironeer-box {
    padding: 1.25rem;
    height: 100%;
}
.vironeer-box .vironeer-box-header .vironeer-box-header-action {
    margin-right: -0.625rem;
}

.vironeer-box .vironeer-box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
}
.vironeer-box .vironeer-box-header .vironeer-box-header-action .btn {
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem;
    border: none;
    background-color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
}

.btn:hover {
    color: #212529;
}
.vironeer-box .vironeer-box-header .vironeer-box-header-action .btn i {
    font-size: 12px;
    color: #6c757d;
}

.vironeer-random-lists .vironeer-random-list .vironeer-random-list-cont .vironeer-random-list-img {
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.vironeer-random-lists .vironeer-random-list .vironeer-random-list-cont .vironeer-random-list-img img {
    border-radius: 3px;
    height: 40px;
}
.vironeer-random-lists .vironeer-random-list .vironeer-random-list-cont .vironeer-random-list-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.vironeer-random-lists .vironeer-random-list .vironeer-random-list-cont .vironeer-random-list-info .vironeer-random-list-title {
    font-size: 0.875rem;
    color: #212529;
    font-weight: 500;
}
.vironeer-random-lists .vironeer-random-list .vironeer-random-list-cont .vironeer-random-list-info .vironeer-random-list-text {
    font-size: 0.8125rem;
    color: #6c757d;
}
.vironeer-random-lists .vironeer-random-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 0.25rem;
    border-top: 1px solid rgba(108, 117, 125, 0.15);
}
.d-lg-block {
    display: block!important;
}
.vironeer-random-lists .vironeer-random-list .vironeer-random-list-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#customer-preview-card span {
    font-weight: bold;
    float: right;
}
#conductor-preview-card span {
    font-weight: bold;
    float: right;
}
#delete_conductor,#delete_customer
{
    cursor: pointer;
}
.vr__table
{
    padding: 20px;

}

div#contract_table_wrapper .form-control {
    height: auto;
}

i.disponibilite {
    font-size: 18px;
}

.modal_vidange .form-control {
    height: 38px;
}

.modal_vidange th, td {
    padding: 2px !important;
}

.noti__count.flashit.notif_vidange {
    position: relative;
    padding: 2px 8px;
    border-radius: 13px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    top: -7px !important;
    background-color: red;
    left: -4px;
}