/*!
 * 
 * Super simple WYSIWYG editor v0.9.0
 * https://summernote.org
 *
 * Copyright 2013~ Hackerwins and contributors
 * Summernote may be freely distributed under the MIT license.
 *
 * Date: 2024-09-30T14:42Z
 *
 */
@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("./font/summernote.eot?#iefix") format("embedded-opentype"), url("./font/summernote.woff2") format("woff2"), url("./font/summernote.woff") format("woff"), url("./font/summernote.ttf") format("truetype");
}
[class^=note-icon]:before,
[class*=" note-icon"]:before {
    display: inline-block;
    font-family: "summernote";
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.note-icon-fw {
    text-align: center;
    width: 1.25em;
}

.note-icon-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
    float: left;
}

.note-icon-pull-right {
    float: right;
}

.note-icon.note-icon-pull-left {
    margin-right: 0.3em;
}
.note-icon.note-icon-pull-right {
    margin-left: 0.3em;
}

.note-icon-align::before {
    content: "\ea01";
}

.note-icon-align-center::before {
    content: "\ea02";
}

.note-icon-align-indent::before {
    content: "\ea03";
}

.note-icon-align-justify::before {
    content: "\ea04";
}

.note-icon-align-left::before {
    content: "\ea05";
}

.note-icon-align-outdent::before {
    content: "\ea06";
}

.note-icon-align-right::before {
    content: "\ea07";
}

.note-icon-arrow-circle-down::before {
    content: "\ea08";
}

.note-icon-arrow-circle-left::before {
    content: "\ea09";
}

.note-icon-arrow-circle-right::before {
    content: "\ea0a";
}

.note-icon-arrow-circle-up::before {
    content: "\ea0b";
}

.note-icon-arrows-alt::before {
    content: "\ea0c";
}

.note-icon-arrows-h::before {
    content: "\ea0d";
}

.note-icon-arrows-v::before {
    content: "\ea0e";
}

.note-icon-bold::before {
    content: "\ea0f";
}

.note-icon-caret::before {
    content: "\ea10";
}

.note-icon-chain-broken::before {
    content: "\ea11";
}

.note-icon-circle::before {
    content: "\ea12";
}

.note-icon-close::before {
    content: "\ea13";
}

.note-icon-code::before {
    content: "\ea14";
}

.note-icon-col-after::before {
    content: "\ea15";
}

.note-icon-col-before::before {
    content: "\ea16";
}

.note-icon-col-remove::before {
    content: "\ea17";
}

.note-icon-eraser::before {
    content: "\ea18";
}

.note-icon-float-left::before {
    content: "\ea19";
}

.note-icon-float-none::before {
    content: "\ea1a";
}

.note-icon-float-right::before {
    content: "\ea1b";
}

.note-icon-font::before {
    content: "\ea1c";
}

.note-icon-frame::before {
    content: "\ea1d";
}

.note-icon-italic::before {
    content: "\ea1e";
}

.note-icon-link::before {
    content: "\ea1f";
}

.note-icon-magic::before {
    content: "\ea20";
}

.note-icon-menu-check::before {
    content: "\ea21";
}

.note-icon-minus::before {
    content: "\ea22";
}

.note-icon-orderedlist::before {
    content: "\ea23";
}

.note-icon-pencil::before {
    content: "\ea24";
}

.note-icon-picture::before {
    content: "\ea25";
}

.note-icon-question::before {
    content: "\ea26";
}

.note-icon-redo::before {
    content: "\ea27";
}

.note-icon-rollback::before {
    content: "\ea28";
}

.note-icon-row-above::before {
    content: "\ea29";
}

.note-icon-row-below::before {
    content: "\ea2a";
}

.note-icon-row-remove::before {
    content: "\ea2b";
}

.note-icon-special-character::before {
    content: "\ea2c";
}

.note-icon-square::before {
    content: "\ea2d";
}

.note-icon-strikethrough::before {
    content: "\ea2e";
}

.note-icon-subscript::before {
    content: "\ea2f";
}

.note-icon-summernote::before {
    content: "\ea30";
}

.note-icon-superscript::before {
    content: "\ea31";
}

.note-icon-table::before {
    content: "\ea32";
}

.note-icon-text-height::before {
    content: "\ea33";
}

.note-icon-trash::before {
    content: "\ea34";
}

.note-icon-underline::before {
    content: "\ea35";
}

.note-icon-undo::before {
    content: "\ea36";
}

.note-icon-unorderedlist::before {
    content: "\ea37";
}

.note-icon-video::before {
    content: "\ea38";
}

/* Theme Variables
 ------------------------------------------ */
/* Layout
 ------------------------------------------ */
.note-editor {
    position: relative;
}
.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: lightskyblue;
    background-color: #fff;
    opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}
.note-editor .note-dropzone.hover {
    color: #098ddf;
}
.note-editor.dragover .note-dropzone {
    display: table;
}
.note-editor .note-editing-area {
    position: relative;
}
.note-editor .note-editing-area .note-editable {
    outline: none;
}
.note-editor .note-editing-area .note-editable sup {
    vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub;
}
.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px;
}
.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px;
}

/* Frame mode layout
 ------------------------------------------ */
