@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;500&display=swap);

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 10px;
}

.color-primary {
    color: #e3e3e3
}

.color-secondary {
    color: #475f7b
}

.color-success {
    color: #39da8a
}

.color-danger {
    color: #ff5b5c
}

.color-warning {
    color: #fdac41
}

.color-info {
    color: #00cfdd
}

.color-dark {
    color: #222f3e
}

.color-light {
    color: #a3afbd
}

.color-link {
    color: #2178d1
}

* {
    font-family: Raleway
}

#app {
    position: relative
}

#main {
    margin-left: 260px;
    background-color: #151521;
    min-height: 100vh;
    transition: margin-left .6s ease-out
}

#main .main-content {
    padding: 2rem 1.5rem
}

#main .main-content .page-title h3 {
    font-size: 2rem
}

#main .main-content .text-subtitle {
    font-size: .9rem
}

.breadcrumb-header .breadcrumb {
    justify-content: flex-end
}

.alert.alert-dismissible .close:focus,
.custom-switch .custom-control-label:focus,
.dropdown .dropdown-toggle:focus,
.dropleft .dropdown-toggle:focus,
.dropright .dropdown-toggle:focus,
.dropup .dropdown-toggle:focus,
.list-group button.list-group-item:focus,
.modal .modal-content .modal-header .close:active,
.modal .modal-content .modal-header .close:focus,
.modal .modal-content .modal-header .close:hover,
.navbar-components-wrapper .navbar .navbar-container.navbar-dark .navbar-toggler:focus,
.navbar-components-wrapper .navbar .navbar-container.navbar-light .navbar-toggler:focus,
.toast .toast-header .close:active,
.toast .toast-header .close:focus,
a:focus {
    outline: 0
}

section .section-title:after {
    width: 70px;
    height: 2px;
    content: "";
    margin: .6rem 0 1rem;
    background-color: #e3e3e3;
    display: block
}

a {
    text-decoration: none
}

a,
button {
    outline: 0
}

.feather,
i {
    font-size: 14px;
    height: 1rem
}

footer {
    padding: 1rem 1.5rem
}

@media screen and (max-width:767px) {
    #main {
        margin-left: 0
    }

    .breadcrumb-header .breadcrumb {
        justify-content: flex-start;
        padding: 0;
        font-size: .8rem
    }
}

.alert {
    border: none
}

.alert p {
    margin-bottom: 0
}

.alert button.close {
    padding: .75rem;
    line-height: .75
}

.alert .alert-heading,
.alert .alert-heading+p {
    margin-left: .4rem
}

.alert-primary {
    background-color: #029eff;
    color: #e3e3e3;
    box-shadow: 1px 2px 9px rgba(2, 158, 255, .3)
}

.alert-primary a {
    color: #e3e3e3
}

.alert-secondary {
    background-color: #ebeef3;
    color: #383d41;
    box-shadow: 1px 2px 9px rgba(235, 238, 243, .3)
}

.alert-secondary a {
    color: #e3e3e3
}

.alert-success {
    background-color: #39da8a;
    color: #e3e3e3;
    box-shadow: 1px 2px 9px rgba(57, 218, 138, .3)
}

.alert-success a {
    color: #e3e3e3
}

.alert-warning {
    background-color: #fdd347;
    color: #e3e3e3;
    box-shadow: 1px 2px 9px rgba(253, 211, 71, .3)
}

.alert-warning a {
    color: #e3e3e3
}

.alert-danger {
    background-color: #f55260;
    color: #e3e3e3;
    box-shadow: 1px 2px 9px rgba(245, 82, 96, .3)
}

.alert-danger a {
    color: #e3e3e3
}

.alert-dark {
    background-color: #454546;
    color: #e3e3e3;
    box-shadow: 1px 2px 9px rgba(69, 69, 70, .3)
}

.alert-dark a {
    color: #e3e3e3
}

.alert-light {
    background-color: #fefefe;
    color: #818182;
    box-shadow: 1px 2px 9px hsla(0, 0%, 99.6%, .3)
}

.alert-light a {
    color: #e3e3e3
}

.alert-info {
    background-color: #56b6f7;
    color: #e3e3e3;
    box-shadow: 1px 2px 9px rgba(86, 182, 247, .3)
}

.alert-info a {
    color: #e3e3e3
}

.alert-light-primary {
    background-color: #e2ecff
}

.alert-light-secondary {
    background-color: #e6eaee
}

