﻿@font-face {
    font-family: "Rubik Mono One";
    src: url("../fonts/rubik-mono/RubikMonoOne-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}
html,
body {
    height: 100%;
    font-size: 100%;
}
body {
    font-size: 0.85rem;
    font-weight: 400;
    color: #17181c;
    min-height: 100%;
    position: relative;
    background: #fff;
}
*::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}
*::-webkit-scrollbar-track {
    background: #cbd2d9;
}
*::-webkit-scrollbar-thumb {
    background-color: #dde2e7;
    border: 3px solid #b8c2cb;
}
#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#loading-wrapper .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -30px;
    width: 56px;
    height: 60px;
    display: flex;
}
#loading-wrapper .spinner > div {
    background-color: #1395ba;
    height: 100%;
    width: 3px;
    margin: 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-animation: linedelay 1.1s infinite ease-in-out;
    -webkit-animation: linedelay 1.1s infinite ease-in-out;
    animation: linedelay 1.1s infinite ease-in-out;
}
#loading-wrapper .spinner .line1 {
    background-color: #5c7aa7;
    -moz-animation-delay: -1s;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
#loading-wrapper .spinner .line2 {
    background-color: #5ca793;
    -moz-animation-delay: -1s;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
#loading-wrapper .spinner .line3 {
    background-color: #a2b86c;
    -moz-animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
#loading-wrapper .spinner .line4 {
    background-color: #ebc844;
    -moz-animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
#loading-wrapper .spinner .line5 {
    background-color: #ecaa38;
    -moz-animation-delay: -0.7s;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
#loading-wrapper .spinner .line6 {
    background-color: #ef8b2c;
    -moz-animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
#loading-wrapper .spinner .line7 {
    background-color: #df6f05;
    -moz-animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
#loading-wrapper .spinner .line8 {
    background-color: #f84c39;
    -moz-animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
