html {
    width: 100%;
    height: 100%;
    background: #1d1a1d
}

body {
    font-family: Nunito, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #8f8f8f;
    background: #1d1a1d
}

::selection {
    background: #d2aacc
}

::-moz-selection {
    background: #d2aacc
}

.ps__thumb-y {
    background-color: #424242
}

.depth-1 {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1)
}

.depth-2 {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}

button {
    color: #8f8f8f;
    outline: initial !important
}

.main-heading {
    border-bottom: 1px solid #424242
}

.separator {
    border-bottom: 1px solid #424242
}

.video-play-icon span {
    position: absolute;
    background: rgba(255, 255, 255, .7);
    height: 2.5rem;
    border-radius: 2rem;
    line-height: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8em;
    width: 3em;
    text-align: center;
    padding-left: 5px
}


.video-play-icon:active span, .video-play-icon:hover span {
    background: rgba(255, 255, 255, .85)
}

a {
    color: #8f8f8f;
    transition: color .2s;
    outline: initial !important
}


.white {
    color: #d0d0d0 !important
}

.text-white {
    color: #d0d0d0 !important
}
.text-default {
    color: #8f8f8f !important
}

.text-muted {
    color: #696969 !important
}

.text-semi-muted {
    color: #707070 !important
}


.color-theme-2 {
    color: #3c4b9a
}

#displayOptions a {
    cursor: pointer
}


#displayOptions button {
    border-color: #707070;
    color: #707070
}



#displayOptions .view-icon .view-icon-svg {
    fill: #707070
}


.feedback-container a {
    font-size: 1.3em;
    color: #707070;
    margin: .5rem
}



#baguetteBox-overlay .full-image img {
    box-shadow: initial
}



button {
    color: #8f8f8f;
    outline: initial !important
}


.btn-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15), 0 1px 3px 1px rgba(0, 0, 0, .15) !important;
    transition: background-color box-shadow .1s linear
}

.btn-shadow:focus, .btn-shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15), 0 4px 6px 2px rgba(0, 0, 0, .15) !important
}


.dropdown-menu {
    font-size: .8rem;
    border-radius: .1rem;
    background: #232223;
    border-color: rgba(143, 143, 143, .15)
}

.dropdown-item {
    padding: .5rem 1.25rem;
    color: #8f8f8f
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #1d1a1d;
    color: #8f8f8f
}


.dropdown-divider {
    border-color: #424242
}


.btn-secondary {
    background-color: #3c4b9a;
    border-color: #3c4b9a;
    color: #d0d0d0
}

.btn-secondary:hover {
    color: #d0d0d0;
    background-color: #313d7d;
    border-color: #313d7d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #2b366e;
    border-color: #2b366e;
    color: #d0d0d0
}