.alert-light-success {
    background-color: #d2ffe8
}

.alert-light-danger {
    background-color: #ffdede
}

.alert-light-warning {
    background-color: #ffeed9
}

.alert-light-info {
    background-color: #ccf5f8
}

.avatar {
    display: inline-flex;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.avatar .avatar-content {
    width: 32px;
    height: 32px;
    color: #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem
}

.avatar .avatar-content i,
.avatar .avatar-content svg {
    color: #e3e3e3;
    font-size: 1rem;
    height: 1rem
}

.avatar .avatar-status {
    width: .7rem;
    height: .7rem;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    bottom: 0;
    right: 0
}

.avatar.avatar-sm .avatar-content,
.avatar.avatar-sm img {
    width: 24px;
    height: 24px;
    font-size: .8rem
}

.avatar.avatar-lg .avatar-content,
.avatar.avatar-lg img {
    width: 48px;
    height: 48px;
    font-size: 1.2rem
}

.btn .badge {
    border-radius: 50%;
    margin-left: 5px
}

.btn .badge.bg-transparent {
    background-color: hsla(0, 0%, 100%, .25) !important;
    color: #e3e3e3
}

.btn i,
.btn svg {
    width: 16px;
    height: 16px
}

.btn.icon {
    padding: .4rem .6rem
}

.btn.icon svg {
    width: 16px;
    height: 16px
}

.btn.icon.icon-left svg {
    margin-right: 3px
}

.btn.icon.icon-right svg {
    margin-left: 3px
}

.btn.btn-outline-white {
    color: #e3e3e3;
    border-color: #e3e3e3
}

.btn.btn-outline-white:hover {
    color: #333;
    background-color: #e3e3e3
}

.btn.btn-danger,
.btn.btn-dark,
.btn.btn-info,
.btn.btn-light,
.btn.btn-link,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-warning {
    color: #e3e3e3
}

.btn-block {
    width: 100%
}

.btn-group:not(.dropdown) .btn:not([class*=btn-]) {
    border: 1px solid #dfe3e7
}

.btn-group>.btn {
    border-radius: .267rem
}

.buttons .btn {
    margin: 0 10px 10px 0
}

.breadcrumb.breadcrumb-right {
    justify-content: flex-end;
    margin-top: 1rem
}

.breadcrumb.breadcrumb-center {
    justify-content: center;
    margin-top: 1rem
}

.carousel-inner {
    border-radius: .7rem;
    box-shadow: 0 5px 10px #adb5bd
}

.carousel-caption h5 {
    color: #e3e3e3
}

.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 1rem 0
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    background-color: #e3e3e3
}

.divider .divider-text:after,
.divider .divider-text:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #dfe3e7
}

.divider .divider-text:before {
    right: 100%
}

.divider .divider-text:after {
    left: 100%
}

.divider.divider-left .divider-text {
    left: 0;
    float: left;
    padding-left: 0
}

.divider.divider-left-center .divider-text {
    left: -25%
}

.divider.divider-right-center .divider-text {
    left: 25%
}

.divider.divider-right .divider-text {
    float: right;
    padding-right: 0
}

.dropdown-toggle:after {
    color: #e3e3e3
}

.dropdown-menu-large {
    min-width: 16rem
}

.form-group {
    margin-bottom: .7rem
}

.form-group label {
    font-size: .755rem;
    text-transform: uppercase;
    color: #e3e3e3;
    font-weight: 500
}

.form-group small {
    font-size: .7rem
}

.form-group.with-title {
    position: relative
}

.form-group.with-title label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    font-size: .6rem;
    background-color: #e9ecef;
    width: 100%;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group.with-title .form-control,
.form-group.with-title dataTable-input {
    padding-top: 2rem
}

.form-group.with-title .form-control:focus~label,
.form-group.with-title dataTable-input:focus~label {
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3
}

.form-group[class*=has-icon-].has-icon-left .form-control {
    padding-left: 2.5rem
}

.form-group[class*=has-icon-].has-icon-left .form-control-icon {
    left: 0
}

.form-group[class*=has-icon-].has-icon-right .form-control {
    padding-right: 2.5rem
}

.form-group[class*=has-icon-].has-icon-right .form-control-icon {
    right: 0
}

.form-group[class*=has-icon-] .form-control:focus~.form-control-icon i,
.form-group[class*=has-icon-] .form-control:focus~.form-control-icon svg {
    color: #e3e3e3
}