.note-editor.note-frame,
.note-editor.note-airframe {
    border: 1px solid rgba(0, 0, 0, 0.1960784314);
}
.note-editor.note-frame.codeview .note-editing-area .note-editable,
.note-editor.note-airframe.codeview .note-editing-area .note-editable {
    display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable,
.note-editor.note-airframe.codeview .note-editing-area .note-codable {
    display: block;
}
.note-editor.note-frame .note-editing-area,
.note-editor.note-airframe .note-editing-area {
    overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
    background-color: rgba(128, 128, 128, 0.1137254902);
}
.note-editor.note-frame .note-editing-area .note-codable,
.note-editor.note-airframe .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0;
}
.note-editor.note-frame.fullscreen,
.note-editor.note-airframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050;
}
.note-editor.note-frame.fullscreen .note-resizebar,
.note-editor.note-airframe.fullscreen .note-resizebar {
    display: none;
}
.note-editor.note-frame .note-status-output,
.note-editor.note-airframe .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2;
}
.note-editor.note-frame .note-status-output:empty,
.note-editor.note-airframe .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .pull-right,
.note-editor.note-airframe .note-status-output .pull-right {
    float: right !important;
}
.note-editor.note-frame .note-status-output .text-muted,
.note-editor.note-airframe .note-status-output .text-muted {
    color: #777;
}
.note-editor.note-frame .note-status-output .text-primary,
.note-editor.note-airframe .note-status-output .text-primary {
    color: #286090;
}
.note-editor.note-frame .note-status-output .text-success,
.note-editor.note-airframe .note-status-output .text-success {
    color: #3c763d;
}
.note-editor.note-frame .note-status-output .text-info,
.note-editor.note-airframe .note-status-output .text-info {
    color: #31708f;
}
.note-editor.note-frame .note-status-output .text-warning,
.note-editor.note-airframe .note-status-output .text-warning {
    color: #8a6d3b;
}
.note-editor.note-frame .note-status-output .text-danger,
.note-editor.note-airframe .note-status-output .text-danger {
    color: #a94442;
}
.note-editor.note-frame .note-status-output .alert,
.note-editor.note-airframe .note-status-output .alert {
    margin: -7px 0 0 0;
    padding: 7px 10px 2px 10px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5;
}
.note-editor.note-frame .note-status-output .alert .note-icon,
.note-editor.note-airframe .note-status-output .alert .note-icon {
    margin-right: 5px;
}
.note-editor.note-frame .note-status-output .alert-success,
.note-editor.note-airframe .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
}
.note-editor.note-frame .note-status-output .alert-info,
.note-editor.note-airframe .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
}
.note-editor.note-frame .note-status-output .alert-warning,
.note-editor.note-airframe .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
}
.note-editor.note-frame .note-status-output .alert-danger,
.note-editor.note-airframe .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
}
.note-editor.note-frame .note-statusbar,
.note-editor.note-airframe .note-statusbar {
    background-color: rgba(128, 128, 128, 0.1137254902);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.1960784314);
}
.note-editor.note-frame .note-statusbar .note-resizebar,
.note-editor.note-airframe .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1960784314);
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar {
    cursor: default;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none;
}
.note-editor.note-frame .note-placeholder,
.note-editor.note-airframe .note-placeholder {
    padding: 10px;
}

.note-editor.note-airframe {
    border: 0;
}
.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0;
}

/* Popover
 ------------------------------------------ */
.note-popover.popover {
    display: none;
    max-width: none;
}
.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.note-popover.popover .arrow {
    left: 20px !important;
}

/* Popover and Toolbar (Button container)
 ------------------------------------------ */
.note-toolbar {
    position: relative;
}

.note-popover .popover-content, .note-editor .note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
}
.note-popover .popover-content > .note-btn-group, .note-editor .note-toolbar > .note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
}
.note-popover .popover-content .note-btn-group .note-table, .note-editor .note-toolbar .note-btn-group .note-table {
    min-width: 0;
    padding: 5px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}
.note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px;
}
.note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p {
    margin: 0;
    padding: 0;
}
.note-popover .popover-content .note-color-all .note-dropdown-menu, .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
    min-width: 337px;
}
.note-popover .popover-content .note-color .dropdown-toggle, .note-editor .note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none;
}
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee;
}
.note-popover .popover-content .note-para .note-dropdown-menu, .note-editor .note-toolbar .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px;
}
.note-popover .popover-content .note-para .note-dropdown-menu > div + div, .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
    margin-left: 5px;
}
.note-popover .popover-content .note-dropdown-menu, .note-editor .note-toolbar .note-dropdown-menu {
    min-width: 160px;
}
.note-popover .popover-content .note-dropdown-menu.right, .note-editor .note-toolbar .note-dropdown-menu.right {
    right: 0;
    left: auto;
}
.note-popover .popover-content .note-dropdown-menu.right::before, .note-editor .note-toolbar .note-dropdown-menu.right::before {
    right: 9px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.right::after, .note-editor .note-toolbar .note-dropdown-menu.right::after {
    right: 10px;
    left: auto !important;
}
.note-popover .popover-content .note-dropdown-menu.note-check a i, .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
    color: deepskyblue;
    visibility: hidden;
}
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i, .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
    visibility: visible;
}
.note-popover .popover-content .note-fontsize-10, .note-editor .note-toolbar .note-fontsize-10 {
    font-size: 10px;
}
.note-popover .popover-content .note-color-palette, .note-editor .note-toolbar .note-color-palette {
    line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn, .note-editor .note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
    transform: scale(1.2);
    transition: all 0.2s;
}

/* Dialog
 ------------------------------------------ */
.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.note-modal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.note-modal .note-modal-form {
    margin: 0;
}
.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: lightgray;
    text-align: center;
    border: 4px dashed lightgray;
    margin-bottom: 10px;
}
@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto;
    }
}

/* Placeholder
 ------------------------------------------ */
.note-placeholder {
    position: absolute;
    display: none;
    color: gray;
}

/* Handle
 ------------------------------------------ */
.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000;
}
.note-handle .note-control-selection > div {
    position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-sizing, .note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
    background-color: #000;
}
.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none;
}
.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none;
}
.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70);
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}
.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer;
}

/* Handle
 ------------------------------------------ */
html .note-fullscreen-body, body .note-fullscreen-body {
    overflow: hidden !important;
}

.note-editable ul li, .note-editable ol li {
    list-style-position: inside;
}

.note-toolbar {
    background: rgba(128, 128, 128, 0.1137254902);
}

.note-btn-group .note-btn {
    border-color: rgba(0, 0, 0, 0.1960784314);
    padding: 0.28rem 0.65rem;
    font-size: 13px;
}