.btn-secondary-gradient {
    background: linear-gradient(to right, #3c4b9a, #273063)
}

.btn-secondary-gradient:hover {
    background: linear-gradient(to right, #3c4b9a, #313d7d)
}

.btn-secondary-gradient:not(:disabled):not(.disabled).active, .btn-secondary-gradient:not(:disabled):not(.disabled):active, .show > .btn-secondary-gradient.dropdown-toggle {
    background: linear-gradient(to right, #3c4b9a, #273063)
}

.btn-warning {
    background-color: #b69329;
    border-color: #b69329
}

.btn-danger, .btn-info, .btn-success, .btn-warning {
    color: #d0d0d0
}

.btn-danger:hover, .btn-info:hover, .btn-success:hover, .btn-warning:hover {
    color: #d0d0d0
}

.btn-light {
    color: #8d8d8d;
    background-color: #e4e4e4;
    border-color: #e4e4e4
}

.btn-light:hover {
    color: #8d8d8d;
    background-color: #d0d0d0;
    border-color: #d0d0d0
}

.btn-dark {
    color: #e4e4e4;
    background-color: #8d8d8d;
    border-color: #8d8d8d
}

.btn-dark:hover {
    color: #e4e4e4;
    background-color: gray;
    border-color: gray
}

.btn-outline-dark {
    color: #8d8d8d;
    border-color: #8d8d8d
}

.btn-outline-dark:hover {
    color: #242224;
    background-color: #8d8d8d;
    border-color: #8d8d8d
}

.btn-outline-white {
    color: #d0d0d0;
    border-color: #d0d0d0;
    background-color: initial
}


.btn-outline-light {
    color: #e4e4e4;
    border-color: #e4e4e4
}

.btn-outline-light:hover {
    color: #242224;
    background-color: #e4e4e4;
    border-color: #e4e4e4
}


.btn-outline-theme-3 {
    background: unset;
    color: #af67a4;
    border-color: #af67a4
}

.btn-outline-theme-3:hover {
    background-color: #af67a4;
    border-color: #af67a4;
    color: #242224
}


.btn-outline-secondary {
    color: #3c4b9a;
    border-color: #3c4b9a
}

.btn-outline-secondary:hover {
    background-color: #3c4b9a;
    border-color: #3c4b9a;
    color: #242224
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #3c4b9a;
    border-color: #3c4b9a;
    color: #242224
}

.btn-header-light {
    color: #424242;
    border-color: transparent;
    background: 0 0
}

.btn-header-light:hover {
    background-color: transparent;
    border-color: #424242
}


.btn-header-secondary {
    color: #3c4b9a;
    border-color: transparent;
    background: 0 0
}

.btn-header-secondary:hover {
    background-color: transparent;
    border-color: #3c4b9a
}

.btn-header-primary-light {
    color: #af67a4;
    border-color: transparent;
    background: 0 0
}

.btn-header-primary-light:hover {
    background-color: transparent;
    border-color: #af67a4
}


.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #3c4b9a;
    border-color: #3c4b9a;
    color: #242224
}
.white-underline-link {
    color: #d0d0d0;
    text-decoration: underline
}

.white-underline-link:active, .white-underline-link:hover {
    color: #d0d0d0;
    text-decoration: initial
}

.btn-link:hover {
    color: rgba(126, 72, 119, .7)
}


.btn-multiple-state .icon, .btn-multiple-state .spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s;
    color: #d0d0d0;
    pointer-events: none
}



.btn-multiple-state.btn-secondary:disabled {
    opacity: 1;
    border-color: #2e3975
}


.border {
    border: 1px solid #313131 !important
}

.border-right {
    border-right: 1px solid #313131 !important
}

.border-left {
    border-left: 1px solid #313131 !important
}

.border-top {
    border-top: 1px solid #313131 !important
}

.border-bottom {
    border-bottom: 1px solid #313131 !important
}

.border-theme-2 {
    border-color: #3c4b9a !important
}

.border-theme-3 {
    border-color: #af67a4 !important
}

.border-secondary {
    border-color: #8f8f8f !important
}

.text-theme-2 {
    color: #3c4b9a !important
}

.text-theme-3 {
    color: #af67a4 !important
}

.text-secondary {
    color: #8f8f8f !important
}

.badge-theme-2, .bg-theme-2 {
    background-color: #3c4b9a !important;
    color: #d0d0d0
}

.badge-theme-3, .bg-theme-3 {
    background-color: #af67a4 !important;
    color: #d0d0d0
}

.badge-secondary, .bg-secondary {
    background-color: #3c4b9a !important;
    color: #d0d0d0
}

.badge-warning {
    background-color: #b69329
}

.badge-success {
    background-color: #3e884f
}

.badge-info {
    background-color: #3195a5
}

.badge-danger {
    background-color: #c43d4b
}

.badge-danger, .badge-info, .badge-success, .badge-warning {
    color: #d0d0d0
}

.badge-light {
    background-color: #e4e4e4;
    color: #8d8d8d
}

.badge-dark {
    background-color: #8d8d8d;
    color: #e4e4e4
}


.badge-outline-secondary, .badge-outline-theme-2 {
    background: unset;
    border: 1px solid #3c4b9a;
    color: #3c4b9a
}

.badge-outline-theme-3 {
    background: unset;
    border: 1px solid #af67a4;
    color: #af67a4
}

.badge-outline-success {
    background: unset;
    border: 1px solid #3e884f;
    color: #3e884f
}

.badge-outline-danger {
    background: unset;
    border: 1px solid #c43d4b;
    color: #c43d4b
}

.badge-outline-warning {
    background: unset;
    border: 1px solid #b69329;
    color: #b69329
}

.badge-outline-info {
    background: unset;
    border: 1px solid #3195a5;
    color: #3195a5
}

.badge-outline-light {
    background: unset;
    border: 1px solid #e4e4e4;
    color: #e4e4e4
}

.badge-outline-dark {
    background: unset;
    border: 1px solid #8d8d8d;
    color: #8d8d8d
}

.nav-tabs.separator-tabs {
    border-bottom: 1px solid #424242
}


.nav-tabs.separator-tabs .nav-link {
    border: initial;
    padding-top: 1rem;
    background: initial;
    padding-left: 0;
    padding-top: .5rem;
    padding-right: 0;
    margin-right: 1.5rem;
    font-weight: 600;
    letter-spacing: .5px;
    color: #707070
}

.timer-column {
    width: 80px;
    display: inline-block
}


.slick-dot {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #424242;
    outline: initial !important;
    border: initial;
    margin: 0 5px;
    padding: 0
}


.navbar .icon-menu-item {
    width: 90px;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.7rem;
    color: #c2c2c2
}


.navbar .menu-button-mobile {
    color: #707070;
    text-align: center;
    margin-left: 15px
}

.navbar .menu-button-mobile svg {
    height: 12px;
    fill: #8f8f8f
}


.navbar .menu-button {
    color: #707070;
    width: 120px;
    text-align: center
}

.navbar .menu-button .main {
    fill: #8f8f8f;
    transition: fill .3s
}

.navbar .menu-button .sub {
    fill: #8f8f8f;
    transition: fill .3s
}


.navbar .search {
    position: relative;
    width: 230px;
    border-radius: 20px;
    background: #1d1a1d
}

.navbar .search input {
    border: initial;
    background: 0 0;
    outline: initial !important;
    font-size: .8rem;
    width: 93%;
    color: #8f8f8f;
    padding: .4rem 1rem;
    line-height: 2
}

.navbar .search .search-icon {
    font-size: 17px;
    border-radius: 10px;
    color: #424242;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: 3px;
    text-align: center;
    cursor: pointer
}



@media (max-width: 767px) {
    .navbar .search {
        width: 30px;
        height: 30px;
        background: initial;
        margin-left: .6rem;
        color: #dcdcdc
    }

    .navbar .search input {
        display: none
    }

    .navbar .search .search-icon {
        font-size: 17px;
        width: 30px;
        height: 30px;
        bottom: -3px;
        right: 0;
        color: inherit
    }

    .navbar .search.mobile-view {
        display: block;
        width: 100%;
        position: fixed;
        z-index: 2;
        background: #242224;
        left: 0;
        top: 0;
        height: 70px;
        margin-left: 15px
    }

    .navbar .search.mobile-view input {
        display: block;
        width: 100%;
        height: 70px;
        padding-left: 0
    }

    .navbar .search.mobile-view span {
        top: 50%;
        transform: translateY(-50%);
        right: 25px
    }
}


.navbar .header-icon {
    font-size: 16px;
    color: #707070;
    padding-left: .6rem;
    padding-right: .6rem;
    vertical-align: initial
}



.navbar .user {
    color: #dcdcdc;
    position: relative
}


.navbar .user .name {
    color: #dcdcdc
}


#app-container.menu-sub-hidden .menu-button .sub, #app-container.sub-hidden .menu-button .sub {
    fill: #707070
}