.form-group[class*=has-icon-] .form-control-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 .6rem
}

.form-group[class*=has-icon-] .form-control-icon i,
.form-group[class*=has-icon-] .form-control-icon svg {
    width: 1.2rem
}

.form-check .form-check-input[class*=bg-] {
    border: 0
}

.form-check .form-check-input:focus {
    box-shadow: none
}

.form-check .form-check-input.form-check-primary {
    background-color: #e3e3e3;
    border-color: #e3e3e3
}

.form-check .form-check-input.form-check-primary:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-primary.form-check-glow {
    box-shadow: 0 0 5px #88adf3
}

.form-check .form-check-input.form-check-primary.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-secondary {
    background-color: #475f7b;
    border-color: #475f7b
}

.form-check .form-check-input.form-check-secondary:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-secondary.form-check-glow {
    box-shadow: 0 0 5px #5a789b
}

.form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-success {
    background-color: #39da8a;
    border-color: #39da8a
}

.form-check .form-check-input.form-check-success:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-success.form-check-glow {
    box-shadow: 0 0 5px #64e2a3
}

.form-check .form-check-input.form-check-success.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-danger {
    background-color: #ff5b5c;
    border-color: #ff5b5c
}

.form-check .form-check-input.form-check-danger:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-danger.form-check-glow {
    box-shadow: 0 0 5px #ff8e8f
}

.form-check .form-check-input.form-check-danger.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-warning {
    background-color: #fdac41;
    border-color: #fdac41
}

.form-check .form-check-input.form-check-warning:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-warning.form-check-glow {
    box-shadow: 0 0 5px #fec273
}

.form-check .form-check-input.form-check-warning.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-info {
    background-color: #00cfdd;
    border-color: #00cfdd
}

.form-check .form-check-input.form-check-info:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-info.form-check-glow {
    box-shadow: 0 0 5px #11f0ff
}

.form-check .form-check-input.form-check-info.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-dark {
    background-color: #222f3e;
    border-color: #222f3e
}

.form-check .form-check-input.form-check-dark:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-dark.form-check-glow {
    box-shadow: 0 0 5px #34485f
}

.form-check .form-check-input.form-check-dark.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-light {
    background-color: #a3afbd;
    border-color: #a3afbd
}

.form-check .form-check-input.form-check-light:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-light.form-check-glow {
    box-shadow: 0 0 5px #c1c9d2
}

.form-check .form-check-input.form-check-light.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check .form-check-input.form-check-link {
    background-color: #2178d1;
    border-color: #2178d1
}

.form-check .form-check-input.form-check-link:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check .form-check-input.form-check-link.form-check-glow {
    box-shadow: 0 0 5px #4492e1
}

.form-check .form-check-input.form-check-link.form-check-glow:not(:checked) {
    box-shadow: none
}

.form-check.form-check-sm .form-check-input {
    width: .9rem;
    height: .9rem;
    margin-top: .3em
}

.form-check.form-check-sm label {
    font-size: .7rem
}

.form-check.form-check-primary .form-check-input {
    background-color: #e3e3e3;
    border-color: #e3e3e3
}

.form-check.form-check-secondary .form-check-input {
    background-color: #475f7b;
    border-color: #475f7b
}

.form-check.form-check-success .form-check-input {
    background-color: #39da8a;
    border-color: #39da8a
}

.form-check.form-check-danger .form-check-input {
    background-color: #ff5b5c;
    border-color: #ff5b5c
}

.form-check.form-check-warning .form-check-input {
    background-color: #fdac41;
    border-color: #fdac41
}

.form-check.form-check-info .form-check-input {
    background-color: #00cfdd;
    border-color: #00cfdd
}

.form-check.form-check-dark .form-check-input {
    background-color: #222f3e;
    border-color: #222f3e
}

.form-check.form-check-light .form-check-input {
    background-color: #a3afbd;
    border-color: #a3afbd
}

.form-check.form-check-link .form-check-input {
    background-color: #2178d1;
    border-color: #2178d1
}

.dataTable-input {
    min-height: calc(1.5em + .934rem + 2px);
    padding: .467rem .6rem;
    font-size: .9025rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555252;
    background-color: #e3e3e3;
    background-clip: padding-box;
    border: 1px solid #dfe3e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.dataTable-input:focus {
    color: #555252;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1)
}