/*# sourceMappingURL=summernote-bs5.css.map*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	scroll-behavior: smooth;
	--theme-primary: #013D82;
	--theme-primary-hover: #012a5c;
	--theme-primary-light: #e6f0f9;
	--bg-body: #f9f9fc;
	--text-body: #666d92;
}

body {
	font-family: "Manrope", sans-serif;
	background: #f9f9fc;
	color: #666d92;
}

a {
	color: #013D82;
	text-decoration: none;
}

a:hover {
	color: #013D82;
	text-decoration: none;
}

/*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
#main {
	margin-top: 60px;
	padding: 15px;
	transition: all 0.3s;
	min-height: 100vh;

}


/*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
.pagetitle {
	margin-bottom: 10px;
}

.pagetitle h1 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	color: #0a0a0a;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: #013D82;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #013D82;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
	border-radius: 4px;
	padding: 10px 0;
	-webkit-animation-name: dropdown-animate;
	animation-name: dropdown-animate;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 0;
	box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
	text-align: center;
	font-size: 15px;
	padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
	color: #444444;
	text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
	text-decoration: none;
}

.dropdown-menu .dropdown-divider {
	color: #a5c5fe;
	margin: 0;
}

.dropdown-menu .dropdown-item {
	font-size: 14px;
	padding: 5px 8px;
	transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
	margin-right: 10px;
	font-size: 18px;
	line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #f6f9ff;
}

@-webkit-keyframes dropdown-animate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

	0% {
		opacity: 0;
	}
}

@keyframes dropdown-animate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

	0% {
		opacity: 0;
	}
}

/* Light Backgrounds */
.bg-primary-light {
	background-color: #cfe2ff;
	border-color: #cfe2ff;
}

.bg-secondary-light {
	background-color: #e2e3e5;
	border-color: #e2e3e5;
}

.bg-success-light {
	background-color: #d1e7dd;
	border-color: #d1e7dd;
}

.bg-danger-light {
	background-color: #f8d7da;
	border-color: #f8d7da;
}

.bg-warning-light {
	background-color: #fff3cd;
	border-color: #fff3cd;
}

.bg-info-light {
	background-color: #cff4fc;
	border-color: #cff4fc;
}

.bg-dark-light {
	background-color: #d3d3d4;
	border-color: #d3d3d4;
}

/* Card */
.card {
	margin-bottom: 15px;
	border: 1px solid #ebeaed;
	border-radius: 5px;
	/* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
	background: #fff;
}

.card-header,
.card-footer {
	border-color: #ebeef4;
	background-color: #fff;
	color: #013D82;
	padding: 15px;
}

.card-title {
	/* padding: 20px 0 15px 0; */
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #013D82;
}

.card-title span {
	color: #899bbd;
	font-size: 14px;
	font-weight: 400;
}

.card-body {
	padding: 0 20px 20px 20px;
}

.card-img-overlay {
	background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
	font-weight: 500;
	font-size: 20px;
}

/* Close Button */
.btn-close {
	background-size: 25%;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
}

/* Accordion */
.accordion-item {
	border: 1px solid #ebeef4;
}

.accordion-button:focus {
	outline: 0;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #012970;
	background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
	padding: 15px 0;
	background: none;
	border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #013D82;
}

.accordion-flush .accordion-body {
	padding: 0 0 15px 0;
	color: #3e4f6f;
	font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
	font-size: 13px;
	color: #013D82;
	font-weight: 400;
}

.breadcrumb a {
	color: #013D82;
	transition: 0.3s;
}

.breadcrumb a:hover {
	color: #747474;
}

.breadcrumb .breadcrumb-item::before {
	color: #013D82;
}

.breadcrumb .active {
	color: #747474;
	font-weight: 400;
}

/* Bordered Tabs */
.nav-tabs-bordered {
	border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
	margin-bottom: -2px;
	border: none;
	color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
	color: #013D82;
}

.nav-tabs-bordered .nav-link.active {
	background-color: #fff;
	color: #013D82;
	border-bottom: 2px solid #013D82;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.logo {
	line-height: 1;
}

.logo img {
	max-height: 45px;
	margin-right: 6px;
}

.logo span {
	font-size: 26px;
	font-weight: 700;
	color: #012970;
}

.theme-header {
	transition: all 0.5s;
	z-index: 997;
	height: 60px;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
	background-color: #fff;
	padding-left: 20px;
	/* Toggle Sidebar Button */
	/* Search Bar */
}

.theme-header .toggle-sidebar-btn {
	font-size: 32px;
	padding-left: 10px;
	cursor: pointer;
	color: #012970;
}

.theme-header .search-bar {
	min-width: 360px;
	padding: 0 20px;
}

.theme-header .search-form {
	width: 100%;
}

.theme-header .search-form input {
	border: 0;
	font-size: 14px;
	color: #012970;
	border: 1px solid rgba(1, 41, 112, 0.2);
	padding: 7px 38px 7px 8px;
	border-radius: 3px;
	transition: 0.3s;
	width: 100%;
}

.theme-header .search-form input:focus,
.theme-header .search-form input:hover {
	outline: none;
	box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
	border: 1px solid rgba(1, 41, 112, 0.3);
}

.theme-header .search-form button {
	border: 0;
	padding: 0;
	margin-left: -30px;
	background: none;
}

.theme-header .search-form button i {
	color: #012970;
}