#app-container.main-hidden .menu-button .main, #app-container.main-hidden .menu-button .sub, #app-container.menu-hidden .menu-button .main, #app-container.menu-hidden .menu-button .sub {
    fill: #707070
}


.menu .main-menu ul li a {
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid #313131;
    color: #8f8f8f;
    transition: color .3s;
    transition: background .3s
}


.menu .main-menu ul li i {
    font-size: 32px;
    line-height: 42px
}


.menu .sub-menu {
    width: 230px;
    background: #242224;
    z-index: 2;
    position: fixed;
    left: 120px;
    border-left: 1px solid #313131;
    height: calc(100% - 100px);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}


.menu .sub-menu ul li i {
    font-size: 1.3em;
    margin-right: 10px;
    color: #707070;
    vertical-align: middle;
    display: inline-block
}



.menu .sub-menu ul.inner-level-menu li a, .menu .sub-menu ul.inner-level-menu li i {
    color: #8f8f8f
}

@media (max-width: 767px) {
    .menu {
        padding-top: 70px;
        height: calc(100% - 70px);
        box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1)
    }
}


.app-menu .app-menu-button {
    position: absolute;
    left: -28px;
    background: #242224;
    top: 45px;
    padding: 12px 8px 12px 5px;
    border-radius: .2rem;
    color: #707070;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .04);
    font-size: 15px;
    line-height: 0
}



.app-menu ul li i {
    font-size: 1.2em;
    margin-right: 10px;
    color: #707070;
    vertical-align: unset
}


.chat-input-container {
    width: 100%;
    height: 90px;
    background: #232223;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1);
    transition: padding .3s;
    padding-left: 410px;
    padding-right: 340px
}

.survey-app .answers .badge {
    color: #707070
}


.card {
    border: initial;
    background: #242224;
    border-radius: .1rem;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1)
}


.card .card-header .card-icon i {
    font-size: 12px;
    color: #424242
}

.card-img-overlay {
    background: rgba(0, 0, 0, .5);
    padding: 1.75rem
}




.dashboard-search .form-container {
    height: 400px;
    border-radius: .1rem;
    box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, .04);
    padding: 2rem;
    background-color: #242224
}


.icon-cards-row .card-text {
    color: #707070;
    height: 30px;
    line-height: 26px
}



.fc-day-grid-event .fc-content {
    color: #d0d0d0
}


.fc .table-bordered td, .fc .table-bordered th, .fc table {
    border-color: #313131 !important
}



.fc-event, .fc-event-dot {
    background-color: #3c4b9a;
    color: #242224 !important;
    padding: 1px 6px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center
}


table.dataTable td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #313131;
    outline: initial !important
}



.data-table-rows table tbody tr {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1)
}

.data-table-rows table tbody tr.selected {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}



.alert-secondary {
    color: #3c4b9a;
    background-color: #232436;
    border-color: rgba(60, 75, 154, .1)
}

.alert-success {
    color: #3e884f;
    background-color: #243027;
    border-color: rgba(62, 136, 79, .1)
}

.alert-info {
    color: #3195a5;
    background-color: #213338;
    border-color: rgba(49, 149, 165, .1)
}

.alert-warning {
    color: #b69329;
    background-color: #3c321f;
    border-color: rgba(182, 147, 41, .1)
}