.modal .modal-content {
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
    border: none
}

.modal .modal-full {
    max-width: 94%
}

.modal .white {
    color: #e3e3e3
}

.modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.modal .modal-header .modal-title {
    font-size: 1.1rem
}

.modal .modal-header .close {
    padding: 7px 10px;
    border-radius: 50%;
    background: none;
    border: none
}

.modal .modal-header .close:hover {
    background: #dee2e6
}

.modal .modal-header i,
.modal .modal-header svg {
    font-size: 12px;
    height: 12px;
    width: 12px
}

.modal .modal-footer {
    padding: 1rem 2rem
}

.modal.modal-borderless .modal-header {
    border-bottom: 0
}

.modal.modal-borderless .modal-footer {
    border-top: 0
}

#sidebar.active .sidebar-wrapper {
    left: 0
}

#sidebar:not(.active)~#main {
    margin-left: 0
}

.sidebar-wrapper {
    width: 260px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #1e1e2d;
    bottom: 0;
    left: -260px;
    transition: left .6s ease-out
}

.sidebar-wrapper .sidebar-header {
    padding: 2rem 2rem 1rem;
    font-size: 2rem;
    font-weight: 700;
	padding-bottom: 5px;
}

.sidebar-wrapper .sidebar-toggler.x {
    position: absolute;
    right: 0;
    top: .5rem;
    display: none
}

.sidebar-wrapper .menu {
    padding-left: 0;
    margin-top: 5px;
}

.sidebar-wrapper .menu .sidebar-title {
    padding: 1rem 1.8rem .5rem;
    font-size: .8rem;
    font-weight: 600;
    color: #888;
    text-transform: uppercase
}

.sidebar-wrapper .menu .sidebar-link {
    display: block;
    padding: .7rem 1.5rem;
    font-size: .9rem;
    display: flex;
    align-items: center;
    transition: all .5s
}

.sidebar-wrapper .menu .sidebar-link:hover span {
    opacity: 1
}

.sidebar-wrapper .menu .sidebar-link>span {
    color: #e3e3e3;
    font-weight: 500;
    margin-left: 1rem;
    opacity: .95
}

.sidebar-wrapper .menu .sidebar-item {
    list-style: none;
    margin-top: .5rem;
    position: relative
}

.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path stroke="gray" stroke-width="1" d="M6 9l6 6 6-6"/></svg>');
    position: absolute;
    color: #ccc;
    right: 15px;
    top: 12px;
    display: block
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
    background-color: #007bff
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #e3e3e3;
    width: 5px
}

.sidebar-wrapper .menu .submenu {
    list-style: none;
    max-height: 0;
    transition: max-height .5s ease-out;
    overflow: hidden
}

.sidebar-wrapper .menu .submenu.active {
    max-height: 500px
}

.sidebar-wrapper .menu .submenu li a {
    padding: .7rem 3rem;
    display: block;
    color: #676767;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .5px;
    transition: all .2s
}

.sidebar-wrapper .menu .submenu li a:hover {
    margin-left: .3rem
}

@media screen and (max-width:767px) {
    .sidebar-wrapper {
        left: -270px
    }

    .sidebar-wrapper .sidebar-toggler.x {
        display: block
    }
}

.card {
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
    margin-bottom: 2.2rem
}

.card.card-statistic {
    box-shadow: 1px 2px 5px rgb(54 54 54 / 50%);
    /* background: linear-gradient(180deg, #25a6f1, #54b9ff); */
    border: none;
}

.card.card-statistic .card-title {
    text-transform: uppercase;
    color: #e3e3e3;
    letter-spacing: .8px;
    font-weight: 400;
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 5px
}

.card.card-statistic .card-right p {
    font-size: 1.5rem;
    color: #e3e3e3;
    margin-bottom: 0
}

.card.card-statistic .card-right span.green {
    color: #6fff6f
}

.card.card-statistic .card-right span.red {
    color: #ff7979
}

.card.card-statistic .chart-wrapper {
    height: 100px
}

.card .card-header {
    border: none
}

.card .card-header h4 {
    font-size: 1.2rem
}

.card .card-header~.card-body {
    padding-top: 0
}

.card .card-content {
    position: relative
}

.card .card-title {
    font-size: 1.2rem
}

.card .card-body {
    padding: 1.4rem 1.7rem
}

.card .card-heading {
    color: #555;
    font-size: 1.5rem
}

