@import "../scss/variables"; /* ###### custom ####### */ body.dark-mode *::-webkit-scrollbar-thumb, body.dark-mode *:hover::-webkit-scrollbar-thumb { background: $dark-body; } body.dark-mode *::-webkit-scrollbar-track { background: $dark-theme2; } @media only screen and (max-width: 767px) and (min-width:568px) { .app.dark-mode .app-header .header-brand .header-brand-img.mobile-logo { display: none !important; } .app.dark-mode .app-header .header-brand .header-brand-img.darkmobile-logo { display: none; } .app.dark-mode .app-header .header-brand .header-brand-img.dark-logo { display: none; } .app.dark-mode .app-header .header-brand .header-brand-img.desktop-lgo { display: block !important; margin-top:6px; } } .dark-mode .form-control::placeholder { color: $white-2 !important; } .dark-mode a { color: $dark-color; } .dark-mode a:hover { color: #aaaec5; text-decoration: none; } .dark-mode .nav-sidebar li ul { background: #eeeeee; } body.dark-mode { color: $dark-color; background: $dark-body; } .dark-mode caption { color: #505662; } .dark-mode .bcolor { background-color: #cf4c3a !important; } .dark-mode .bcolor1 { background-color: #d6124a !important; } .dark-mode hr { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode mark, .dark-mode .mark { background-color: #fcf8e3; } .dark-mode .list-unstyled li { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode #sidebar .list-unstyled li { border-bottom: 1px solid rgba(255, 255, 255, 0.03); } .dark-mode .blockquote-footer { color: #868e96; } .dark-mode .img-thumbnail { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .figure-caption { color: #868e96; } .dark-mode kbd { color: $white; background-color: $dark; } @media (min-width: 992px) { .dark-mode #sticky { color: #FFF; } } .dark-mode .table th, .dark-mode .text-wrap table th, .dark-mode .text-wrap table td { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .table thead th, .dark-mode .text-wrap table thead th { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .table tbody+tbody, .dark-mode .text-wrap table tbody+tbody { border-top: 2px solid rgba(255, 255, 255, .1); } .dark-mode .table .table, .dark-mode .text-wrap table .table, .dark-mode .table .text-wrap table, .dark-mode .text-wrap .table table, .dark-mode .text-wrap table table { background-color: $dark-theme; } .dark-mode .table-bordered, .dark-mode .text-wrap table { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .table-bordered th, .dark-mode .text-wrap table th, .dark-mode .table-bordered td, .dark-mode.text-wrap table td { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.1); } .dark-mode .table-hover tbody tr:hover { background-color: rgba(70, 127, 207, 0.06); color: $white; } .dark-mode .table-primary, .dark-mode .table-primary>th, .dark-mode .table-primary>td { background-color: #d5cee6; } .dark-mode .table-hover .table-primary:hover { background-color: #b7cded; } .dark-mode .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th { background-color: #b7cded; } .dark-mode.table-secondary, .dark-mode .table-secondary>th, .dark-mode .table-secondary>td { background-color: $secondary; } .dark-mode .table-hover .table-secondary:hover { background-color: #cfd2d6; } .dark-mode .table-hover .table-secondary:hover>td, .dark-mode .table-hover .table-secondary:hover>th { background-color: $secondary; } .dark-mode .table-light, .dark-mode .table-light>th, .dark-mode .table-light>td { background-color: #fdfdfe; } .dark-mode .table-hover .table-light:hover { background-color: #ececf6; } .dark-mode .table-hover .table-light:hover>td, .dark-mode .table-hover .table-light:hover>th { background-color: #ececf6; } .dark-mode .table-dark, .dark-mode .table-dark>th, .dark-mode .table-dark>td { background-color: #c6c8ca; } .dark-mode .table-hover .table-dark:hover { background-color: #b9bbbe; } .dark-mode .table-hover .table-dark:hover>td, .dark-mode .table-hover .table-dark:hover>th { background-color: #b9bbbe; } .dark-mode .table-active, .dark-mode .table-active>th, .dark-mode .table-active>td { background-color: rgba(0, 0, 0, 0.04); } .dark-mode .table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.04); } .dark-mode .table-hover .table-active:hover>td, .dark-mode .table-hover .table-active:hover>th { background-color: rgba(0, 0, 0, 0.04); } .dark-mode .table .thead-dark th, .dark-mode .text-wrap table .thead-dark th { color: $dark-theme; background-color: #212529; border-color: #32383e; } .dark-mode .table .thead-light th, .dark-mode .text-wrap table .thead-light th { color: #c4c9d6; background-color: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .1); } .dark-mode .table-dark { color: $dark-theme; background-color: #212529; } .dark-mode .table-dark th, .dark-mode .table-dark td, .dark-mode .table-dark thead th { border-color: #32383e; } .dark-mode .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: $white-05; } .dark-mode .table-dark.table-hover tbody tr:hover { background-color: $white-75; } @media (max-width: 575.98px) { .dark-mode .animated-arrow.hor-toggle { border: 0px solid rgba(255, 255, 255, 0.07) !important; } } /*------- Forms -------*/ .dark-mode .form-control { color: $dark-color; opacity: 1; background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .select2-container--default .select2-selection--single { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .select2-container--default.select2-container--focus .select2-selection--multiple { color: #cfd5da; background-color: $dark-theme2; box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .select2-container .select2-search--inline .select2-search__field { color: $white-8; } .dark-mode .select2-container--default .select2-selection--multiple { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid rgba(255, 255, 255, 0.07) !important; background: $dark-theme2; color: $white; } .dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: $dark-theme !important; border: 1px solid$dark-theme !important; } .dark-mode .form-control:focus { color: rgba(255, 255, 255, .6); background-color: $dark-theme2; border-color: rgba(255, 255, 255, .15); } .dark-mode .form-control::-webkit-input-placeholder { color: $white; opacity: 1; } .dark-mode .form-control::-moz-placeholder { color: $white; opacity: 1; } .dark-mode .form-control:-ms-input-placeholder { color: $white; opacity: 1; } .dark-mode .form-control::-ms-input-placeholder { color: $white; opacity: 1; } .dark-mode .form-control:disabled { background-color: $dark-theme; opacity: 0.5; } .dark-mode .form-control[readonly] { background-color: $dark-theme; opacity: 1; } .dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered { color: #a5a7b1; } .dark-mode select.form-control:focus::-ms-value { color: #c4c9d6; background-color: $dark-theme2; } .dark-mode .form-control-plaintext { color: #c4c9d6; border: solid transparent; border-width: 1px 0; } .dark-mode .form-check-input:disabled~.form-check-label { color: #505662; } .dark-mode .valid-feedback { color: $success; } .dark-mode .valid-tooltip { color: $white; background-color: rgba(94, 186, 0, 0.8); } .dark-mode .was-validated .form-control:valid, .dark-mode .form-control.is-valid, .dark-mode .was-validated .custom-select:valid, .dark-mode .custom-select.is-valid { border-color: $success; } .dark-mode .was-validated .form-control:valid:focus, .dark-mode .form-control.is-valid:focus, .dark-mode .was-validated .custom-select:valid:focus, .dark-mode .custom-select.is-valid:focus { border-color: $success; box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25); } .dark-mode .was-validated .form-check-input:valid~.form-check-label, .dark-mode .form-check-input.is-valid~.form-check-label { color: $success; } .dark-mode .was-validated .custom-control-input:valid~.custom-control-label, .dark-mode .custom-control-input.is-valid~.custom-control-label { color: $success; } .dark-mode .was-validated .custom-control-input:valid~.custom-control-label::before, .dark-mode .custom-control-input.is-valid~.custom-control-label::before { background-color: #9eff3b; } .dark-mode .was-validated .custom-control-input:valid:checked~.custom-control-label::before, .dark-mode .custom-control-input.is-valid:checked~.custom-control-label::before { background-color: #78ed00; } .dark-mode .was-validated .custom-control-input:valid:focus~.custom-control-label::before, .dark-mode .custom-control-input.is-valid:focus~.custom-control-label::before { box-shadow: 0 0 0 1px$dark-theme, 0 0 0 2px rgba(94, 186, 0, 0.25); } .dark-mode .was-validated .custom-file-input:valid~.custom-file-label, .dark-mode .custom-file-input.is-valid~.custom-file-label { border-color: $success; } .dark-mode .was-validated .custom-file-input:valid:focus~.custom-file-label, .dark-mode .custom-file-input.is-valid:focus~.custom-file-label { box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25); } .dark-mode .invalid-feedback { color: #dc0441; } .dark-mode .invalid-tooltip { color: $white; background-color: rgba(205, 32, 31, 0.8); } .dark-mode .was-validated .form-control:invalid, .dark-mode .form-control.is-invalid, .dark-mode .was-validated .custom-select:invalid, .dark-mode .custom-select.is-invalid { border-color: #dc0441; } .dark-mode .was-validated .form-control:invalid:focus, .dark-mode .form-control.is-invalid:focus, .dark-mode .was-validated .custom-select:invalid:focus, .dark-mode .custom-select.is-invalid:focus { border-color: #dc0441; box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25); } .dark-mode .was-validated .form-check-input:invalid~.form-check-label, .dark-mode .form-check-input.is-invalid~.form-check-label { color: #dc0441; } .dark-mode .was-validated .custom-control-input:invalid~.custom-control-label, .dark-mode .custom-control-input.is-invalid~.custom-control-label { color: #dc0441; } .dark-mode .was-validated .custom-control-input:invalid~.custom-control-label::before, .dark-mode .custom-control-input.is-invalid~.custom-control-label::before { background-color: #ec8080; } .dark-mode .was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .dark-mode .custom-control-input.is-invalid:checked~.custom-control-label::before { background-color: #e23e3d; } .dark-mode .was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .dark-mode .custom-control-input.is-invalid:focus~.custom-control-label::before { box-shadow: 0 0 0 1px$dark-theme, 0 0 0 2px rgba(205, 32, 31, 0.25); } .dark-mode .was-validated .custom-file-input:invalid~.custom-file-label, .dark-mode .custom-file-input.is-invalid~.custom-file-label { border-color: #dc0441; } .dark-mode .was-validated .custom-file-input:invalid:focus~.custom-file-label, .dark-mode .custom-file-input.is-invalid:focus~.custom-file-label { box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25); } /*-------- Buttons ------*/ .dark-mode .btn:focus, .dark-mode .btn.focus { box-shadow: 0 0 0 2px rgba(194, 197, 199, 0.25); } .dark-mode .btn-primary { color: $white; background-color: $primary; border-color: $primary; } .dark-mode .btn-primary:hover { color: $white !important; background-color: #4d5ed6; border-color: #4d5ed6; } .dark-mode .btn-primary:focus, .dark-mode .btn-primary.focus { box-shadow: 0 0 0 2px rgba(45, 102, 247, 0.5); } .dark-mode .btn-primary.disabled, .dark-mode .btn-primary:disabled { color: $white; background-color: #4d5ed6; border-color: #4d5ed6; } .dark-mode .btn-primary:not(:disabled):not(.disabled):active, .dark-mode .btn-primary:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-primary.dropdown-toggle { color: $white; background-color: #4d5ed6; border-color: #4d5ed6; } .dark-mode .btn-primary:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-primary:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.1); } .dark-mode .btn-light { color: $dark-color; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-light:hover { color: $dark-color; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-light:focus, .dark-mode .btn-light.focus { box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); } .dark-mode .btn-light.disabled, .dark-mode .btn-light:disabled { color: $dark-color; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-light:not(:disabled):not(.disabled):active, .dark-mode .btn-light:not(:disabled):not(.disabled).active, .dark-mode.show>.btn-light.dropdown-toggle { color: $dark-color; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-light:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-light:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); } .dark-mode .btn-default { color: $dark-color; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-default:hover { color: $dark-color; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-default:focus, .dark-mode .btn-default.focus { box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); } .dark-mode .btn-default.disabled, .dark-mode .btn-default:disabled { color: $dark-color; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-default:not(:disabled):not(.disabled):active, .dark-mode .btn-default:not(:disabled):not(.disabled).active, .dark-mode.show>.btn-default.dropdown-toggle { color: $dark-color; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-default:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-default:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-default.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); } .dark-mode .btn-dark { color: $white; background-color: $dark; border-color: $dark; } .dark-mode .btn-dark:hover { color: $white; background-color: #23272b; border-color: #1d2124; } .dark-mode .btn-dark:focus, .dark-mode .btn-dark.focus { box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1); } .dark-mode .btn-dark.disabled, .dark-mode .btn-dark:disabled { color: $white; background-color: $dark; border-color: $dark; } .dark-mode .btn-dark:not(:disabled):not(.disabled):active, .dark-mode .btn-dark:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-dark.dropdown-toggle { color: $white; background-color: #1d2124; border-color: #171a1d; } .dark-mode .btn-dark:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-dark:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1); } .dark-mode .btn-outline-default { color: $dark-color; background-color: transparent; background-image: none; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .btn-outline-default:hover { color: $dark-color !important; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .btn-outline-default:focus, .dark-mode .btn-outline-default.focus { box-shadow: 0 0 0 2px rgba(217, 221, 231, 0.1); } .dark-mode .btn-outline-default.disabled, .dark-mode .btn-outline-default:disabled { color: #435785; background-color: transparent; } .dark-mode .btn-outline-default:not(:disabled):not(.disabled):active, .dark-mode .btn-outline-default:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-outline-default.dropdown-toggle { color: $dark-color !important; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .btn-outline-default:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-outline-default:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-outline-default.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1); } .dark-mode .btn-outline-primary { color: $dark-color1; background-color: transparent; background-image: none; border-color: $primary; } .dark-mode .btn-outline-primary:hover { color: $white !important; background-color: $primary; border-color: $primary; } .dark-mode .btn-outline-primary:focus, .dark-mode .btn-outline-primary.focus { box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.1); } .dark-mode .btn-outline-primary.disabled, .dark-mode .btn-outline-primary:disabled { color: $dark-color1; background-color: transparent; } .dark-mode .btn-outline-primary:not(:disabled):not(.disabled):active, .dark-mode .btn-outline-primary:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-outline-primary.dropdown-toggle { color: $white; background-color: $primary; border-color: $primary; } .dark-mode .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1); } .dark-mode .btn-outline-light { color: $white; background-color: transparent; background-image: none; border-color: $dark-theme-light; box-shadow: none; } .dark-mode .btn-outline-light:hover { color: #c4c9d6; background-color: $dark-theme-light; border-color: $dark-theme-light; } .dark-mode .btn-outline-light:focus, .dark-mode .btn-outline-light.focus { box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); } .dark-mode .btn-outline-light.disabled, .dark-mode .btn-outline-light:disabled { color: $white-5; background-color: transparent; } .dark-mode .btn-outline-light:not(:disabled):not(.disabled):active, .dark-mode .btn-outline-light:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-outline-light.dropdown-toggle { color: #c4c9d6; background-color: $dark-theme; border-color: $dark-theme; } .dark-mode .btn-outline-light:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-outline-light:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1); } .dark-mode .btn-outline-dark { color: $dark; background-color: transparent; background-image: none; border-color: $dark; } .dark-mode .btn-outline-dark:hover { color: $white; background-color: $dark; border-color: $dark; } .dark-mode .btn-outline-dark:focus, .dark-mode .btn-outline-dark.focus { box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1); } .dark-mode .btn-outline-dark.disabled, .dark-mode .btn-outline-dark:disabled { color: $dark; background-color: transparent; } .dark-mode .btn-outline-dark:not(:disabled):not(.disabled):active, .dark-mode .btn-outline-dark:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-outline-dark.dropdown-toggle { color: $white; background-color: $dark; border-color: $dark; } .dark-mode .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1); } .dark-mode .btn-link { color: $dark-color1 } .dark-mode .btn-link:hover { color: $dark-color1 } .dark-mode .btn-link:disabled, .dark-mode .btn-link.disabled { color: #868e96; } .dark-mode .collapse:not(.show) { background: $dark-theme2; } /*------Drop Downs-------*/ .dark-mode .dropdown-menu { -webkit-box-shadow:0px 6px 18px rgba(123, 130, 187, 0.2); box-shadow:0px 6px 18px rgba(123, 130, 187, 0.2); color: $dark-color; background-color: #181f48; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .dropdown-divider { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .notifyimg { color: $white; background: $primary; } .dark-mode .drop-icon-wrap .drop-icon-item { color: #878787; } .dark-mode .drop-icon-wrap .drop-icon-item:hover, .dark-mode .drop-icon-wrap .drop-icon-item:focus { background-color: $dark-theme; } .dark-mode .dropdown-item:hover, .dark-mode .dropdown-item:focus { color: $dark-color1; background-color: $dark-theme-light; } .dark-mode .dropdown-item.active, .dark-mode .dropdown-item:active { background-color: #161c41; } .dark-mode .dropdown-item.disabled, .dark-mode .dropdown-item:disabled { color: $white; background-color: transparent; } .dark-mode .dropdown-menu-arrow.dropdown-menu-right:before { border-bottom: 10px solid rgba(255, 255, 255, .1); border-left: 10px solid transparent; border-right: 10px solid transparent; } .dark-mode .dropdown-menu-arrow.dropdown-menu-right:after { border-bottom: 9px solid $dark-theme2; border-left: 9px solid transparent; border-right: 9px solid transparent; } .dark-mode .dropdown-menu-arrow.dropdown-menu-left:before { border-bottom: 10px solid rgba(255, 255, 255, .1); border-left: 10px solid transparent; border-right: 10px solid transparent; } .dark-mode .dropdown-menu-arrow.dropdown-menu-left:after { border-bottom: 9px solid $dark-theme2; border-left: 9px solid transparent; border-right: 9px solid transparent; } .dark-mode .dropdown-header { color: #868e96; } .dark-mode .dropdown-item-text { color: #212529; } .dark-mode .input-group-addon { color: #b7bec5; border: 1px solid rgb(72, 81, 103); background: $dark-theme2; } .dark-mode .input-group-text { color: #c4c9d6; background-color: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); border-right: 0px; } /*----- Global Loader -----*/ .dark-mode #global-loader { background: $dark-theme2; } /*----- Custom control -----*/ .dark-mode .custom-control-input:checked~.custom-control-label::before { color: $white; background-color: $primary; } .dark-mode .custom-control-input:focus~.custom-control-label::before { box-shadow: 0 0 0 1px $dark-theme, 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .custom-control-input:active~.custom-control-label::before { color: $white; background-color: #d4e1f4; } .dark-mode .custom-control-input:disabled~.custom-control-label { color: #868e96; } .dark-mode .custom-control-input:disabled~.custom-control-label::before { background-color: rgba(255, 255, 255, .1); } .dark-mode .custom-control-label::before { background-color: rgba(255, 255, 255, .1); } .dark-mode .custom-checkbox .custom-control-input:checked~.custom-control-label::before { background-color: $primary; } .dark-mode .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(70, 127, 207, 0.5); } .dark-mode .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before { background-color: rgba(70, 127, 207, 0.5); } .dark-mode .custom-radio .custom-control-input:checked~.custom-control-label::before { background-color: $primary; } .dark-mode .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before { background-color: rgba(70, 127, 207, 0.5); } .dark-mode .custom-select { color: rgba(255, 255, 255, .8); background: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .custom-select:focus { border-color: $primary; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(25, 145, 235, 0.5); } .dark-mode .custom-select:focus::-ms-value { color: #c4c9d6; background-color: $dark-theme2; } .dark-mode .custom-select:disabled { color: #868e96; background-color: rgba(255, 255, 255, .1); } .dark-mode .custom-file-input:focus~.custom-file-label { border-color: #1991eb; box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .custom-file-input:focus~.custom-file-label::after { border-color: #1991eb; } .dark-mode .custom-file-label { color: #c4c9d6; background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .custom-file-label::after { color: $white; background-color: $primary; border-left: 1px solid $primary; } .dark-mode .custom-range::-webkit-slider-thumb:focus { box-shadow: 0 0 0 1px$dark-theme, 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .custom-range::-webkit-slider-thumb:active { background-color: #d4e1f4; } .dark-mode .custom-range::-webkit-slider-runnable-track { background-color: rgba(255, 255, 255, .1); background: #467fcf; } .dark-mode .custom-range::-moz-range-thumb:focus { box-shadow: 0 0 0 1px$dark-theme, 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .custom-range::-moz-range-thumb:active { background-color: #d4e1f4; } .dark-mode .custom-range::-moz-range-track { background-color: rgba(255, 255, 255, .1); background: rgba(0, 50, 126, 0.12); } .dark-mode .custom-range::-ms-thumb:focus { box-shadow: 0 0 0 1px$dark-theme, 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .custom-range::-ms-thumb:active { background-color: #d4e1f4; } .dark-mode .custom-range::-ms-fill-lower { background-color: rgba(255, 255, 255, .1); background: #467fcf; } .dark-mode .custom-range::-ms-fill-upper { background-color: rgba(255, 255, 255, .1); background: rgba(0, 50, 126, 0.12); } /*------ Navigation -------*/ .dark-mode .nav-link.disabled { color: #a8b4c1; } .dark-mode .nav-tabs .nav-link { border: 1px solid transparent; color: rgba(255, 255, 255, .8); } .dark-mode .nav-tabs .nav-link.disabled { color: #868e96; } .dark-mode .nav-pills .nav-link.active, .dark-mode .nav-pills .show>.nav-link { color: $white; background-color: $primary; } .dark-mode .navbar-light .navbar-brand { color: $black-9; } .dark-mode .navbar-light .navbar-brand:hover, .dark-mode .navbar-light .navbar-brand:focus { color: $black-9; } .dark-mode .navbar-light .navbar-nav .nav-link { color: $black-5; } .dark-mode .navbar-light .navbar-nav .nav-link:hover, .dark-mode .navbar-light .navbar-nav .nav-link:focus { color: $black-7; } .dark-mode .navbar-light .navbar-nav .nav-link.disabled { color: $black-3; } .dark-mode .navbar-light .navbar-nav .show>.nav-link, .dark-mode .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .dark-mode .navbar-light .navbar-nav .nav-link.active { color: $black-9; } .dark-mode .navbar-light .navbar-toggler { color: $black-5; border-color: $black-1; } .dark-mode .navbar-light .navbar-text { color: $black-5; } .dark-mode .navbar-light .navbar-text a { color: $black-9; } .dark-mode .navbar-light .navbar-text a:hover, .dark-mode .navbar-light .navbar-text a:focus { color: $black-9; } .dark-mode .navbar-dark .navbar-brand { color: $white; } .dark-mode .navbar-dark .navbar-brand:hover, .dark-mode .navbar-dark .navbar-brand:focus { color: $white; } .dark-mode .navbar-dark .navbar-nav .nav-link { color: $white-5; } .dark-mode .navbar-dark .navbar-nav .nav-link:hover, .dark-mode .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .dark-mode .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .dark-mode .navbar-dark .navbar-nav .show>.nav-link, .dark-mode .navbar-dark .navbar-nav .active>.nav-link, .dark-mode .navbar-dark .navbar-nav .nav-link.show, .dark-mode .navbar-dark .navbar-nav .nav-link.active { color: $white; } .dark-mode .navbar-dark .navbar-toggler { color: $white-5; border-color: $white-1; } .dark-mode .navbar-dark .navbar-text { color: $white-5; } .dark-mode .navbar-dark .navbar-text a { color: $white; } .dark-mode .navbar-dark .navbar-text a:hover, .dark-mode .navbar-dark .navbar-text a:focus { color: $white; } /*------ Card -------*/ .dark-mode .card { background-color: $dark-theme2 !important; box-shadow: -8px 12px 18px 0 #0d1337; } .dark-mode .card-footer { background-color: rgba(0, 0, 0, 0.03); color: $dark-color; border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .messenger-box .avatar .send-time { color: $dark-color; } .dark-mode .messenger-box .inner-box { background-color: $dark-theme; } .dark-mode .messenger-box .inner-box:after { border-color: transparent$dark-theme transparent transparent; } .dark-mode .messenger-box .msg-sent .inner-box:after { border-color: transparent transparent transparent$dark-theme; } .dark-mode .messenger-box .send-mgs .yourmsg input { border: 1px solid #eceff1; } .dark-mode .messenger-box .send-mgs .msg-send-btn { background: #03a9f3; color: $white; } .dark-mode input:-internal-autofill-selected { background-color: $dark-theme2 !important; -webkit-text-fill-color: $white; -webkit-box-shadow: 0 0 0px 1000px $dark-theme2 inset; transition: background-color 5000s ease-in-out 0s; color: $white; } /*------ Accordion -------*/ .dark-mode .page-link { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .page-link:hover { color: $dark-color1; background-color: rgba(70, 127, 207, 0.06); } .dark-mode .page-item.active .page-link { color: $white; background-color: $primary; } .dark-mode .page-item.active .page-link:hover { color: $white !important; } .dark-mode .page-item.disabled .page-link { color: #ced4da; background-color: $dark-theme2; border-color: rgba(255, 255, 255, .1); } /*------ Email services -------*/ .dark-mode .mail-box .sm-side { background: none repeat scroll 0 0 #e5e8ef; } .dark-mode .mail-box .lg-side { background: none repeat scroll 0 0 $white; } .dark-mode .mail-box .sm-side .user-head { background: none repeat scroll 0 0 #00a8b3; color: $white; } .dark-mode .user-head .user-name h5 a { color: $white; } .dark-mode .user-head .user-name span a { color: #87e2e7; } .dark-mode a.mail-dropdown { background: none repeat scroll 0 0 #80d3d9; color: #01a7b3; } .dark-mode .btn-compose { background: none repeat scroll 0 0 #ff6c60; color: $white; } .dark-mode .btn-compose:hover { background: none repeat scroll 0 0 #f5675c; color: $white; } .dark-mode .inbox-divider { border-bottom: 1px solid #d5d8df; } .dark-mode ul.inbox-nav li a { color: #6a6a6a; } .dark-mode ul.inbox-nav li a:hover, .dark-mode ul.inbox-nav li.active a, .dark-mode ul.inbox-nav li a:focus { background: none repeat scroll 0 0 #d5d7de; color: #6a6a6a; } .dark-mode ul.inbox-nav li a i { color: #6a6a6a; } .dark-mode ul.labels-info li h4 { color: #5c5c5e; } .dark-mode ul.labels-info li a { color: #6a6a6a; } .dark-mode ul.labels-info li a:hover, .dark-mode ul.labels-info li a:focus { background: none repeat scroll 0 0 #d5d7de; color: #6a6a6a; } .dark-mode .nav.nav-pills.nav-stacked.labels-info p { color: #9d9f9e; } .dark-mode .inbox-head .sr-input { color: #8a8a8a; } .dark-mode .inbox-head .sr-btn { background: none repeat scroll 0 0 $primary; border-radius: 0 4px 4px 0; color: $white; } .dark-mode .table-inbox { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .table-inbox tr { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .table-inbox tr td .fa-star.inbox-started, .dark-mode .table-inbox tr td .fa-star:hover { color: #f78a09; } .dark-mode .table-inbox tr td .fa-star { color: rgba(255, 255, 255, 0.07); } .dark-mode .table-inbox tr.unread td { background: $dark-theme; border-bottom: rgba(255, 255, 255, .1) 1px solid; } .dark-mode .mail-option .chk-all, .dark-mode .mail-option .btn-group a.btn { background: none repeat scroll 0 0 $dark-theme-light; border: 0px solid rgba(255, 255, 255, 0.07); color: #d1d5dc; } .dark-mode .mail-option .btn-group .btn { background: none repeat scroll 0 0 $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); color: #d1d5dc; } .dark-mode .inbox-pagination a.np-btn { background: none repeat scroll 0 0 $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); color: #d1d5dc; } .dark-mode .fileinput-button { background: none repeat scroll 0 0 #eeeeee; border: 1px solid #e6e6e6; } .dark-mode .inbox-body .modal .modal-body input, .dark-mode .inbox-body .modal .modal-body textarea { border: 1px solid #e6e6e6; box-shadow: none; } .dark-mode .btn-send, .dark-mode .btn-send:hover { background: none repeat scroll 0 0 #00a8b3; color: $white; } .dark-mode .btn-send:hover { background: none repeat scroll 0 0 #009da7; } .dark-mode .heading-inbox h4 { border-bottom: 1px solid #ddd; color: #a5a7b1; } .dark-mode .sender-dropdown { background: none repeat scroll 0 0 1px solid rgba(255, 255, 255, 0.07); color: #777; } .dark-mode .view-mail a { color: #ff6c60; } /*----- Range slider -------*/ .dark-mode .jsr_rail { background: $dark-theme; } .dark-mode .jsr_bar { background-color: $primary; } .dark-mode .jsr_bar--limit { background-color: #d9dadc; } .dark-mode .jsr_slider::before { background: $primary; } .dark-mode .jsr_slider:focus::before { background: $primary; } .dark-mode .jsr_label { background: #24345a; color: $dark-color; } .dark-mode .jsr_label--minmax { background: #24345a; color: $dark-color; } /* Merged labels */ .dark-mode .range { background-color: rgb(245, 245, 245); -webkit-box-shadow: inset 0 1px 2px $black-1; box-shadow: inset 0 1px 2px $black-1; } .dark-mode .range input[type="range"]::-webkit-slider-thumb { color: rgb(255, 255, 255); background-color: rgb(153, 153, 153); } .dark-mode .range input[type="range"]::-moz-slider-thumb { color: rgb(255, 255, 255); background-color: rgb(153, 153, 153); } .dark-mode .range output { color: rgb(255, 255, 255); background-color: rgb(153, 153, 153); } .dark-mode .range.range-primary input[type="range"]::-webkit-slider-thumb { background-color: $primary; } .dark-mode .range.range-primary input[type="range"]::-moz-slider-thumb { background-color: $primary; } .dark-mode .range.range-primary output { background-color: $primary; } .dark-mode .range.range-primary input[type="range"] { outline-color: $primary; } /*-----Pricing tables-----*/ .dark-mode .pricing { color: $white; } .dark-mode .pricing1 { color: $white-4; } .dark-mode .pricing .card-category { background: $white-3; color: #Fff; } .dark-mode .pricing .list-unstyled li { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .pricing1 .list-unstyled li { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .pricing1 .card-category { background: $white-3; color: #Fff; } .dark-mode .pricing-table:hover { box-shadow: 0px 0px 30px rgba(0, 0, 0, .2); } .dark-mode .pricing-table:hover>.panel-footer-landing { box-shadow: 0px 0px 30px rgba(0, 0, 0, .05) inset; } .dark-mode .pricing-table:hover>.panel>.panel-body-landing { background: $primary; } .dark-mode .pricing-table:hover>.panel>.panel-heading-landing-box { background: $white !important; color: #d1d5dc !important; } .dark-mode .pricing-table:hover>.panel>.controle-header { background: $primary !important; } .dark-mode .pricing-table:hover>.panel>.panel-footer { background: $primary !important; } .dark-mode .pricing-table:hover>.panel>.panel-footer>.btn { border: solid 1px $white !important; } .dark-mode .btn-price:hover { background: $white !important; color: $dark-color1 !important; } .dark-mode .pricing-table:hover>.panel>.controle-header>.panel-title-landing { color: $white !important; } .dark-mode .pricing-table>.panel>.controle-header>.panel-title-landing { color: $black !important; } .dark-mode .panel-body-landing:hover>.table>tbody>tr>td { color: $white !important; } .dark-mode .panel-heading-landing { background: #f7f7f7 !important; border: solid 2px $primary !important; } .dark-mode .panel-heading-landing-box { background: $primary !important; color: $white !important; } .dark-mode .panel-title-landing { color: $dark-color1 !important; } .dark-mode .panel-body-landing { border: solid 2px $primary !important; background: $white; } .dark-mode .panel-footer-landing { border: solid 2px $primary !important; background: #f7f7f7; } .dark-mode .plan-card .plan-icon { color: $white; border: 12px solid $dark-theme2; box-shadow: 0 0 3px #cccccc; } .dark-mode .plan-card .plan-price { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .plan-card .plan-features p { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .plan-card .plan-features p:first-child { border-top: 1px solid rgba(255, 255, 255, 0.07); } /*------ Pricing Styles ---------*/ .dark-mode .panel-heading { background: $dark-theme2; } .dark-mode .panel.price>.panel-heading { background: $primary; color: $white; } .dark-mode .price .list-group-item { border-bottom: 0px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .panel.price { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .price .panel-footer { background-color: $dark-theme2; } .dark-mode .price.panel-color>.panel-body { background-color: $dark-theme2; } .dark-mode .panel-footer { background-color: $dark-theme; border-top: 1px solid rgba(255, 255, 255, 0.07); border-left: 1px solid rgba(255, 255, 255, 0.07); border-right: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .panel.price .btn { box-shadow: 0 -1px 0px rgba(50, 50, 50, .2) inset; } /*end of pricing*/ .dark-mode #popup { background: #fe6b1f; } .dark-mode .nav1 { background: $dark-theme; } .dark-mode .nav-item1:hover:not(.disabled) { color: $white; } .dark-mode .nav-item1.active { color: $white; } .dark-mode .nav-item1 .nav-link.disabled { color: $white-4; } .dark-mode .nav-tabs { border-bottom: 1px solid rgba(255, 255, 255, 0.07); color: $black; } .dark-mode .user-button { border: 1px solid rgba(255, 255, 255, 0.07); color: $white !important; background: $primary; } .dark-mode .user-button:hover { border: 1px solid $primary; background: $white; color: $dark-color1 !important; } .dark-mode .nav-tabs .nav-item1.nav-link { border: 1px solid transparent; } .dark-mode .nav-tabs .nav-item1 .nav-link { color: rgba(255, 255, 255, .8); } .dark-mode .nav-tabs .nav-item1 .nav-link:hover:not(.disabled) { color: $white; background: $primary; } .dark-mode .nav-tabs .nav-item1 .nav-link.active { color: $white; background: $primary; } .dark-mode .nav-tabs .nav-submenu .nav-item1 { color: #9aa0ac; } .dark-mode .nav-tabs .nav-submenu .nav-item1.active { color: #467fcf; } .dark-mode .nav-tabs .nav-submenu .nav-item1:hover { color: $dark-color; background: rgba(0, 0, 0, 0.024); } /*-------Tooptip &popover------*/ .dark-mode .tooltip-inner { color: $white; background-color: $black; } .dark-mode .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before, .dark-mode .tooltip.tooltip-top .tooltip-inner::before { border-top-color: $black; } .dark-mode .tooltip.bs-tether-element-attached-left .tooltip-inner::before, .dark-mode .tooltip.tooltip-right .tooltip-inner::before { border-right-color: $black; } .dark-mode .tooltip.bs-tether-element-attached-top .tooltip-inner::before, .dark-mode .tooltip.tooltip-bottom .tooltip-inner::before { border-bottom-color: $black; } .dark-mode .tooltip.bs-tether-element-attached-right .tooltip-inner::before, .dark-mode .tooltip.tooltip-left .tooltip-inner::before { border-left-color: $black; } /*alerts*/ .dark-mode .pop-primary { color: #4d9dff; } /*----- Typography ------*/ .dark-mode .heading-inverse { background-color: #232d46; color: $white; } .dark-mode .heading-primary { background-color: $primary; color: $white; } /*------ Breadcrumb ------*/ .dark-mode .breadcrumb-item+.breadcrumb-item::before { color: #c3c3c3; opacity: 0.2; } .dark-mode .breadcrumb-item.active { color: #c3c3c3; } .dark-mode .breadcrumb1 { background-color: $dark-theme; } .dark-mode .breadcrumb-item1 a { color: $dark-color1 } .dark-mode .breadcrumb-item1.active { color: rgba(255, 255, 255, .8); } .dark-mode .breadcrumb-arrow { background-color: $dark-theme; } .dark-mode .breadcrumb-arrow li a { color: $white; background-color: $primary; border: 1px solid $primary; } .dark-mode .breadcrumb-arrow li a:before { border-left-color: $primary; } .dark-mode .breadcrumb-arrow li span { color: $white; } /*-------Accordion-----------*/ .dark-mode .panel-group .panel { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .panel-default>.panel-heading { color: $dark-color1; background-color: $dark-theme; } .dark-mode .acc-header a{ background: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.02); } .dark-mode .acc-body{ border: 1px solid rgba(255, 255, 255, 0.02); } .dark-mode .more-less { color: #212121; } .dark-mode .panel-default>.panel-heading+.panel-collapse>.panel-body { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .panel-default .list-group-item.active { color: $white; background-color: $dark-theme; border-color: $dark-theme; } .dark-mode .panel-primary .list-group-item.active { color: #FFF; background-color: $primary; border-color: $primary; } .dark-mode .panel-primary .list-group-item.active:hover { color: #FFF !important; background-color: #255be6; border-color: $white-1; } .dark-mode .panel-default .list-group-item.active:hover, .dark-mode .panel-default .list-group-item.active:focus { color: $white; background-color: $dark-theme; border-color: $dark-theme; } /* ----- v CAN BE DELETED v ----- */ .dark-mode .wrap { box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px $black-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .dark-mode .panel1 { border-color: $white; } .dark-mode .panel-heading1 { background-color: #5797fc; color: $white; } .dark-mode .panel-group1 .panel-body { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .panel-title1 a { color: $white; background: $primary; } .dark-mode #accordion1 .panel-title1 a:hover { color: $white !important; } .dark-mode .panel-body1 { background: $white; } /* #bs-collapse icon scale option */ .dark-mode .panel-title a.accordion-toggle:before { color: $white; } .dark-mode .panel-title a.accordion-toggle.collapsed:before { color: $white; } /*-----List Of Dropdwons-----*/ .dark-mode btn.dropdown-toggle~.dropdown-menu, .dark-mode ul.dropdown-menu li.dropdown ul.dropdown-menu { background-color: rgb(244, 244, 244) !important; background-color: rgb(255, 255, 255) !important; border: 0 solid rgb(66, 133, 244) !important; box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important; } .dark-mode .dropdown-menu>li>a { color: #8388a0; } .dark-mode .dropdown-menu>li>a:hover, .dark-mode .dropdown-menu>li>a:focus { color: rgba(255, 255, 255, .8); background-color: $dark-theme; } .dark-mode .dropdown-menu .divider { background: rgba(255, 255, 255, .1); } .dark-mode .dropdown-menu .dropdown-plus-title { color: rgba(255, 255, 255, .8) !important; border-bottom: 1px solid rgba(255, 255, 255, .1) !important; } .dark-mode .btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title { border-color: rgb(53, 126, 189) !important; } .dark-mode .dropdown-menu-header { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .dropdown-menu-header label { color: rgba(255, 255, 255, .8); } .dark-mode .dropdown-media-list .media:hover, .dark-mode .dropdown-media-list .media:focus { background-color: $dark-theme; } .dark-mode .dropdown-media-list .media-body>div p { color: rgba(255, 255, 255, .8); } .dark-mode .dropdown-list-footer { border-top: 1px solid rgba(255, 255, 255, 0.07); } /*-----Badges-----*/ .dark-mode .badge-primary { color: $white; background-color: $primary; } .dark-mode .badge-primary[href]:hover, .dark-mode .badge-primary[href]:focus { color: $white; text-decoration: none; background-color: $primary; } .dark-mode .badge-light { color: #c4c9d6; background-color: $dark-theme-light; } .dark-mode .badge-light[href]:hover, .dark-mode .badge-light[href]:focus { color: #c4c9d6; text-decoration: none; background-color: $dark-theme-light; } .dark-mode .badge-dark { color: $white; background-color: $dark; } .dark-mode .badge-dark[href]:hover, .dark-mode .badge-dark[href]:focus { color: $white; text-decoration: none; background-color: #1d2124; } /*-----Jumbotron-----*/ .dark-mode .jumbotron { background-color: $dark-theme; } /*-----Countdown-----*/ .dark-mode .countdown span:first-child { color: $white; } /*-----Alerts-----*/ .dark-mode .alert-primary { color: #464a4e; background-color: #c5b8e6; border-color: #d1bffd; } .dark-mode .alert-primary hr { border-top-color: #b7cded; } .dark-mode .alert-primary .alert-link { color: #172b46; } .dark-mode .alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; } .dark-mode .alert-light hr { border-top-color: #ececf6; } .dark-mode .alert-light .alert-link { color: #686868; } .dark-mode .alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; } .dark-mode .alert-dark hr { border-top-color: #b9bbbe; } .dark-mode .alert-dark .alert-link { color: #040505; } /*-----progress-----*/ .dark-mode .progress { background: $dark-theme; background-color: $dark-theme; } .dark-mode .progress-bar { color: $white; background-color: $dark-theme; } .dark-mode .progress-bar-striped { background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.07) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.07) 50%, rgba(0, 0, 0, 0.07) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } /*-----Lists-----*/ .dark-mode .list-group-item-action { color: rgba(255, 255, 255, .8); } .dark-mode .list-group-item-action:hover, .dark-mode .list-group-item-action:focus { color: rgba(255, 255, 255, .8); background-color: $dark-theme2; } .dark-mode .list-group-item-action:active { color: rgba(255, 255, 255, .8); background-color: $dark-theme; } .dark-mode .list-group-item { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .listorder { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .listorder1 { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .listunorder { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .listunorder1 { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .list-group-item.disabled, .dark-mode .list-group-item:disabled { color: #7c90b1; background-color: $dark-theme2; } .dark-mode .list-group-item.active { background-color: #1e2450; color: $dark-color1 !important; fill: $dark-color1; } .dark-mode .list-group-item-primary { color: #24426c; background-color: #cbdbf2; } .dark-mode .list-group-item-primary.list-group-item-action:hover, .dark-mode .list-group-item-primary.list-group-item-action:focus { color: #24426c; background-color: #b7cded; } .dark-mode .list-group-item-primary.list-group-item-action.active { color: $white; background-color: #24426c; border-color: #24426c; } .dark-mode .mail-card .list-group-item.active svg, .dark-mode .mail-card .list-group-item.active .badge.text-muted { color: $dark-color1 !important; fill: $dark-color1; } .dark-mode .list-group-item-light { color: #818182; background-color: #fdfdfe; } .dark-mode .list-group-item-light.list-group-item-action:hover, .dark-mode .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; } .dark-mode .list-group-item-light.list-group-item-action.active { color: $white; background-color: #818182; border-color: #818182; } .dark-mode .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; } .dark-mode .list-group-item-dark.list-group-item-action:hover, .dark-mode .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; } .dark-mode .list-group-item-dark.list-group-item-action.active { color: $white; background-color: #1b1e21; border-color: #1b1e21; } .dark-mode .close { color: $white-5; } .dark-mode .close:hover, .dark-mode .close:focus { color: rgba(255, 255, 255, 0.54); } /*------ Modal -------*/ .dark-mode .modal-content { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .modal-backdrop { background-color: $black; } .dark-mode .modal-header { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .modal-footer { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .widget-info i { border: 2px solid $white; } .dark-mode .widget-info a { border-bottom: 1px solid $white; } .dark-mode .popover { -webkit-filter: drop-shadow(0 1px 3px $black-1); filter: drop-shadow(0 1px 3px $black-1); background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .bs-popover-top .arrow::before, .dark-mode .bs-popover-auto[x-placement^="top"] .arrow::before { border-top-color: $white-1; } .dark-mode .bs-popover-top .arrow::after, .dark-mode .bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: $dark-theme2; } .dark-mode .bs-popover-right .arrow::before, .dark-mode .bs-popover-auto[x-placement^="right"] .arrow::before { border-right-color: $white-1; } .dark-mode .bs-popover-right .arrow::after, .dark-mode .bs-popover-auto[x-placement^="right"] .arrow::after { border-right-color: $dark-theme2; } .dark-mode .bs-popover-bottom .arrow::before, .dark-mode .bs-popover-auto[x-placement^="bottom"] .arrow::before { border-bottom-color: $white-1; } .dark-mode .bs-popover-bottom .arrow::after, .dark-mode .bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: $dark-theme2; } .dark-mode .bs-popover-bottom .popover-header::before, .dark-mode .dark-mode.bs-popover-auto[x-placement^="bottom"] .popover-header::before { border-bottom: 1px solid $dark-theme2; } .dark-mode .bs-popover-left .arrow::before, .dark-mode .bs-popover-auto[x-placement^="left"] .arrow::before { border-left-color: $white-1; } .dark-mode .bs-popover-left .arrow::after, .dark-mode .bs-popover-auto[x-placement^="left"] .arrow::after { border-left-color: $dark-theme2; } .dark-mode .popover-header { background-color: $dark-theme2; border-bottom: 1px solid rgba(255, 255, 255, 0.07); color: $white-8; } .dark-mode .popover-body { color: $dark-color; } .dark-mode .popover-primary.bs-popover-top .arrow::after, .dark-mode .popover-primary.bs-popover-auto[x-placement^="top"] .arrow::after { border-top-color: $primary; } .dark-mode .popover-secondary.bs-popover-bottom .arrow::after, .dark-mode .popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow::after { border-bottom-color: $primary; } /*------ Carousel -------*/ .dark-mode .carousel-control-prev, .dark-mode .carousel-control-next { color: $white; } .dark-mode .carousel-control-prev:hover, .dark-mode .carousel-control-prev:focus, .dark-mode.carousel-control-next:hover, .dark-mode .carousel-control-next:focus { color: $white; } .dark-mode .carousel-indicators li { background-color: $white-5; } .dark-mode .carousel-indicators .active { background-color: $dark-theme2; } .dark-mode .carousel-indicators1 li { background-color: $white-5; } .dark-mode .carousel-indicators1 .active { background-color: $dark-theme2; } .dark-mode .carousel-indicators2 li { background-color: $white-5; } .dark-mode .carousel-indicators2 .active { background-color: $dark-theme2; } .dark-mode .carousel-indicators3 li { background-color: $white-5; } .dark-mode .carousel-indicators3 .active { background-color: $dark-theme2; } .dark-mode .carousel-indicators4 li { background-color: $white-5; } .dark-mode .carousel-indicators4 .active { background-color: $dark-theme2; } .dark-mode .carousel-indicators5 li { background-color: $white-5; } .dark-mode .carousel-indicators5 .active { background-color: $dark-theme2; } .dark-mode .carousel-caption { color: $white; } /*------ Alignments -------*/ .dark-mode .bg-primary { background-color: $primary !important; } .dark-mode a.bg-primary:hover, .dark-mode a.bg-primary:focus, .dark-mode button.bg-primary:hover, .dark-mode button.bg-primary:focus { background-color: $primary !important; } .dark-mode .bg-secondary { background-color: $secondary !important; } .dark-mode .bg-success { background-color: $success !important; } .dark-mode .bg-info { background-color: $info !important; } .dark-mode .bg-warning { background-color: $warning !important; } .dark-mode .bg-danger { background-color: $danger !important; } .dark-mode .bg-light { background-color: $dark-theme-light !important; } .dark-mode a.bg-light:hover, .dark-mode a.bg-light:focus, .dark-mode button.bg-light:hover, .dark-mode button.bg-light:focus { background-color: $dark-theme !important; } .dark-mode .bg-dark { background-color: $dark !important; } .dark-mode a.bg-dark:hover, .dark-mode a.bg-dark:focus, .dark-mode button.bg-dark:hover, .dark-mode button.bg-dark:focus { background-color: #1d2124 !important; } .dark-mode .bg-white { background-color: $dark-theme2 !important; } .dark-mode .bg-white.input-group-append.btn { border-color: $white-1; } .dark-mode .bg-gradient-primary { background: -webkit-gradient(linear, left top, right top, from($primary), to(#113ca9)); } .dark-mode .border { border: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .border-top { border-top: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .border-right { border-right: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .border-bottom { border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .border-left { border-left: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .border-wd-1 { border-width: 1px !important; } .dark-mode .border-wd-2 { border-width: 2px !important; } .dark-mode .border-wd-3 { border-width: 3px !important; } .dark-mode .border-wd-4 { border-width: 4px !important; } .dark-mode .border-wd-5 { border-width: 5px !important; } .dark-mode .border-top-bottom { border-top: 1px solid rgba(255, 255, 255, 0.07) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .border-left-right { border-right: 1px solid rgba(255, 255, 255, 0.07) !important; border-left: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .border-0 { border: 0 !important; } .dark-mode .border-top-0 { border-top: 0 !important; } .dark-mode .border-right-0 { border-right: 0 !important; } .dark-mode .border-bottom-0 { border-bottom: 0 !important; } .dark-mode .border-left-0 { border-left: 0 !important; } .dark-mode .border-top-bottom-0 { border-top: 0px solid #eff0f6 !important; border-bottom: 0px solid #eff0f6 !important; } .dark-mode .border-left-right-0 { border-right: 0px solid #eff0f6 !important; border-left: 0px solid #eff0f6 !important; } .dark-mode .border-primary { border-color: $primary !important; } .dark-mode .border-secondary { border-color: $secondary !important; } .dark-mode .border-success { border-color: $success !important; } .dark-mode .border-info { border-color: $info !important; } .dark-mode .border-warning { border-color: $warning !important; } .dark-mode .border-danger { border-color: #dc0441 !important; } .dark-mode .border-light { border-color: $dark-theme !important; } .dark-mode .border-dark { border-color: $dark !important; } .dark-mode .border-white { border-color: $white !important; } .dark-mode i.fa.round { border: 1px solid $primary; } .dark-mode .list-icon span p { border: 1px solid $primary; } .dark-mode .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .dark-mode .shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .dark-mode .shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .dark-mode .text-white { color: #f0f0f0 !important; } .dark-mode .text-primary { color: $dark-color1 !important; } .dark-mode a.text-primary:hover, .dark-mode a.text-primary:focus { color: $dark-color1 !important; } .dark-mode .text-light { color: $dark-theme !important; } .dark-mode a.text-light:hover, .dark-mode a.text-light:focus { color: $dark-theme !important; } .dark-mode .text-dark { color: $dark-color !important; } .dark-mode a.text-dark:hover, .dark-mode a.text-dark:focus { color: $dark-color !important; } .dark-mode .text-body { color: #c4c9d6 !important; } .dark-mode .text-muted { color: #70748a !important; } @media print { .dark-mode pre, .dark-mode blockquote { border: 1px solid #adb5bd; } .dark-mode .badge { border: 1px solid $black; } .dark-mode .table td, .dark-mode .text-wrap table td, .dark-mode .table th, .dark-mode .text-wrap table th { background-color: $dark-theme2 !important; } .dark-mode .table-bordered th, .dark-mode .text-wrap table th, .dark-mode .table-bordered td, .dark-mode .text-wrap table td { border: 1px solid rgba(255, 255, 255, 0.07) !important; } } .dark-mode blockquote { color: $dark-color; border-left: 2px solid rgba(0, 40, 100, 0.12); } .dark-mode code { background: $dark-theme; border: 1px solid $dark-theme; } .dark-mode pre { color: $info; border-left: 3px solid $primary; background-color: #f8fafc; } .dark-mode .section-nav { background-color: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); } /*------ Headers -------*/ .dark-mode .page-title-icon { color: #9aa0ac; } .dark-mode .page-subtitle { color: $dark-color; } .dark-mode .page-description { color: $dark-color; } .dark-mode .aside { background: $white; border-left: 1px solid rgba(255, 255, 255, 0.07); box-shadow: 0 5px 20px $black-1; } .dark-mode .aside-footer { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .aside-header { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .app-header.header, .dark-mode .hor-header.header{ background: $dark-theme2; box-shadow: 16px 0px 16px #0d1337; } .dark-mode .header{ background: $dark-theme2; } .dark-mode .header-bg { background: $primary; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, $primary, $primary); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, $primary, $primary); } .dark-mode .nav-unread { background: #ecd938; } .dark-mode .nav-link.icon .nav-span { color: $dark-color; } .dark-mode .header-btn.has-new:before { background: #dc0441; } .dark-mode .header-toggler:hover { color: #32e448; } .dark-mode .footer .social ul li a { color: rgba(255, 255, 255, .8); } .dark-mode .footer a:not(.btn) { color: $white-4; } .dark-mode .text-default { color: $white !important; } .dark-mode .text-muted-dark { color: $dark-color !important; } .dark-mode .icon { color: $white !important; } .dark-mode .icon i { color: $dark-color; } .dark-mode a.icon:hover { color: $white !important; } .dark-mode .nav-tabs .nav-link:hover:not(.disabled) { color: $white; } .dark-mode .nav-tabs .nav-link.active { color: $white; background: $primary; } .dark-mode .header .nav-tabs .nav-link:hover:not(.disabled) { color: $white !important; background: $primary; } .dark-mode .header .nav-tabs .nav-link.active { color: $white !important; background: $primary; } /*---Mega Menu---*/ @media (max-width: 768px) { .dark-mode .richText .richText-toolbar ul li a { border: rgba(0, 40, 100, 0.12) solid 1px; } } .dark-mode .nav-tabs .nav-submenu { background: $black; border: 1px solid rgba(255, 255, 255, 0.07); box-shadow: 0 1px 2px 0 $black-05; } .dark-mode .nav-tabs .nav-submenu .nav-item { color: #9aa0ac; } .dark-mode .nav-tabs .nav-submenu .nav-item.active { color: #467fcf; } .dark-mode .nav-tabs .nav-submenu .nav-item:hover { color: $dark-color; background: rgba(0, 0, 0, 0.024); } /*----- Btn styles------*/ .dark-mode .btn-facebook { color: $white; background-color: #3b5998; border-color: #3b5998; } .dark-mode .btn-facebook:hover { color: $white; background-color: #30497c; border-color: #2d4373; } .dark-mode .btn-facebook:focus, .dark-mode .btn-facebook.focus { box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5); } .dark-mode .btn-facebook.disabled, .dark-mode .btn-facebook:disabled { color: $white; background-color: #3b5998; border-color: #3b5998; } .dark-mode .btn-facebook:not(:disabled):not(.disabled):active, .dark-mode .btn-facebook:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-facebook.dropdown-toggle { color: $white; background-color: #2d4373; border-color: #293e6a; } .dark-mode .btn-facebook:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-facebook:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-facebook.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5); } .dark-mode .btn-twitter { color: $white; background-color: #1da1f2; border-color: #1da1f2; } .dark-mode .btn-twitter:hover { color: $white; background-color: #0d8ddc; border-color: #0c85d0; } .dark-mode .btn-twitter:focus, .dark-mode .btn-twitter.focus { box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5); } .dark-mode .btn-twitter.disabled, .dark-mode .btn-twitter:disabled { color: $white; background-color: #1da1f2; border-color: #1da1f2; } .dark-mode .btn-twitter:not(:disabled):not(.disabled):active, .dark-mode .btn-twitter:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-twitter.dropdown-toggle { color: $white; background-color: #0c85d0; border-color: #0b7ec4; } .dark-mode .btn-twitter:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-twitter:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-twitter.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5); } .dark-mode .btn-google { color: $white; background-color: #dc4e41; border-color: #dc4e41; } .dark-mode .btn-google:hover { color: $white; background-color: #d03526; border-color: #c63224; } .dark-mode .btn-google:focus, .dark-mode .btn-google.focus { box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5); } .dark-mode .btn-google.disabled, .dark-mode .btn-google:disabled { color: $white; background-color: #dc4e41; border-color: #dc4e41; } .dark-mode .btn-google:not(:disabled):not(.disabled):active, .dark-mode .btn-google:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-google.dropdown-toggle { color: $white; background-color: #c63224; border-color: #bb2f22; } .dark-mode .btn-google:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-google:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-google.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5); } .dark-mode .btn-youtube { color: $white; background-color: #f00; border-color: #f00; } .dark-mode .btn-youtube:hover { color: $white; background-color: #d90000; border-color: #cc0000; } .dark-mode .btn-youtube:focus, .dark-mode .btn-youtube.focus { box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5); } .dark-mode .btn-youtube.disabled, .dark-mode .btn-youtube:disabled { color: $white; background-color: #f00; border-color: #f00; } .dark-mode .btn-youtube:not(:disabled):not(.disabled):active, .dark-mode .btn-youtube:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-youtube.dropdown-toggle { color: $white; background-color: #cc0000; border-color: #bf0000; } .dark-mode .btn-youtube:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-youtube:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-youtube.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5); } .dark-mode .btn-vimeo { color: $white; background-color: #1ab7ea; border-color: #1ab7ea; } .dark-mode .btn-vimeo:hover { color: $white; background-color: #139ecb; border-color: #1295bf; } .dark-mode .btn-vimeo:focus, .dark-mode .btn-vimeo.focus { box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5); } .dark-mode .btn-vimeo.disabled, .dark-mode .btn-vimeo:disabled { color: $white; background-color: #1ab7ea; border-color: #1ab7ea; } .dark-mode .btn-vimeo:not(:disabled):not(.disabled):active, .dark-mode .btn-vimeo:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-vimeo.dropdown-toggle { color: $white; background-color: #1295bf; border-color: #108cb4; } .dark-mode .btn-vimeo:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-vimeo:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-vimeo.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5); } .dark-mode .btn-dribbble { color: $white; background-color: #ea4c89; border-color: #ea4c89; } .dark-mode .btn-dribbble:hover { color: $white; background-color: #e62a72; border-color: #e51e6b; } .dark-mode .btn-dribbble:focus, .dark-mode .btn-dribbble.focus { box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5); } .dark-mode .btn-dribbble.disabled, .dark-mode .btn-dribbble:disabled { color: $white; background-color: #ea4c89; border-color: #ea4c89; } .dark-mode .btn-dribbble:not(:disabled):not(.disabled):active, .dark-mode .btn-dribbble:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-dribbble.dropdown-toggle { color: $white; background-color: #e51e6b; border-color: #dc1a65; } .dark-mode .btn-dribbble:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-dribbble:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-dribbble.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5); } .dark-mode .btn-github { color: $white; background-color: #181717; border-color: #181717; } .dark-mode .btn-github:hover { color: $white; background-color: #040404; border-color: black; } .dark-mode .btn-github:focus, .dark-mode .btn-github.focus { box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5); } .dark-mode .btn-github.disabled, .dark-mode .btn-github:disabled { color: $white; background-color: #181717; border-color: #181717; } .dark-mode .btn-github:not(:disabled):not(.disabled):active, .dark-mode .btn-github:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-github.dropdown-toggle { color: $white; background-color: black; border-color: black; } .dark-mode .btn-github:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-github:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-github.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5); } .dark-mode .btn-instagram { color: $white; background-color: #e4405f; border-color: #e4405f; } .dark-mode .btn-instagram:hover { color: $white; background-color: #de1f44; border-color: #d31e40; } .dark-mode .btn-instagram:focus, .dark-mode .btn-instagram.focus { box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5); } .dark-mode .btn-instagram.disabled, .dark-mode .btn-instagram:disabled { color: $white; background-color: #e4405f; border-color: #e4405f; } .dark-mode .btn-instagram:not(:disabled):not(.disabled):active, .dark-mode .btn-instagram:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-instagram.dropdown-toggle { color: $white; background-color: #d31e40; border-color: #c81c3d; } .dark-mode .btn-instagram:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-instagram:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-instagram.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5); } .dark-mode .btn-pinterest { color: $white; background-color: #bd081c; border-color: #bd081c; } .dark-mode .btn-pinterest:hover { color: $white; background-color: #980617; border-color: #8c0615; } .dark-mode .btn-pinterest:focus, .dark-mode .btn-pinterest.focus { box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5); } .dark-mode .btn-pinterest.disabled, .dark-mode .btn-pinterest:disabled { color: $white; background-color: #bd081c; border-color: #bd081c; } .dark-mode .btn-pinterest:not(:disabled):not(.disabled):active, .dark-mode .btn-pinterest:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-pinterest.dropdown-toggle { color: $white; background-color: #8c0615; border-color: #800513; } .dark-mode .btn-pinterest:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-pinterest:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-pinterest.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5); } .dark-mode .btn-vk { color: $white; background-color: #6383a8; border-color: #6383a8; } .dark-mode .btn-vk:hover { color: $white; background-color: #527093; border-color: #4d6a8b; } .dark-mode .btn-vk:focus, .dark-mode .btn-vk.focus { box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5); } .dark-mode .btn-vk.disabled, .dark-mode .btn-vk:disabled { color: $white; background-color: #6383a8; border-color: #6383a8; } .dark-mode .btn-vk:not(:disabled):not(.disabled):active, .dark-mode .btn-vk:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-vk.dropdown-toggle { color: $white; background-color: #4d6a8b; border-color: #496482; } .dark-mode .btn-vk:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-vk:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-vk.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5); } .dark-mode .btn-rss { color: $white; background-color: #ffa500; border-color: #ffa500; } .dark-mode .btn-rss:hover { color: $white; background-color: #d98c00; border-color: #cc8400; } .dark-mode .btn-rss:focus, .dark-mode .btn-rss.focus { box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5); } .dark-mode .btn-rss.disabled, .dark-mode .btn-rss:disabled { color: $white; background-color: #ffa500; border-color: #ffa500; } .dark-mode .btn-rss:not(:disabled):not(.disabled):active, .dark-mode .btn-rss:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-rss.dropdown-toggle { color: $white; background-color: #cc8400; border-color: #bf7c00; } .dark-mode .btn-rss:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-rss:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-rss.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5); } .dark-mode .btn-flickr { color: $white; background-color: #0063dc; border-color: #0063dc; } .dark-mode .btn-flickr:hover { color: $white; background-color: #0052b6; border-color: #004ca9; } .dark-mode .btn-flickr:focus, .dark-mode .btn-flickr.focus { box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5); } .dark-mode .btn-flickr.disabled, .dark-mode .btn-flickr:disabled { color: $white; background-color: #0063dc; border-color: #0063dc; } .dark-mode .btn-flickr:not(:disabled):not(.disabled):active, .dark-mode .btn-flickr:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-flickr.dropdown-toggle { color: $white; background-color: #004ca9; border-color: #00469c; } .dark-mode .btn-flickr:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-flickr:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-flickr.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5); } .dark-mode .btn-bitbucket { color: $white; background-color: #0052cc; border-color: #0052cc; } .dark-mode .btn-bitbucket:hover { color: $white; background-color: #0043a6; border-color: #003e99; } .dark-mode .btn-bitbucket:focus, .dark-mode .btn-bitbucket.focus { box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5); } .dark-mode .btn-bitbucket.disabled, .dark-mode .btn-bitbucket:disabled { color: $white; background-color: #0052cc; border-color: #0052cc; } .dark-mode .btn-bitbucket:not(:disabled):not(.disabled):active, .dark-mode .btn-bitbucket:not(:disabled):not(.disabled).active, .dark-mode .show>.btn-bitbucket.dropdown-toggle { color: $white; background-color: #003e99; border-color: #00388c; } .dark-mode .btn-bitbucket:not(:disabled):not(.disabled):active:focus, .dark-mode .btn-bitbucket:not(:disabled):not(.disabled).active:focus, .dark-mode .show>.btn-bitbucket.dropdown-toggle:focus { box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5); } .dark-mode .btn-option { background: transparent; color: #9aa0ac; } .dark-mode .btn-option:hover { color: $dark-color; } .dark-mode .btn-option:focus { box-shadow: none; color: $dark-color; } .dark-mode .btn-loading:after { border: 2px solid $white; } /*--------panel----------*/ .dark-mode .expanel-default { border: #ddd !important; } .dark-mode .expanel-primary { border: $primary !important; } .dark-mode .expanel-primary>.expanel-heading { color: $white !important; background-color: $primary !important; border-color: $primary !important; } .dark-mode .expanel { background-color: $dark-theme2 !important; border: 1px solid rgba(255, 255, 255, 0.07) !important; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) !important; box-shadow: 0 1px 1px rgba(0, 0, 0, .05)!important; } .dark-mode .expanel-default>.expanel-heading { background-color: $dark-theme !important; border-color: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .expanel-heading { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .expanel-footer { background-color: $dark-theme !important; border-top: 1px solid rgba(255, 255, 255, 0.07) !important; } /*---------Thumbnails----------*/ .dark-mode .thumbnail { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .video-list-thumbs>li>a { color: rgba(255, 255, 255, .8); border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .video-list-thumbs .fa { text-shadow: 0 1px 3px rgba(0, 0, 0, .5); } .dark-mode .video-list-thumbs>li>a:hover .fa { color: $white; text-shadow: 0 1px 3px rgba(0, 0, 0, .8); } .dark-mode .video-list-thumbs .duration { background-color: $black-4; color: $white; } .dark-mode .video-list-thumbs>li>a:hover .duration { background-color: $black; } .dark-mode .badge-default { background: rgb(84, 87, 95); color: $white; } .dark-mode .offer { background: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .shape { border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0); } .dark-mode .offer-default { border-color: rgba(255, 255, 255, .8); } .dark-mode .offer-default .shape { border-color: transparent rgba(255, 255, 255, .8) transparent transparent; } .dark-mode .offer-primary { border-color: $primary; } .dark-mode .offer-primary .shape { border-color: transparent $primary transparent transparent; } .dark-mode .shape-text { color: $white; } .dark-mode .card-blog-overlay .card-header { border-bottom: 1px solid $white-2; } .dark-mode .card-blog-overlay1 .card-footer, .dark-mode .card-blog-overlay2 .card-footer { border-top: 1px solid $white-2; } .dark-mode .table th, .dark-mode .text-wrap table th { color: $dark-color; border-top: 0; } .dark-mode .table-vcenter td, .dark-mode .table-vcenter th { border-top: 1px solid rgba(255, 255, 255, 0.07); color: $white; } .dark-mode .table-striped tbody tr:nth-of-type(even) { background-color: $dark-theme-light; } .dark-mode .table-calendar-link { background: $dark-theme; color: #c4c9d6; } .dark-mode .table-calendar-link:before { background: #467fcf; } .dark-mode .table-calendar-link:hover { color: $white; background: #467fcf; } .dark-mode .table-calendar-link:hover:before { background: $white; } .dark-mode .table-header:hover { color: #c4c9d6 !important; } .dark-mode .table-header-asc { color: #c4c9d6 !important; } .dark-mode .table-header-desc { color: #c4c9d6 !important; } .dark-mode .page-breadcrumb .breadcrumb-item { color: #9aa0ac; } .dark-mode .page-breadcrumb .breadcrumb-item.active { color: $dark-color; } .dark-mode .pagination-simple .page-item.active .page-link { color: #c4c9d6; } .dark-mode .page-total-text { color: $dark-color; } /*------ Default Card Values -------*/ .dark-mode .card-body+.card-body { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .card-img-overlay { background-color: $black-4; } .dark-mode .reg { color: #2e1170; } .dark-mode .card-title small, .dark-mode .card-subtitle { color: #9aa0ac; } .dark-mode .card-body+.card-table { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .card-profile-img { border: 3px solid $dark-theme2; box-shadow: 0 1px 1px $black-1; } .dark-mode .profile-cover .cover { border: 10px solid $dark-theme2; } .dark-mode .profile-cover .cover .inner-cover img { border: 1px solid transparent; } .dark-mode .profile-cover .cover ul.cover-menu { background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.24); } .dark-mode .profile-cover .cover ul.cover-menu li:hover { background-color: rgba(0, 0, 0, 0.44); } .dark-mode .profile-cover .cover ul.cover-menu li.active { background-color: rgba(0, 0, 0, 0.64); } .dark-mode .profile-cover .cover ul.cover-menu li a { color: #FFF; } .dark-mode .card-body+.card-list-group { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .list-media .info .text-right { color: #8a8a8a; } .dark-mode .card-options { color: #9aa0ac; } .dark-mode .card-options a:not(.btn) { color: #8388a0; } .dark-mode .card-options a:not(.btn):hover { color: #8388a0; } .dark-mode .widgets-cards .wrp.icon-circle i { color: $white; } .dark-mode .card-map { background: rgba(255, 255, 255, .1); } .dark-mode .card-tabs-bottom .card-tabs-item.active { border-top-color: $white; } .dark-mode a.card-tabs-item { background: #fafbfc; } .dark-mode a.card-tabs-item.active { background: $white; border-bottom-color: $white; } .dark-mode .card-status { background: rgba(0, 40, 100, 0.12); } .dark-mode .card-category { background: #f3f3f3; } .dark-mode #sidebar .dropdown-menu { box-shadow: 0 1px 2px 0 $black-05; } .dark-mode .dropdown-item { color: #8388a0; } .dark-mode .dropdown-icon { color: $dark-color; } .dark-mode .list-group-item .icon { color: rgba(255, 255, 255, .8) !important; } .dark-mode .list-group-transparent .list-group-item { border: 0; } .dark-mode .list-group-transparent .list-group-item.active { background: $dark-theme-light; } .dark-mode .avatar { color: $white; } .dark-mode .avatar-status { border: 2px solid $dark-theme2; background: #868e96; } .dark-mode .avatar-placeholder { background: #ced4da url('data:image/svg+xml;charset=utf8,') no-repeat center/80%; } .dark-mode .avatar-list-stacked .avatar { box-shadow: 0 0 0 2px $dark-theme2; } .dark-mode .avatar-blue { background-color: $blue; color: #467fcf; } .dark-mode .avatar-indigo { background-color: #d1d5f0; color: $indigo; } .dark-mode .avatar-purple { background-color: #e4cff9; color: $purple; } .dark-mode .avatar-pink { background-color: #fcd3e1; color: $pink; } .dark-mode.avatar-red { background-color: #f0bcbc; color: #dc0441; } .dark-mode .avatar-orange { background-color: #fee0c7; color: $orange; } .dark-mode .avatar-yellow { background-color: #fbedb7; color: $warning; } .dark-mode .avatar-green { background-color: #cfeab3; color: $success; } .dark-mode .avatar-teal { background-color: #bfefea; color: $teal; } .dark-mode .avatar-cyan { background-color: #b9e3ea; color: #17a2b8; } .dark-mode .avatar-white { background-color: white; color: $white; } .dark-mode .avatar-gray { background-color: #dbdde0; color: #868e96; } .dark-mode .avatar-gray-dark { background-color: #c2c4c6; color: $dark; } .dark-mode .avatar-azure { background-color: #c7e6fb; color: $info; } .dark-mode .avatar-lime { background-color: #d7f2c2; color: #7bd235; } .dark-mode .mail-chats { border-top: 1px solid rgba(128, 128, 128, 0.16); } .dark-mode .user p.u-name { color: #d1d5dc; } .dark-mode .user p.u-designation { color: rgba(255, 255, 255, .8); } .dark-mode div.online-status .status.online { background: rgb(45, 206, 137); } .dark-mode .online-status .status.offline { background: rgba(255, 0, 0, 0.7); } .dark-mode .header .form-inline .form-control { border: 1px solid rgba(255, 255, 255, .07); } @media (max-width: 767.98px) and (min-width: 576px) { .dark-mode .header .navsearch i { color: $white; } .dark-mode .search-element .form-control { background: #050e25 !important; color: $dark-color; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .search-show .search-element { background: $primary; } .dark-mode .header .form-inline .form-control::-webkit-input-placeholder { color: $white-2; } .dark-mode .header .navsearch i { color: $dark-color; } .dark-mode .header .form-inline .btn { color: #46494a !important; } .dark-mode .animated-arrow.hor-toggle { border: 0px solid rgba(255, 255, 255, 0.07) !important; } } @media (max-width: 1024px) { body.dark-mode.search-show:before, body.dark-mode.sidebar-show:before { background-color: rgba(0, 0, 0, 0.4); } } .dark-mode .header .form-inline .btn { color: $white; } @media (max-width: 575.98px) { .dark-mode .header .form-inline .search-element .form-control { background: #050e25; color: $white; } .dark-mode .search-show .search-element { background: $primary; } .dark-mode .form-control.header-search { color: $black; } .dark-mode .header .form-inline .btn { color: #46494a !important; } .dark-mode .header .form-inline .form-control::-webkit-input-placeholder { color: $white-2 !important; } .dark-mode .header .navsearch i { color: $dark-color; } } .dark-mode .icons-list-item { border: 1px solid rgba(255, 255, 255, 0.07); background: $dark-theme; } .dark-mode .link-overlay-bg { background: rgba(70, 127, 207, 0.8); color: $white; } .dark-mode .form-label { color: $white-8; } .dark-mode .custom-control-label:before { border: 1px solid rgba(255, 255, 255, 0.1); background-color: $dark-theme2; } .dark-mode .input-group-prepend>.btn, .dark-mode .input-group-append>.btn, .dark-mode .input-group-btn>.btn { border-color: rgba(0, 40, 100, 0.12); } .dark-mode .mediaicon { border: 1px solid $primary; background: $primary; color: $white; } .dark-mode .defaultheader .input-icon-addon { color: $white !important; } .dark-mode .defaultheader .form-control.header-search::placeholder { color: $white-2 !important; } .dark-mode .form-fieldset { background: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .form-required { color: #dc0441; } .dark-mode .form-help { color: #9aa0ac; background: $dark-theme; } .dark-mode .form-help:hover, .dark-mode .form-help[aria-describedby] { background: #467fcf; color: $white; } .dark-mode .jqstooltip { background: #232d46 !important; } .dark-mode .social-links li a { background: #f8f8f8; color: #9aa0ac; } .dark-mode .map-header:before { background: linear-gradient(to bottom, rgba(245, 247, 251, 0) 5%, $dark-theme 95%); } .dark-mode .chart-circle-value small { color: #9aa0ac; } .dark-mode .chip { color: $dark-color; background-color: #e8ebf9; } .dark-mode a.chip:hover { color: $white; text-decoration: none; background-color: $primary; } .dark-mode .stamp { color: $white; background: #868e96; } .dark-mode .chat-message { background-color: #467fcf; color: $white; } .dark-mode .chat-message:after { border-bottom: 6px solid transparent; border-left: 6px solid #467fcf; border-top: 6px solid transparent; } .dark-mode .chat-line-friend .chat-message { background-color: #f3f3f3; color: #c4c9d6; } .dark-mode .chat-line-friend .chat-message:after { border-right: 5px solid #f3f3f3; } .dark-mode .example { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .example-bg { background: $dark-theme; } .dark-mode .highlight { border: 1px solid rgba(255, 255, 255, 0.07); background: $dark-theme; border-top: none; } .dark-mode .highlight pre { background-color: $dark-theme; border-top: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .tag { color: rgba(255, 255, 255, .8); background-color: #2d3258; } .dark-mode a.tag:hover { background-color: rgba(110, 118, 135, 0.2); } .dark-mode .tag-addon { background: rgba(0, 0, 0, 0.06); } .dark-mode a.tag-addon:hover { background: rgba(0, 0, 0, 0.16); } .dark-mode .tag-blue { background-color: $blue; color: $white; } .dark-mode .tag-indigo { background-color: $indigo; color: $white; } .dark-mode .tag-purple { background-color: $purple; color: $white; } .dark-mode .tag-pink { background-color: $pink; color: $white; } .dark-mode .tag-red { background-color: #dc0441; color: $white; } .dark-mode .tag-orange { background-color: $orange; color: $white; } .dark-mode .tag-yellow { background-color: $warning; color: $white; } .dark-mode .tag-green { background-color: $success; color: $white; } .dark-mode .tag-teal { background-color: $teal; color: $white; } .dark-mode .tag-cyan { background-color: #17a2b8; color: $white; } .dark-mode .tag-white { background-color: $dark-theme2; color: $white; } .dark-mode .tag-gray { background-color: #868e96; color: $white; } .dark-mode .tag-gray-dark { background-color: $dark; color: $white; } .dark-mode .tag-azure { background-color: $info; color: $white; } .dark-mode .tag-lime { background-color: #7bd235; color: $white; } .dark-mode .tag-primary { background-color: #467fcf; color: $white; } .dark-mode .tag-secondary { background-color: $secondary; color: $white; } .dark-mode .tag-success { background-color: $success; color: $white; } .dark-mode .tag-info { background-color: $info; color: $white; } .dark-mode .tag-warning { background-color: $warning; color: $white; } .dark-mode .tag-danger { background-color: #dc0441; color: $white; } .dark-mode .tag-light { background-color: $dark-theme; color: $white; } .dark-mode .tag-dark { background-color: $dark; color: $white; } .dark-mode .carousel-item-background { background: $black-5; } .dark-mode .custom-range:focus::-webkit-slider-thumb { border-color: #467fcf; background-color: #467fcf; } .dark-mode .custom-range:focus::-moz-range-thumb { border-color: #467fcf; background-color: #467fcf; } .dark-mode .custom-range:focus::-ms-thumb { border-color: #467fcf; background-color: #467fcf; } .dark-mode .custom-range::-webkit-slider-thumb { background-color: $primary; background: $white; box-shadow: 1px 0 0 -6px rgba(0, 50, 126, 0.12), 6px 0 0 -6px rgba(0, 50, 126, 0.12), 7px 0 0 -6px rgba(0, 50, 126, 0.12), 8px 0 0 -6px rgba(0, 50, 126, 0.12), 9px 0 0 -6px rgba(0, 50, 126, 0.12), 10px 0 0 -6px rgba(0, 50, 126, 0.12), 11px 0 0 -6px rgba(0, 50, 126, 0.12), 12px 0 0 -6px rgba(0, 50, 126, 0.12), 13px 0 0 -6px rgba(0, 50, 126, 0.12), 14px 0 0 -6px rgba(0, 50, 126, 0.12), 15px 0 0 -6px rgba(0, 50, 126, 0.12), 16px 0 0 -6px rgba(0, 50, 126, 0.12), 17px 0 0 -6px rgba(0, 50, 126, 0.12), 18px 0 0 -6px rgba(0, 50, 126, 0.12), 19px 0 0 -6px rgba(0, 50, 126, 0.12), 20px 0 0 -6px rgba(0, 50, 126, 0.12), 21px 0 0 -6px rgba(0, 50, 126, 0.12), 22px 0 0 -6px rgba(0, 50, 126, 0.12), 23px 0 0 -6px rgba(0, 50, 126, 0.12), 24px 0 0 -6px rgba(0, 50, 126, 0.12), 25px 0 0 -6px rgba(0, 50, 126, 0.12), 26px 0 0 -6px rgba(0, 50, 126, 0.12), 27px 0 0 -6px rgba(0, 50, 126, 0.12), 28px 0 0 -6px rgba(0, 50, 126, 0.12), 29px 0 0 -6px rgba(0, 50, 126, 0.12), 30px 0 0 -6px rgba(0, 50, 126, 0.12), 31px 0 0 -6px rgba(0, 50, 126, 0.12), 32px 0 0 -6px rgba(0, 50, 126, 0.12), 33px 0 0 -6px rgba(0, 50, 126, 0.12), 34px 0 0 -6px rgba(0, 50, 126, 0.12), 35px 0 0 -6px rgba(0, 50, 126, 0.12), 36px 0 0 -6px rgba(0, 50, 126, 0.12), 37px 0 0 -6px rgba(0, 50, 126, 0.12), 38px 0 0 -6px rgba(0, 50, 126, 0.12), 39px 0 0 -6px rgba(0, 50, 126, 0.12), 40px 0 0 -6px rgba(0, 50, 126, 0.12), 41px 0 0 -6px rgba(0, 50, 126, 0.12), 42px 0 0 -6px rgba(0, 50, 126, 0.12), 43px 0 0 -6px rgba(0, 50, 126, 0.12), 44px 0 0 -6px rgba(0, 50, 126, 0.12), 45px 0 0 -6px rgba(0, 50, 126, 0.12), 46px 0 0 -6px rgba(0, 50, 126, 0.12), 47px 0 0 -6px rgba(0, 50, 126, 0.12), 48px 0 0 -6px rgba(0, 50, 126, 0.12), 49px 0 0 -6px rgba(0, 50, 126, 0.12), 50px 0 0 -6px rgba(0, 50, 126, 0.12), 51px 0 0 -6px rgba(0, 50, 126, 0.12), 52px 0 0 -6px rgba(0, 50, 126, 0.12), 53px 0 0 -6px rgba(0, 50, 126, 0.12), 54px 0 0 -6px rgba(0, 50, 126, 0.12), 55px 0 0 -6px rgba(0, 50, 126, 0.12), 56px 0 0 -6px rgba(0, 50, 126, 0.12), 57px 0 0 -6px rgba(0, 50, 126, 0.12), 58px 0 0 -6px rgba(0, 50, 126, 0.12), 59px 0 0 -6px rgba(0, 50, 126, 0.12), 60px 0 0 -6px rgba(0, 50, 126, 0.12), 61px 0 0 -6px rgba(0, 50, 126, 0.12), 62px 0 0 -6px rgba(0, 50, 126, 0.12), 63px 0 0 -6px rgba(0, 50, 126, 0.12), 64px 0 0 -6px rgba(0, 50, 126, 0.12), 65px 0 0 -6px rgba(0, 50, 126, 0.12), 66px 0 0 -6px rgba(0, 50, 126, 0.12), 67px 0 0 -6px rgba(0, 50, 126, 0.12), 68px 0 0 -6px rgba(0, 50, 126, 0.12), 69px 0 0 -6px rgba(0, 50, 126, 0.12), 70px 0 0 -6px rgba(0, 50, 126, 0.12), 71px 0 0 -6px rgba(0, 50, 126, 0.12), 72px 0 0 -6px rgba(0, 50, 126, 0.12), 73px 0 0 -6px rgba(0, 50, 126, 0.12), 74px 0 0 -6px rgba(0, 50, 126, 0.12), 75px 0 0 -6px rgba(0, 50, 126, 0.12), 76px 0 0 -6px rgba(0, 50, 126, 0.12), 77px 0 0 -6px rgba(0, 50, 126, 0.12), 78px 0 0 -6px rgba(0, 50, 126, 0.12), 79px 0 0 -6px rgba(0, 50, 126, 0.12), 80px 0 0 -6px rgba(0, 50, 126, 0.12), 81px 0 0 -6px rgba(0, 50, 126, 0.12), 82px 0 0 -6px rgba(0, 50, 126, 0.12), 83px 0 0 -6px rgba(0, 50, 126, 0.12), 84px 0 0 -6px rgba(0, 50, 126, 0.12), 85px 0 0 -6px rgba(0, 50, 126, 0.12), 86px 0 0 -6px rgba(0, 50, 126, 0.12), 87px 0 0 -6px rgba(0, 50, 126, 0.12), 88px 0 0 -6px rgba(0, 50, 126, 0.12), 89px 0 0 -6px rgba(0, 50, 126, 0.12), 90px 0 0 -6px rgba(0, 50, 126, 0.12), 91px 0 0 -6px rgba(0, 50, 126, 0.12), 92px 0 0 -6px rgba(0, 50, 126, 0.12), 93px 0 0 -6px rgba(0, 50, 126, 0.12), 94px 0 0 -6px rgba(0, 50, 126, 0.12), 95px 0 0 -6px rgba(0, 50, 126, 0.12), 96px 0 0 -6px rgba(0, 50, 126, 0.12), 97px 0 0 -6px rgba(0, 50, 126, 0.12), 98px 0 0 -6px rgba(0, 50, 126, 0.12), 99px 0 0 -6px rgba(0, 50, 126, 0.12), 100px 0 0 -6px rgba(0, 50, 126, 0.12), 101px 0 0 -6px rgba(0, 50, 126, 0.12), 102px 0 0 -6px rgba(0, 50, 126, 0.12), 103px 0 0 -6px rgba(0, 50, 126, 0.12), 104px 0 0 -6px rgba(0, 50, 126, 0.12), 105px 0 0 -6px rgba(0, 50, 126, 0.12), 106px 0 0 -6px rgba(0, 50, 126, 0.12), 107px 0 0 -6px rgba(0, 50, 126, 0.12), 108px 0 0 -6px rgba(0, 50, 126, 0.12), 109px 0 0 -6px rgba(0, 50, 126, 0.12), 110px 0 0 -6px rgba(0, 50, 126, 0.12), 111px 0 0 -6px rgba(0, 50, 126, 0.12), 112px 0 0 -6px rgba(0, 50, 126, 0.12), 113px 0 0 -6px rgba(0, 50, 126, 0.12), 114px 0 0 -6px rgba(0, 50, 126, 0.12), 115px 0 0 -6px rgba(0, 50, 126, 0.12), 116px 0 0 -6px rgba(0, 50, 126, 0.12), 117px 0 0 -6px rgba(0, 50, 126, 0.12), 118px 0 0 -6px rgba(0, 50, 126, 0.12), 119px 0 0 -6px rgba(0, 50, 126, 0.12), 120px 0 0 -6px rgba(0, 50, 126, 0.12), 121px 0 0 -6px rgba(0, 50, 126, 0.12), 122px 0 0 -6px rgba(0, 50, 126, 0.12), 123px 0 0 -6px rgba(0, 50, 126, 0.12), 124px 0 0 -6px rgba(0, 50, 126, 0.12), 125px 0 0 -6px rgba(0, 50, 126, 0.12), 126px 0 0 -6px rgba(0, 50, 126, 0.12), 127px 0 0 -6px rgba(0, 50, 126, 0.12), 128px 0 0 -6px rgba(0, 50, 126, 0.12), 129px 0 0 -6px rgba(0, 50, 126, 0.12), 130px 0 0 -6px rgba(0, 50, 126, 0.12), 131px 0 0 -6px rgba(0, 50, 126, 0.12), 132px 0 0 -6px rgba(0, 50, 126, 0.12), 133px 0 0 -6px rgba(0, 50, 126, 0.12), 134px 0 0 -6px rgba(0, 50, 126, 0.12), 135px 0 0 -6px rgba(0, 50, 126, 0.12), 136px 0 0 -6px rgba(0, 50, 126, 0.12), 137px 0 0 -6px rgba(0, 50, 126, 0.12), 138px 0 0 -6px rgba(0, 50, 126, 0.12), 139px 0 0 -6px rgba(0, 50, 126, 0.12), 140px 0 0 -6px rgba(0, 50, 126, 0.12), 141px 0 0 -6px rgba(0, 50, 126, 0.12), 142px 0 0 -6px rgba(0, 50, 126, 0.12), 143px 0 0 -6px rgba(0, 50, 126, 0.12), 144px 0 0 -6px rgba(0, 50, 126, 0.12), 145px 0 0 -6px rgba(0, 50, 126, 0.12), 146px 0 0 -6px rgba(0, 50, 126, 0.12), 147px 0 0 -6px rgba(0, 50, 126, 0.12), 148px 0 0 -6px rgba(0, 50, 126, 0.12), 149px 0 0 -6px rgba(0, 50, 126, 0.12), 150px 0 0 -6px rgba(0, 50, 126, 0.12), 151px 0 0 -6px rgba(0, 50, 126, 0.12), 152px 0 0 -6px rgba(0, 50, 126, 0.12), 153px 0 0 -6px rgba(0, 50, 126, 0.12), 154px 0 0 -6px rgba(0, 50, 126, 0.12), 155px 0 0 -6px rgba(0, 50, 126, 0.12), 156px 0 0 -6px rgba(0, 50, 126, 0.12), 157px 0 0 -6px rgba(0, 50, 126, 0.12), 158px 0 0 -6px rgba(0, 50, 126, 0.12), 159px 0 0 -6px rgba(0, 50, 126, 0.12), 160px 0 0 -6px rgba(0, 50, 126, 0.12), 161px 0 0 -6px rgba(0, 50, 126, 0.12), 162px 0 0 -6px rgba(0, 50, 126, 0.12), 163px 0 0 -6px rgba(0, 50, 126, 0.12), 164px 0 0 -6px rgba(0, 50, 126, 0.12), 165px 0 0 -6px rgba(0, 50, 126, 0.12), 166px 0 0 -6px rgba(0, 50, 126, 0.12), 167px 0 0 -6px rgba(0, 50, 126, 0.12), 168px 0 0 -6px rgba(0, 50, 126, 0.12), 169px 0 0 -6px rgba(0, 50, 126, 0.12), 170px 0 0 -6px rgba(0, 50, 126, 0.12), 171px 0 0 -6px rgba(0, 50, 126, 0.12), 172px 0 0 -6px rgba(0, 50, 126, 0.12), 173px 0 0 -6px rgba(0, 50, 126, 0.12), 174px 0 0 -6px rgba(0, 50, 126, 0.12), 175px 0 0 -6px rgba(0, 50, 126, 0.12), 176px 0 0 -6px rgba(0, 50, 126, 0.12), 177px 0 0 -6px rgba(0, 50, 126, 0.12), 178px 0 0 -6px rgba(0, 50, 126, 0.12), 179px 0 0 -6px rgba(0, 50, 126, 0.12), 180px 0 0 -6px rgba(0, 50, 126, 0.12), 181px 0 0 -6px rgba(0, 50, 126, 0.12), 182px 0 0 -6px rgba(0, 50, 126, 0.12), 183px 0 0 -6px rgba(0, 50, 126, 0.12), 184px 0 0 -6px rgba(0, 50, 126, 0.12), 185px 0 0 -6px rgba(0, 50, 126, 0.12), 186px 0 0 -6px rgba(0, 50, 126, 0.12), 187px 0 0 -6px rgba(0, 50, 126, 0.12), 188px 0 0 -6px rgba(0, 50, 126, 0.12), 189px 0 0 -6px rgba(0, 50, 126, 0.12), 190px 0 0 -6px rgba(0, 50, 126, 0.12), 191px 0 0 -6px rgba(0, 50, 126, 0.12), 192px 0 0 -6px rgba(0, 50, 126, 0.12), 193px 0 0 -6px rgba(0, 50, 126, 0.12), 194px 0 0 -6px rgba(0, 50, 126, 0.12), 195px 0 0 -6px rgba(0, 50, 126, 0.12), 196px 0 0 -6px rgba(0, 50, 126, 0.12), 197px 0 0 -6px rgba(0, 50, 126, 0.12), 198px 0 0 -6px rgba(0, 50, 126, 0.12), 199px 0 0 -6px rgba(0, 50, 126, 0.12), 200px 0 0 -6px rgba(0, 50, 126, 0.12), 201px 0 0 -6px rgba(0, 50, 126, 0.12), 202px 0 0 -6px rgba(0, 50, 126, 0.12), 203px 0 0 -6px rgba(0, 50, 126, 0.12), 204px 0 0 -6px rgba(0, 50, 126, 0.12), 205px 0 0 -6px rgba(0, 50, 126, 0.12), 206px 0 0 -6px rgba(0, 50, 126, 0.12), 207px 0 0 -6px rgba(0, 50, 126, 0.12), 208px 0 0 -6px rgba(0, 50, 126, 0.12), 209px 0 0 -6px rgba(0, 50, 126, 0.12), 210px 0 0 -6px rgba(0, 50, 126, 0.12), 211px 0 0 -6px rgba(0, 50, 126, 0.12), 212px 0 0 -6px rgba(0, 50, 126, 0.12), 213px 0 0 -6px rgba(0, 50, 126, 0.12), 214px 0 0 -6px rgba(0, 50, 126, 0.12), 215px 0 0 -6px rgba(0, 50, 126, 0.12), 216px 0 0 -6px rgba(0, 50, 126, 0.12), 217px 0 0 -6px rgba(0, 50, 126, 0.12), 218px 0 0 -6px rgba(0, 50, 126, 0.12), 219px 0 0 -6px rgba(0, 50, 126, 0.12), 220px 0 0 -6px rgba(0, 50, 126, 0.12), 221px 0 0 -6px rgba(0, 50, 126, 0.12), 222px 0 0 -6px rgba(0, 50, 126, 0.12), 223px 0 0 -6px rgba(0, 50, 126, 0.12), 224px 0 0 -6px rgba(0, 50, 126, 0.12), 225px 0 0 -6px rgba(0, 50, 126, 0.12), 226px 0 0 -6px rgba(0, 50, 126, 0.12), 227px 0 0 -6px rgba(0, 50, 126, 0.12), 228px 0 0 -6px rgba(0, 50, 126, 0.12), 229px 0 0 -6px rgba(0, 50, 126, 0.12), 230px 0 0 -6px rgba(0, 50, 126, 0.12), 231px 0 0 -6px rgba(0, 50, 126, 0.12), 232px 0 0 -6px rgba(0, 50, 126, 0.12), 233px 0 0 -6px rgba(0, 50, 126, 0.12), 234px 0 0 -6px rgba(0, 50, 126, 0.12), 235px 0 0 -6px rgba(0, 50, 126, 0.12), 236px 0 0 -6px rgba(0, 50, 126, 0.12), 237px 0 0 -6px rgba(0, 50, 126, 0.12), 238px 0 0 -6px rgba(0, 50, 126, 0.12), 239px 0 0 -6px rgba(0, 50, 126, 0.12), 240px 0 0 -6px rgba(0, 50, 126, 0.12); border: 1px solid rgba(0, 30, 75, 0.12); } .dark-mode .custom-range::-moz-range-thumb { background-color: $primary; background: $white; border: 1px solid rgba(0, 30, 75, 0.12); } .dark-mode .custom-range::-moz-range-progress { background: #467fcf; } .dark-mode .custom-range::-ms-thumb { background-color: $primary; background: $white; border: 1px solid rgba(0, 30, 75, 0.12); } .dark-mode .selectgroup-button { border: 1px solid rgba(255, 255, 255, 0.07); color: #9aa0ac; } .dark-mode .selectgroup-input:checked+.selectgroup-button { border-color: $primary; color: $dark-color1; background: $dark-theme-light; } .dark-mode .selectgroup-input:focus+.selectgroup-button { border-color: $primary; color: $dark-color1; } .dark-mode .custom-switch-indicator { background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .custom-switch-indicator:before { background: $dark-theme2; box-shadow: 0 1px 2px 0 $black-4; } .dark-mode .custom-switch-input:checked~.custom-switch-indicator:before { background: $dark-theme2; } .dark-mode .custom-switch-input:checked~.custom-switch-indicator { background: $primary; } .dark-mode .custom-switch-input:focus~.custom-switch-indicator { box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25); border-color: $primary; } .dark-mode .custom-switch-description { color: $dark-color; } .dark-mode .custom-switch-input:checked~.custom-switch-description { color: #c4c9d6; } .dark-mode .material-switch>label::before { background: rgb(129, 129, 129); box-shadow: inset 0px 0px 10px $black-5; } .dark-mode .material-switch>label::after { background: $dark-theme; box-shadow: 0px 0px 5px $black-3; } .dark-mode .label-default { background: #868e96; } .dark-mode .label-primary { background: $primary; } .dark-mode .imagecheck-figure { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .imagecheck-input:focus~.imagecheck-figure { border-color: #467fcf; box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .imagecheck-input:checked~.imagecheck-figure { border-color: rgba(0, 40, 100, 0.24); } .dark-mode .imagecheck-figure:before { background: #467fcf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%; color: $white; } .dark-mode .imagecheck-caption { color: #9aa0ac; } .dark-mode .imagecheck:hover .imagecheck-caption, .dark-mode .imagecheck-input:focus~.imagecheck-figure .imagecheck-caption, .dark-mode .imagecheck-input:checked~.imagecheck-figure .imagecheck-caption { color: #c4c9d6; } .dark-mode .colorinput-color { border: 1px solid rgba(255, 255, 255, 0.07); color: $white; box-shadow: 0 1px 2px 0 $black-05; } .dark-mode .colorinput-input:focus~.colorinput-color { border-color: #467fcf; box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .jvectormap-tip { background: #212529; color: white; } .dark-mode .jvectormap-zoomin, .jvectormap-zoomout, .dark-mode .jvectormap-goback { background: #292929; } /*-----selectize ------*/ .dark-mode .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder { background: #f2f2f2 !important; background: rgba(0, 0, 0, 0.06) !important; box-shadow: inset 0 0 12px 4px $white; } .dark-mode .selectize-control.plugin-drag_drop .ui-sortable-helper { box-shadow: 0 2px 5px $black-2; } .dark-mode .selectize-dropdown-header { border-bottom: 1px solid #d0d0d0; background: #f8f8f8; } .dark-mode .selectize-dropdown-header-close { color: #c4c9d6; } .dark-mode .selectize-dropdown-header-close:hover { color: $black; } .dark-mode .selectize-dropdown.plugin-optgroup_columns .optgroup { border-right: 1px solid #f2f2f2; } .dark-mode .selectize-control.plugin-remove_button [data-value] .remove { border-left: 1px solid #d0d0d0; } .dark-mode .selectize-control.plugin-remove_button [data-value] .remove:hover { background: $black-05; } .dark-mode .selectize-control.plugin-remove_button [data-value].active .remove { border-left-color: #cacaca; } .dark-mode .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover { background: none; } .dark-mode .selectize-control.plugin-remove_button .disabled [data-value] .remove { border-left-color: $white; } .dark-mode .selectize-dropdown, .dark-mode .selectize-input, .dark-mode .selectize-input input { color: #c4c9d6; } .dark-mode .selectize-input, .dark-mode .selectize-control.single .selectize-input.input-active { background: $white; } .dark-mode .selectize-input { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .selectize-input.full { background-color: $dark-theme2; } .dark-mode .selectize-input.focus { border-color: #467fcf; box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25); } .dark-mode .selectize-control.multi .selectize-input>div { background: rgba(255, 255, 255, .1); color: #c4c9d6; border: 0 solid rgba(0, 40, 100, 0.12); } .dark-mode .selectize-control.multi .selectize-input>div.active { background: #e8e8e8; color: #303030; border: 0 solid #cacaca; } .dark-mode .selectize-control.multi .selectize-input.disabled>div, .dark-mode .selectize-control.multi .selectize-input.disabled>div.active { color: #7d7d7d; background: $white; border: 0 solid $white; } .dark-mode .selectize-input.dropdown-active::before { background: #f0f0f0; } .dark-mode .selectize-dropdown { border: 1px solid rgba(255, 255, 255, 0.07); background: $white; } .dark-mode .selectize-dropdown [data-selectable] .highlight { background: rgba(125, 168, 208, 0.2); } .dark-mode .selectize-dropdown .optgroup-header { color: #c4c9d6; background: $white; } .dark-mode .selectize-dropdown .active { background-color: #F1F4F8; color: #467fcf; } .dark-mode .selectize-dropdown .active.create { color: #c4c9d6; } .dark-mode .selectize-dropdown .create { color: rgba(48, 48, 48, 0.5); } .dark-mode .selectize-control.single .selectize-input:after { background: $white url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath fill='#999' d='M0 0L10 0L5 5L0 0'/%3E%3C/svg%3E") no-repeat center; } .dark-mode .selectize-control .selectize-input.disabled { background-color: #fafafa; } .dark-mode .selectize-dropdown .image img, .dark-mode .selectize-input .image img { box-shadow: 0 1px 2px 0 $black-4; } .dark-mode .demo-gallery>ul>li a { border: 3px solid #FFF; } /*----- Date Picker ----*/ .dark-mode .ui-datepicker { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .dark-mode .ui-datepicker .ui-datepicker-header { color: $white; } .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next, .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev { text-indent: -99999px; color: #6c757d; } .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before, .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus::before, .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before, .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus::before { color: $dark; } .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover, .dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover { color: #c4c9d6; } .dark-mode .ui-datepicker .ui-datepicker-title { color: #5B93D3; } .dark-mode .ui-datepicker .ui-datepicker-calendar th { color: #a3a7b7; } .dark-mode .ui-datepicker .ui-datepicker-calendar td { border: 1px solid rgba(255, 255, 255, 0.07) !important; background-color: $white-1; } .dark-mode .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default { color: #ccc; } .dark-mode .ui-datepicker .ui-datepicker-calendar td span, .dark-mode .ui-datepicker .ui-datepicker-calendar td a { background-color: $dark-theme2; color: #c4c9d6; } .dark-mode .ui-datepicker .ui-datepicker-calendar td a:hover { background-color: $dark-theme; color: $white; } .dark-mode .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a { background-color: $dark-theme; color: $white; } .dark-mode .model-wrapper-demo { background: $dark-theme; } .dark-mode .timeline--horizontal .timeline-divider { background: $dark-theme !important; } .dark-mode .timeline__content { background-color: $dark-theme2; background-color: #eaf0f9; } /*-----Back to Top-----*/ .dark-mode #back-to-top { background: $primary; color: $white; } .dark-mode #back-to-top:hover { background: $dark-theme2; color: $dark-color1; border: 2px solid $primary; } .dark-mode .tabs-menu ul li .active { background: $primary; color: $white !important; } .dark-mode .tabs-menu1 ul li .active { border-bottom: 3px solid $primary; } .dark-mode .tabs-menu-body { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .tab-menu-heading { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .tab_content.active p:last-child { margin-bottom: 0; } .dark-mode .item-card .cardtitle a { color: $white-4; } .dark-mode .item-card .cardprice span { color: $white-4; } .dark-mode .features span { color: #43414e; } .dark-mode .feature .border { color: $white; } /*-- rating--*/ .dark-mode .rating-stars .rating-stars-container .rating-star { color: $dark-theme-light; } .dark-mode .rating-stars .rating-stars-container .rating-star.sm { color: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .rating-stars .rating-stars-container .rating-star.is--active, .dark-mode .rating-stars .rating-stars-container .rating-star.is--hover { color: #f1c40f; } .dark-mode .rating-stars .rating-stars-container .rating-star.is--no-hover { color: #3e4b5b; } .dark-mode .rating-stars .rating-stars-container .rating-star.is--active .fa-heart, .dark-mode .rating-stars .rating-stars-container .rating-star.is--hover .fa-heart { color: $dark-color1; } .dark-mode .rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover { color: #3e4b5b; } .dark-mode .rating-stars input { color: #c4c9d6; background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .br-theme-bars-horizontal .br-widget a { background-color: $dark-theme-light; } .dark-mode .br-theme-bars-horizontal .br-widget a.br-active, .dark-mode .br-theme-bars-horizontal .br-widget a.br-selected { background-color: $primary; } .dark-mode .br-theme-bars-horizontal .br-widget .br-current-rating { color: $dark-color1; } .dark-mode .br-theme-bars-pill .br-widget a { background-color: $dark-theme-light; color: $dark-color1; } .dark-mode .br-theme-bars-pill .br-widget a.br-active, .dark-mode .br-theme-bars-pill .br-widget a.br-selected { background-color: $primary; color: white; } .dark-mode .br-theme-bars-square .br-widget a.br-active, .dark-mode .br-theme-bars-square .br-widget a.br-selected { border: 2px solid $primary; color: $dark-color1; } .dark-mode .br-theme-bars-square .br-widget a { border: 2px solid rgba(255, 255, 255, 0.07); background-color: $dark-theme2; color: $white-6; } .dark-mode .br-theme-bars-movie .br-widget a.br-active, .dark-mode .br-theme-bars-movie .br-widget a.br-selected { background-color: $primary; } .dark-mode .br-theme-bars-movie .br-widget a { background-color: $dark-theme-light; } .dark-mode .br-theme-bars-movie .br-widget .br-current-rating { color: $dark-color1; } .dark-mode .br-theme-bars-1to10 .br-widget a { background-color: $dark-theme-light; } .dark-mode .br-theme-bars-1to10 .br-widget a.br-active, .dark-mode .br-theme-bars-1to10 .br-widget a.br-selected { background-color: $primary; } .dark-mode .br-theme-bars-1to10 .br-widget .br-current-rating { color: $dark-color1; } .dark-mode .br-theme-fontawesome-stars .br-widget a.br-active:after { color: $dark-color1; } .dark-mode .br-theme-fontawesome-stars .br-widget a.br-selected:after { color: $dark-color1; } .dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-active:after { content: '\f005'; color: $dark-color1; } .dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-selected:after { content: '\f005'; color: $dark-color1; } .dark-mode .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after { content: '\f123'; color: $dark-color1; } .dark-mode .br-theme-fontawesome-stars .br-widget a:after { content: '\f005'; color: $dark-theme; } .dark-mode .br-theme-fontawesome-stars-o .br-widget a:after { content: '\f006'; color: $dark-theme; } /*-----Chat----*/ .dark-mode #messages-main { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode #messages-main .ms-menu { border-right: 1px solid rgba(255, 255, 255, 0.07); background: $dark-theme2; } .dark-mode #messages-main .ms-user { background: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode #messages-main #ms-compose { box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28); } .dark-mode .message-feed:not(.right) .mf-content { background: $primary; color: $white; } .dark-mode .message-feed.right .mf-content { background: $dark-theme2; } .dark-mode .msb-reply { box-shadow:none; background: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 0; } .dark-mode .four-zero, .dark-mode .lc-block { box-shadow: 0 1px 11px rgba(0, 0, 0, .27); } .dark-mode .msb-reply button:hover { background:none; } .dark-mode .actions:not(.a-alt)>li>a>i { color: rgba(255, 255, 255, 0.6); } .dark-mode .ms-body { background: $dark-theme-light; } /* --------Added--------- css*/ .dark-mode .wizard-card .moving-tab { background-color: $primary !important; } .dark-mode .form-group label.control-label { color: $dark-color1; } .dark-mode .wizard-card.form-group .form-control { background-image: linear-gradient(#c4c4c4, #c4c4c4, linear-gradient(#e1e1e2, #e1e1e2)); } .dark-mode .wizard-container .wizard-navigation { background: $dark-theme; } .dark-mode .wizard-card .choice:hover .icon, .dark-mode .wizard-card .choice.active .icon { border-color: $primary !important; color: $dark-color1 !important; } .dark-mode .richText .richText-toolbar ul li a { border-right: $white-1 solid 1px; } .dark-mode .richText .richText-toolbar { border-bottom: $white-1 solid 1px; } .dark-mode .richText { border: $white-1 solid 1px; background-color: $dark-theme; border-top: 0; border-bottom: 0; } .dark-mode .addui-slider .addui-slider-track .addui-slider-range { background: $primary; } .dark-mode .addui-slider .addui-slider-track .addui-slider-handle:after { background: $primary; } .dark-mode .addui-slider .addui-slider-track .addui-slider-handle:hover { box-shadow: 0 0 5px rgba(159, 120, 255, 0.5); } .dark-mode .addui-slider .addui-slider-track .addui-slider-handle:hover .addui-slider-value { background: rgba(159, 120, 255, 0.5); } .dark-mode .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active { background: rgba(159, 120, 255, 0.5); box-shadow: 0 0 5px rgba(159, 120, 255, 0.5); } .dark-mode .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active .addui-slider-value { background: rgba(159, 120, 255, 0.75); } .dark-mode .cal1 .clndr .clndr-table .header-days .header-day { border-left: 1px solid rgba(255, 255, 255, 0.07); border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .dark-mode .cal1 .clndr .clndr-table .header-days { background: $primary; } .dark-mode .cal1 .clndr .clndr-table tr .empty, .dark-mode .cal1 .clndr .clndr-table tr .adjacent-month, .dark-mode .cal1 .clndr .clndr-table tr .my-empty, .dark-mode .cal1 .clndr .clndr-table tr .my-adjacent-month { border-left: 1px solid rgba(255, 255, 255, 0.07); border-top: 1px solid rgba(255, 255, 255, 0.07); background: $dark-theme; } .dark-mode .cal1 .clndr .clndr-table tr .day.event, .dark-mode .cal1 .clndr .clndr-table tr .day.my-event { background: $dark-theme2; } .dark-mode .cal1 .clndr .clndr-table tr .day.today.event, .dark-mode .cal1 .clndr .clndr-table tr .day.my-today.event { background: #f2ecff; } .dark-mode .cal1 .clndr .clndr-table tr .day.event:hover, .dark-mode .cal1 .clndr .clndr-table tr .day.my-event:hover { background: $dark-theme !important; } .dark-mode .cal1 .clndr .clndr-table tr .day.today, .dark-mode .cal1 .clndr .clndr-table tr .day.my-today { background: $dark-theme !important; color: $dark-color1 !important; } .dark-mode .cal1 { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .cal1 .clndr .clndr-table tr .day { border-left: 1px solid rgba(255, 255, 255, 0.07); border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .cal1 .clndr .clndr-table tr .day:last-child { border-right: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .cal1 .clndr .clndr-table tr .day:hover { background: $dark-theme; } .dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button { color: $dark-color1; background: $dark-theme; } .dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button { color: $dark-color1; background: $dark-theme; } .dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover { background: $primary; } .dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover { background: $primary; } .dark-mode .fc button { background: $dark-theme-light; } .dark-mode .fc-unthemed .fc-content, .dark-mode .fc-unthemed .fc-divider, .dark-mode .fc-unthemed .fc-list-heading td, .dark-mode .fc-unthemed .fc-list-view, .dark-mode .fc-unthemed .fc-popover, .dark-mode .fc-unthemed .fc-row, .dark-mode .fc-unthemed tbody, .dark-mode .fc-unthemed td, .dark-mode .fc-unthemed th, .dark-mode .fc-unthemed thead { border: 0px solid rgba(255, 255, 255, .1); } .dark-mode .fc-event { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .fc-event, .dark-mode .fc-event-dot { background-color: $primary; } .dark-mode .fc-unthemed .fc-divider, .dark-mode .fc-unthemed .fc-list-heading td, .dark-mode .fc-unthemed .fc-popover .fc-header { background: $dark-theme; } .dark-mode .fc-unthemed .fc-list-heading td.fc-widget-header { background: $dark-theme2; border: 0; } .dark-mode .fc-toolbar .fc-state-active, .dark-mode .fc-toolbar .ui-state-active { background: $primary; } .dark-mode .fc-unthemed .fc-list-item:hover td { background-color: $dark-theme; } .dark-mode .conv-form-wrapper div#messages div.message.to { background: rgb(238, 239, 246); } .dark-mode div.conv-form-wrapper div.options div.option { border: 1px solid $primary; background: $white; color: $dark-color1; } .dark-mode form.convFormDynamic button.submit { color: $dark-color1; border: 1px solid $primary; background: $white; } .dark-mode div.conv-form-wrapper div.options div.option.selected { background: $primary; color: $white; } .dark-mode div.conv-form-wrapper div.options div.option.selected:hover { background: $primary; } .dark-mode form.convFormDynamic button.submit:hover { background: $primary; color: $white; } .dark-mode div.conv-form-wrapper div#messages div.message.from { background: $primary; color: $white; } .dark-mode #sidebar ul li.active>a { color: $dark-color1; } .dark-mode #sidebar ul li.active>a:hover { background: #6d4dbb; color: $white; } .dark-mode .accordionjs .acc_section.acc_active>.acc_head { background: $primary !important; } .dark-mode .tab_wrapper>ul li.active { border-color: $primary !important; background: $primary !important; color: $white; } .dark-mode .tab_wrapper.right_side>ul li.active:after { background: $primary !important; } .dark-mode .user-profile .user-pro-body .u-dropdown { color: $white; } .dark-mode #sidebar ul li a { color: #384056; } .dark-mode #sidebar li a[aria-expanded="true"], .dark-mode #sidebar li a.active { background: $primary; color: $white; } .dark-mode #sidebar li a[aria-expanded="true"]:hover { color: $white !important; } .dark-mode .sweet-alert button { background-color: $primary !important; } .dark-mode .timeline__item:after { border: 6px solid $primary; background: $white !important; } .dark-mode .tab_wrapper>ul li { border: 1px solid rgba(255, 255, 255, 0.07); border-top: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 0px; } .dark-mode .tab_wrapper>ul { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .tab_wrapper.right_side .content_wrapper { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .tab_wrapper.right_side>ul li.active { border-color: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .tab_wrapper.right_side>ul { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .tab_wrapper.right_side>ul li:after { background: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .job-box-filter select.input-sm { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .job-box-filter label input.form-control { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .job-box-filter { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .job-box-filter a.filtsec { background: #edf0f3; color: #81a0b1; border: 1px solid #e2e8ef; } .dark-mode .job-box-filter a.filtsec.active { color: $white; background: #16262c; border-color: #16262c; } .dark-mode .job-box-filter a.filtsec i { color: $dark-color1; } .dark-mode .job-box-filter a.filtsec:hover, .dark-mode .job-box-filter a.filtsec:focus { color: $white; background: #07b107; border-color: #07b107; } .dark-mode .job-box-filter a.filtsec:hover i, .dark-mode .job-box-filter a.filtsec:focus i { color: $white; } /*===================================== Inbox Message Style =======================================*/ .dark-mode .inbox-message ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .inbox-message ul li:hover, .dark-mode .inbox-message ul li:focus { background: $dark-theme; } .dark-mode .inbox-message .message-body { color: $dark-color; } .dark-mode .message-body-heading h5 { color: $dark-color; } .dark-mode .message-body h5 span { color: $white; } .dark-mode .message-body h5 span.unread { background: #07b107; } .dark-mode .message-body h5 span.important { background: #dd2027; } .dark-mode .message-body h5 span.pending { background: #2196f3; } .dark-mode .chart-dropshadow { -webkit-filter: drop-shadow(0 -6px 4px rgba(115, 150, 255, .5)); filter: drop-shadow(0 -6px 4px rgba(115, 150, 255, .5)); } .dark-mode .GradientlineShadow { -webkit-filter: drop-shadow(0 -8px 4px rgba(0, 0, 0, .2)); filter: drop-shadow(0 -8px 4px rgba(0, 0, 0, .2)); } .dark-mode .BarChartShadow { -webkit-filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .3)); filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, .3)); } .dark-mode .donutShadow { -webkit-filter: drop-shadow(-1px 0px 2px rgba(0, 0, 0, .3)); filter: drop-shadow(-1px 0px 2px rgba(0, 0, 0, .3)); } /*--- img container---*/ .dark-mode .image_inner_container img { border: 5px solid white; } .dark-mode .image_outer_container .green_icon { background-color: #4cd137; border: 5px solid white; } .dark-mode .search svg { stroke: $white; } .dark-mode .input-search { color: $white; } .dark-mode #drag-1, .dark-mode #drag-2 { color: white; } .dark-mode .search-inline { background-color: $dark-theme2; } .dark-mode .search-inline button[type="submit"] { background: $primary; color: $white; } .dark-mode .search-inline .search-close { color: #616161; background: #efefef; } .dark-mode .lockscreen:before { box-shadow: inset 0 0 0 200px $white-4; } .dark-mode .table-stats table th, .dark-mode .table-stats table td { border-bottom: 1px solid #e8e9ef; } .dark-mode .pulse { background: $secondary; box-shadow: 0 0 0 rgba(247, 45, 102, 0.9); } @media (max-width: 992px) { .dark-mode .navsearch { border: 0px solid rgba(255, 255, 255, .15); } } @media (max-width: 992px) and (min-width: 768px) { .dark-mode .animated-arrow.hor-toggle { border: 0px solid rgba(255, 255, 255, 0.07); } } .dark-mode .activity { border-left: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .latest-timeline ul.timeline:before { background: rgba(255, 255, 255, .1); } .dark-mode .latest-timeline ul.timeline>li:before { background: $dark-theme-light; border: 3px solid #1753fc; } .dark-mode .latest-timeline ul.timeline>li:first-child:before { border: 3px solid #0dd157; } .dark-mode .latest-timeline ul.timeline>li:nth-child(2):before { border: 3px solid #2d9eef; } .dark-mode .latest-timeline ul.timeline>li:nth-child(3):before { border: 3px solid #f35e90; } .dark-mode .latest-timeline ul.timeline>li:nth-child(4):before { border: 3px solid $orange; } .dark-mode .latest-timeline ul.timeline>li:last-child:before { border: 3px solid #ec2d38; } .dark-mode div[data-acc-step]:not(.open) { background: $dark-theme; } .dark-mode div[data-acc-step]:not(.open) h5 { color: $white-4; } .dark-mode div[data-acc-step]:not(.open) .badge-primary { background: #29314e; } .dark-mode .sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) { color: $dark-color1; background: transparent; } .dark-mode .fc-widget-content .fc-bgevent { background-color: $dark-theme !important; } .dark-mode .card-bgimg:before { background: $primary } .dark-mode .main-nav-calendar-event .nav-link.exclude::before { border-top: 1px solid #ccc; } .dark-mode .main-nav-calendar-event .nav-link.exclude { color: #aab2f1; } .dark-mode .main-nav-calendar-event .nav-link.exclude i { color: #aab2f1 !important; } .dark-mode .main-nav-calendar-event .nav-link:hover { color: $dark-color; } /***** Chat ******/ .dark-mode .main-nav-line-chat { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .main-nav-line-chat .nav-link { color: $dark-color; } .dark-mode .main-nav-line-chat .nav-link.active { color: $dark-color1; } .dark-mode .main-nav-line-chat .nav-link.active::before { background-color: $primary; } .dark-mode .main-chat-contacts-wrapper { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .main-chat-contacts-more { background-color: $primary; color: $white; } .dark-mode .main-chat-list .media+.media::before { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .main-chat-list .media.new { background-color: $dark-theme2; } .dark-mode .main-chat-list .media.new .media-contact-name span:first-child { color: $white; } .dark-mode .main-chat-list .media.new .media-body p { color: #aab2f1; } .dark-mode .main-chat-list .media:hover, .dark-mode .main-chat-list .media:focus { background-color: $dark-theme; border-top-color: rgba(255, 255, 255, .1); border-bottom-color: rgba(255, 255, 255, .1); } .dark-mode .main-chat-list .media.selected { background-color: $dark-theme; border-top-color: rgba(255, 255, 255, .1); border-bottom-color: rgba(255, 255, 255, .1); } .dark-mode .main-chat-list .media.selected:first-child { border-top-color: transparent; } .dark-mode .main-chat-list .media.selected .media-contact-name span:first-child { color: $dark-color; } .dark-mode .main-chat-list .media.selected .media-body p { color: #a5a7b1; } .dark-mode .main-chat-list .online span { color: $white; box-shadow: 0 0 0 2px #0d1337; } .dark-mode .main-chat-list .main-img-user span{ box-shadow: 0 0 0 2px #0d1337; } .dark-mode .main-content-left-chat .online::after { background-color: #28c76f; box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95); } .dark-mode .main-chat-list .media-body p { color: #aab2f1; } .dark-mode .main-chat-list .media-contact-name span:first-child { color: $dark-color; } .dark-mode .main-chat-list .media-contact-name span:last-child { color: #aab2f1; } .dark-mode .main-chat-header { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .main-chat-header .nav-link { color: #aab2f1; } .dark-mode .main-chat-header .nav-link:hover, .dark-mode .main-chat-header .nav-link:focus { color: $dark-color1; } .dark-mode .main-chat-header .nav-link+.nav-link { border: 0px solid #efefef; background: $dark-theme2; } .dark-mode .main-chat-msg-name h6 { color: $dark-color; } .dark-mode .main-chat-msg-name small { color: #aab2f1; } .dark-mode .main-chat-body { background: #161c41; } .dark-mode .main-chat-body .media.flex-row-reverse .main-msg-wrapper { background-color: $primary; color: $white; } .dark-mode .main-msg-wrapper { padding: 10px 15px; background-color: $dark-theme2; } .dark-mode .main-chat-footer { border-top: 1px solid rgba(255, 255, 255, 0.07); background-color: $dark-theme2; } .dark-mode .main-chat-footer .nav-link { color: #aab2f1; } .dark-mode .main-msg-send { color: #aab2f1; } .dark-mode .visitors-flg .flag-icon { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .ui-datepicker { z-index: 9999 !important; } .dark-mode .slide.is-expanded a.side-menu__item:hover i { color: $white !important; } .dark-mode .fc-event, .dark-mode .fc-event:hover { color: $white !important; } .dark-mode .weather-card { color: $white; } .dark-mode .weather-card:before { background: rgba(0, 0, 0, 0.3); } .dark-mode .input-custom-plus .input-group-prepend>.input-group-text { border-right: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .ranges li { background-color: $dark-theme; } .dark-mode .daterangepicker .calendar-table { border: 0px solid rgba(255, 255, 255, 0.07); background-color: $dark-theme2; color: $dark-color; } .dark-mode .daterangepicker td.off, .dark-mode .daterangepicker td.off.in-range, .dark-mode .daterangepicker td.off.start-date, .dark-mode .daterangepicker td.off.end-date { color: $white-3; background: transparent; } .dark-mode .daterangepicker td.in-range { background-color: $dark-theme; } .dark-mode .sidebar { background: $dark-theme2; } .dark-mode .fc td, .dark-mode .fc th { border-width: 1px !important; } .dark-mode .fc-unthemed td.fc-today { background: $dark-theme-light; } .dark-mode .fc-state-active, .dark-mode .fc-state-disabled, .dark-mode .fc-state-down, .dark-mode .fc-state-hover { color: $dark-color; } .dark-mode .fc-state-default { border: 1px solid rgba(255, 255, 255, 0.07); color: $dark-color; } .dark-mode .select2-container--default .select2-results__option[aria-selected=true] { background-color: $dark-theme; } .dark-mode .select2-dropdown { box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); color: #edf0f5; background-color: #181f48; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .dropify-wrapper:hover { background-image: -webkit-linear-gradient(135deg, $dark-theme 25%, transparent 25%, transparent 50%, $dark-theme 50%, $dark-theme 75%, transparent 75%, transparent); background-image: linear-gradient(-45deg, $dark-theme 25%, transparent 25%, transparent 50%, $dark-theme 50%, $dark-theme 75%, transparent 75%, transparent); } .dark-mode #chart text, .dark-mode #chart text { fill: #b0bac9; } .dark-mode #chart line, .dark-mode #chart-timeline line, .dark-mode #chart2 line, .dark-mode #chart3 line, .dark-mode #chart4 line, .dark-mode #chart5 line{ stroke: rgba(142, 156, 173, 0.1) } .dark-mode #chart3 path, .dark-mode #chart4 path, .dark-mode #chart5 path{ stroke: rgba(142, 156, 173, 0.1) } .dark-mode .msb-reply textarea { color: $white; } .dark-mode .cal1 .clndr .clndr-table .header-days .header-day:last-child { border-right: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .cal1 .clndr .clndr-table tr:last-child .day, .dark-mode .cal1 .clndr .clndr-table tr:last-child .my-day { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .sweet-alert { background-color: $dark-theme2; } .dark-mode .sweet-alert h2 { color: $white; } .dark-mode .timeline h2 { color: $white-7; background: $dark-theme-light; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .timeline .timeline-items .timeline-item:nth-of-type(2n+1) { background-color: #24345a; } .dark-mode .timeline .timeline-items .timeline-item:nth-of-type(2n+1)::before { border-top: 1em solid #24345a; border-right: 1em solid transparent; } .dark-mode .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1) { background-color: #1f2a4a; } .dark-mode .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n+1)::before { border-top: 1em solid #1f2a4a; } .dark-mode .timeline-items hr { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .timeline .timeline-items .timeline-item.centered:nth-of-type(2n) { background-color: #24345a; } .dark-mode .timeline .timeline-items .timeline-item.centered:nth-of-type(2n)::before { border-bottom: 1em solid #24345a; } .dark-mode .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n) { background-color: #1f2a4a; } .dark-mode .timeline .timeline-items .timeline-item.inverted:nth-of-type(2n)::before { border-top: 1em solid #1f2a4a; } .dark-mode .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1) { background-color: #24345a; } .dark-mode .timeline .timeline-items .timeline-item.centered:nth-of-type(2n+1)::before { border-bottom: 1em solid #24345a; } .dark-mode .accordionjs .acc_section .acc_head { background: $dark-theme; } .dark-mode .accordionjs .acc_section { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .accordionjs .acc_section.acc_active>.acc_head { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .tab_wrapper>ul li.active:after { background: $dark-theme2; } .dark-mode .tab_wrapper .content_wrapper { border: 1px solid rgba(255, 255, 255, 0.07); border-top: 0; } .dark-mode .tab_wrapper.right_side>ul li.active:before { background: $dark-theme2; } .dark-mode .gallery-list>li { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .gallery-list>li .info { background: $dark-theme2; } .dark-mode .sw-theme-dots>ul.step-anchor { background: $dark-theme2; } .dark-mode .sw-theme-dots .step-content { background-color: $dark-theme2; } .dark-mode .sw-theme-dots .sw-toolbar { background: $dark-theme2; } .dark-mode .sw-theme-dots>ul.step-anchor>li>a:before { background: $dark-theme; } .dark-mode .sw-theme-dots>ul.step-anchor:before { background-color: $dark-theme; } .dark-mode .sw-theme-dots>ul.step-anchor>li>a:after { background: #29314e; } .dark-mode .richText .richText-editor { background-color: $dark-theme2; border-left: rgba(255, 255, 255, 0.07) solid 2px; } .dark-mode .richText .richText-undo, .dark-mode .richText .richText-redo { border-right: rgba(255, 255, 255, 0.1) solid 1px !important; } /*----- Horizontal-Menu ----- */ .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu:after { border-bottom: 9px solid $dark-theme2; } .dark-mode .mega-menubg:after { border-bottom: 9px solid #071230; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a { color: #aaaec5; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu h3{ color:$white; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu { box-shadow: 0px 6px 18px rgba(123, 130, 187, 0.2); color: #edf0f5; background-color: #181f48; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu:before { border-bottom: 10px solid rgba(255, 255, 255, 0.07); } .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu { box-shadow:0px 6px 18px rgba(123, 130, 187, 0.2); color: #edf0f5; background-color: #181f48; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a { color: #aaaec5; } @media (max-width: 992px) { .dark-mode.hor-skin1 .comb-page .horizontal-main { border-bottom: 0px; } } .dark-mode .header-icon, .dark-mode .svg-icon{ color: rgba(255, 255, 255, 0.65); fill: #7b82bb; } .dark-mode .header .form-inline .form-control { background: #1b2352; } .dark-mode .top-header .dropdown-menu[x-placement^="top"], .dark-mode .top-header .dropdown-menu[x-placement^="right"], .dark-mode .top-header .dropdown-menu[x-placement^="bottom"], .dark-mode .top-header .dropdown-menu[x-placement^="left"] { box-shadow: 0px 10px 10px 20px rgba(53, 63, 88, 0.1), 10px 10px 15px -5px #0f163e !important; border-color: $white-1; } .dark-mode .tree li a { text-decoration: none; color: $dark-color; } .dark-mode .tree li { color: $dark-color; } .dark-mode .timelineleft>li>.timelineleft-item { background: $dark-theme2; color: $dark-color; border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .timelineleft>li>.timelineleft-item>.timelineleft-header { color: rgba(255, 255, 255, 0.4); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .btn-white { background: $dark-theme2; color: $white-8; border: 1px solid rgba(255, 255, 255, 0.1); background-image: none; &:hover { background-color: $dark-theme2; background-image: none; color: $white-8; border-color: $dark-theme2; box-shadow: none; } &:focus, &.focus { box-shadow: none; } &.disabled, &:disabled { color: $white-8; background-color: $dark-theme2; border-color: $dark-theme2; } &:not(:disabled):not(.disabled) { &:active, &.active { color: $white-8; background-color: $dark-theme2; border-color: $dark-theme2; } } } .dark-mode .btn:focus { box-shadow: none !important; outline: none !important; } .dark-mode .show>.btn-white.dropdown-toggle { color: $white-8; background-color: $dark-theme; border-color: $dark-theme; } .dark-mode .btn-white:focus, .dark-mode .btn-white:hover { background: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .crypto-tabs .tabs-menu1 ul li .active { border: 1px solid rgba(255, 255, 255, 0.1); background: $dark-theme2; box-shadow: 0px 10px 10px 20px rgba(53, 63, 88, 0.1), 10px 10px 15px -5px rgb(49, 61, 93); } .dark-mode [class*="js-conveyor-"] ul li { border: 1px solid rgba(255, 255, 255, 0.1); background: $dark-theme2; box-shadow: 0px 10px 10px 20px rgba(53, 63, 88, 0.1), 10px 10px 15px -5px #0f163e; } .dark-mode .js-conveyor-example:before { background: linear-gradient(to right, $dark-body, transparent); } .dark-mode .js-conveyor-example:after { background: linear-gradient(to left, $dark-body, transparent); } .dark-mode .countrytable tr { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .range_inputs { border-top: 1px solid rgba(255, 255, 255, 0.07) !important; } .dark-mode .daterangepicker td.in-range { color: rgba(255, 255, 255, 0.8); } .dark-mode .daterangepicker td.available:hover, .dark-mode .daterangepicker th.available:hover { background-color: $dark-theme2; border-color: transparent; color: inherit } .dark-mode .daterangepicker .ranges li:hover { background-color: $dark-theme2; } .dark-mode .daterangepicker:after { border-bottom: 6px solid $dark-theme; } @media (min-width: 730px) { .dark-mode .daterangepicker.ltr .ranges { float: left; border-right: 1px solid rgba(255, 255, 255, 0.07) !important; } } .dark-mode .table-warning td, .dark-mode .table-warning th { color: $color; } .dark-mode .table-primary td, .dark-mode .table-primary th { color: $dark-color1; } .dark-mode.page-style1:before { background: linear-gradient(rgba(4, 8, 35, 0.77), rgba(5, 12, 51, 0.88)), url(../../assets/images/pattern/4.png); background-repeat: no-repeat; background-size: cover; background-position: top; } .dark-mode.page-style1.page-style2:before { background: linear-gradient(rgb(16, 22, 58), rgb(16, 22, 58)), url(../../assets/images/pattern/4.png); background-repeat: no-repeat; background-size: cover; background-position: top; } .dark-mode .html-code { background: $dark-theme; border: 1px solid $white-08; border-bottom: 0; } .dark-mode .clipboard-icon { background: #2f3c5d; border: 1px solid rgba(255, 255, 255, 0.03); } .dark-mode .ql-container.ql-snow { border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .richText .richText-toolbar { border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .ql-toolbar.ql-snow { border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .ql-snow.ql-toolbar button, .dark-mode .ql-snow .ql-toolbar button { border: 1px solid rgba(255, 255, 255, 0.1); background: $dark-theme2; color: $white-5; } .dark-mode .ql-snow.ql-toolbar button:last-child, .dark-mode .ql-snow .ql-toolbar button:last-child { border-right: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .ql-toolbar.ql-snow .ql-picker-label { border: 1px solid rgba(255, 255, 255, 0.1); background: $dark-theme2; } .dark-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { border-color: rgba(255, 255, 255, 0.1); } .dark-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { border-color: rgba(255, 255, 255, 0.1); } .dark-mode .ql-snow .ql-picker-options { background-color: $dark-theme; } .dark-mode .richText .richText-toolbar ul li a:hover { background-color: $dark-theme; } .dark-mode .option-dots:hover, .dark-mode .option-dots:focus, .dark-mode .option-dots[aria-expanded="true"] { background:rgba(0, 0, 0, 0.08); } .dark-mode .tooltip-static-demo { background-color: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .popover-static-demo { background-color: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .profile-share { background: $dark-theme; } .dark-mode .profile-footer { background: $dark-theme; } .dark-mode .mail-inbox a:hover { background: transparent; } .dark-mode .tab_wrapper>ul li { background: $dark-theme; } .dark-mode.page-style1 .input-group-addon { background: $dark-theme; border-color: #252a4a; border-right: 0; } .dark-mode .coming-footer .input-group-addon { border-color: #545970; } .dark-mode .coming-footer .bg-white.input-group-append.btn:hover { background: $dark-theme; } .dark-mode .coming-footer .bg-white.input-group-append.btn { border-color: rgb(85, 89, 111); } .dark-mode .coming-footer .form-control { border-color: rgb(85, 89, 111) !important; } .dark-mode.page-style1 .form-control { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode.page-style1 .btn-link { color: $dark-color1; border: 0 !important; } .dark-mode .title-style h1 { background: $dark-theme2; } .dark-mode hr.divider:after { background: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .irs-line-left { background-color: $dark-theme; } .dark-mode .irs-line-mid { background-color: $dark-theme; } .dark-mode .main-proifle { border: 1px solid rgba(255, 255, 255, 0.07); background: $dark-theme2; } .dark-mode .main-proifle .tab-menu-heading { border-left: 0; border-right: 0; } .dark-mode .pricing-tabs ul.nav-price li a { padding: 12px 40px; display: block; background: $dark-theme2; } .dark-mode .pricing-tabs ul.nav-price { border: 1px solid rgba(255, 255, 255, 0.07); background: $dark-theme2; } .dark-mode .pricing-tabs ul.nav-price li a.active { background: $primary; } .dark-mode .pricing-tabs .pri-tabs-heading3 ul.nav-price li a { border-left: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .custom-progress { background-color: $dark-theme2; &::-webkit-progress-bar { background-color: $black-1; border-radius: 0px; } &::-webkit-progress-value { background-image: linear-gradient(45deg, $black-2 25%, transparent 25%, transparent 50%, $black-2 50%, $black-2 75%, transparent 75%, transparent); background-color: #4454c3; border-radius: 0px; } &::-moz-progress-bar { background-image: linear-gradient(45deg, $black-2 25%, transparent 25%, transparent 50%, $black-2 50%, $black-2 75%, transparent 75%, transparent); background-color: #4454c3; } &::-ms-fill { border-radius: 0px; background-image: linear-gradient(45deg, $black-2 25%, transparent 25%, transparent 50%, $black-2 50%, $black-2 75%, transparent 75%, transparent); background-color: #4454c3; } } .dark-mode .nav-pills .nav-link { background: $dark-theme2; } .dark-mode .sub-panel-heading .tabs-menu ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .sub-panel-heading .tabs-menu ul li a.active { background: $dark-theme; color: #5360d9 !important; } .dark-mode .wizard { border: 1px solid rgba(255, 255, 255, 0.07); background-color: $dark-theme2; } .dark-mode .wizard>.content { border-top: 1px solid rgba(255, 255, 255, 0.07); border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .wizard>.steps a .number, .dark-mode .wizard>.steps a:hover .number, .dark-mode .wizard>.steps a:active .number { background-color: #29314e; } .dark-mode .wizard>.steps .current a .number, .dark-mode .wizard>.steps .current a:hover .number, .dark-mode .wizard>.steps .current a:active .number { background-color: $primary; } .dark-mode .wizard>.steps .done a .number, .dark-mode .wizard>.steps .done a:hover .number, .dark-mode .wizard>.steps .done a:active .number { background-color: $secondary; } .dark-mode .wizard>.actions .disabled a, .dark-mode .wizard>.actions .disabled a:hover, .dark-mode .wizard>.actions .disabled a:active { background-color: #2a3450; color: rgba(255, 255, 255, 0.62); } @media (min-width: 576px) { .dark-mode .wizard.vertical>.content { border-left: 1px solid rgba(255, 255, 255, 0.07); } } .dark-mode .tree li.branch { background: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.05); } .dark-mode .tree li.branch li { background: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .tree ul:before { border-left: 2px solid $dark-theme2; } .dark-mode .tree ul li:before { border-top: 2px solid $dark-theme2; } .dark-mode .tree ul li.branch ul:before { border-left: 2px solid $dark-theme; } .dark-mode .tree ul li.branch li:before { border-top: 2px solid $dark-theme; } .dark-mode .footer .social .social-icon { border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1); } .dark-mode .bg-gray-100 { background-color: #495269; } .dark-mode .bg-gray-200 { background-color: #3d455a; } .dark-mode .bg-gray-300 { background-color: #32394c; } .dark-mode .bg-gray-400 { background-color: #2c3346; } .dark-mode .bg-gray-500 { background-color: #272e42; } .dark-mode .bg-gray-600 { background-color: #1f263c; } .dark-mode .bg-gray-700 { background-color: #192138; } .dark-mode .bg-gray-800 { background-color: #151c31; } .dark-mode .bg-gray-900 { background-color: #11182b; } .dark-mode .main-contact-info-header .media-body h4 { color: $white; } .dark-mode .main-contact-info-header { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .main-contact-item+.main-contact-item::before { border-top: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .main-contact-label::after { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .main-contact-item:hover, .dark-mode .main-contact-item:focus { background-color: $black-1; border-top-color: rgba(255, 255, 255, 0.07); border-bottom-color: rgba(255, 255, 255, 0.07); } .dark-mode .main-contact-item.selected { background-color: $black-1; border-top-color: rgba(255, 255, 255, 0.07); border-bottom-color: rgba(255, 255, 255, 0.07); } .dark-mode .main-contact-body h6, .dark-mode .main-contact-info-body .media-body span { color: rgba(255, 255, 255, 0.75); } .dark-mode .theme-white .cookie-popup { background-color: $dark-theme2; color: rgba(255, 255, 255, 0.78); box-shadow: none; border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .theme-white .cookie-popup-inner { border-bottom: 0 !important; } .dark-mode .theme-white .cookie-popup-learn-more { color: $white; background: #29344f; } .dark-mode .msg_card_body {} .dark-mode .chat .msg_cotainer { background-color: $dark-theme; } .dark-mode .chat .action-header { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .chat .msg_time, .dark-mode .chat .msg_time_send { color: rgba(255, 255, 255, 0.78); } .dark-mode .chat .msg_cotainer:before { border-bottom: 8px solid $dark-theme; } .dark-mode .chat .dropdown-menu li:hover { background: #FAF9FF; } .dark-mode .chatbox .user_img_msg { border: 1.5px solid rgba(255, 255, 255, 0.1); } .dark-mode .ms-menu .tab-menu-heading .tabs-menu1 ul li a { border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .ms-menu .tab-menu-heading { border: 1px solid rgba(255, 255, 255, 0.07); border-right: 0; border-left: 0; border-bottom: 0; background: $dark-theme2; } .dark-mode .ms-body .action-header { background: $dark-theme2; border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .chat-body-style { max-height: 500px; background: #161c41; } .dark-mode .main-chat-body .media-body > div span{ color:$white-6; } .dark-mode .message-feed.right .mf-content:before { border-bottom: 8px solid $dark-theme2; } .dark-mode .message-feed:not(.right) .mf-content:before { border-bottom: 8px solid $primary; } .dark-mode .main-chat-list .media { border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .main-msg-wrapper:before { border-bottom: 8px solid $dark-theme2; } .dark-mode .fc-view.fc-listMonth-view .fc-list-heading-main, .dark-mode .fc-view.fc-listWeek-view .fc-list-heading-main { color: $white-7; } .dark-mode .fc-view.fc-listMonth-view .fc-list-heading-main span:last-child, .dark-mode .fc-view.fc-listWeek-view .fc-list-heading-main span:last-child { color: $white; } .dark-mode .fc-view.fc-listMonth-view .fc-list-item, .dark-mode .fc-view.fc-listWeek-view .fc-list-item { background-color: $dark-theme2; } .dark-mode .fc-view.fc-listMonth-view .fc-list-item-title a, .dark-mode .fc-view.fc-listWeek-view .fc-list-item-title a { color: $white; } .dark-mode .fc-view.fc-listMonth-view .fc-list-item>td.fc-list-item-time, .dark-mode .fc-view.fc-listWeek-view .fc-list-item>td.fc-list-item-time { color: rgba(255, 255, 255, 0.8) !important; } .dark-mode .fc-view.fc-listMonth-view .fc-list-item-time, .dark-mode .fc-view.fc-listWeek-view .fc-list-item-time { padding: 7px 15px 7px; } .dark-mode .fc-view.fc-listMonth-view .fc-list-item-title, .dark-mode .fc-view.fc-listWeek-view .fc-list-item-title { padding: 12px 15px 12px; } .dark-mode .fc-other-month { background: rgba(255, 255, 255, 0.02); } .dark-mode .dropify-wrapper { color: rgba(255, 255, 255, 0.8); background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .dropify-wrapper .dropify-clear { border: 2px solid rgba(255, 255, 255, 0.1); } .dark-mode .dropify-wrapper .dropify-preview { background-color: $dark-theme2; } .dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone { background-color: $dark-theme2; border: 2px solid rgba(255, 255, 255, 0.1); } .dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:hover, .dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:focus, .dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:active { background-color: $white; } .dark-mode .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); color: #e7eeff; } .dark-mode .ms-choice { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); color: #e7eeff; } .dark-mode .ms-drop { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.07); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important; color: #e7eeff; } .dark-mode .ms-search input { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); color: #e7eeff; } .dark-mode .iti input, .dark-mode .iti input[type=text], .dark-mode .iti input[type=tel] { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); color: #e7eeff; } .dark-mode .iti__country-list { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); color: #e7eeff; } .dark-mode .iti__country.iti__highlight { background-color: $dark-theme-light; } .dark-mode .iti__divider { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag { background-color: $dark-theme-light; } .dark-mode .SumoSelect>.CaptionCont, .dark-mode .SumoSelect>.optWrapper { background-color: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); color: #e7eeff; } .dark-mode .SumoSelect>.optWrapper>.options li.opt:hover { background-color: $dark-theme-light; } .dark-mode .SumoSelect>.optWrapper>.options li.opt { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .SumoSelect>.optWrapper.multiple>.options li.opt span i, .dark-mode .SumoSelect .select-all>span i { background-color: $dark-theme-light; border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .SumoSelect.open .search-txt { border-radius: 0px; background: $dark-theme2; color: rgba(255, 255, 255, 0.8); } .dark-mode .SumoSelect .select-all { background-color: $dark-theme-light; border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .transfer-double { background-color: $dark-theme2; } .dark-mode .transfer-double-content-tabs .tab-item-name.tab-active { background: $dark-theme; } .dark-mode .transfer-double-list-search-input, .dark-mode .transfer-double-selected-list-search-input { background: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.8); } .dark-mode .transfer-double-content-tabs, .dark-mode .transfer-double-content-param { border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .transfer-double-content-left, .dark-mode .transfer-double-content-right { border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .transfer-double-list-footer { border-top: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .checkbox-group label:before { background: $dark-theme2; border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .btn-select-arrow { color: rgba(255, 255, 255, 0.8); background: $dark-theme; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .checkbox-group .checkbox-normal:disabled+label:before { color: #e7eeff; border: 1px solid rgba(255, 255, 255, 0.1); background-color: $dark-theme2; } .dark-mode .multi-wrapper { border: 1px solid rgba(255, 255, 255, 0.1); } .dark-mode .multi-wrapper .search-input { background: $dark-theme2; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.8); } .dark-mode .multi-wrapper .non-selected-wrapper { background: $dark-theme; border-right: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.9); } .dark-mode .multi-wrapper .item-1 { color: rgba(255, 255, 255, 0.7); } .dark-mode .multi-wrapper .selected-wrapper { background: $dark-theme2; } .dark-mode .SumoSelect>.optWrapper>.MultiControls { background: $dark-theme2; } .dark-mode .SumoSelect.open>.optWrapper { background: $dark-theme2; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } .dark-mode .SumoSelect.disabled>.CaptionCont { border-color: rgba(255, 255, 255, 0.1); } .dark-mode .ms-choice.disabled { background-color: $dark-theme !important; border: 1px solid rgba(255, 255, 255, 0.1); color: #e7eeff; opacity: 0.5; } .dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:hover, .dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:focus, .dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:active { opacity: 1; background-color: $dark-theme; border-color: rgba(255, 255, 255, 0.1); } .dark-mode .sp-replacer { background-color: $dark-theme; border-color: rgba(255, 255, 255, 0.1); } .dark-mode .sp-container { background-color: $dark-theme2; border: solid 1px rgba(255, 255, 255, 0.07); } .dark-mode .sp-picker-container { border-left: solid 1px rgba(255, 255, 255, 0.07); } .dark-mode .ui-timepicker-wrapper { background: $dark-theme-light; border: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode .ui-timepicker-list li { color: rgba(255, 255, 255, .8); } .dark-mode .ms-drop .custom-control-label::before { background-color: $dark-theme2; } .dark-mode .multi-wrapper .header { box-shadow: none !important; border: 0 !important; } .dark-mode .apexcharts-yaxis text { fill: $white; } .dark-mode .horizontal-main { box-shadow: 16px 0px 16px #1b2352; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>a:hover { color: $white-8; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>a .hor-icon { color: $white-8; fill: $white-2; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>a:hover .hor-icon { color: $white-8; fill: $white-2; } .dark-mode .hor-icon { color: rgba(255, 255, 255, 0.8); fill: rgba(255, 255, 255, 0.2); } .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a { color: #aaaec5; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover { color: $white; } .dark-mode .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a:hover, .dark-mode .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a.active { color: $white; } .dark-mode .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active, .dark-mode .hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active { color: $white; } .dark-mode .header.top-header { border-bottom: 0 !important; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title { color: rgba(255, 255, 255, .9); } .dark-mode .mega-menubg { box-shadow: 0px 6px 18px rgba(123, 130, 187, 0.2); color: #edf0f5; background-color: #181f48; border: 1px solid rgba(255, 255, 255, 0.07); } @media only screen and (max-width: 991px) { .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu { background: rgba(255, 255, 255, 0.04); box-shadow:none; border:0; } .dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu { background-color: transparent; border: 0; } } .dark-mode .app-sidebar { box-shadow: none; } .dark-mode .icon-dropshadow { filter: drop-shadow(0px 10px 4px rgb(40, 50, 76)); } .dark-mode .ah-actions .option-dots { background: $dark-theme-light; } .dark-mode .irs-line-right { background: $dark-theme-light; } .dark-mode .card-pay .tabs-menu li a { background: $dark-theme-light; border-right: 1px solid $white-1; } .dark-mode .card-pay .tabs-menu li a.active { background: $primary; } .dark-mode .bg-light2 { background-color: #2d3258 !important; } @media (max-width: 991px) { .dark-mode .animated-arrow { span { background: #aab2f1; &:before, &:after { background: #aab2f1; } } } .dark-mode.active .animated-arrow span { background-color: transparent; margin-top: 6px; } } @media (min-width: 992px) { .dark-mode .panel.price.active { box-shadow: 0px 10px 10px 20px rgba(16, 22, 58, 0.13), 10px 10px 15px -5px rgb(38, 43, 72); } .dark-mode .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active { .hor-shape1 { &:after { background: #0d1337 !important; } } .hor-shape2 { &:after { background: #0d1337 !important; } } } } .dark-mode .shadow3 { box-shadow: 0 0px 6px #232847 !important; } .dark-mode .shadow2 { box-shadow: 0px 10px 10px 20px rgba(176, 184, 214, 0), 10px 10px 15px -5px #0f163e !important; } .dark-mode .irs-min, .dark-mode .irs-max { color: $white-8; background: $dark-theme; } .dark-mode .iti__selected-flag { &:hover, &:focus { box-shadow: none; outline: none; } } @media (min-width: 576px) { .dark-mode .wizard.vertical>.content { border-top: 0; } .dark-mode .wizard.vertical>.actions { border-left: 1px solid $white-1; border-top: 0; } } .dark-mode.page-style1 .card { box-shadow: -8px 12px 18px 0 #0d1337; } .dark-mode .social-profile-buttons li a { border-color: $white-1; background: $dark-theme; } .dark-mode .social-profile-buttons li a i{ color:#edf0f5; } .dark-mode .demo_changer .demo-icon { box-shadow: none; } .dark-mode .fc-unthemed .fc-list-empty { background-color: $dark-theme; } .dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close { background-color: $dark-theme; color: $white-8; } .dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown { background-color: $dark-theme; color: $white-8; border-color: $white-1; } .dark-mode .richText .richText-form input[type="text"], .dark-mode .richText .richText-form input[type="file"], .dark-mode .richText .richText-form input[type="number"], .dark-mode .richText .richText-form select { background-color: $dark-theme; color: $white-8; border-color: $white-1; } .dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a { border-bottom: $white-1 solid 1px; } .dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover { background-color: $dark-theme; } .dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a { box-shadow: none; } .dark-mode .ps__thumb-y, .dark-mode .ps__thumb-x { background-color: #323a67; } .dark-mode .ps__rail-y:hover>.ps__thumb-y, .dark-mode .ps__rail-y:focus>.ps__thumb-y, .dark-mode .ps__rail-y.ps--clicking .ps__thumb-y { background-color: #323a67; } .dark-mode .ps__rail-x:hover>.ps__thumb-x, .dark-mode .ps__rail-x:focus>.ps__thumb-x, .dark-mode .ps__rail-x.ps--clicking .ps__thumb-x { background-color: #323a67; } .dark-mode .simplebar-scrollbar:before { background-color: #323a67; } .dark-mode .main-contact-info-header .main-img-user a { background-color: $dark-theme; box-shadow: 0 0 0 2px $dark-theme2; &:hover { background-color: $primary; } } .dark-mode .profile-edit textarea { background: $dark-theme; } .dark-mode .box-widget.widget-user .badge-light { background: #2d3258; } .dark-mode .btn-white.dropdown-toggle { &::after { color: $white-2; } } .dark-mode .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title { background: $dark-theme; border-bottom: 1px solid $white-1; } .dark-mode .apexcharts-tooltip.apexcharts-theme-light { border: 1px solid $white-1; background: $dark-theme; } .dark-mode .apexcharts-xaxis text { fill: $white-8; } .dark-mode .date-range-btn i { color: $white-4; } /* ###### custom ####### */ body.dark-mode .switcher-wrapper *::-webkit-scrollbar-thumb, body.dark-mode .switcher-wrapper *:hover::-webkit-scrollbar-thumb { background: $gray-100; } body.dark-mode .switcher-wrapper *::-webkit-scrollbar-track { background: $white; } .dark-mode .msg_card_body { background: $dark-theme-light; } .dark-mode .input:-internal-autofill-selected { background: $dark-theme2 !important; } .dark-mode .show>.btn-default.dropdown-toggle { color: $dark-color; background-color: #191f48; border-color: #191f48; } .dark-mode .modal.effect-just-me .modal-content { background: $dark-theme2; } .dark-mode table.dataTable>tbody>tr.child ul.dtr-details>li { border-bottom: 1px solid $white-1; } .dark-mode .offer-danger { border-color: #dc0441; .shape { border-color: transparent #dc0441 transparent transparent; } } .dark-mode .offer-success { border-color: $success; .shape { border-color: transparent $success transparent transparent; } } .dark-mode .offer-default { border-color: #6b6f80; .shape { border-color: transparent #6b6f80 transparent transparent; } } .dark-mode .offer-primary { border-color: $primary; .shape { border-color: transparent $primary transparent transparent; } } .dark-mode .offer-info { border-color: $info; .shape { border-color: transparent $info transparent transparent; } } .dark-mode .offer-warning { border-color: $warning; .shape { border-color: transparent $warning transparent transparent; } } .dark-mode .apexcharts-datalabels-group text { fill: $white; } .dark-mode { .page-style2.page-style1:before, .page-style1:before { background: linear-gradient(rgba(15, 22, 62, 0.75), rgba(15, 22, 62, 0.75)), url(../../assets/images/pattern/4.png); background-repeat: no-repeat; background-size: cover; } } .dark-mode .seller-badge{ background: #0a0e31; color:#4b56a8; } .dark-mode .irs-outline .irs-slider{ background-color: #0d1337; } .dark-mode .card .footer{ background:$dark-theme2; } .dark-mode .mail-tags{ border:1px solid rgba(255, 255, 255, 0.07); } .dark-mode .side-menu__item.active, .dark-mode .side-menu__item.active .shape1, .dark-mode .side-menu__item.active .shape2 { background: #11163a; color:#aaaec5; } .dark-mode .header.header-1 .dark-logo, .dark-mode .header.header-3 .dark-logo, .dark-mode .header.header-4 .dark-logo{ display:block !important; } .dark-mode .header.header-1 .desktop-lgo, .dark-mode .header.header-3 .desktop-lgo, .dark-mode .header.header-4 .desktop-lgo{ display:none !important; } .dark-mode .side-menu__item.active .side-menu__icon, .dark-mode .side-menu__item.active:hover .side-menu__icon, .dark-mode .side-menu__item.active:focus .side-menu__icon{ color: #aab2f1; fill: #3e426f; } .dark-mode .slide-item, .dark-mode .sub-side-menu__item, .dark-mode .sub-slide-item{ color: #aaaec5; } .dark-mode .hor-header.header .header-brand-img.dark-logo{ display:none; } @media (min-width: 575.98px){ .dark-mode .hor-header.header .header-brand-img.desktop-lgo{ display:block; margin-top:5px; } } .dark-mode .tree li i{ color:$dark-color1; } .dark-mode .apexcharts-tooltip.light{ background-color: #0d1337 !important; box-shadow: -8px 12px 18px 0 #0d1337; border:0; } .dark-mode .apexcharts-tooltip.light .apexcharts-tooltip-title{ background-color:#0d1337 !important; box-shadow: none; border-bottom:1px solid rgba(255,255,255,0.06); } .dark-mode .error-message:after { background: url(../../assets/images/png/01-dark.png) repeat top; background-repeat: no-repeat; } .dark-mode .error-message1:after{ background: url(../../assets/images/png/02-dark.png) repeat top; background-repeat: no-repeat; } .dark-mode .countdown .number{ box-shadow:-8px 12px 18px 0 #0d1337; } .dark-mode .footer.footer{ border-top:1px solid rgba(255, 255, 255, 0.07) } .dark-mode div.dt-button-info{ background-color: #1b2352; border: 1px solid rgba(255, 255, 255, 0.07); box-shadow:0px 6px 18px rgba(123, 130, 187, 0.2); } .dark-mode div.dt-button-info h2 { background-color: #1b2352; border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .dark-mode table.dataTable tbody tr:hover, .dark-mode table.dataTable tbody tr.selected { background: rgba(0, 0, 0, 0.1); } .dark-mode .main-contact-body span, .dark-mode .main-contact-info-header .media-body .nav-link, .dark-mode .main-contact-info-body .media-body label{ color:#70748a } .dark-mode .btn .svg-icon{ color: rgba(255, 255, 255, 0.65); fill: rgba(255, 255, 255, 0.65); } .dark-mode .item7-card-desc a div{ color:#70748a !important; }