.alert-danger {
    color: #c43d4b;
    background-color: #3e2126;
    border-color: rgba(196, 61, 75, .1)
}

.alert-light {
    color: #e4e4e4;
    background-color: #454245;
    border-color: rgba(228, 228, 228, .1)
}

.alert-dark {
    color: #8d8d8d;
    background-color: #333133;
    border-color: rgba(141, 141, 141, .1)
}

.bootstrap-tagsinput, .form-control {
    border-radius: .1rem;
    outline: initial !important;
    box-shadow: initial !important;
    font-size: .8rem;
    padding: .5rem .75rem;
    line-height: 1;
    border: 1px solid #424242;
    background: #232223;
    color: #8f8f8f;
    border-color: #424242;
    height: calc(2em + .8rem)
}

@keyframes autofill {
    to {
        color: #8f8f8f;
        background: 0 0
    }
}

input:-webkit-autofill {
    animation-name: autofill;
    animation-fill-mode: both
}

input:-webkit-autofill {
    -webkit-text-fill-color: #8f8f8f !important
}

.bootstrap-tagsinput input {
    color: #8f8f8f
}


.form-control:focus {
    background: #232223;
    color: #8f8f8f
}




.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: rgba(143, 143, 143, .25)
}


.custom-control-label::before {
    border: 1px solid #696969 !important;
    background: initial !important
}



.btn .custom-control-label::before {
    border: 1px solid #d0d0d0 !important;
    background: 0 0 !important
}

.btn .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #d0d0d0 !important;
    background: 0 0 !important
}



.valid-icon {
    position: absolute;
    bottom: 8px;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: 0;
    font-size: .76rem;
    line-height: 1;
    color: #242224;
    border-radius: .2rem;
    right: 4px;
    color: #3e884f
}

.invalid-icon {
    position: absolute;
    bottom: 2px;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: 0;
    font-size: .875rem;
    line-height: 1;
    color: #242224;
    border-radius: .2rem;
    right: 4px;
    color: #c43d4b
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #424242 !important
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #424242 !important
}


.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #8f8f8f
}


.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #8f8f8f
}


.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background: #232223;
    color: #8f8f8f
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #8f8f8f;
    padding-top: 5px
}

.input-group-text {
    background-color: rgba(35, 34, 35, .1);
    border-color: #424242;
    color: #8f8f8f;
    font-size: .8rem;
    padding: .5rem .75rem .5rem .75rem;
    line-height: 1 !important
}

.select2-container--bootstrap .select2-selection {
    border: 1px solid #424242
}


.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: rgba(126, 72, 119, .7)
}

.select2-container--bootstrap .select2-dropdown {
    border-color: rgba(126, 72, 119, .7)
}



.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: .1rem !important;
    border: 1px solid #707070;
    outline: initial;
    background: #232223;
    color: #8f8f8f
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    outline: initial;
    background: #232223;
    color: #8f8f8f
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-radius: .1rem;
    background: #242224;
    color: #8f8f8f;
    border-color: #424242;
    margin: 0 0 0 8px
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(143, 143, 143, .2)
}

.datepicker table tr td, .datepicker table tr th {
    color: #8f8f8f
}


.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #424242
}



.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #424242
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #424242
}

.dropzone {
    min-height: 115px !important;
    border: 1px solid #424242 !important;
    background: #232223 !important;
    padding: 10px 10px !important;
    border-radius: .1rem !important;
    color: #8f8f8f !important;
    height: auto
}

.dropzone .dz-preview.dz-file-preview, .dropzone .dz-preview.dz-image-preview {
    width: 260px;
    height: 60px;
    min-height: unset;
    border: 1px solid #424242 !important;
    border-radius: .1rem !important;
    background: #242224 !important;
    color: #8f8f8f !important
}


.dropzone .dz-preview.dz-file-preview .dz-details, .dropzone .dz-preview.dz-image-preview .dz-details {
    position: static;
    display: block;
    opacity: 1;
    text-align: left;
    min-width: unset;
    z-index: initial;
    color: #8f8f8f !important
}

.dropzone .dz-preview.dz-file-preview .dz-error-mark, .dropzone .dz-preview.dz-image-preview .dz-error-mark {
    color: #d0d0d0 !important;
    top: 15px;
    left: 25px;
    margin-left: 0;
    margin-top: 0
}

.dropzone .dz-preview.dz-file-preview .dz-success-mark, .dropzone .dz-preview.dz-image-preview .dz-success-mark {
    color: #d0d0d0;
    top: 15px;
    left: 25px;
    margin-left: 0;
    margin-top: 0
}



.dropzone .dz-preview.dz-file-preview .dz-error-message, .dropzone .dz-preview.dz-image-preview .dz-error-message {
    border-radius: 15px;
    background: #c43d4b !important;
    top: 60px
}

.dropzone .dz-preview.dz-file-preview .dz-error-message:after, .dropzone .dz-preview.dz-image-preview .dz-error-message:after {
    border-bottom: 6px solid #c43d4b !important
}