.card .card-img-overlay {
    background-color: rgba(0, 0, 0, .6)
}

.card .card-img-overlay p {
    color: #eee
}

.card .card-img-overlay .card-title {
    color: #e3e3e3
}

.pricing .card {
    box-shadow: none;
    border-right: 1px solid #e9ecef;
    box-shadow: 0 10px 10px #e9ecef;
    margin-bottom: .5rem
}

.pricing h1 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 3rem
}

.pricing .card-header .card-title {
    font-size: 2rem !important;
    margin-bottom: 0
}

.pricing .card-header p {
    font-size: .8rem
}

.pricing ul li {
    list-style: none;
    margin-bottom: .5rem
}

.pricing ul li i,
.pricing ul li svg {
    width: 1rem;
    color: #39da8a;
    font-size: 1rem;
    margin-right: 7px
}

.pricing .card-highlighted {
    background-color: #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px
}

.pricing .card-highlighted .card-body,
.pricing .card-highlighted .card-header {
    background-color: #e3e3e3;
    color: #e3e3e3
}

.pricing .card-highlighted ul li {
    color: #e3e3e3
}

.pricing .card-highlighted ul li i,
.pricing .card-highlighted ul li svg {
    color: tint-color(#28a745, 2)
}

.pricing .card-highlighted .card-footer {
    background-color: #e3e3e3
}

.pricing .card-highlighted .card-title {
    color: #e3e3e3;
    font-size: 1.8rem
}

.nav-pills .nav-link.active {
    box-shadow: 0 2px 10px rgba(90, 141, 238, .5)
}

.nav-tabs,
.nav-tabs .nav-link {
    border: none
}

.nav-tabs .nav-link:hover {
    border: none;
    text-shadow: 0 0 2px rgba(90, 141, 238, .3)
}

.nav-tabs .nav-link.active {
    border: none;
    position: relative;
    color: #007bff
}

.nav-tabs .nav-link.active:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #e3e3e3;
    left: 0;
}

.navbar {
    height: 70px;
    padding: 1.5rem;
	background: #1e1e2d;
}

.navbar .nav-link-user img {
    width: 30px
}

.navbar.navbar-header li {
    display: flex;
    align-items: center
}

.navbar.navbar-header li.nav-icon {
    margin-right: .4rem
}

.navbar.navbar-header li.nav-icon .nav-link {
    display: block;
    padding: .4rem;
    border-radius: 50%
}

.navbar.navbar-header li.nav-icon .nav-link:hover {
    background-color: #e9ecef
}

.navbar.navbar-header .dropdown>a {
    color: #6c757d;
    font-weight: 600
}

.navbar.navbar-header .dropdown>a svg {
    height: 24px;
    width: 24px
}

.navbar.navbar-header .dropdown>a:after {
    display: none
}

.pagination.pagination-primary .page-item.active .page-link {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
    box-shadow: 0 2px 5px rgba(90, 141, 238, .3)
}

.pagination.pagination-secondary .page-item.active .page-link {
    background-color: #475f7b;
    border-color: #475f7b;
    box-shadow: 0 2px 5px rgba(71, 95, 123, .3)
}

.pagination.pagination-success .page-item.active .page-link {
    background-color: #39da8a;
    border-color: #39da8a;
    box-shadow: 0 2px 5px rgba(57, 218, 138, .3)
}

.pagination.pagination-danger .page-item.active .page-link {
    background-color: #ff5b5c;
    border-color: #ff5b5c;
    box-shadow: 0 2px 5px rgba(255, 91, 92, .3)
}

.pagination.pagination-warning .page-item.active .page-link {
    background-color: #fdac41;
    border-color: #fdac41;
    box-shadow: 0 2px 5px rgba(253, 172, 65, .3)
}

.pagination.pagination-info .page-item.active .page-link {
    background-color: #00cfdd;
    border-color: #00cfdd;
    box-shadow: 0 2px 5px rgba(0, 207, 221, .3)
}

.pagination.pagination-dark .page-item.active .page-link {
    background-color: #222f3e;
    border-color: #222f3e;
    box-shadow: 0 2px 5px rgba(34, 47, 62, .3)
}

.pagination.pagination-light .page-item.active .page-link {
    background-color: #a3afbd;
    border-color: #a3afbd;
    box-shadow: 0 2px 5px rgba(163, 175, 189, .3)
}