/*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
.header-nav ul {
	list-style: none;
}

.header-nav>ul {
	margin: 0;
	padding: 0;
}

.header-nav .nav-icon {
	font-size: 20px;
	color: #012970;
	margin-right: 25px;
	position: relative;
}

.header-nav .nav-profile {
	color: #012970;
}

.header-nav .nav-profile img {
	max-height: 36px;
}

.header-nav .nav-profile span {
	font-size: 14px;
	font-weight: 600;
}

.header-nav .badge-number {
	position: absolute;
	inset: -2px -5px auto auto;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 6px;
}

.header-nav .notifications .notification-item {
	display: flex;
	align-items: center;
	padding: 15px 10px;
	transition: 0.3s;
}

.header-nav .notifications .notification-item i {
	margin: 0 20px 0 10px;
	font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
	font-size: 13px;
	margin-bottom: 3px;
	color: #919191;
}

.header-nav .notifications .notification-item:hover {
	background-color: #f6f9ff;
}

.header-nav .notifications {
	inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
	padding: 15px 10px;
	transition: 0.3s;
}

.header-nav .messages .message-item a {
	display: flex;
}

.header-nav .messages .message-item img {
	margin: 0 20px 0 10px;
	max-height: 40px;
}

.header-nav .messages .message-item h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #444444;
}

.header-nav .messages .message-item p {
	font-size: 13px;
	margin-bottom: 3px;
	color: #919191;
}

.header-nav .messages .message-item:hover {
	background-color: #f6f9ff;
}

.header-nav .profile {
	min-width: 240px;
	padding-bottom: 0;
}

.header-nav .profile .dropdown-header h6 {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
	color: #444444;
}

.header-nav .profile .dropdown-header span {
	font-size: 14px;
}

.header-nav .profile .dropdown-item {
	font-size: 14px;
	padding: 10px 15px;
	transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
	margin-right: 10px;
	font-size: 18px;
	line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
	background-color: #f6f9ff;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
.sidebar {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 225px;
	z-index: 996;
	transition: all 0.3s;
	padding: 20px 6px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #aab7cf transparent;
	box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
	background-color: #fff;
}

.sidebar::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
	background-color: #aab7cf;
}

.sidebar-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar-nav .nav-item {
	margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
	font-size: 11px;
	text-transform: uppercase;
	color: #899bbd;
	font-weight: 600;
	margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	transition: 0.3s;
	background: #013D82;
	padding: 6px 6px;
	border-radius: 4px;
}

.sidebar-nav .nav-link i {
	font-size: 12px;
	margin-right: 10px;
	color: #fff;
}

.sidebar-nav .nav-link.collapsed {
	color: #013D82;
	background: transparent;
}

.sidebar-nav .nav-link.collapsed i {
	color: #013D82;
}

.sidebar-nav .nav-link:hover {
	color: #ffffff;
	background: #013D82;
}

.sidebar-nav .nav-link:hover i {
	color: #ffffff;
}

.sidebar-nav .nav-link .bi-chevron-down {
	margin-right: 0;
	transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
	transform: rotate(180deg);
}

.sidebar-nav .nav-content {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
	/* background-color: #5f6aad; */
	border-radius: 4px;
	margin-top: 2px;
}

.sidebar-nav .nav-content a {
	display: flex;
	align-items: center;
	font-size: 11px;
	font-weight: 500;
	color: #013D82;
	padding: 6px 0 6px 30px;
	transition: 0.3s;
	border-radius: 4px;
}

.sidebar-nav .nav-content a i {
	font-size: 6px;
	margin-right: 8px;
	line-height: 0;
	border-radius: 50%;
}

.sidebar-nav .nav-content a.active i {
	background-color: #013D82;
}

.sidebar-nav .nav-content a:hover {
	background-color: #013D82;
	color: #ffffff;
}

/*--------------------------------------------------------------
  # Dashboard
  --------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
	position: absolute;
	right: 0px;
	top: 15px;
}

.dashboard .filter .icon {
	color: #aab7cf;
	padding-right: 20px;
	padding-bottom: 5px;
	transition: 0.3s;
	font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
	color: #013D82;
}

.dashboard .filter .dropdown-header {
	padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #aab7cf;
	margin-bottom: 0;
	padding: 0;
}

.dashboard .filter .dropdown-item {
	padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
	/* padding-bottom: 10px; */
}

.dashboard .info-card h6 {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.dashboard .card-icon {
	font-size: 32px;
	line-height: 0;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	flex-grow: 0;
}

.dashboard .sales-card .card-icon {
	color: #013D82;
	background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
	color: #2eca6a;
	background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
	color: #ff771d;
	background: #ffecdf;
}

/* Activity */
.dashboard .activity {
	font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
	color: #888;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
	min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
	content: "";
	position: absolute;
	right: -11px;
	width: 4px;
	top: 0;
	bottom: 0;
	background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
	margin-top: 3px;
	z-index: 1;
	font-size: 11px;
	line-height: 0;
	border-radius: 50%;
	flex-shrink: 0;
	border: 3px solid #fff;
	flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
	padding-left: 10px;
	padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
	top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
	padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
	margin-top: 15px;
}

.dashboard .news img {
	width: 80px;
	float: left;
	border-radius: 5px;
}

.dashboard .news h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: bold;
	margin-bottom: 5px;
}

.dashboard .news h4 a {
	color: #012970;
	transition: 0.3s;
}

.dashboard .news h4 a:hover {
	color: #013D82;
}

.dashboard .news p {
	font-size: 14px;
	color: #777777;
	margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
	font-size: 14px;
}

.dashboard .recent-sales .table thead {
	background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
	border: 0;
}

.dashboard .recent-sales .dataTable-top {
	padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
	padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
	font-size: 14px;
}

.dashboard .top-selling .table thead {
	background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
	border: 0;
}

.dashboard .top-selling .table tbody td {
	vertical-align: middle;
}

.dashboard .top-selling img {
	border-radius: 5px;
	max-width: 60px;
}

/*--------------------------------------------------------------
  # Icons list page
  --------------------------------------------------------------*/
.iconslist {
	display: grid;
	max-width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.25rem;
	padding-top: 15px;
}

.iconslist .icon {
	background-color: #fff;
	border-radius: 0.25rem;
	text-align: center;
	color: #012970;
	padding: 15px 0;
}

.iconslist i {
	margin: 0.25rem;
	font-size: 2.5rem;
}