.custom-switch .custom-switch-input + .custom-switch-btn {
    background: #424242
}

.custom-switch.custom-switch-secondary .custom-switch-input:checked + .custom-switch-btn {
    background: #3c4b9a;
    border: 1px solid #3c4b9a
}

.custom-switch.custom-switch-primary-inverse .custom-switch-input + .custom-switch-btn {
    border: 1px solid #424242
}


.custom-switch.custom-switch-secondary-inverse .custom-switch-input + .custom-switch-btn {
    border: 1px solid #424242
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input:checked + .custom-switch-btn {
    background: #232223;
    border: 1px solid #3c4b9a
}

.custom-switch.custom-switch-secondary-inverse .custom-switch-input:checked + .custom-switch-btn:after {
    background: #3c4b9a
}


.custom-switch .custom-switch-input + .custom-switch-btn {
    border-color: #424242
}

.noUi-target {
    background: #232223;
    border-color: #424242;
    box-shadow: initial
}

.noUi-tooltip {
    background: #232223;
    color: #8f8f8f;
    border-color: #424242
}

.custom-file-label {
    box-shadow: initial !important;
    border-radius: .1rem;
    height: calc(2em + .8rem);
    padding: .5rem .75rem .5rem .75rem;
    background: #242224;
    border-color: #424242
}


.custom-file-label::after {
    height: calc(2em + .8rem);
    padding: .5rem .75rem .5rem .75rem;
    color: #8f8f8f;
    border-color: #424242;
    background: 0 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    background: #242224;
    color: #8f8f8f;
    border-color: #424242
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    background: #242224;
    color: #8f8f8f;
    border-color: #424242
}


.has-float-label label, .has-float-label > span, .has-top-label label, .has-top-label > span {
    color: rgba(143, 143, 143, .7)
}


.sw-main > ul.step-anchor > li > a, .sw-main > ul.step-anchor > li > a:focus, .sw-main > ul.step-anchor > li > a:hover {
    color: #424242
}


.sw-main > ul.step-anchor > li.done > a {
    color: #8f8f8f !important
}

.sw-main.sw-theme-check > ul.step-anchor > li > a:before, .sw-main.sw-theme-dots > ul.step-anchor > li > a:before {
    left: 50%;
    transform: translateX(-50%);
    background: #313131;
    bottom: 5px;
    width: 24px;
    height: 24px
}



.sw-main.sw-theme-check > ul.step-anchor:before, .sw-main.sw-theme-dots > ul.step-anchor:before {
    background: #313131;
    height: 1px;
    width: calc(100% - 3rem);
    left: 50%;
    transform: translateX(-50%);
    top: 67px
}


.sw-main > ul.step-anchor > li.clickable > a:hover {
    color: #3c4b9a !important
}


.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: -7px;
    border-color: #424242;
    background: #242224
}


.page-item.disabled .page-link {
    border-color: #424242;
    color: #424242;
    background: 0 0
}

.page-link {
    background-color: transparent;
    border-color: transparent;
    color: #8f8f8f
}

.popover {
    border-radius: .1rem;
    background-color: #242224;
    border-color: #424242
}

.popover .popover-body {
    color: #8f8f8f
}

.tooltip-inner {
    padding: .5rem .75rem;
    color: #8f8f8f;
    background-color: #242224;
    border-radius: .1rem;
    border: 1px solid #424242
}


.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    border-right-color: #424242
}


.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    border-left-color: #424242
}


.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    border-bottom-color: #424242
}


.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #424242
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    left: 0;
    border-right-color: #424242
}


.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    bottom: 0;
    border-top-color: #424242
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    top: 0;
    border-bottom-color: #424242
}


.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    right: 0;
    border-left-color: #424242
}

.search-sm input {
    background: 0 0;
    outline: initial !important;
    border-radius: 15px;
    padding: .25rem .75rem .25rem .75rem;
    font-size: .76rem;
    line-height: 1;
    border: 1px solid #707070;
    color: #8f8f8f;
    height: initial
}

.search-sm:after {
    font-family: simple-line-icons;
    content: "\E090";
    font-size: 14px;
    color: #707070;
    position: absolute;
    right: 10px;
    text-align: center;
    cursor: pointer;
    top: 2px
}


.progress {
    height: 3px;
    background-color: #313131
}

.progressbar-text {
    position: absolute;
    left: 0;
    width: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #8f8f8f !important
}


.progress-bar-circle svg path:first-of-type {
    stroke: #424242
}


.progress-bar-circle.progress-bar-banner svg path:first-of-type {
    stroke: #633d5e
}

.progress-bar-circle.progress-bar-banner svg path:last-of-type {
    stroke: #d0d0d0
}



.progress-banner .progress-bar-banner .progressbar-text {
    color: #d0d0d0 !important;
    font-size: 1.7rem;
    width: 110px;
    font-weight: 300
}


.br-theme-bootstrap-stars .br-widget a:after {
    color: #424242
}



.btn-multiple-state .spinner > div {
    width: 6px;
    height: 6px;
    background-color: #d0d0d0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
    animation: sk-bouncedelay 1.2s infinite ease-in-out both
}