.pagination.pagination-link .page-item.active .page-link {
    background-color: #2178d1;
    border-color: #2178d1;
    box-shadow: 0 2px 5px rgba(33, 120, 209, .3)
}

.page-item:not(.active) .page-link:hover {
    color: #000
}

.page-item i,
.page-item svg {
    font-size: 13px;
    width: 13px;
    height: 13px
}

.page-item .page-link {
    font-size: .875rem
}

.page-item .page-link:focus {
    box-shadow: none
}

.page-item:first-child {
    margin-right: .4rem
}

.page-item:last-child {
    margin-left: .4rem
}

.dataTable-table td,
.dataTable-table thead th,
.table td,
.table thead th {
    vertical-align: middle
}

.dataTable-table thead th,
.table thead th {
    border-bottom: 2px solid #475f7b
}

.dataTable-container {
    overflow-x: auto
}

.progress.progress-primary {
    overflow: visible
}

.progress.progress-primary .progress-bar {
    background-color: #e3e3e3;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(90, 141, 238, .8)
}

.progress.progress-secondary {
    overflow: visible
}

.progress.progress-secondary .progress-bar {
    background-color: #475f7b;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(71, 95, 123, .8)
}

.progress.progress-success {
    overflow: visible
}

.progress.progress-success .progress-bar {
    background-color: #39da8a;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(57, 218, 138, .8)
}

.progress.progress-danger {
    overflow: visible
}

.progress.progress-danger .progress-bar {
    background-color: #ff5b5c;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(255, 91, 92, .8)
}

.progress.progress-warning {
    overflow: visible
}

.progress.progress-warning .progress-bar {
    background-color: #fdac41;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(253, 172, 65, .8)
}

.progress.progress-info {
    overflow: visible
}

.progress.progress-info .progress-bar {
    background-color: #00cfdd;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(0, 207, 221, .8)
}

.progress.progress-dark {
    overflow: visible
}

.progress.progress-dark .progress-bar {
    background-color: #222f3e;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(34, 47, 62, .8)
}

.progress.progress-light {
    overflow: visible
}

.progress.progress-light .progress-bar {
    background-color: #a3afbd;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(163, 175, 189, .8)
}

.progress.progress-link {
    overflow: visible
}

.progress.progress-link .progress-bar {
    background-color: #2178d1;
    border-radius: 1rem;
    box-shadow: 0 2px 3px rgba(33, 120, 209, .8)
}

.progress.progress-sm {
    height: .4rem
}

.progress.progress-lg {
    height: .8rem
}

.progress .progress-bar {
    position: relative;
    overflow: visible
}

.progress .progress-bar.progress-label:before {
    content: attr(aria-valuenow) "%";
    position: absolute;
    right: 0;
    top: -1.3rem;
    color: #495057;
    font-size: .8rem
}

.chat {
    border-radius: 5px
}

.chat.chat-left .chat-message {
    background: #e3e3e3 !important;
    float: left !important;
    color: #e3e3e3
}

.chat .chat-message {
    text-align: left !important;
    float: right !important;
    margin: .2rem 0 1.8rem .2rem !important;
    color: #525361;
    background-color: #fafbfb !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3) !important;
    padding: .75rem 1rem !important;
    position: relative !important;
    max-width: calc(100% - 5rem) !important;
    clear: both !important;
    word-break: break-word !important;
    border-radius: .267rem !important
}

.widget-todo-list-wrapper {
    padding: 0;
    margin: 0
}

.widget-todo-list-wrapper .widget-todo-item {
    padding: .8rem 2rem .8rem .8rem;
    list-style: none
}

.widget-todo-list-wrapper .widget-todo-item:hover {
    background-color: #f8f9fa
}

.widget-todo-list-wrapper .widget-todo-item .checkbox {
    margin-left: 1rem
}

.widget-todo-list-wrapper .widget-todo-item i,
.widget-todo-list-wrapper .widget-todo-item svg {
    font-size: 12px;
    cursor: move;
    height: 1rem
}

#auth {
    background: #b1826e;
    min-height: 100vh;
    padding-top: 100px;
}

#auth .card {
    border: none
}

#error {
    height: 100vh;
    width: 100%;
    background-color: #e9ecef
}

#error .error-title {
    font-size: 10rem
}

.text-xxs {
    font-size: .65rem
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .85rem
}

.font-bold {
    font-weight: 800
}

.font-semibold {
    font-weight: 600
}