.iconslist .label {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	padding: 0.25rem;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

/*--------------------------------------------------------------
  # Profie Page
  --------------------------------------------------------------*/
.profile .profile-card h2 {
	font-size: 24px;
	font-weight: 700;
	color: #2c384e;
	margin: 10px 0 0 0;
}

.profile .profile-card h3 {
	font-size: 18px;
}

.profile .profile-card .social-links a {
	font-size: 20px;
	display: inline-block;
	color: rgba(1, 41, 112, 0.5);
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
	color: #012970;
}

.profile .profile-overview .row {
	margin-bottom: 20px;
	font-size: 15px;
}

.profile .profile-overview .card-title {
	color: #012970;
}

.profile .profile-overview .label {
	font-weight: 600;
	color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
	font-weight: 600;
	color: rgba(1, 41, 112, 0.6);
}

/*--------------------------------------------------------------
  # F.A.Q Page
  --------------------------------------------------------------*/
.faq .basic h6 {
	font-size: 18px;
	font-weight: 600;
	color: #013D82;
}

.faq .basic p {
	color: #6980aa;
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact .info-box {
	padding: 28px 30px;
}

.contact .info-box i {
	font-size: 38px;
	line-height: 0;
	color: #013D82;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #012970;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #013D82;
}

.contact .php-email-form input {
	padding: 10px 15px;
}

.contact .php-email-form textarea {
	padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
	background: #013D82;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
	background: #5969f3;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
  # Error 404
  --------------------------------------------------------------*/
.error-404 {
	padding: 30px;
}

.error-404 h1 {
	font-size: 180px;
	font-weight: 700;
	color: #013D82;
	margin-bottom: 0;
	line-height: 150px;
}

.error-404 h2 {
	font-size: 24px;
	font-weight: 700;
	color: #012970;
	margin-bottom: 30px;
}

.error-404 .btn {
	background: #51678f;
	color: #fff;
	padding: 8px 30px;
}

.error-404 .btn:hover {
	background: #3e4f6f;
}

img {
	max-width: 100%;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer {
	padding: 10px 0;
	font-size: 14px;
	transition: all .3s;
	border-top: 1px solid #cddfff;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.footer .copyright {
	text-align: center;
	color: #012970;
}

.footer .credits {
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	color: #012970;
}

.form-group.required .col-form-label:after,
.form-group.required .form-label:after {
	content: "*";
	color: #ed3c0d;
}

span.select2-selection {
	background: #f8fafc !important;
	height: 30px !important;
	border: 1px solid #ced4da !important;
	padding: 0.375rem 0.35rem !important;
	width: 100%;
}

span.select2-selection__arrow {
	height: 97% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #013D82 !important;
	color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 16px !important;
}

.sidebar-nav .nav-content a i:not(.bi-circle) {
	font-size: 16px !important;
	color: #899bbd;
	border-radius: unset !important;
	line-height: unset !important;
}

.sidebar-nav .nav-content a.active i:not(.bi-circle) {
	background-color: transparent;
}

.right-login-section {
	background-image: url('../images/admin/svg/login-form-bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.save-nxt-btn:hover {
	background-color: red;
}

.btn-theme,
.btn-theme:focus,
.btn-theme:active {
	background: var(--theme-primary) !important;
	border-color: var(--theme-primary) !important;
	border-radius: 5px;
	color: #fff !important;
}

.btn-outline-theme {
	border-color: var(--theme-primary);
	color: var(--theme-primary);
}

.btn-outline-theme:hover {
	background-color: var(--theme-primary);
	border-color: var(--theme-primary);
	color: #fff;
}

.text-theme {
	color: var(--theme-primary);
}

.bg-theme {
	background-color: var(--theme-primary) !important;
	color: #fff !important;
}

.hm-admin-logo {
	padding-left: 30px;
	padding-right: 20px;
	width: 225px;
	height: 60px;
	;
}

/*
 * Users listing
 */
table.datatable>thead>tr>th {
	background: var(--theme-primary);
	border-color: var(--theme-primary);
	color: #fff;
}

table .datatable-action-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 8px;
	color: #6b7280;
	background-color: white;
	border: 1px solid #e5e7eb;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

table .datatable-action-item:hover {
	background-color: #e6f0f9;
	/* light purple */
	color: var(--theme-primary);
	/* indigo */
	box-shadow: 0 0 6px rgba(1, 61, 130, 0.3);
	transform: translateY(-2px);
}

table.table i.bi {
	font-size: 16px !important;
}

/** PAgination color **/
.page-link,
.page-link:hover {
	color: var(--theme-primary);
}

.page-link.active,
.active>.page-link {
	background-color: var(--theme-primary);
	border-color: var(--theme-primary);
}

/** DataTable loading **/
div.dataTables_processing>div:last-child>div {
	background: #013D82;
}

span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

a.nav-link svg {
	margin-right: 6px;
}

.order-item-container .list-group-item {
	border-bottom: 1px solid #EBEAED;
	padding: 10px 0;
}

.order-item-container .list-group-item:last-child {
	border-bottom: none;
}

table.table {
	--bs-table-bg: #fff;
}

span.select2-dropdown.assign-handyman-dropdown {
	z-index: 9999 !important;
}

/* Task CSS */
.handyman-task-table-container {
	max-height: 700px;
}

.handyman-task-table-container thead {
	position: sticky;
	top: 0;
	z-index: 1;
}

.handyman-task-table-container thead tr th {}

.task-handyman-head div {
	font-weight: normal;
}

.task-handyman-head div.task-count {
	background: #FFA0431A;
	color: #FFA043;
	padding: 5px 15px;
}

.task-item-container {
	height: 58px;
}

.task-bg-green {
	background: #20CA9C1A;
	color: #20CA9C;
}

.task-bg-green:before {
	background: rgba(32, 201, 172, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-bg-light-green {
	background: #20C9451A;
	color: #20C945;
}

.task-bg-light-green::before {
	background: rgba(32, 201, 69, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-bg-red {
	background: #FF00001A;
	color: #FF0000;
}

.task-bg-red::before {
	background: rgba(255, 0, 0, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-bg-purple {
	background: #5542F61A;
	color: #5542F6;
}

.task-bg-purple:before {
	background: rgba(85, 66, 246, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-bg-orange {
	background: #FC34001A;
	color: #FFA043;
}

.task-bg-orange::before {
	background: rgba(252, 52, 0, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-bg-warning {
	background: #FFA0431A;
	color: #FFA043;
}

.task-bg-warning::before {
	background: rgba(255, 160, 67, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-bg-blue {
	background: #00A5FF1A;
	color: #00A5FF;
}

.task-bg-blue::before {
	background: rgba(0, 165, 255, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-bg-default {
	background: #464F821A;
	color: #013D82;
}

.task-bg-default::before {
	background: rgba(1, 61, 130, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-bg-pink {
	background: #C920B81A;
	color: #C920B8;
}

.task-bg-pink::before {
	background: rgba(201, 32, 184, 1);
	border-radius: 5px;
	content: "";
	display: flex;
	width: 100%;
	height: 3px;
}

.task-item-inner label.order-client-name,
.hm-day-container label.order-client-name {
	color: #2E2C34;
}

.task-item-inner label.order-client-postcode,
.hm-day-container label.order-client-postcode {
	color: #2E2C34;
	background: #ffffff;
	padding: 1px 5px;
}

.handyman-task-table .task-hour-column {
	width: 70px;
}

table.handyman-task-table tr td {
	height: 100px;
	/* width: 150px; */
}

table.table .task-head-date {
	background: #F9F9FC;
	color: #84818A;
}

.handymen-task-table tbody tr:first-child th:first-child,
.handymen-task-table tbody tr:nth-child(2) th:first-child {
	border-bottom: none;
}

.fixed-task-head {
	/* position: fixed;
    display: inherit;
    top: 61px;
    width: inherit; */
}

/* Order CSS */
.order-list-container {
	max-height: 470px;
}

.pending-bg {
	background: rgba(182, 180, 186, 0.1);
	color: #84818A;
}

.assigned-bg {
	background: rgba(255, 160, 67, 0.1);
	color: #FFA043;
}

.processing-bg {
	background: rgba(0, 192, 252, 0.1);
	color: #00C0FC;
}

.completed-bg {
	background: rgba(32, 201, 172, 0.1);
	color: #20C9AC;
}

.declined-bg {
	background: rgba(255, 0, 0, 0.1);
	color: #FF0000;
}

.quotation-bg {
	background: rgba(85, 66, 246, 0.1);
	color: #5542F6;
}

.order-status-badge {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	background-color: #ffffff !important;
	color: #2E2C34 !important;
}

.order-list-group,
.order-status-column {
	width: 290px;
	min-height: 100px;
}

.order-list-group-item {
	font-size: 12px;
}

.order-list-group-item .order-item-label {
	color: #84818A;
}

.order-status-dot {
	font-size: 8px;
	top: 5px;
	background: none;
}

.fixed-status-column {
	position: fixed;
	top: 61px;
	z-index: 9;
	width: inherit;
}

.sticky-top {
	position: sticky !important;
	top: 0;
	z-index: 995;
}

/* Model content css */
.modal-content label {
	color: #1C1C1C;
	font-weight: 500;
	font-size: 13px;
}

.modal-content .modal-title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0a0a0a;
}

.task-display-type {
	width: 90px;
}

.popup-select2-dropdown {
	z-index: 9999 !important;
}

/* Create account progress bar */
/* .user-progress-container {
	margin-bottom: 5px;
}

.user-progress-bar {
	height: 3px;
	background: #bac0cb;
	max-width: 72%;
	margin: 0 auto;
	transform: translateY(23px);
}

.progress-bar {
	background: #013D82;
}

.step-container {
	position: relative;
	text-align: center;
	transform: translateY(0%);
}

.step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	border: 5px solid #bac0cb;
	color: #bac0cb;
	line-height: 30px;
	font-weight: bold;
}

.step-circle a i {
	color: #bac0cb;
}

.step-item {
	flex: 1;
}

.step-circle.active,
.step-circle.active a i {
	border-color: #013D82;
	color: #013D82;
}

.step-circle.completed,
.step-circle.completed a i {
	border-color: #013D82;
	background-color: #013D82;
	color: #fff;
} */

.stepper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	background: #f8f9fa;
	border-radius: 8px;
}

.step {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	position: relative;
}

.step-icon {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #e9ecef;
	border: 3px solid #e9ecef;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 10px;
	z-index: 2;
	position: relative;
	transition: all 0.3s ease;
}

.step-link {
	color: #6c757d;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: color 0.3s ease;
}

.step.active .step-icon {
	background: var(--theme-primary);
	border-color: var(--theme-primary);
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
}

.step.active .step-link {
	color: white;
}

.step.completed .step-icon {
	background: var(--theme-primary);
	border-color: var(--theme-primary);
}

.step.completed .step-link {
	color: white;
}

.step-label {
	font-size: 14px;
	font-weight: 500;
	color: #6c757d;
	text-align: center;
	white-space: nowrap;
}

.step.active .step-label,
.step.completed .step-label {
	color: var(--theme-primary);
	font-weight: 600;
}

.step-connector {
	position: absolute;
	top: 17.5px;
	left: 50%;
	width: 100%;
	height: 3px;
	background: #e9ecef;
	z-index: 1;
}

.step.completed .step-connector {
	background: var(--theme-primary);
}

/* Due dates calendar css */
.hm-day-container {
	min-height: 100px;
	width: 290px;
}

.order-client-postcode {
	height: fit-content;
}

.hm-due-date-table .table> :not(caption)>*>* {
	padding: 0.3rem 0.3rem !important;
}

.hm-day {
	position: absolute;
	right: 5px;
	top: 5px;
}

.hm-due-date-table {
	max-height: 700px;
}

.due-date-table-head {
	/*position: sticky;
    top: 0;
    z-index: 9;*/
}

.due-date-table-head tr td {
	background: #013D82;
	color: #fff;
}

.order-priority-emergency {
	background-color: rgb(250, 236, 236);
}

/* .order-priority-high {
    background-color: rgb(250, 236, 236);
}
.order-priority-medium {
    background-color: rgb(255, 255, 255);
} */

.quation_approved {
	background: #20C9451A !important;
	color: #20C945 !important;
}

.quation_approved::before {
	background: rgba(32, 201, 69, 1) !important;
}

.order-priority-e {
	background: #ff00000d;
	color: #FF0000 !important;
}

.order-priority-e:before {
	background: #FF0000;
}


.order-priority-low {
	background: #00A5FF1A !important;
	color: #000 !important;
}

.order-priority-low:before {
	background: rgba(0, 165, 255, 1) !important;
}


.order-priority-h {
	background: #fc340008;
	color: #0a0a0a;
}

.order-priority-h:before {
	background: #FFA043;
}

.order-priority-m {
	background: #c5bff81a;
	color: #0a0a0a;
}

.order-priority-m:before {
	background: #21139b;
}

.order-priority-l {
	background: #ededed5e;
	color: #0a0a0a;
}

.order-priority-l:before {
	background: #000000;
}

.flex-col {
	flex-direction: column;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	/* border: 1px solid rgba(26,54,126,0.125); */
	border: none;
	border-radius: .25rem;
	box-shadow: 0 0 30px rgba(1, 41, 112, .1);
}

.order-list-container .card {
	border: 1px solid rgba(26, 54, 126, 0.125);
	box-shadow: none;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem;
}

.scroll-area {
	overflow-x: hidden;
	height: 400px;
}


.vertical-timeline {
	width: 100%;
	position: relative;
	padding: 1.5rem 0 1rem;
}

.vertical-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 170px;
	height: 100%;
	width: 4px;
	background: #e9ecef;
	border-radius: .25rem;
}

.vertical-timeline-element {
	position: relative;
	margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
	visibility: visible;
	animation: cd-bounce-1 .8s;
}

.vertical-timeline-element-icon {
	position: absolute;
	top: 0;
	left: 60px;
}

.vertical-timeline-element-icon .badge-dot-xl {
	box-shadow: 0 0 0 5px #fff;
}

.badge-dot-xl {
	width: 18px;
	height: 18px;
	position: relative;
}

.badge:empty {
	display: none;
}


.badge-dot-xl::before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: .25rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	background: #fff;
}

table.datatable.dataTable .badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
}

.badge.bg-theme {
	/* background-color: rgba(1, 41, 112, 0.15) !important;
	color: #013D82 !important; */
	background-color: #dbeafe !important;
	color: #1e3a8a !important;
}

.badge.bg-success {
	/* background-color: rgba(33, 185, 120, 0.15) !important;
	color: #21B978 !important; */
	background-color: #d1fae5 !important;
	color: #065f46 !important;
}

.badge.bg-danger {
	background-color: rgba(255, 0, 0, 0.15) !important;
	color: #FF0000 !important;
}

.vertical-timeline-element-content {
	position: relative;
	margin-left: 190px;
	font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
	font-size: .8rem;
	text-transform: uppercase;
	margin: 0 0 .5rem;
	padding: 2px 0 0;
	font-weight: bold;
}

.comment {
	font-size: .8rem;

}

.vertical-timeline-element-content .vertical-timeline-element-date {
	display: block;
	position: absolute;
	left: -206px;
	top: 0;
	text-align: right;
	color: #adb5bd;
	font-size: .8rem;
	width: 170px;
}

.vertical-timeline-element-content:after {
	content: "";
	display: table;
	clear: both;
}

/* Sidebar timeline */
.sidebar-timeline .activite-label {
	min-width: 0 !important;
}

.sidebar-timeline .activity-content {
	padding-bottom: 10px !important;
	font-size: 12px !important;
}

span.select2-selection.select2-selection--single.handyman-time-select {
	width: 125px !important;
}

.select2-container .hm-multiselect .select2-search--inline .select2-search__field {
	margin-top: 0 !important;
	height: 22px;
}

.copy-to-days-container {
	min-width: 200px;
	right: 20px;
}

/* For order dashboard filter */
.hm-db--date-filter .select2-container .select2-selection--single {
	height: 30px !important;
	border: 1px solid #013D82 !important;
}

.hm-db--date-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 16px !important;
	color: #013D82 !important;
}

.hm-db--date-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #013D82 !important;
	font-size: 0.7875rem;
	font-weight: 400;
}

.hm-time-icons {
	margin-left: 12px;
	padding-right: 2px;
}

td.disabled-day {
	/*background: #d3d3d34a;
    cursor: not-allowed;*/
}

.border-theme {
	border-color: #013D82 !important;
}

.hm-calendar-container table {
	table-layout: fixed;
	border-collapse: collapse;
}

.hm-calendar-container .hm-day-container,
.hm-calendar-container .order-list-group,
.hm-calendar-container .hm-calendar-box {
	min-height: 80px;
	width: 100%;
}

.hm-calendar-container .order-item-container {
	min-height: 80px;
}

.hm-calendar-container .order-client-postcode {
	color: #2e2c34;
	background: #fff;
	padding: 1px 5px;
}

.hm-chat-textarea,
.hm-chat-textarea:focus,
.hm-chat-textarea:focus-within,
.hm-chat-textarea:focus-visible,
.hm-chat-textarea:hover,
.hm-chat-textarea:active {
	resize: none;
	background-color: #cff4fc;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none !important;
	box-shadow: none !important;
}

.btn-icon {
	line-height: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	height: calc(1.6em + 1.1875rem + 4px);
	width: calc(1.6em + 1.1875rem + 4px);
}

.hm-chat-user-icon {
	line-height: 0;
	background: #7e87bd;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	border-radius: 50%;
	height: calc(1.6em + 1.1875rem + 4px);
	width: calc(1.6em + 1.1875rem + 4px);
	text-align: center;
	padding: 0;
}

.scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #fff
}

.scrollbar::-webkit-scrollbar-thumb {
	background-color: #aab7cf
}

.hm-fs-8 {
	font-size: 8px !important;
}

.hm-fs-9 {
	font-size: 9px !important;
}

.hm-fs-10 {
	font-size: 10px !important;
}

.hm-fs-11 {
	font-size: 11px !important;
}

.hm-fs-12 {
	font-size: 12px !important;
}

.hm-fs-13 {
	font-size: 13px !important;
}

.hm-fs-14 {
	font-size: 14px !important;
}

.hm-fs-16 {
	font-size: 16px !important;
}

.hm-fs-18 {
	font-size: 18px !important;
}

.project-dashboard .card-title {
	font-size: 16px;
}

.project-dashboard .info-card h6 {
	font-size: 16px;
}

.project-dashboard .card-icon {
	font-size: 16px;
	width: 35px;
	height: 35px;
}

.multiselect__tags {
	min-height: 37px !important;
	line-height: 1 !important;
}

/* .project-dashboard .dashboard .info-card .card-title {
    font-size: 12px;
} */
.project-dashboard .dashboard .info-card .card-body {
	padding: 10px;
}

.project-activity .activite-label {
	min-width: 100px !important;
}

.hm-table-fixed {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.section.dashboard .card {
	border: none;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.profile-img-container {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.profile-img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.profile-img-container-nav {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.profile-img-container-nav img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hm-service-card .postal-code {
	color: #2E2C34;
	background: #fff;
	padding: 1px 5px;
}

.progress,
.progress-stacked {
	--bs-progress-height: 2.5rem;
}

.hm-easy-table {
	--easy-table-border: none !important;
	--easy-table-header-height: unset !important;
	--easy-table-header-font-color: #fff;
	--easy-table-header-background-color: #013D82;
}

/*temporary order*/
.temporary-order {
	background-color: #FFFACD;
}

.temporary-order::before {
	background-color: #FFD700;
}

/* .temporary-order .bg-theme {
	background-color: #FF0000 !important;
} */
.no-drag {
	cursor: default !important;
	user-select: text !important;
}

/* Form css */
.row>* {
	margin-top: 5px !important;
}

.form-label {
	margin-bottom: 0 !important;
}

.multiselect,
.multiselect__input,
.multiselect__single {
	font-size: 14px !important;
}

.top-navbar ul li a:hover {
	background-color: #e6f0f9;
	/* light purple */
	color: #013D82;
	/* indigo */
	box-shadow: 0 0 6px rgba(1, 61, 130, 0.3);
	transform: translateY(-2px);
}

.action-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 8px;
	color: #6b7280;
	background-color: white;
	border: 1px solid #e5e7eb;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.action-buttons:hover {
	background-color: #e6f0f9;
	/* light purple */
	color: #013D82;
	/* indigo */
	box-shadow: 0 0 6px rgba(1, 61, 130, 0.3);
	transform: translateY(-2px);
}

.multiselect__option--highlight {
	background: #013D82 !important;
}

.multiselect__option--highlight::after {
	background: #013D82 !important;
}

.multiselect__tag {
	background: #013D82 !important;
}

.multiselect__tag-icon::after {
	color: #fff !important;
}

.vue-simple-context-menu {
	background-color: #013D82 !important;
}

.vue-simple-context-menu__item {
	color: #fff !important;
}

.vue-simple-context-menu__item:hover {
	background-color: #fff !important;
	color: #013D82 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin-top: 2px;
	margin-left: 2px;
}

/* Responsive */

@media (min-width: 1200px) {
	.logo {
		width: 280px;
	}

	.toggle-sidebar #main,
	.toggle-sidebar #footer {
		margin-left: 0;
	}

	.toggle-sidebar .sidebar {
		left: -275px;
	}

	#main,
	#footer {
		margin-left: 225px;
	}
}

@media (max-width: 1199px) {
	.toggle-sidebar .sidebar {
		left: 0;
	}

	.sidebar {
		left: -275px;
	}

	.theme-header .search-bar {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		padding: 20px;
		box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
		background: white;
		z-index: 9999;
		transition: 0.3s;
		visibility: hidden;
		opacity: 0;
	}

	.theme-header .search-bar-show {
		top: 60px;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 1199px) {
	#main {
		padding: 20px;
	}

	.hm-calendar-container .order-list-group-item {
		font-size: 9px;
	}
}

@media (min-width: 992px) {
	.error-404 img {
		max-width: 50%;
	}
}

@media (max-width: 991px) {
	.logo img {
		max-height: 28px;
	}

	.hm-admin-logo {
		width: 78px;
	}
}

/* Tablets (768px and up) */
@media (min-width: 577px) and (max-width: 992px) {
	body {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.dropdown-menu-arrow::before {
		content: "";
		width: 13px;
		height: 13px;
		background: #fff;
		position: absolute;
		top: -7px;
		right: 20px;
		transform: rotate(45deg);
		border-top: 1px solid #eaedf1;
		border-left: 1px solid #eaedf1;
	}
}

@media (max-width: 767px) {
	.header-nav li.nav-item.fw-bold {
		display: none;
	}

	.dataTables_wrapper .col-sm-12.col-md-6 {
		margin-bottom: 15px;
	}

	form.row.g-3.settings-form .row {
		margin: 0;
		width: 100%;
		padding: 0;
	}

	form.row.g-3.settings-form .row .col-lg-4 {
		padding: 0;
	}

	.nav-tabs-bordered .nav-link {
		font-size: 13px;
		padding: 10px 8px;
	}

	.nav-tabs-bordered .nav-link i.bi {
		display: none;
	}

	.nav-tabs-bordered .nav-item.flex-fill {
		flex: inherit !important;
	}

	.nav-tabs-bordered .nav-item.flex-fill button.nav-link {
		padding: 10px 5px;
	}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		white-space: normal !important;
		flex-wrap: wrap;
		margin-top: 13px;
	}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination li.paginate_button.page-item {
		margin: 4px;
	}

	.dataTables_filter>label {
		width: 100%;
	}

	.dataTables_filter>label input.form-control {
		width: 100% !important;
		margin: 0 !important;
	}

	/* Show hide the label only from the top row and display the label for each row on create order */

}

/* For the responsive */
@media screen and (max-width: 576px) {
	.bg-xs-theme {
		background: #013D82;
		color: #fff;
	}

	table.table {
		font-size: 12px;
	}

	.table-responsive table.table thead {
		white-space: nowrap;
	}

	.table-responsive table.table>tbody>tr>td:last-child {
		white-space: nowrap;
	}

	.dashboard .card-header {
		font-size: 11px;
	}

	.dashboard .hm-table-fixed {
		table-layout: auto;
		border-collapse: collapse;
		width: 100%;
	}

	.db-task-summary table.table th {
		min-width: 160px;
	}

	.col-mo-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}