.modal .modal-header {
    border-bottom: 1px solid #424242
}

.modal .modal-footer {
    border-top: 1px solid #424242
}

.modal .close {
    color: #8f8f8f;
    text-shadow: initial
}

.auth-card {
    display: flex;
    flex-direction: row;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1)
}



.ql-toolbar.ql-snow {
    border-color: #424242
}

.ql-container.ql-snow {
    border-color: #424242
}


.html-editor-bubble .ql-editor {
    border: 1px solid #424242
}



.ck.ck-button, a.ck.ck-button {
    color: #424242
}


.ck.ck-toolbar {
    border-color: #424242 !important
}

.ck.ck-toolbar__separator {
    background: #424242 !important
}

.ck.ck-toolbar {
    border-color: #424242
}

.ck.ck-editor__main > .ck-editor__editable {
    border-color: #424242 !important
}


.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-focused {
    border-color: #424242
}

.mind-icons .glyph .class-name, .simple-line-icons .glyph .class-name {
    font-size: .76rem;
    color: #696969 !important;
    text-align: center !important
}


.theme-colors {
    width: 280px !important;
    position: fixed;
    z-index: 1030;
    top: 50%;
    right: 0;
    background: #242224;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1);
    transform: translate(280px, -50%);
    padding-top: 10px;
    padding-bottom: 10px
}


.theme-colors .theme-color-purplemonster {
    border: 3px solid #922c88;
    background: #922c88
}

.theme-colors .theme-color-blueyale {
    border: 3px solid #145388;
    background: #145388
}

.theme-colors .theme-color-blueolympic {
    border: 3px solid #008ecc;
    background: #008ecc
}

.theme-colors .theme-color-bluenavy {
    border: 3px solid #00365a;
    background: #00365a
}

.theme-colors .theme-color-orangecarrot {
    border: 3px solid #ed7117;
    background: #ed7117
}

.theme-colors .theme-color-greenmoss {
    border: 3px solid #576a3d;
    background: #576a3d
}

.theme-colors .theme-color-greenlime {
    border: 3px solid #6fb327;
    background: #6fb327
}

.theme-colors .theme-color-redruby {
    border: 3px solid #900604;
    background: #900604
}

.theme-colors .theme-color-greysteel {
    border: 3px solid #48494b;
    background: #48494b
}

.theme-colors .theme-color-yellowgranola {
    border: 3px solid #c0a145;
    background: #c0a145
}




.library-app .preview-area .video-view .video-js, .select-from-library-container .preview-area .video-view .video-js {
    width: 100%;
    height: 100%;
    background-color: #1d1a1d
}


.library-app .media-thumb-container.active-default, .select-from-library-container .media-thumb-container.active-default {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}




.select-from-library-button, .selected-library-item {
    border: 1px solid #424242;
    height: 110px
}

.select-from-library .modal-content {
    background: #1d1a1d !important;
    height: 100%
}

.context-menu-list {
    box-shadow: initial;
    border-radius: .1rem;
    background: #232223;
    border-color: rgba(143, 143, 143, .15);
    padding: .5rem 0
}

.context-menu-item {
    padding: .75rem 1.5rem;
    background: #232223;
    color: #8f8f8f
}

.context-menu-item.context-menu-hover {
    color: #8f8f8f;
    text-decoration: none;
    background-color: #1d1a1d
}

.list .card.active, .list .card.context-menu-active {
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}



.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    background-color: #161516;
    border-color: #161516
}


.video-js .vjs-control-bar .vjs-progress-control.vjs-control {
    background: #232223;
    border-radius: 15px;
    margin-right: .5em;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}


.video-js .vjs-control-bar .vjs-load-progress, .video-js .vjs-control-bar .vjs-load-progress div {
    background-color: rgba(126, 72, 119, .2)
}


.video-js .vjs-control-bar .vjs-slider {
    text-shadow: initial !important;
    outline: initial !important;
    background-color: #181818
}

.video-js.audio .vjs-control.vjs-button, .video-js.audio .vjs-remaining-time, .video-js.audio .vjs-volume-panel {
    box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .2)
}

.video-js.audio .vjs-progress-control.vjs-control {
    box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .2)
}

.video-js.side-bar-video {
    width: 100%;
    height: 280px;
    background-color: #1d1a1d;
    overflow: hidden
}

.video-js.video-content {
    width: 100%;
    height: 400px;
    background-color: #1d1a1d;
    overflow: hidden;
    max-height: unset
}


.table {
    color: #8f8f8f
}

.table td, .table th {
    border-color: #313131 !important
}

.table .thead-light th {
    background-color: #313131 !important
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #313131 !important
}

@media print {
    body {
        background: #fff;
        height: 100%
    }

    main {
        margin: 0 !important
    }

    .menu, .navbar, .theme-colors {
        display: none
    }

    footer {
        display: none
    }

    .invoice {
        width: 100%;
        max-width: 100%
    }

    .invoice.row {
        margin: 0
    }

    .invoice [class*=col] {
        padding: 0
    }

    .invoice .invoice-contents {
        width: 100%;
        max-width: 100% !important;
        height: 1370px !important
    }
}