.pt-32 {
    padding-top: 6rem
}

.ml-50 {
    margin-left: .5rem
}

.w-0 {
    width: 0
}

.w-1 {
    width: .25rem
}

.w-2 {
    width: .5rem
}

.w-3 {
    width: .75rem
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-10 {
    width: 2.25rem
}

.h-0 {
    height: 0
}

.h-1 {
    height: .25rem
}

.h-2 {
    height: .5rem
}

.h-3 {
    height: .75rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-10 {
    height: 2.25rem
}

.rounded-none {
    border-radius: 0
}

.round {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 50%
}

.square {
    border-radius: 0
}

.text-red {
    color: #ff6384
}

.bg-red {
    background-color: #ff6384 !important
}

.text-orange {
    color: #ff9f40
}

.bg-orange {
    background-color: #ff9f40 !important
}

.text-yellow {
    color: #ffcd56
}

.bg-yellow {
    background-color: #ffcd56 !important
}

.text-green {
    color: #4bc0c0
}

.bg-green {
    background-color: #4bc0c0 !important
}

.text-info {
    color: #41b1f9
}

.bg-info {
    background-color: #41b1f9 !important
}

.text-blue {
    color: #3245d1
}

.bg-blue {
    background-color: #3245d1 !important
}

.text-purple {
    color: #96f
}

.bg-purple {
    background-color: #96f !important
}

.text-grey {
    color: #ebeff6
}

.bg-grey {
    background-color: #ebeff6 !important
}

.text-gray-700 {
    color: #4a5568
}

.bg-gray-700 {
    background-color: #4a5568 !important
}

.info-message{
	display: none;
	position: fixed;
    min-width: 190px;
    max-width: 360px;
    min-height: 40px;
    background: #007bff;
    border-radius: 5px;
    right: 20px;
    top: 55px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 500;
    z-index: 99999;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}/*
.dot{
  margin-top: 5px;
  height: 12px;
  width: 12px;
  background-color: #007eff;
  border-radius: 50%;
  display: inline-block;
}
.dot_empty{
  margin-top: 5px;
  height: 12px;
  width: 12px;
  background-color: #e3e3e3;
  border: 2px solid #007eff;
  border-radius: 50%;
  display: inline-block;
}*/
.button-program {
	height: 85px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.button-program a{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.card-header, .card{
	background-color: #1e1e2d !important;
}

.form-control{
	background-color: #1b1b29;
	border: 1px solid #35354f;
	color: #9e9ea7;
}
.form-control:disabled, .form-control:read-only{
	background-color: #363636 !important;
    color: #c3c3c3 !important;
    opacity: 1;
}
.form-control:focus{
	background-color: #1b1b29;
	border-color: #4b4b68;
	box-shadow: 0 0 0 0.25rem rgb(67 94 190 / 25%);
	color: #e3e3e3;
	outline: 0;
}
.btn-primary {
    color: #e3e3e3;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover {
    color: #e3e3e3;
    background-color: #275bc1;
    border-color: #275bc1;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #e3e3e3;
    background-color: #1e1e2d;
    border-color: transparent;
}
.nav-link{
	color: #e3e3e3 !important;
}
.page-item.disabled .page-link {
	color: #ccc;
	pointer-events: none;
	background-color: rgb(0 54 112);
	border-color: transparent;
}
h1, h2, h3, h4, h5{
	color: #d3d3db !important;
}
.modal h1, .modal h2, .modal h3, .modal h4, .modal h5{
	color: #000 !important;
}
.fa, .fas{
	color: #e3e3e3;
}
.feather, i{
	color: #e3e3e3;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #ccc;
    pointer-events: none;
    background-color: rgb(0 54 112);
    border-color: transparent;
}
table td{
	color: #e3e3e3;
}
.dot{
  margin-top: 5px;
  height: 12px;
  width: 12px;
  background-color: #0054db;
  border-radius: 50%;
  display: inline-block;
}
.dot_empty{
  margin-top: 5px;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-block;
}
div.sidebar-header > img{
	filter: saturate(40);
}

.find-users > a{
    display: inline-block;
    margin: 5px 5px;
}

.tn-atom {
	background: linear-gradient(90deg, #e933ff, #ffb400, #ff3333, #334dff, #e933ff);
	background-size: 200% auto;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textflow 5s linear infinite;
}
@keyframes textflow {
	from {background-position: 0% center}         
	to {background-position: 200% center}
}