/* Add here all your CSS customizations */

.header .toggle-sidebar-left {
    background: none !important;
}

.btn-vortex {
	background-color: #282D36 !important;
	border: 0 !important;
	color: #FFF;
    outline: none !important;
}

.btn-vortex:active,
.btn-vortex:focus,
.btn-vortex:focus-visible {
	border: 0 !important;
    outline: none !important;
}

.btn-vortex:hover, .btn-vortex.hover {
	background-color: #2E353E !important;
	border: 0 !important;
	color: #FFF;
    outline: none !important;
}

.btn-vortex-danger {
	background-color: #C21807 !important;
	border: 0 !important;
	color: #FFF;
    outline: none !important;
}

.btn-vortex-danger:active,
.btn-vortex-danger:focus,
.btn-vortex-danger:focus-visible {
    border: 0 !important;
    outline: none !important;
}

.btn-vortex-danger:hover,
.btn-vortex-danger.hover {
	background-color: #FF0000 !important;
	border: 0 !important;
	color: #FFF;
    outline: none !important;
}

.btn-vortex.dark-2:hover,
.btn-vortex.dark-2.hover {
    background-color: #242830 !important;
}

.row.mg-files {
    padding-top: 20px !important;
}

html.dark .card-header {
    background-color: #21262D !important;
}

.form-group + .form-group {
    border-top: 0 !important;
}

.help-block {
    color: #808697;
}

.fileupload-preview {
    line-height: 25px !important;
    overflow: visible !important;
    color: #fff;
    padding: 0 !important;
}

html.dark .fileupload .uneditable-input {
    position: relative;
}

.fileupload .uneditable-input .fa,
.fileupload .uneditable-input .fab,
.fileupload .uneditable-input .fal,
.fileupload .uneditable-input .far,
.fileupload .uneditable-input .fas {
    position: absolute;
    top: 12px !important;
    left: 10px !important;
    display: none !important;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group .mg-toggle {
    border-left: 0 !important;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
    background-color: #21262D !important;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
    background-color: #21262D !important;
}

.input-group-text {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px;
    padding: 0;
}

html.dark .form-control[disabled], html.dark .form-control[readonly], html.dark fieldset[disabled] .form-control {
    background-color: #282d36;
    cursor: not-allowed;
}

html.dark .tabs.tabs-bottom .tab-content, html.dark .tab-content {
    background-color: #2E353E !important;
}

.table tbody {
    border-top: 2px solid #282d36;
}

.lang-tab {
    border: 2px solid #282D36 !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    background-color: #2E353E !important;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0 !important;
}

.table th {
    font-weight: 500 !important;
}

.badge {
    padding: 0.5em 1em !important;
    font-weight: 400 !important;
}

trix-editor,
.trix-button-group {
    border: 1px solid #21262d !important;
    background-color: #282d36;
}

trix-toolbar .trix-button {
    border-bottom: 1px solid #21262d !important;
}

trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #21262d !important;
}

.sort-table-header {
    color: #808697 !important;
}

ul.nav-main li a span.badge {
    margin: 0.2em -0.8em 0 0 !important;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #282d36;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #808697;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: #0088CC;
}

.switch input:checked + .slider:before {
    background-color: white;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

html.dark .back-button {
    color: #abb4be !important;
    cursor: pointer;
}

html.dark .back-button:hover {
    color: #e7e7e7 !important;
}

.modal-header .modal-title {
    font-size: 18.4px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 !important;
}

.modal-footer .btn {
    font-size: 13px !important;
    padding: 0.25rem 1rem !important;
}

html.dark .modal-content {
    border: 0 !important;
}

.text-red {
    color: #d2322d;
}

.note-toolbar.card-header {
    padding: 5px !important;
}

.note-popover .popover-content>.note-btn-group, .note-editor .note-toolbar>.note-btn-group {
    margin-top: 0 !important;
}

.note-editing-area .note-editable,
.note-editing-area .note-editable p {
    color: #EEE !important;
    margin: 0 0 0 !important;
}