.social-icons li a {
    color: #707070;
    font-size: 1.2rem
}

.social-icons li a:active, .social-icons li a:hover {
    color: rgba(112, 112, 112, .7)
}

.slider-dot {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #424242;
    outline: initial !important;
    border: initial;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    box-shadow: initial
}

.slider-dot.glide__bullet:focus, .slider-dot.glide__bullet:hover {
    background: #424242;
    border: initial
}


.rtl .menu .sub-menu {
    left: initial;
    right: 120px;
    border-right: 1px solid #313131;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}


footer.page-footer {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    border-top: 1px solid #424242;
    width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px
}



.landing-page {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #707070
}


.landing-page .mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(300px);
    z-index: 25;
    width: 300px;
    background: #1d1a1d;
    box-shadow: initial;
    transition: transform .5s, box-shadow .5s
}

.landing-page.show-mobile-menu .mobile-menu {
    transform: translateX(0);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}


.landing-page p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #707070
}



.landing-page .btn-outline-semi-light {
    border: 1px solid rgba(208, 208, 208, .3);
    color: #d0d0d0;
    background: 0 0
}

.landing-page .landing-page-nav .navbar-nav li.active::before {
    content: " ";
    background: #d0d0d0;
    border-radius: 10px;
    position: absolute;
    width: calc(100% - 1.5rem);
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0
}

.landing-page .landing-page-nav .navbar-nav .nav-item > .dropdown > a, .landing-page .landing-page-nav .navbar-nav .nav-item > a {
    color: #d0d0d0;
    font-family: Nunito, sans-serif;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0
}

.landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item {
    font-size: .8rem;
    color: #8f8f8f;
    padding-bottom: .5rem
}

.landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item.active, .landing-page .landing-page-nav .navbar-nav .dropdown a.dropdown-item:active {
    color: #d0d0d0
}

.landing-page .landing-page-nav.headroom--pinned {
    background: #242224;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .1), 0 1px 8px rgba(0, 0, 0, .1)
}

.landing-page .landing-page-nav.headroom--not-top .navbar-nav a {
    color: #8f8f8f
}

.landing-page .landing-page-nav.headroom--not-top .navbar-nav a.dropdown-item:focus {
    color: #d0d0d0
}



.landing-page .landing-page-nav.headroom--unfixed .mobile-menu-button {
    color: #d0d0d0
}


.landing-page .background-white {
    background: #d0d0d0
}


.landing-page .home-text p {
    color: #d0d0d0;
    font-size: 1.1rem
}


.landing-page .home-text .display-1 {
    font-size: 3rem;
    line-height: 3.2rem;
    margin-bottom: 1.1em;
    color: #d0d0d0
}


.landing-page .newsletter-input-container .input-group {
    border-radius: 50px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3)
}


.landing-page .footer .footer-menu p {
    color: #d0d0d0;
    font-size: 1rem
}

.landing-page .footer .footer-menu a {
    font-size: 1rem;
    color: #d0d0d0
}

.landing-page .footer .footer-menu a:focus, .landing-page .footer .footer-menu a:hover {
    color: #3d233a
}


.landing-page .footer .footer-menu .collapse-button:focus, .landing-page .footer .footer-menu .collapse-button:hover {
    color: #d0d0d0
}

.landing-page .footer .copyright p {
    color: #d0d0d0
}


.landing-page .footer .social-icons li a {
    color: #d0d0d0;
    font-size: 1.2rem
}

.landing-page .footer .social-icons li a:active, .landing-page .footer .social-icons li a:hover {
    color: rgba(208, 208, 208, .7)
}

.landing-page .mobile-menu .dropdown a.dropdown-item {
    color: #8f8f8f;
    padding-bottom: .5rem
}

.landing-page .mobile-menu .dropdown a.dropdown-item.active, .landing-page .mobile-menu .dropdown a.dropdown-item:active {
    color: #d0d0d0
}


.landing-page form.dark-background input:-webkit-autofill {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important
}

.landing-page form.dark-background .has-float-label label, .landing-page form.dark-background .has-float-label > span, .landing-page form.dark-background .has-top-label label, .landing-page form.dark-background .has-top-label > span {
    color: rgba(208, 208, 208, .6)
}

.landing-page form.dark-background .bootstrap-tagsinput, .landing-page form.dark-background .form-control {
    background: 0 0;
    border-color: rgba(208, 208, 208, .3);
    color: #d0d0d0
}

.landing-page form.dark-background .bootstrap-tagsinput:active, .landing-page form.dark-background .bootstrap-tagsinput:focus, .landing-page form.dark-background .form-control:active, .landing-page form.dark-background .form-control:focus {
    border-color: rgba(208, 208, 208, .6)
}

.landing-page .video-js.blog-video {
    width: 100%;
    height: 442px;
    background-color: #1d1a1d
}