@-moz-keyframes linedelay {
    0%,
    50%,
    100% {
        -moz-transform: scaleY(0.4);
    }
    30% {
        -moz-transform: scaleY(2);
    }
}
@-webkit-keyframes linedelay {
    0%,
    50%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    30% {
        -webkit-transform: scaleY(2);
    }
}
@keyframes linedelay {
    0%,
    50%,
    100% {
        transform: scaleY(0.4);
    }
    30% {
        transform: scaleY(2);
    }
}
a {
    color: #17181c;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
hr {
    background: #b7c6d8;
    opacity: 1;
    color: rgba(0, 0, 0, 0);
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.custom {
    margin: 20px 0 0 20px;
}
ul.custom li {
    line-height: 180%;
}
p {
    line-height: 160%;
    color: #686d7d;
}
.shade-white,
.modal .modal-content {
    background: #fff;
}
.shade-primary,
.page-item.active .page-link {
    background: #00adb5;
}
.shade-secondary {
    background: #000000;
}
.shade-yellow {
    background: #fda901;
}
.shade-red,
.page-header .sidebar-togglescreen:hover,
.page-header .toggle-sidebar-fullscreen:hover,
.page-header .toggle-sidebar:hover {
    background: #393e46;
}
.shade-green,
.page-header .sidebar-togglescreen,
.page-header .toggle-sidebar-fullscreen,
.page-header .toggle-sidebar {
    background: #00adb5;
}
.shade-blue {
    background: #3a88e8;
}
.shade-purple {
    background: #7920d1;
}
.shade-orange {
    background: #d50;
}
.shade-light {
    background: #eff2f5;
}
.shade-dark {
    background: #34424e;
}
.text-primary {
    color: #00adb5;
}
.text-secondary {
    color: #000000;
}
.text-red {
    color: #e13d4b;
}
.text-green {
    color: #19ba79;
}
.text-yellow {
    color: #fda901;
}
.text-grey {
    color: #00adb5;
}
.text-blue {
    color: #3a88e8;
}
.text-purple {
    color: #7920d1;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #191919;
}
.text-light {
    color: #748696 !important;
}
.text-muted {
    color: rgba(0, 0, 0, 0.5);
}
.box-light-primary {
    background-color: #e6ebff;
    border: 1px solid #6b83ef;
}
.box-light-yellow {
    background-color: #fff7e6;
    border: 1px solid #febf42;
}
.box-light-red {
    background-color: #ffe8ea;
    border: 1px solid #ea6e78;
}
.box-light-green {
    background-color: #e1fff3;
    border: 1px solid #52ce9c;
}
.box-light-blue {
    background-color: #e6f1ff;
    border: 1px solid #6ba6ef;
}
.box-light-purple {
    background-color: #f2e5ff;
    border: 1px solid #9c58de;
}
.box-bdr-primary {
    border: 1px solid #00adb5;
}
.box-bdr-yellow {
    border: 1px solid #febf42;
}
.box-bdr-red {
    border: 1px solid #ea6e78;
}
.box-bdr-green {
    border: 1px solid #52ce9c;
}
.box-bdr-blue {
    border: 1px solid #6ba6ef;
}
.box-bdr-purple {
    border: 1px solid #9c58de;
}
.v-separator {
    border-right: 1px solid #b7c6d8;
}
.h-separator {
    border-bottom: 1px solid #b7c6d8;
}
.ht-separator {
    border-top: 1px solid #b7c6d8;
}
.v-curve-seperator {
    background: url(../images/curve-line.svg) repeat-y;
    background-position: right center;
}
.font-1x {
    font-size: 1rem;
}
.font-1xx {
    font-size: 1.5rem;
}
.font-2x {
    font-size: 2rem;
}
.font-2xx {
    font-size: 2.5rem;
}
.font-3x {
    font-size: 3rem;
}
.font-3xx {
    font-size: 3.5rem;
}
.font-4x {
    font-size: 4rem;
}
.font-4xx {
    font-size: 4.5rem;
}
.font-5x {
    font-size: 5rem;
}
.img-1x {
    width: 1rem;
    height: 1rem;
}
.img-1xx {
    width: 1.5rem;
    height: 1.5rem;
}
.img-2x {
    width: 2rem;
    height: 2rem;
}
.img-2xx {
    width: 2.5rem;
    height: 2.5rem;
}
.img-3x {
    width: 3rem;
    height: 3rem;
}
.img-3xx {
    width: 3.5rem;
    height: 3.5rem;
}
.img-4x {
    width: 4rem;
    height: 4rem;
}
.img-4xx {
    width: 4.5rem;
    height: 4.5rem;
}
.img-5x {
    width: 5rem;
    height: 5rem;
}
.img-5xx {
    width: 5.5rem;
    height: 5.5rem;
}
.img-6x {
    width: 6rem;
    height: 6rem;
}
.img-6xx {
    width: 6.5rem;
    height: 6.5rem;
}
.img-7x {
    width: 7rem;
    height: 7rem;
}
.img-7xx {
    width: 7.5rem;
    height: 7.5rem;
}
.icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box.sm {
    width: 2rem;
    height: 2rem;
}
.icon-box.md {
    width: 3rem;
    height: 3rem;
}
.icon-box.lg {
    width: 4rem;
    height: 4rem;
}
.icon-box.xl {
    width: 5rem;
    height: 5rem;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -1rem !important;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}
.mt-n5 {
    margin-top: -3rem !important;
}
.page-wrapper {
    padding: 0;
    position: relative;
}
.page-wrapper.fullscreen .sidebar-wrapper {
    left: -250px;
}
.page-wrapper.fullscreen .main-container {
    padding-left: 0px;
}
.page-wrapper.togglescreen .sidebar-wrapper {
    left: -250px;
}
.page-wrapper.togglescreen .main-container {
    padding-left: 0px;
}
.sidebar-custom-nav {
    max-height: 210px;
    min-height: 210px;
    padding: 10px 0 10px 0;
    background: #18202b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sidebar-custom-nav a {
    min-width: 105px;
    min-height: 80px;
    background: #222831;
    padding: 10px;
    margin: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #bec9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.9rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sidebar-custom-nav a i {
    font-size: 1.25rem;
    color: #bec9d9;
    margin: 0 0 5px 0;
    background: linear-gradient(145deg, #3e5371, #11171f);
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow:
        5px 5px 12px #000,
        -5px -5px 12px #354761;
}
.sidebar-custom-nav a:hover {
    background-color: #393e46;
}
.sidebar-custom-nav a.active {
    background: #5a6981;
    color: #fff;
}
.sidebar-custom-nav a.active i {
    color: #fff;
}
@media screen and (max-height: 600px) {
    .sidebar-custom-nav {
        display: none;
    }
}
.sidebar-quick-links {
    max-height: 160px;
    min-height: 160px;
    margin: 20px 0 20px 0;
}
.sidebar-quick-links .quick-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sidebar-quick-links .quick-links a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    margin: 8px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.sidebar-wrapper {
    width: 250px;
    padding: 0;
    height: calc(100vh - 65px);
    background: #222831;
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 999;
    -webkit-transition:
        left 0.3s ease,
        width 0.3s ease;
    transition:
        left 0.3s ease,
        width 0.3s ease;
}
@keyframes iconUpDown {
    0%,
    100% {
        transform: translateY(3px);
    }
    50% {
        transform: translateY(-3px);
    }
}
.sidebar-menu {
    padding: 0 0 20px 0;
    height: 100%;
}
.sidebar-menu.no-quick-menu {
    height: calc(100vh - 70px);
    padding: 20px 0;
}
.sidebar-menu ul li {
    margin: 0;
}
.sidebar-menu ul li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
    padding: 4px 20px 4px 20px;
    color: #bec9d9;
    background: #222831;
    font-size: 0.9rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 1rem;
    min-width: 30px;
    min-height: 40px;
    color: #bec9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sidebar-menu ul li a .menu-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 1;
    overflow: hidden;
}
.sidebar-menu ul li a .badge {
    margin: 0 15px 0 auto;
    min-width: 32px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.sidebar-menu ul li a:hover {
    color: #fff;
    background-color: #393e46;
}
.sidebar-menu ul li a:hover i {
    animation: iconUpDown 1s linear infinite;
}
.sidebar-menu ul li.active-page-link {
    position: relative;
}
.sidebar-menu ul li.active-page-link a {
    color: #fff;
    background-color: #5a6981;
}
.sidebar-menu ul li.active-page-link a i {
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sidebar-menu ul li.active > a {
    background: #393e46;
}
.sidebar-menu ul li.active a i {
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sidebar-menu ul li.active a.current-page {
    position: relative;
    color: #fff;
    background-color: #5a6981;
}
.sidebar-menu ul li.active a.current-page:hover {
    background-color: #5a6981;
    color: #fff !important;
}
.sidebar-menu ul li.active .sidebar-submenu {
    display: block;
}
.sidebar-menu .sidebar-dropdown > a:after {
    font-family: "bootstrap-icons" !important;
    font-weight: 700;
    font-size: 0.9rem;
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 14px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    transform: rotate(-90deg);
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu {
    display: none;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 10px 20px 5px 45px;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
    margin: 0;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 15px 10px 15px;
    margin: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:hover {
    color: #fff;
}
.sidebar-menu .sidebar-dropdown.active > a:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 15px;
}
@media screen and (max-height: 600px) {
    .sidebar-menu {
        height: calc(100vh - 75px);
    }
}
.main-container {
    -webkit-transition: padding-left 0.3s ease;
    transition: padding-left 0.3s ease;
    padding: 0 0 0 250px;
    background: #e6ecf3;
}
@media (max-width: 1199.98px) {
    .page-wrapper .sidebar-wrapper {
        left: -290px;
    }
    .page-wrapper.toggled .sidebar-wrapper {
        left: 0;
    }
    .page-wrapper .main-container {
        padding: 0;
    }
}
@media screen and (min-width: 1200px) {
    .page-wrapper.toggled-fullscreen .sidebar-wrapper {
        left: 0;
    }
    .page-wrapper.toggled-fullscreen .main-container {
        padding-left: 250px;
    }
    .page-wrapper.toggled-togglescreen .sidebar-wrapper {
        left: 0;
    }
    .page-wrapper.toggled-togglescreen .main-container {
        padding-left: 0;
    }
}
.page-header {
    padding: 0;
    margin: 0;
    display: flex;
    min-height: 65px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #d3dde9;
}
.page-header .toggle-sidebar {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    z-index: 1000;
    transition: all 0.5s ease;
}
.page-header .toggle-sidebar i {
    color: #fff;
    font-size: 1.4rem;
}
.page-header .toggle-sidebar-fullscreen {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    margin: 0 10px 0 10px;
    height: 40px;
    z-index: 1000;
    transition: all 0.5s ease;
}
.page-header .toggle-sidebar-fullscreen i {
    color: #fff;
    font-size: 1.4rem;
}
.page-header .sidebar-togglescreen {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    margin: 0 0 0 10px;
    height: 40px;
    z-index: 1000;
    transition: all 0.5s ease;
}
.page-header .sidebar-togglescreen i {
    color: #fff;
    font-size: 1.4rem;
}
.page-header .brand {
    margin: 0;
}
.page-header .brand .logo {
    padding: 0 0 0 25px;
    display: flex;
}
.page-header .brand .logo img {
    max-width: 210px;
    max-height: 48px;
}
@media screen and (max-width: 1199.98px) {
    .page-header .toggle-sidebar {
        display: flex;
    }
    .page-header .toggle-sidebar-fullscreen {
        display: none;
    }
    .page-header .sidebar-togglescreen {
        display: none;
    }
}
.main-header {
    padding: 5px 25px;
    background: #fff;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    z-index: 10;
}
ul.updates {
    height: 36px !important;
}
ul.updates li {
    line-height: 36px;
    text-align: right;
}
ul.updates li a {
    display: flex;
    align-items: center;
}
ul.updates li a i {
    display: inline-block;
    vertical-align: middle;
}
.page-icon {
    background: url(../images/curve-line.svg) repeat-y;
    background-position: right center;
}
.page-icon i {
    font-size: 1.5rem;
    margin: 5px 10px 5px 0;
    display: block;
    color: #00adb5;
}
.page-title {
    margin-left: 20px;
}
.page-title h5 {
    margin: 5px 0;
    line-height: 100%;
    font-size: 1.2rem;
    font-weight: 400;
}
.search-container {
    flex-grow: 1;
    position: relative;
}
.search-container .form-control {
    padding-left: 40px;
    border: 1px solid #b7c6d8;
    transition: all ease 0.5s;
    min-width: 230px;
}
.search-container .form-control:focus {
    min-width: 270px;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.search-container i {
    position: absolute;
    left: 12px;
    top: 5px;
    font-size: 1.1rem;
    color: #00adb5;
}
.header-actions {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 20px 0 auto;
}
.header-actions .actions-block {
    padding: 5px 8px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.header-actions .dropdown-toggle::after {
    display: none;
}
.header-actions .dropdown-toggle.action-icon {
    width: 38px;
    height: 38px;
    color: #00adb5;
    background: #e6ebff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-actions .dropdown-toggle.action-icon i {
    font-size: 1rem;
}
.header-actions .dropdown:hover .action-icon {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #cdd6fc;
    color: #00adb5;
}
.header-actions .dropdown:hover .count-label {
    background: #191919;
    color: #fff;
}
.header-actions .dropdown:hover .dropdown-menu {
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.avatar-box img {
    border: 2px solid #00adb5;
}
.avatar-box .status {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #fff;
}
.avatar-box .status.busy {
    background: #e13d4b;
}
.avatar-box .status.online {
    background: #19ba79;
}
.avatar-box .status.away {
    background: #fda901;
}
.count-label {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 21px;
    height: 21px;
    background: #00adb5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.725rem;
    font-weight: 600;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.count-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 11px;
    background: #00adb5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.content-wrapper-scroll {
    padding: 0;
}
.content-wrapper {
    padding: 20px 20px 0 20px;
    height: calc(100vh - 160px);
    overflow: auto;
}
.app-footer {
    font-size: 0.75rem;
    padding: 10px 25px 10px 25px;
    display: flex;
    justify-content: flex-end;
}
.app-footer span {
    color: #9499a9;
}
.chart-height {
    height: 250px;
}
.chart-height-md {
    height: 220px;
}
.chart-height-xxl {
    height: 420px;
}
.chart-height-full {
    height: 600px;
}
.auto-align-graph .apexcharts-canvas {
    margin: 0 auto;
}
.stats-tile {
    padding: 2rem 1rem;
    margin: 0 0 16px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #b7c6d8;
    box-shadow: rgba(76, 78, 100, 0.2) 0px 2px 10px 0px;
}
.stats-tile .tile-count {
    position: absolute;
    right: -1px;
    color: #fff;
}
.stats-tile .tile-count.primary {
    background: url(../images/tile-count-primary.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 40px;
    height: 115px;
}
.stats-tile.tile-primary {
    border: 1px solid #00adb5;
}
.stats-tile.tile-primary .sale-icon {
    background: radial-gradient(circle, #00adb5 -100%, #ffffff 65%);
    border: 4px solid #00adb5;
}
.activity-block:before {
    content: "";
    background: url(../images/curve-line.svg) repeat-y;
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    z-index: 0;
    min-height: 140px;
    width: 7px;
}
.activity-block img.activity-user {
    z-index: 1;
}
.hr-of-month .hr-list {
    border: 1px solid #8290a2;
    border-bottom: 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
}
.hr-of-month .hr-list-last {
    border: 1px solid #8290a2;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px;
}
.sales-reports-container {
    padding: 20px 0 40px 0;
}
.sales-reports-container .middle-block {
    background: url(../images/infographic.svg) no-repeat center center;
    min-height: 250px;
    width: 100%;
    max-width: 640px;
    background-size: 100%;
}
.reports-block-start,
.reports-block-end {
    row-gap: 20px;
    margin: 0 -20px 0 0;
}
.reports-block-start .report-block,
.reports-block-end .report-block {
    padding: 0.8rem 1.2rem;
    border: 1px solid #b7c6d8;
    min-width: 180px;
    max-width: 180px;
}
.reports-block-start .report-block.red,
.reports-block-end .report-block.red {
    border: 1px solid #e13d4b;
}
.reports-block-start .report-block.blue,
.reports-block-end .report-block.blue {
    border: 1px solid #3a88e8;
}
.reports-block-start .report-block.yellow,
.reports-block-end .report-block.yellow {
    border: 1px solid #fda901;
}
.reports-block-end {
    margin: 0 0 0 -20px;
}
@media (min-width: 1399.98px) {
    .reports-block-start .report-block,
    .reports-block-end .report-block {
        padding: 0.8rem 0.8rem;
        min-width: 140px;
        max-width: 140px;
    }
}
.tile-link {
    border: 1px solid #b7c6d8;
    background: linear-gradient(10deg, #e6ecf3, #ffffff 50%);
    padding: 2rem 0.5rem;
    box-shadow: rgba(76, 78, 100, 0.2) 0px 2px 10px 0px;
    transition: all 0.5s ease-out;
}
.tile-link:hover {
    border: 1px solid #00adb5;
    color: #00adb5;
}
.log-list {
    padding: 15px 0;
}
.log-list .log-dot {
    flex-shrink: 0;
    padding: 3px 10px;
    font-size: 0.9rem;
    color: #fff;
}
.log-list .log-dot.high {
    background: #00adb5;
}
.log-list .log-dot.medium {
    background: #6b83ef;
}
.log-list .log-dot.low {
    background: #9cacf5;
}
.activity-list {
    border-bottom: 1px dotted #b7c6d8;
}
.activity-list .activity-time {
    border-right: 1px solid #b7c6d8;
}
.activity-list .activity-time .badge {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    min-width: 70px;
    text-align: left;
    margin: 5px 0 15px 5px;
}
.events-list-container {
    border: 1px solid #b7c6d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.events-list-container .events-list {
    border-bottom: 1px solid #b7c6d8;
}
.events-list-container .events-list .event-time {
    border-right: 1px solid #b7c6d8;
    min-width: 100px;
}
.events-list-container .events-list:last-child {
    border-bottom: 0;
}
.events-list-container .events-list:hover {
    color: #00adb5;
    background: #e6ebff;
}
.graph-stats {
    max-width: 210px;
    min-width: 210px;
}
.graph-stats .graph-stats-details p {
    max-width: 90px;
    line-height: 130%;
}
.activity-log {
    padding-left: 2.5rem;
    padding-bottom: 2rem;
    position: relative;
}
.activity-log:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    border: 4px solid #00adb5;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    z-index: 1;
}
.activity-log:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    background: url(../images/curve-line.svg) repeat-y;
    height: 100%;
    width: 7px;
}
.stacked-images {
    display: flex;
}
.stacked-images.center {
    justify-content: center;
}
.stacked-images.sm img {
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
}
.stacked-images.sm .plus {
    width: 36px;
    height: 36px;
}
.stacked-images img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    margin-right: -16px;
}
.stacked-images .plus {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    width: 48px;
    height: 48px;
}
.icons-container {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: 100px;
    column-gap: 15px;
    row-gap: 1em;
    text-align: center;
}
.icons-container .icon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e6ecf3;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.icons-container .icon i {
    font-size: 2rem;
}
.icons-container .icon:hover {
    background: #d3ddea;
}
.create-invoice-wrapper {
    background: #e6f1ff;
    padding: 15px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.contact-card {
    padding: 2rem 1rem;
    position: relative;
    text-align: center;
    background: linear-gradient(10deg, #e6ecf3, #ffffff 50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.contact-card a.edit-contact-card {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
    border: 2px solid #b7c6d8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 1s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-card a.edit-contact-card i {
    font-size: 1rem;
}
.contact-card a.edit-contact-card:hover {
    width: 60px;
    height: 60px;
    transition: all 0.5s ease-out;
}
.contact-card .contact-avatar {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    max-width: 90px;
    margin-bottom: 20px;
}
.contact-card h5 {
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-card .list-group {
    text-align: left;
}
.img-blur-container {
    overflow: hidden;
}
.img-blur-container .img-blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
.subscribe-header {
    margin: -30px -20px 0 -20px;
}
.subscriber-body {
    padding: 1.5rem 0 0 0;
    margin: -6rem 0 0 0;
}
.team-tile {
    padding: 1.5rem 3rem;
    text-align: center;
}
.team-tile img.avatar {
    width: 120px;
    height: 120px;
}
.subscriber-tile {
    text-align: center;
}
.subscriber-tile .top-bg {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-height: 90px;
}
.subscriber-tile .subscriber-tile-body {
    padding: 0;
    margin: -60px 0 0 0;
}
.pricing-plan {
    margin: 0 0 1.5rem 0;
    width: 100%;
    padding: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
.pricing-plan .pricing-header {
    padding: 20px 0 0 0;
}
.pricing-plan .pricing-header h1 {
    text-shadow: 0 30px 10px rgba(0, 0, 0, 0.15);
}
.pricing-plan .pricing-features {
    padding: 20px 0;
    margin: 0;
}
.pricing-plan .pricing-features li {
    padding: 12px 15px 12px 15px;
}
@media (max-width: 767px) {
    .pricing-plan-container {
        height: auto;
    }
    .pricing-plan .pricing-header {
        text-align: center;
    }
    .pricing-plan .pricing-header i {
        display: block;
        float: none;
        margin-bottom: 1.5rem;
    }
}
.hero-header {
    margin: -30px -20px 0 -20px;
    padding: 3rem 0 8rem 0;
    position: relative;
}
.hero-header::before {
    content: "";
    opacity: 0.5;
    background: url(../images/stripes-bg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 360px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.hero-body {
    padding: 1.5rem 0 0 0;
    margin: -6rem 0 0 0;
    position: relative;
    z-index: 1;
}
.card-btn-floating {
    position: absolute;
    right: 20px;
    top: -22px;
}
.sidebarMenuScroll {
    height: 100%;
}
.sidebarMenuScroll .os-scrollbar-vertical {
    left: 0;
    right: initial;
}
.scroll370 {
    height: 370px;
}
.scroll360 {
    height: 360px;
}
.scroll333 {
    height: 333px;
}
.scroll250 {
    height: 250px;
}
.scroll160 {
    height: 160px;
}
#creditCardType {
    display: flex;
    align-items: center;
    flex-direction: row;
}
#creditCardType .credit-card {
    margin: 5px 5px 0 0;
    display: inline-block;
}
#creditCardType .credit-card img {
    max-width: 40px;
    filter: grayscale(100%);
}
#creditCardType .credit-card.highlight img {
    filter: grayscale(10%);
}
.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.jvectormap-tip {
    position: absolute;
    display: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #191919;
    color: #fff;
    font-size: 0.75rem;
    padding: 6px 12px;
}
@-webkit-keyframes showHideDot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes showHideDot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.apex-hide-lines .apexcharts-xaxis {
    display: none;
}
.apex-hide-lines .apexcharts-grid {
    display: none;
}
.apex-dark-legend .apexcharts-legend-text {
    color: #17181c !important;
}
.apex-dark-legend .apexcharts-xaxis-label {
    fill: #17181c !important;
}
.rating-stars {
    width: 120px !important;
    line-height: 100%;
}
.rating-stars img {
    width: 18px;
    height: 18px;
}
.dropzone {
    border: 2px dashed #b7c6d8 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    min-height: 250px !important;
    display: flex;
    align-items: center;
}
.dropzone .dz-message {
    font-weight: 700;
    margin: 0 auto !important;
}
.dropzone .dz-message .note {
    font-size: 0.9rem;
    display: block;
    margin-top: 1rem;
    color: #17181c !important;
}
.dropzone.sm {
    min-height: 180px !important;
}
.badge {
    font-weight: 400;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.badge.shade-green,
.page-header .badge.toggle-sidebar,
.page-header .badge.toggle-sidebar-fullscreen,
.page-header .badge.sidebar-togglescreen {
    outline: 1px solid #36c48a;
    outline-offset: 3px;
}
.badge.green {
    background: #19ba79;
}
.badge.shade-light-green {
    outline: 1px solid #36c48a;
    background-color: #e1fff3;
    outline-offset: 3px;
    color: #19ba79;
}
.badge.shade-red,
.page-header .badge.toggle-sidebar:hover,
.page-header .badge.toggle-sidebar-fullscreen:hover,
.page-header .badge.sidebar-togglescreen:hover {
    outline: 1px solid #e55562;
    outline-offset: 3px;
}
.badge.red {
    background: #e13d4b;
}
.badge.shade-light-red {
    outline: 1px solid #e55562;
    background-color: #ffe8ea;
    outline-offset: 3px;
    color: #e13d4b;
}
.badge.shade-yellow {
    outline: 1px solid #fdb422;
    outline-offset: 3px;
}
.badge.yellow {
    background: #fda901;
}
.badge.shade-light-yellow {
    outline: 1px solid #fdb422;
    background-color: #fff7e6;
    outline-offset: 3px;
    color: #fda901;
}
.badge.shade-blue {
    outline: 1px solid #3a88e8;
    outline-offset: 3px;
}
.badge.blue {
    background: #3a88e8;
}
.badge.shade-light-blue {
    outline: 1px solid #5397eb;
    background-color: #e6f1ff;
    outline-offset: 3px;
    color: #3a88e8;
}
.badge.shade-purple {
    outline: 1px solid #7920d1;
    outline-offset: 3px;
}
.badge.purple {
    background: #7920d1;
}
.badge.shade-light-purple {
    outline: 1px solid #8a3cd8;
    background-color: #f2e5ff;
    outline-offset: 3px;
    color: #7920d1;
}
.badge.shade-orange {
    outline: 1px solid #d50;
    outline-offset: 3px;
}
.badge.orange {
    background: #d50;
}
.badge.shade-light-orange {
    outline: 1px solid #e26c22;
    background-color: #fff4ee;
    outline-offset: 3px;
    color: #d50;
}
.badge.shade-secondary {
    outline: 1px solid #8290a2;
    outline-offset: 3px;
}
.badge.secondary {
    background: #000000;
}
.badge.shade-light-secondary {
    outline: 1px solid #a6b2c1;
    background-color: #eef5ff;
    outline-offset: 3px;
    color: #000000;
}
.badge.shade-primary,
.page-item.active .badge.page-link {
    outline: 1px solid #536eeb;
    outline-offset: 3px;
}
.badge.primary {
    background: #00adb5;
}
.badge.shade-light-primary {
    outline: 1px solid #8498f2;
    background-color: #e6ebff;
    outline-offset: 3px;
    color: #00adb5;
}
.badge.shade-light {
    outline: 1px solid #dde2e7;
    outline-offset: 3px;
}
.badge.light {
    background: #eff2f5;
}
.badge.shade-light-light {
    outline: 1px solid #a6b2bd;
    background-color: #dde2e7;
    outline-offset: 3px;
    color: #748696;
}
.badge.shade-dark {
    outline: 1px solid #475560;
    outline-offset: 3px;
}
.badge.dark {
    background: #34424e;
}
.badge.shade-light-dark {
    outline: 1px solid #7a8792;
    background-color: #e1ebf4;
    outline-offset: 3px;
    color: #34424e;
}
.placeholder {
    background-color: rgba(0, 0, 0, 0.3);
}
.placeholder.light {
    background-color: rgba(255, 255, 255, 0.4);
}
.accordion {
    background: #fff;
}
.accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #b7c6d8;
}
.accordion .accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion .accordion-button {
    background-color: rgba(0, 0, 0, 0);
}
.accordion .accordion-button::after {
    background-image: none;
    font-family: "bootstrap-icons" !important;
    font-weight: bold;
    font-size: 1rem;
    content: "";
}
.accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "bootstrap-icons" !important;
    font-weight: bold;
    font-size: 1rem;
    content: "";
}
.accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #00adb5;
    font-weight: 600;
}
.accordion .accordion-body {
    line-height: 180%;
}
.alert a {
    text-decoration: underline;
    color: #fff;
}
.alert .alert-icon {
    font-size: 1.2rem;
    margin: 0 10px 0 0;
    line-height: 100%;
    vertical-align: middle;
}
.alert.alert-dismissible .btn-close {
    padding: 1.1rem 1rem;
}
.alert.alert-primary {
    color: #fff;
    background: #536eeb;
    border-color: #00adb5;
}
.alert.alert-secondary {
    color: #fff;
    background: #8290a2;
    border-color: #000000;
}
.alert.alert-success {
    color: #fff;
    background: #36c48a;
    border-color: #19ba79;
}
.alert.alert-warning {
    color: #fff;
    background: #fdb422;
    border-color: #fda901;
}
.alert.alert-danger {
    color: #fff;
    background: #e55562;
    border-color: #e13d4b;
}
.alert.alert-info {
    color: #fff;
    background: #5397eb;
    border-color: #3a88e8;
}
.alert.alert-light {
    color: #191919;
    background: #eff2f5;
    border-color: #dde2e7;
}
.alert.alert-light a {
    color: #191919;
}
.alert-fixed {
    position: fixed;
    right: 45px;
    top: 80px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.alert-fixed i {
    font-size: 3rem;
    margin: 0 10px 0 0;
}
.custom-tabs-container .nav-tabs {
    margin: 0 -20px;
    border-bottom: 1px solid #b7c6d8;
}
.custom-tabs-container .nav-tabs .nav-link {
    padding: 0.8rem 1.2rem;
    color: #17181c;
    font-size: 1rem;
}
.custom-tabs-container .nav-tabs .nav-link.active {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #6b83ef;
    color: #00adb5;
    background: rgba(0, 0, 0, 0);
    border-bottom-width: 3px;
}
.custom-tabs-container .nav-tabs .nav-link i {
    font-size: 1.3rem;
    margin-right: 7px;
    vertical-align: middle;
}
.custom-tabs-container .nav-tabs .nav-item:first-child {
    margin-left: 20px;
}
.custom-tabs-container .nav-tabs .nav-item:last-child {
    margin-right: 20px;
}
.custom-tabs-container .tab-content {
    padding: 1.5rem 0 0 0;
}
.custom-tabs-container .tab-content.h-350 {
    min-height: 350px;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
}
.card {
    border: 1px solid #b7c6d8;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    background: linear-gradient(10deg, #e6ecf3, #ffffff 50%);
    margin-bottom: 16px;
    box-shadow: rgba(76, 78, 100, 0.2) 0px 2px 10px 0px;
}
.card .card-header {
    padding: 1rem 1.25rem 0 1.25rem;
    background: rgba(0, 0, 0, 0);
    border: 0;
}
.card .card-header.space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card .card-title {
    font-size: 1.2rem;
    margin: 0;
    color: #17181c;
    font-weight: 600;
    line-height: 150%;
}
.card .card-subtitle {
    font-size: 0.9rem;
    margin: 0.3rem 0 0 0;
    color: #9499a9;
    font-weight: 400;
    line-height: 150%;
}
.card .card-body {
    padding: 1rem 1.25rem;
}
.card .card-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: wait;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
}
.card .card-footer {
    padding: 1rem 1.25rem 1rem 1.25rem;
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #b7c6d8;
}
.card.light {
    background-color: rgba(255, 255, 255, 0.4);
    border: 0;
    box-shadow: #c5ced9 0px 0px 30px 0px;
}
.card.light .light {
    background-color: rgba(255, 255, 255, 0.1);
}
.card.light-shadow {
    border: 0;
    box-shadow: rgba(76, 78, 100, 0.2) 0px 2px 10px 0px;
}
.card.card-primary {
    border: 1px solid #00adb5;
}
.card.card-primary .card-title {
    color: #00adb5;
}
.card.card-primary .card-footer {
    border-top: 1px solid #00adb5;
}
.card.card-secondary {
    border: 1px solid #000000;
}
.card.card-secondary .card-title {
    color: #000000;
}
.card.card-secondary .card-footer {
    border-top: 1px solid #000000;
}
.card.card-red {
    border: 1px solid #e13d4b;
}
.card.card-red .card-title {
    color: #e13d4b;
}
.card.card-red .card-footer {
    border-top: 1px solid #e13d4b;
}
.card.card-blue {
    border: 1px solid #3a88e8;
}
.card.card-blue .card-title {
    color: #3a88e8;
}
.card.card-blue .card-footer {
    border-top: 1px solid #3a88e8;
}
.card.card-yellow {
    border: 1px solid #fda901;
}
.card.card-yellow .card-title {
    color: #fda901;
}
.card.card-yellow .card-footer {
    border-top: 1px solid #fda901;
}
.card.card-green {
    border: 1px solid #19ba79;
}
.card.card-green .card-title {
    color: #19ba79;
}
.card.card-green .card-footer {
    border-top: 1px solid #19ba79;
}
.card.card-orange {
    border: 1px solid #d50;
}
.card.card-orange .card-title {
    color: #d50;
}
.card.card-orange .card-footer {
    border-top: 1px solid #d50;
}
.card.card-purple {
    border: 1px solid #7920d1;
}
.card.card-purple .card-title {
    color: #7920d1;
}
.card.card-purple .card-footer {
    border-top: 1px solid #7920d1;
}
.card.card-dark {
    border: 1px solid #34424e;
}
.card.card-dark .card-title {
    color: #34424e;
}
.card.card-dark .card-footer {
    border-top: 1px solid #34424e;
}
button:focus {
    outline: none;
}
button:focus:not(:focus-visible) {
    outline: none;
}
.btn i {
    margin: 0 3px 0 0;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.0025);
}
.btn.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btn-link {
    color: #00adb5;
}
.btn-primary {
    color: #fff;
    background: #00adb5;
    border: 1px solid #00adb5;
}
.btn-primary:hover {
    color: #fff !important;
    background: #00adb5 !important;
    border: 1px solid #00adb5 !important;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background: #00adb5;
    border: 1px solid #00adb5;
    box-shadow: 0 0 0 0.25rem #b5c1f8;
}
.btn-primary.dropdown-toggle.show,
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background: #00adb5;
    border: 1px solid #00adb5;
    box-shadow: 0 0 0 0.25rem #b5c1f8;
}
.btn-primary.dropdown-toggle.show:focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus {
    color: #fff;
    background: #00adb5;
    border: 1px solid #00adb5;
    box-shadow: 0 0 0 0.25rem #b5c1f8;
}
.btn-primary:disabled,
.btn-primary.disabled,
fieldset:disabled .btn-primary {
    pointer-events: none;
    color: #fff;
    border: 1px solid #8498f2;
    background: #9cacf5;
}
.btn-outline-primary {
    color: #00adb5;
    border: 1px solid #00adb5;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #00adb5 !important;
    border: 1px solid #00adb5 !important;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #00adb5;
    border: 1px solid #00adb5;
    box-shadow: 0 0 0 0.25rem #b5c1f8;
}
.btn-outline-primary.dropdown-toggle.show,
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active {
    color: #fff;
    background-color: #00adb5;
    border: 1px solid #00adb5;
    box-shadow: 0 0 0 0.25rem #b5c1f8;
}
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus {
    color: #fff;
    background-color: #00adb5;
    border: 1px solid #00adb5;
    box-shadow: 0 0 0 0.25rem #b5c1f8;
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled,
fieldset:disabled .btn-outline-primary {
    pointer-events: none;
    color: #fff;
    background-color: #8498f2;
    border: 1px solid #9cacf5;
}
.btn-secondary {
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
}
.btn-secondary:hover {
    color: #fff !important;
    background: #000000 !important;
    border: 1px solid #000000 !important;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
    box-shadow: 0 0 0 0.25rem #cad3e0;
}
.btn-secondary.dropdown-toggle.show,
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
    box-shadow: 0 0 0 0.25rem #cad3e0;
}
.btn-secondary.dropdown-toggle.show:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
    box-shadow: 0 0 0 0.25rem #cad3e0;
}
.btn-secondary:disabled,
.btn-secondary.disabled,
fieldset:disabled .btn-secondary {
    pointer-events: none;
    color: #fff;
    border: 1px solid #a6b2c1;
    background: #b8c2d1;
}
.btn-outline-secondary {
    color: #000000;
    border: 1px solid #000000;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
    box-shadow: 0 0 0 0.25rem #cad3e0;
}
.btn-outline-secondary.dropdown-toggle.show,
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
    box-shadow: 0 0 0 0.25rem #cad3e0;
}
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
    box-shadow: 0 0 0 0.25rem #cad3e0;
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled,
fieldset:disabled .btn-outline-secondary {
    pointer-events: none;
    color: #fff;
    background-color: #a6b2c1;
    border: 1px solid #b8c2d1;
}
.btn-light {
    color: #34424e;
    background: #eff2f5;
    border: 1px solid #eff2f5;
}
.btn-light:hover {
    color: #34424e !important;
    background: #eff2f5 !important;
    border: 1px solid #eff2f5 !important;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #34424e;
    background: #eff2f5;
    border: 1px solid #eff2f5;
    box-shadow: 0 0 0 0.25rem #cbd2d9;
}
.btn-light.dropdown-toggle.show,
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active {
    color: #34424e;
    background: #eff2f5;
    border: 1px solid #eff2f5;
    box-shadow: 0 0 0 0.25rem #cbd2d9;
}
.btn-light.dropdown-toggle.show:focus,
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus {
    color: #34424e;
    background: #eff2f5;
    border: 1px solid #eff2f5;
    box-shadow: 0 0 0 0.25rem #cbd2d9;
}
.btn-light:disabled,
.btn-light.disabled,
fieldset:disabled .btn-light {
    pointer-events: none;
    color: #748696;
    border: 1px solid #b8c2cb;
    background: #a6b2bd;
}
.btn-outline-light {
    color: #748696;
    border: 1px solid #eff2f5;
}
.btn-outline-light:hover {
    color: #748696 !important;
    background-color: #eff2f5 !important;
    border: 1px solid #eff2f5 !important;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    color: #748696;
    background-color: #eff2f5;
    border: 1px solid #eff2f5;
    box-shadow: 0 0 0 0.25rem #cbd2d9;
}
.btn-outline-light.dropdown-toggle.show,
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active {
    color: #748696;
    background-color: #eff2f5;
    border: 1px solid #eff2f5;
    box-shadow: 0 0 0 0.25rem #cbd2d9;
}
.btn-outline-light.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus {
    color: #eff2f5;
    background-color: #eff2f5;
    border: 1px solid #eff2f5;
    box-shadow: 0 0 0 0.25rem #cbd2d9;
}
.btn-outline-light:disabled,
.btn-outline-light.disabled,
fieldset:disabled .btn-outline-light {
    pointer-events: none;
    color: #748696;
    background-color: #b8c2cb;
    border: 1px solid #a6b2bd;
}
.btn-dark {
    color: #e1ebf4;
    background: #34424e;
    border: 1px solid #34424e;
}
.btn-dark:hover {
    color: #e1ebf4 !important;
    background: #34424e !important;
    border: 1px solid #34424e !important;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #e1ebf4;
    background: #34424e;
    border: 1px solid #34424e;
    box-shadow: 0 0 0 0.25rem #aeb9c3;
}
.btn-dark.dropdown-toggle.show,
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active {
    color: #e1ebf4;
    background: #34424e;
    border: 1px solid #34424e;
    box-shadow: 0 0 0 0.25rem #aeb9c3;
}
.btn-dark.dropdown-toggle.show:focus,
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus {
    color: #e1ebf4;
    background: #34424e;
    border: 1px solid #34424e;
    box-shadow: 0 0 0 0.25rem #aeb9c3;
}
.btn-dark:disabled,
.btn-dark.disabled,
fieldset:disabled .btn-dark {
    pointer-events: none;
    color: #e1ebf4;
    border: 1px solid #7a8792;
    background: #94a0aa;
}
.btn-outline-dark {
    color: #34424e;
    border: 1px solid #34424e;
}
.btn-outline-dark:hover {
    color: #e1ebf4 !important;
    background-color: #34424e !important;
    border: 1px solid #34424e !important;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    color: #e1ebf4;
    background-color: #34424e;
    border: 1px solid #34424e;
    box-shadow: 0 0 0 0.25rem #aeb9c3;
}
.btn-outline-dark.dropdown-toggle.show,
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active {
    color: #e1ebf4;
    background-color: #34424e;
    border: 1px solid #34424e;
    box-shadow: 0 0 0 0.25rem #aeb9c3;
}
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus {
    color: #34424e;
    background-color: #34424e;
    border: 1px solid #34424e;
    box-shadow: 0 0 0 0.25rem #aeb9c3;
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled,
fieldset:disabled .btn-outline-dark {
    pointer-events: none;
    color: #e1ebf4;
    background-color: #7a8792;
    border: 1px solid #94a0aa;
}
.btn-info {
    color: #fff;
    background: #3a88e8;
    border: 1px solid #3a88e8;
}
.btn-info:hover {
    color: #fff !important;
    background: #3a88e8 !important;
    border: 1px solid #3a88e8 !important;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #fff;
    background: #3a88e8;
    border: 1px solid #3a88e8;
    box-shadow: 0 0 0 0.25rem #b5d3f8;
}
.btn-info.dropdown-toggle.show,
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background: #3a88e8;
    border: 1px solid #3a88e8;
    box-shadow: 0 0 0 0.25rem #b5d3f8;
}
.btn-info.dropdown-toggle.show:focus,
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus {
    color: #fff;
    background: #3a88e8;
    border: 1px solid #3a88e8;
    box-shadow: 0 0 0 0.25rem #b5d3f8;
}
.btn-info:disabled,
.btn-info.disabled,
fieldset:disabled .btn-info {
    pointer-events: none;
    color: #fff;
    border: 1px solid #84b5f2;
    background: #9cc4f5;
}
.btn-outline-info {
    color: #3a88e8;
    border: 1px solid #3a88e8;
}
.btn-outline-info:hover {
    color: #fff !important;
    background-color: #3a88e8 !important;
    border: 1px solid #3a88e8 !important;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    color: #fff;
    background-color: #3a88e8;
    border: 1px solid #3a88e8;
    box-shadow: 0 0 0 0.25rem #b5d3f8;
}
.btn-outline-info.dropdown-toggle.show,
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active {
    color: #fff;
    background-color: #3a88e8;
    border: 1px solid #3a88e8;
    box-shadow: 0 0 0 0.25rem #b5d3f8;
}
.btn-outline-info.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus {
    color: #fff;
    background-color: #3a88e8;
    border: 1px solid #3a88e8;
    box-shadow: 0 0 0 0.25rem #b5d3f8;
}
.btn-outline-info:disabled,
.btn-outline-info.disabled,
fieldset:disabled .btn-outline-info {
    pointer-events: none;
    color: #fff;
    background-color: #84b5f2;
    border: 1px solid #9cc4f5;
}
.btn-danger {
    color: #fff;
    background: #e13d4b;
    border: 1px solid #e13d4b;
}
.btn-danger:hover {
    color: #fff !important;
    background: #e13d4b !important;
    border: 1px solid #e13d4b !important;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff;
    background: #e13d4b;
    border: 1px solid #e13d4b;
    box-shadow: 0 0 0 0.25rem #f6b7bd;
}
.btn-danger.dropdown-toggle.show,
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background: #e13d4b;
    border: 1px solid #e13d4b;
    box-shadow: 0 0 0 0.25rem #f6b7bd;
}
.btn-danger.dropdown-toggle.show:focus,
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus {
    color: #fff;
    background: #e13d4b;
    border: 1px solid #e13d4b;
    box-shadow: 0 0 0 0.25rem #f6b7bd;
}
.btn-danger:disabled,
.btn-danger.disabled,
fieldset:disabled .btn-danger {
    pointer-events: none;
    color: #fff;
    border: 1px solid #ee868f;
    background: #f29fa6;
}
.btn-outline-danger {
    color: #e13d4b;
    border: 1px solid #e13d4b;
}
.btn-outline-danger:hover {
    color: #fff !important;
    background: #e13d4b !important;
    border: 1px solid #e13d4b !important;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    color: #fff;
    background: #e13d4b;
    border: 1px solid #e13d4b;
    box-shadow: 0 0 0 0.25rem #f6b7bd;
}
.btn-outline-danger.dropdown-toggle.show,
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active {
    color: #fff;
    background: #e13d4b;
    border: 1px solid #e13d4b;
    box-shadow: 0 0 0 0.25rem #f6b7bd;
}
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus {
    color: #fff;
    background: #e13d4b;
    border: 1px solid #e13d4b;
    box-shadow: 0 0 0 0.25rem #f6b7bd;
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled,
fieldset:disabled .btn-outline-danger {
    pointer-events: none;
    color: #fff;
    border: 1px solid #ee868f;
    background: #f29fa6;
}
.btn-warning {
    color: #fff;
    background: #fda901;
    border: 1px solid #fda901;
}
.btn-warning:hover {
    color: #fff !important;
    background: #fda901 !important;
    border: 1px solid #fda901 !important;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #fff;
    background: #fda901;
    border: 1px solid #fda901;
    box-shadow: 0 0 0 0.25rem #fee1a5;
}
.btn-warning.dropdown-toggle.show,
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background: #fda901;
    border: 1px solid #fda901;
    box-shadow: 0 0 0 0.25rem #fee1a5;
}
.btn-warning.dropdown-toggle.show:focus,
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus {
    color: #fff;
    background: #fda901;
    border: 1px solid #fda901;
    box-shadow: 0 0 0 0.25rem #fee1a5;
}
.btn-warning:disabled,
.btn-warning.disabled,
fieldset:disabled .btn-warning {
    pointer-events: none;
    color: #fff;
    border: 1px solid #feca63;
    background: #fed684;
}
.btn-outline-warning {
    color: #fda901;
    border: 1px solid #fda901;
}
.btn-outline-warning:hover {
    color: #fff !important;
    background: #fda901 !important;
    border: 1px solid #fda901 !important;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    color: #fff;
    background: #fda901;
    border: 1px solid #fda901;
    box-shadow: 0 0 0 0.25rem #fee1a5;
}
.btn-outline-warning.dropdown-toggle.show,
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active {
    color: #fff;
    background: #fda901;
    border: 1px solid #fda901;
    box-shadow: 0 0 0 0.25rem #fee1a5;
}
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus {
    color: #fff;
    background: #fda901;
    border: 1px solid #fda901;
    box-shadow: 0 0 0 0.25rem #fee1a5;
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled,
fieldset:disabled .btn-outline-warning {
    pointer-events: none;
    color: #fff;
    border: 1px solid #feca63;
    background: #fed684;
}
.btn-success {
    color: #fff;
    background: #19ba79;
    border: 1px solid #19ba79;
}
.btn-success:hover {
    color: #fff !important;
    background: #19ba79 !important;
    border: 1px solid #19ba79 !important;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background: #19ba79;
    border: 1px solid #19ba79;
    box-shadow: 0 0 0 0.25rem #a8ebd0;
}
.btn-success.dropdown-toggle.show,
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background: #19ba79;
    border: 1px solid #19ba79;
    box-shadow: 0 0 0 0.25rem #a8ebd0;
}
.btn-success.dropdown-toggle.show:focus,
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus {
    color: #fff;
    background: #19ba79;
    border: 1px solid #19ba79;
    box-shadow: 0 0 0 0.25rem #a8ebd0;
}
.btn-success:disabled,
.btn-success.disabled,
fieldset:disabled .btn-success {
    pointer-events: none;
    color: #fff;
    border: 1px solid #6fd8ad;
    background: #8be1bf;
}
.btn-outline-success {
    color: #19ba79;
    border: 1px solid #19ba79;
}
.btn-outline-success:hover {
    color: #fff !important;
    background: #19ba79 !important;
    border: 1px solid #19ba79 !important;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    color: #fff;
    background: #19ba79;
    border: 1px solid #19ba79;
    box-shadow: 0 0 0 0.25rem #a8ebd0;
}
.btn-outline-success.dropdown-toggle.show,
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active {
    color: #fff;
    background: #19ba79;
    border: 1px solid #19ba79;
    box-shadow: 0 0 0 0.25rem #a8ebd0;
}
.btn-outline-success.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus {
    color: #fff;
    background: #19ba79;
    border: 1px solid #19ba79;
    box-shadow: 0 0 0 0.25rem #a8ebd0;
}
.btn-outline-success:disabled,
.btn-outline-success.disabled,
fieldset:disabled .btn-outline-success {
    pointer-events: none;
    color: #fff;
    border: 1px solid #6fd8ad;
    background: #8be1bf;
}
.btn-orange {
    color: #fff;
    background: #d50;
    border: 1px solid #d50;
}
.btn-orange:hover {
    color: #fff !important;
    background: #d50 !important;
    border: 1px solid #d50 !important;
}
.btn-check:focus + .btn-orange,
.btn-orange:focus {
    color: #fff;
    background: #d50;
    border: 1px solid #d50;
    box-shadow: 0 0 0 0.25rem #f5c7aa;
}
.btn-orange.dropdown-toggle.show,
.btn-check:checked + .btn-orange,
.btn-check:active + .btn-orange,
.btn-orange:active,
.btn-orange.active {
    color: #fff;
    background: #d50;
    border: 1px solid #d50;
    box-shadow: 0 0 0 0.25rem #f5c7aa;
}
.btn-orange.dropdown-toggle.show:focus,
.btn-check:checked + .btn-orange:focus,
.btn-check:active + .btn-orange:focus,
.btn-orange:active:focus,
.btn-orange.active:focus {
    color: #fff;
    background: #d50;
    border: 1px solid #d50;
    box-shadow: 0 0 0 0.25rem #f5c7aa;
}
.btn-orange:disabled,
.btn-orange.disabled,
fieldset:disabled .btn-orange {
    pointer-events: none;
    color: #fff;
    border: 1px solid #ec9966;
    background: #f0b088;
}
.btn-outline-orange {
    color: #d50;
    border: 1px solid #d50;
}
.btn-outline-orange:hover {
    color: #fff !important;
    background: #d50 !important;
    border: 1px solid #d50 !important;
}
.btn-check:focus + .btn-outline-orange,
.btn-outline-orange:focus {
    color: #fff;
    background: #d50;
    border: 1px solid #d50;
    box-shadow: 0 0 0 0.25rem #f5c7aa;
}
.btn-outline-orange.dropdown-toggle.show,
.btn-check:checked + .btn-outline-orange,
.btn-check:active + .btn-outline-orange,
.btn-outline-orange:active,
.btn-outline-orange.active {
    color: #fff;
    background: #d50;
    border: 1px solid #d50;
    box-shadow: 0 0 0 0.25rem #f5c7aa;
}
.btn-outline-orange.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-orange:focus,
.btn-check:active + .btn-outline-orange:focus,
.btn-outline-orange:active:focus,
.btn-outline-orange.active:focus {
    color: #fff;
    background: #d50;
    border: 1px solid #d50;
    box-shadow: 0 0 0 0.25rem #f5c7aa;
}
.btn-outline-orange:disabled,
.btn-outline-orange.disabled,
fieldset:disabled .btn-outline-orange {
    pointer-events: none;
    color: #fff;
    border: 1px solid #ec9966;
    background: #f0b088;
}
.btn-purple {
    color: #fff;
    background: #7920d1;
    border: 1px solid #7920d1;
}
.btn-purple:hover {
    color: #fff !important;
    background: #7920d1 !important;
    border: 1px solid #7920d1 !important;
}
.btn-check:focus + .btn-purple,
.btn-purple:focus {
    color: #fff;
    background: #7920d1;
    border: 1px solid #7920d1;
    box-shadow: 0 0 0 0.25rem #cfadf2;
}
.btn-purple.dropdown-toggle.show,
.btn-check:checked + .btn-purple,
.btn-check:active + .btn-purple,
.btn-purple:active,
.btn-purple.active {
    color: #fff;
    background: #7920d1;
    border: 1px solid #7920d1;
    box-shadow: 0 0 0 0.25rem #cfadf2;
}
.btn-purple.dropdown-toggle.show:focus,
.btn-check:checked + .btn-purple:focus,
.btn-check:active + .btn-purple:focus,
.btn-purple:active:focus,
.btn-purple.active:focus {
    color: #fff;
    background: #7920d1;
    border: 1px solid #7920d1;
    box-shadow: 0 0 0 0.25rem #cfadf2;
}
.btn-purple:disabled,
.btn-purple.disabled,
fieldset:disabled .btn-purple {
    pointer-events: none;
    color: #fff;
    border: 1px solid #ad74e5;
    background: #be91eb;
}
.btn-outline-purple {
    color: #7920d1;
    border: 1px solid #7920d1;
}
.btn-outline-purple:hover {
    color: #fff !important;
    background: #7920d1 !important;
    border: 1px solid #7920d1 !important;
}
.btn-check:focus + .btn-outline-purple,
.btn-outline-purple:focus {
    color: #fff;
    background: #7920d1;
    border: 1px solid #7920d1;
    box-shadow: 0 0 0 0.25rem #cfadf2;
}
.btn-outline-purple.dropdown-toggle.show,
.btn-check:checked + .btn-outline-purple,
.btn-check:active + .btn-outline-purple,
.btn-outline-purple:active,
.btn-outline-purple.active {
    color: #fff;
    background: #7920d1;
    border: 1px solid #7920d1;
    box-shadow: 0 0 0 0.25rem #cfadf2;
}
.btn-outline-purple.dropdown-toggle.show:focus,
.btn-check:checked + .btn-outline-purple:focus,
.btn-check:active + .btn-outline-purple:focus,
.btn-outline-purple:active:focus,
.btn-outline-purple.active:focus {
    color: #fff;
    background: #7920d1;
    border: 1px solid #7920d1;
    box-shadow: 0 0 0 0.25rem #cfadf2;
}
.btn-outline-purple:disabled,
.btn-outline-purple.disabled,
fieldset:disabled .btn-outline-purple {
    pointer-events: none;
    color: #fff;
    border: 1px solid #ad74e5;
    background: #be91eb;
}
.dropdown-menu {
    border: 0;
    box-shadow:
        0 0 2px 0 rgba(0, 0, 0, 0.12),
        0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.dropdown-menu.mini {
    min-width: 46px;
    max-width: 46px;
}
.dropdown-menu.sm {
    min-width: 15rem;
    max-width: 15rem;
}
.dropdown-menu.md {
    min-width: 20rem;
    max-width: 20rem;
}
.dropdown-menu.lrg {
    min-width: 24rem;
    max-width: 24rem;
}
.dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem 0.5rem 1rem;
    line-height: 100%;
    position: relative;
    color: #17181c;
}
.dropdown-menu .dropdown-item:hover {
    background: #e6ecf3;
}
.dropdown-menu .dropdown-item:first-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-menu .dropdown-item:last-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-menu .dropdown-item.active-page {
    background: #d8d8d8;
    pointer-events: none;
    cursor: not-allowed;
}
.dropdown-menu .dropdown-divider {
    border-top: 1px solid #e8e8e8;
}
.dropdown-menu .dropdown-menu-header {
    padding: 0.7rem 1rem;
    margin-bottom: 0.5rem;
    background: #e8e8e8;
    color: #17181c;
    font-size: 0.925rem;
    font-weight: bold;
}
.dropdown-menu.white-dropdown {
    background-color: #fff;
}
.dropdown-menu.white-dropdown:before {
    border-bottom: 9px solid #fff;
}
.dropdown-toggle::after {
    vertical-align: middle;
}
.dropdown-toggle.sub-nav-link::after {
    float: right;
    margin: 0.15rem 0 0 0;
    border-right: 0;
    border-left: 5px solid;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown:hover .dropdown-menu-end {
        right: 0;
    }
}
.list-group .list-group-item {
    padding: 0.75rem 1rem;
    background-color: #fff;
    border: 1px solid #b7c6d8;
}
.list-group .list-group-item.active {
    background-color: #00adb5;
}
.list-group .list-group-item + .list-group-item {
    border-top-width: 0;
}
.carousel-item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}
.form-section-title {
    background: #e6f1ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1rem;
}
.form-label {
    color: #4a4c4d;
    font-weight: 600;
}
.form-control {
    border: 1px solid #7e8c9e;
    color: #232629;
    background-color: #fff;
}
.form-control:hover {
    border: 1px solid #5d6a7c;
}
.form-control:focus {
    border-color: #276dd9;
    box-shadow: none;
    outline: 0 !important;
    outline-color: #276dd9 !important;
}
.form-control:disabled {
    opacity: 0.7;
}
.form-select {
    border: 1px solid #7e8c9e;
    color: #232629;
    background-color: #fff;
}
.form-select:hover {
    border: 1px solid #5d6a7c;
}
.form-select:focus {
    border-color: #5d6a7c;
    box-shadow: none;
    outline: auto !important;
    outline-color: #5d6a7c !important;
}
.form-select:disabled {
    opacity: 0.7;
}
.input-group-text {
    border: 1px solid #7e8c9e;
    background: #fff;
}
.input-group-text i {
    color: #232629;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    font-size: 1rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #36c48a;
    -webkit-text-fill-color: #232629;
    box-shadow: 0 0 0px 100px rgb(218 214 214 / 80%) inset;
}
.form-control::-webkit-file-upload-button {
    background: #fff;
    margin: -1rem 1rem -1rem -0.75rem;
    color: #17181c;
}
.form-check {
    margin: 0 0 0.75rem 0;
    min-height: 2rem;
}
.form-check .form-check-label {
    font-weight: 400;
    margin: 5px 0 0 10px;
    color: #4a4c4d;
}
.form-check .form-check-input {
    border-color: #7e8c9e;
    background-color: #fff;
}
.form-check .form-check-input:checked {
    background-color: #00adb5;
    border-color: #00adb5;
}
.form-check .form-check-input:disabled ~ .form-check-label,
.form-check .form-check-input [disabled] ~ .form-check-label {
    opacity: 0.7;
}
.form-check .form-check-input[type="checkbox"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-top: 0.15em;
    min-height: initial;
    padding: 0;
}
.form-check .form-check-input[type="radio"] {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-top: 0.15em;
    min-height: initial;
    padding: 0;
}
.form-check.form-switch .form-check-input {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 3em !important;
    height: 1.5em !important;
    margin-left: -2.5em;
}
.form-check.form-switch .form-check-reverse {
    padding-right: 3.5em;
}
.form-check.form-switch .form-check-reverse .form-check-input {
    margin-right: -3.5em;
}
.form-check-inline {
    margin: 6px 1rem 6px 0;
}
.form-check-reverse {
    padding-right: 2.5em;
}
.form-check-reverse .form-check-input {
    margin-right: -2.5em;
}
.form-switch .form-check-label {
    margin: 3px 0 0 10px;
}
.form-switch.form-check-reverse {
    padding-right: 3.5em;
}
.form-switch.form-check-reverse .form-check-input {
    margin-right: -3.5em;
}
.modal .modal-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 0;
}
.modal .modal-header {
    color: #00adb5;
    padding: 0.8rem 1rem;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.modal .modal-header .btn-close {
    background: url(../images/cancel.svg) center/1em auto no-repeat;
}
.modal .modal-body {
    padding: 1rem;
}
.modal .modal-footer {
    border-top: 1px solid #ced9e6;
    padding: 0.5rem 1rem;
}
.modal-fullscreen .modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.modal-fullscreen .modal-header {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.modal-fullscreen .modal-footer {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.offcanvas-header {
    border-bottom: 1px solid #ced9e6;
}
.offcanvas-header .offcanvas-title {
    color: #00adb5;
}
.table {
    color: #17181c;
    border: 1px solid #d7e0eb;
    background-color: #fff;
}
.table > thead {
    box-shadow: 0 7px 7px rgba(189, 201, 214, 0.3);
    padding-bottom: 1rem;
}
.table > thead td,
.table > thead th {
    font-size: 1rem;
    padding: 1rem 0.5rem;
}
.table .user-details {
    display: flex;
    align-items: center;
}
.table .user-details img {
    width: 60px;
    height: 60px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.table .actions {
    display: flex;
    align-items: center;
}
.table .actions a {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    margin: 3px;
    border: 1px solid #d7e0eb;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.table .flag-img {
    width: 21px;
    height: 21px;
    margin: 0 10px 0 0;
}
.table.nowrap {
    white-space: nowrap;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    color: #242424;
    box-shadow: none;
}
.table-striped > tbody > tr:nth-of-type(even) > * {
    color: #242424;
    background-color: #f3f6fa;
}
.table > :not(:first-child) {
    border-top: 3px solid #d7e0eb;
}
.page-item.disabled .page-link {
    background-color: rgba(255, 255, 255, 0.0002);
    border: 1px solid #b7c6d8;
    color: #17181c;
}
.page-item .page-link {
    padding: 0.594rem 1.25rem;
    font-size: 0.9rem;
}
.page-item .page-link:hover {
    background-color: #e6ebff;
}
.page-item .page-link:focus {
    box-shadow: none;
}
.page-item.active .page-link {
    border: 1px solid #00adb5;
    color: #fff;
}
.page-link {
    background-color: rgba(255, 255, 255, 0.0005);
    border: 1px solid #b7c6d8;
    color: #17181c;
}
.page-link:hover,
.page-link:focus {
    background-color: rgba(0, 0, 0, 0.0005);
    border: 1px solid 1px solid #b7c6d8;
    color: #17181c;
}
.progress-wrapper .progress-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0.5rem 0;
}
.progress {
    background-color: rgba(14, 49, 89, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.progress .progress-bar {
    background-color: #00adb5;
}
.progress.thin {
    height: 3px;
}
.progress.small {
    height: 5px;
}
.progress.medium {
    height: 8px;
}
.progress.lg {
    height: 10px;
}
.tooltip-inner {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.custom-tooltip-red .tooltip-inner {
    background-color: #e13d4b;
}
.custom-tooltip-red[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #e13d4b;
}
.custom-tooltip-red[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #e13d4b;
}
.custom-tooltip-red[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #e13d4b;
}
.custom-tooltip-red[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #e13d4b;
}
.custom-tooltip-green .tooltip-inner {
    background-color: #19ba79;
}
.custom-tooltip-green[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #19ba79;
}
.custom-tooltip-green[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #19ba79;
}
.custom-tooltip-green[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #19ba79;
}
.custom-tooltip-green[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #19ba79;
}
.custom-tooltip-blue .tooltip-inner {
    background-color: #3a88e8;
}
.custom-tooltip-blue[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #3a88e8;
}
.custom-tooltip-blue[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #3a88e8;
}
.custom-tooltip-blue[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #3a88e8;
}
.custom-tooltip-blue[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #3a88e8;
}
.custom-tooltip-yellow .tooltip-inner {
    background-color: #fda901;
}
.custom-tooltip-yellow[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #fda901;
}
.custom-tooltip-yellow[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #fda901;
}
.custom-tooltip-yellow[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #fda901;
}
.custom-tooltip-yellow[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #fda901;
}
.spinner-1x {
    width: 1rem;
    height: 1rem;
}
.spinner-2x {
    width: 2rem;
    height: 2rem;
}
.spinner-3x {
    width: 3rem;
    height: 3rem;
}
.spinner-4x {
    width: 4rem;
    height: 4rem;
}
.spinner-5x {
    width: 5rem;
    height: 5rem;
}
.popover {
    border: 1px solid #b7c6d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.popover-header {
    background: #e6ecf3;
    border-bottom: 1px solid #b7c6d8;
    padding: 10px 15px;
    font-weight: 600;
}
.gutters {
    margin-right: -10px;
    margin-left: -10px;
}
.gutters > .col,
.gutters > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.fast-wrapper {
    z-index: 1000;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

.fast-checkbox {
    display: none;
}

.fast {
    position: absolute;
    bottom: 0rem;
    right: -2rem;
    width: 4rem;
    height: 4rem;
    background: #3b84a3;
    border-radius: 50%;
    background: #3b84a3;
    box-shadow: 0px 5px 20px #3b84a3;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 1px solid #3b84a3;
}

.fast:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.fast-checkbox:checked ~ .fast:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
}

.fast:hover {
    background: #cacaca;
    box-shadow: 0px 5px 20px 5px #cacaca;
}

.fast-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
}

.fast-dots-1 {
    left: 15px;
    animation-delay: 0s;
}

.fast-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
}

.fast-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
}

.fast-checkbox:checked ~ .fast .fast-dots {
    height: 6px;
}

.fast .fast-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fast-checkbox:checked ~ .fast .fast-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fast-checkbox:checked ~ .fast .fast-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
    50% {
        opacity: 0.25;
    }
}

.fast-checkbox:checked ~ .fast .fast-dots {
    animation: none;
}

.fast-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #;
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

.fast-checkbox:checked ~ .fast-wheel {
    transform: scale(1);
}

.fast-action {
    position: absolute;
    background: #fef5d9;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9d9ca5;
    box-shadow: 0 0.1rem 1rem rgb(254 245 217);
    transition: all 1s ease;
    opacity: 0;
}

.fast-checkbox:checked ~ .fast-wheel .fast-action {
    opacity: 1;
}

.fast-action:hover {
    background-color: #cacaca;
}

.fast-wheel .fast-action-1 {
    right: -1rem;
    top: 1.5rem;
}

.fast-wheel .fast-action-2 {
    right: 3rem;
    top: 2.8rem;
}

.fast-wheel .fast-action-3 {
    left: 3rem;
    bottom: 0.3rem;
}

.fast-wheel .fast-action-4 {
    left: 0;
    bottom: -1rem;
}