.landing-page .video-js.side-bar-video {
    width: 100%;
    height: 300px;
    background-color: #1d1a1d
}


.landing-page .app-image {
    width: 100%;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .3), 0 3px 24px rgba(0, 0, 0, .3);
    border-radius: 1.2rem
}

.landing-page .doc-search {
    border: 1px solid rgba(208, 208, 208, .3);
    background: 0 0;
    border-radius: 40px;
    padding: .85rem .75rem .8rem;
    max-width: 360px
}

.landing-page .doc-search input {
    color: #d0d0d0;
    background: 0 0;
    width: 93%;
    padding: 0 .75rem;
    outline: initial !important;
    border: initial
}

.landing-page .doc-search input::placeholder {
    color: #d0d0d0;
    opacity: .7
}

.landing-page .doc-search i {
    font-size: 16px;
    color: rgba(208, 208, 208, .7)
}

.landing-page .feedback-container a {
    font-size: 1.3em;
    color: #707070;
    margin: .5rem
}


.landing-page .video-play-icon span {
    position: absolute;
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
    background: rgba(255, 255, 255, .7);
    height: 1.25em;
    border-radius: .75em;
    line-height: 1.25em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75em;
    width: 2em;
    text-align: center
}

.landing-page .video-play-icon:active span, .landing-page .video-play-icon:hover span {
    background: rgba(255, 255, 255, .85)
}

.bluenavy-light-1 {
    background-color: #00365a
}

.bluenavy-light-2 {
    background-color: #fff
}

.bluenavy-light-3 {
    background-color: #184f90
}

.bluenavy-dark-1 {
    background-color: #236591
}

.bluenavy-dark-3 {
    background-color: #1d477a
}

.blueolympic-light-1 {
    background-color: #008ecc
}

.blueolympic-light-2 {
    background-color: #fff
}

.blueolympic-light-3 {
    background-color: #73c2fb
}

.blueolympic-dark-1 {
    background-color: #3e83a1
}

.blueolympic-dark-3 {
    background-color: #304d72
}

.blueyale-light-1 {
    background-color: #145388
}

.blueyale-light-2 {
    background-color: #fff
}

.blueyale-light-3 {
    background-color: #2a93d5
}

.blueyale-dark-1 {
    background-color: #38688b
}

.blueyale-dark-2 {
    background-color: #1e2022
}

.blueyale-dark-3 {
    background-color: #3e8ab9
}

.greenmoss-light-1 {
    background-color: #576a3d
}

.greenmoss-light-2 {
    background-color: #fff
}

.greenmoss-light-3 {
    background-color: #dd9c02
}

.greenmoss-dark-1 {
    background-color: #627745
}

.greenmoss-dark-3 {
    background-color: #8f7b39
}

.greenlime-light-1 {
    background-color: #6fb327
}

.greenlime-light-2 {
    background-color: #fff
}

.greenlime-light-3 {
    background-color: #51c878
}

.greenlime-dark-1 {
    background-color: #63883b
}

.greenlime-dark-3 {
    background-color: #4d7058
}

.carrotorange-light-1 {
    background-color: #ed7117
}

.carrotorange-light-2 {
    background-color: #fff
}

.carrotorange-light-3 {
    background-color: #e7523e
}

.carrotorange-dark-1 {
    background-color: #ad7140
}

.carrotorange-dark-2 {
    background-color: #1e2022
}

.carrotorange-dark-3 {
    background-color: #aa4f43
}

.rubyred-light-1 {
    background-color: #900604
}

.rubyred-light-2 {
    background-color: #fff
}

.rubyred-light-3 {
    background-color: #e7284a
}

.rubyred-dark-1 {
    background-color: #913a47
}

.rubyred-dark-2 {
    background-color: #1e2022
}

.rubyred-dark-3 {
    background-color: #aa5e6c
}

.monsterpurple-light-1 {
    background-color: #922c88
}

.monsterpurple-light-2 {
    background-color: #fff
}

.monsterpurple-light-3 {
    background-color: #4556ac
}

.monsterpurple-dark-1 {
    background-color: #7e4877
}

.monsterpurple-dark-2 {
    background-color: #1e2022
}

.monsterpurple-dark-3 {
    background-color: #3c4b9a
}

.steelgrey-light-1 {
    background-color: #48494b
}

.steelgrey-light-2 {
    background-color: #fff
}

.steelgrey-light-3 {
    background-color: #999da0
}

.steelgrey-dark-1 {
    background-color: #767e8d
}

.steelgrey-dark-2 {
    background-color: #1e2022
}

.steelgrey-dark-3 {
    background-color: #4d5a5f
}

.granolayellow-light-1 {
    background-color: #c0a145
}

.granolayellow-light-2 {
    background-color: #fff
}

.granolayellow-light-3 {
    background-color: #e3b778
}

.granolayellow-dark-1 {
    background-color: #8a722c
}

.granolayellow-dark-2 {
    background-color: #1e2022
}

.granolayellow-dark-3 {
    background-color: #a88048
}