/* -- Variables Start -- */

:root {
    --primary: #2855AA;
    --primary-c2: #FDCA0B;
    --primary-c3: #2D9CDB;
    --light: #F3F2F7;
    --light-grey: #D7D7D7;
    --light-grey2: #808080;
    --grey: #666766;
    --white: #FFFFFF;
    --dark-purple: #464255;
    --dark: #222222;
    --border-color: #EBEBEB;
    --process: #0094F7;
    --completed: #259930;
    --pending: #DBAB00;
    --failed: #E03C41;
}


/* -- Variables End -- */


/* -- Common Css Start -- */

html {
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
    /* height: 100%; */
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Alexandria", sans-serif;
    background: var(--light);
    color: var(--grey);
    line-height: 1.5;
    font-weight: normal;
}

body.modal-open {
    height: 100vh;
}

body,
p,
.form-control,
.form-select,
table.table tbody td p,
table.table thead th,
table.table tbody td,
.login-page .btn.main-btn,
.btn.main-btn,
.user-info .dropdown-menu li a {
    font-size: 13px;
}

.container-fluid {
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.no-wrap-text {
    white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-purple);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.pin-list {
    margin-top: 16px;
    margin-bottom: 4px;
    padding-left: 5px;
}

ul.pin-list li {
    list-style: none;
    display: flex;
    gap: 16px;
}

ul.pin-list li+li {
    margin-top: 16px;
}

ul.pin-list li span+span {
    flex: 1 0 0;
}

ul.pin-list li span {
    position: relative;
}

ul.pin-list li span.pin:before {
    content: '';
    width: 1px;
    background: #666666;
    height: 100%;
    display: inline-block;
}

ul.pin-list li span.pin:after {
    content: '';
    width: 11px;
    background: #666666;
    height: 11px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    left: -5px;
}

ul.pin-list li.purple span:before,
ul.pin-list li.purple span:after {
    background: #ABACFF;
}

ul.pin-list li.green span:before,
ul.pin-list li.green span:after {
    background: #40C193;
}

ul.vertical-arrow-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--dark);
    padding: 8px 0;
}

ul.vertical-arrow-list li a {
    color: var(--dark);
}

ul.vertical-arrow-list li+li {
    border-top: solid var(--primary) 1px;
}

ul.vertical-arrow-list li .small-square-btn.basic-arrow {
    font-size: 16px;
}

ul.list-style-1 {
    list-style: disc;
    padding-left: 20px;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    outline: none !important;
    outline-color: transparent !important;
}

a:hover {
    text-decoration: none;
}

a,
.btn,
button,
:after,
:before {
    transition: ease all 0.25s;
    -o-transition: ease all 0.25s;
    -ms-transition: ease all 0.25s;
    -moz-transition: ease all 0.25s;
    -webkit-transition: ease all 0.25s;
}

.flex-1 {
    flex: 1 0 0;
}

.dark {
    color: #070707;
}

h2,
h2.page-title {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

h2.heading-large {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

h3 {
    font-size: 16px;
    font-weight: 600;
}

h3.page-title {
    color: var(--primary);
    font-size: 16px;
}

p {
    color: var(--grey);
}

p.small {
    font-size: 12px;
}

p.header-title {
    margin: 0;
    font-size: 15px;
    color: var(--light-grey2);
    font-weight: 500;
}

p.page-caption {
    font-size: 15px;
    font-weight: 300;
    color: var(--grey);
    margin-bottom: 0;
}

p.page-tcaption {
    font-size: 16px;
    font-weight: 300;
    color: var(--dark);
    margin-bottom: 0;
}

a.basic-link {
    color: var(--dark);
    text-decoration: underline;
    font-weight: 500;
}

a.basic-link.v2 {
    text-decoration: none;
    font-weight: 400;
}

a.basic-link:hover,
a.basic-link:focus {
    text-decoration: none;
}

.text-wrap-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}

.dark-text {
    color: var(--dark);
}


/* Modal Start */

.modal-title {
    padding-right: 21px;
}

.modal-harea .modal-title {
    font-size: 22px;
    font-weight: 500;
}

.modal-harea .modal-subtitle {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.7;
}

.modal-form.form-box {
    padding: 20px 20px 0 20px;
    border: 1px solid #DFE6F2;
    border-radius: 5px;
}

.modal-form.form-box .changes-row {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 25px;
}

.modal-form.form-box .changes-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.modal-form.form-box .changes-row .form-group.value-red input {
    color: #C42429;
}

.modal-form.form-box .changes-row .form-group.value-green input {
    color: #259930;
}

.modal-form.form-box .changes-row .form-group .form-check label {
    color: var(--primary);
}

.modal-form.form-box .changes-row .label-dt label {
    font-weight: 300;
}

.modal-information .modal-ititle {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
}

.modal-information .modal-form input {
    color: var(--primary);
}

.modal-fs-all a {
    color: var(--primary);
}

.modal-fs-all a:hover {
    text-decoration: underline;
}

.modal-information .modal-title h3,
.modal-information .modal-ititle h3 {
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.modal-information .modal-title h4 {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.modal-information .page-caption p {
    margin-bottom: 0;
    font-size: 14px;
}

.role-modal .modal-form.form-box {
    padding: 20px;
}

#pricing-tab-pane input {
    color: var(--primary);
}


/* Modal End */


/* Form Style Start */


/* Radio Button Start */

.radio-btn-group {
    display: flex;
    align-items: center;
}

.radio-btn-group.basic-radio-btn {
    width: 18px;
    background: transparent;
    height: 100%;
    padding-left: 0;
}

.radio-btn-group.basic-radio-btn {
    width: 18px;
    background: transparent;
    height: 18px;
    padding-left: 0;
    position: relative;
}

.radio-buttons-list {
    display: flex;
    flex-wrap: wrap;
    border: solid var(--light-grey) 1px;
    padding: 20px;
    border-radius: 8px;
    gap: 16px;
}

.button-tranparent {
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
}


/* Radio Btn Start */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    border: 2px solid #40C193;
    border-radius: 100%;
    background: var(--white);
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #40C193;
    position: absolute;
    top: calc(50% - 5px);
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

[type="radio"]:not(:checked)+label:before {
    border-color: var(--dark);
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.radio-tabs label.form-check-label h3 {
    font-weight: 400;
    color: var(--dark);
}

.form-check-input:checked+label.form-check-label h3 {
    font-weight: 500;
}


/* Radio Button End */


/* Checkbox Start */


/* Bootstrap Checkbox */

.form-check {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.form-check .form-check-input {
    width: 24px;
    height: 24px;
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    margin: 0;
    padding: 0;
}

.form-check-input[type=checkbox] {
    border-radius: 5px;
}

.form-check-input:checked {
    border-color: var(--light-grey);
    background-color: var(--white);
}

.form-check-input:checked[type=checkbox] {
    background: var(--white) url(../images/icons/check.svg) no-repeat 4px 6px / 14px auto;
}

.form-check-input[type=checkbox]:focus {
    box-shadow: none;
}

label.form-check-label {
    color: var(--dark);
    font-weight: 500;
}

label.form-check-label.large-checkbox-label,
.cards-title {
    font-weight: 700;
    font-size: 18px;
    color: var(--dark);
}

.cards-title-accordion {
    display: flex;
    flex-wrap: wrap;
}

.cards-title-accordion {
    font-weight: 600;
}

.cards-title-accordion p {
    width: 100%;
    font-weight: normal;
    margin: 6px 0 0 0;
}


/* Checkbox End */


/* Toggle switch Start */

.form-switch .form-check-input {
    width: 32px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
    border-radius: 24px;
}

.form-switch.form-check-input:checked[type=checkbox] {
    background: red;
}

.form-switch {
    margin: 0;
}

.form-switch .form-check-input {
    background-color: #C3C3C3;
    border-color: #C3C3C3;
}

.form-switch .form-check-input:focus {
    box-shadow: none;
}

.form-switch .form-check-input:checked {
    border-color: #34A853;
    background: #34A853 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e") no-repeat right center;
}


/* Toggle switch End */


/* Form Control Start */

form {
    position: relative;
}

.form-control {
    padding: 5px 15px;
    font-weight: 300;
}

.form-control.form-control-small {
    height: 24px;
    width: 90px;
    padding: 0 8px;
    font-size: 12px;
    color: var(--grey);
    border-radius: 5px;
    background-image: none;
}

.text-line-input {
    width: 60px;
}

.form-select {
    padding: 0 30px 0 15px;
    background-image: url(../images/icons/down-arrow.svg);
    background-position: calc(100% - 10px) center;
    background-size: 14px;
}

.form-control,
.form-select {
    border-radius: 5px;
    color: var(--dark);
    border: solid #D7D7D7 1px;
    background-color: var(--white);
    height: 55px;
    line-height: normal;
}

.form-select.form-select-sm {
    height: 55px;
    line-height: normal;
}

.form-datepicker {
    background: url(../images/icons/calendar.svg) no-repeat calc(100% - 15px) center / 18px;
    padding-right: 40px;
}

.time-picker {
    background: url(../images/icons/clock.svg) no-repeat calc(100% - 15px) center / 18px;
    padding-right: 40px;
}

.file-input .form-control {
    height: auto;
    min-height: 40px;
}

.form-control.simple-text {
    min-height: auto;
    height: auto;
    padding: 0;
    border: none;
}

textarea.form-control {
    min-height: 105px;
    padding-top: 15px;
    padding-bottom: 15px;
}

input[type="date"] {
    text-transform: uppercase;
    background-image: url(../images/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 18px;
    padding-right: 35px;
}


/* Chrome, Safari, Edge, Opera */

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}


/* Firefox */

input[type="date"] {
    -moz-appearance: textfield;
}


/* Remove spinner in Firefox */

input[type="date"]::-moz-focus-inner {
    border: 0;
}

.form-select:focus,
.form-select:focus-visible {
    box-shadow: none;
    border-color: var(--border-color);
}

.form-control::placeholder {
    color: var(--grey);
    opacity: 0.5;
}

.form-control:focus {
    box-shadow: none;
    border-color: #999999;
}

input[type="password"]:not(:placeholder-shown) {
    font-size: 20px !important;
}

.field-icon .txt-pass {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #9C9C9C;
    cursor: pointer;
    font-size: 14px;
}


/* .form-group label {
    margin-bottom: 4px;
    font-size: 14px;
    color: #666766;
    font-weight: 500;
} */

.form-group.field-icon span {
    position: relative;
    display: block;
}

.file-input label[for="fileInput"] {
    position: relative;
    top: 4px;
    color: var(--grey);
}

.field-icon i {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    padding: 0 12px;
    justify-content: center;
    color: #B3B3B3;
    font-size: 16px;
}

.field-icon.dark-icon i {
    color: var(--dark);
}

.field-icon i.icon-password {
    font-size: 18px;
}

.field-icon input {
    padding-right: 45px;
}

input.form-control[readonly] {
    background: #FAFAFA;
    border-color: var(--light-grey);
}


/* Form Control End */


/* Search Bar Start */

.searchbar button.btn {
    height: 100%;
    width: 40px;
    position: absolute;
    left: 0;
    border-radius: 8px;
    border: none;
    color: #A4A4A4;
    font-size: 18px;
    padding: 0;
    margin-right: 4px;
    z-index: 1;
    top: 0;
}

.searchbar .form-control {
    padding-right: 16px;
    padding-left: 35px;
    border-color: var(--border-color);
}

.searchbar .form-control::placeholder {
    opacity: 1;
}

.searchbar button.btn:hover,
.searchbar button.btn:focus,
.searchbar button.btn:focus-visible,
.searchbar button.btn:active {
    background: transparent;
    box-shadow: none;
    color: var(--dark);
}

.label-min {
    min-width: 90px;
}

.demo-icon.icon-datepicker.large {
    font-size: 18px;
}


/* Search Bar End */


/* Form Style End */


/* Table Start */

.table-avtar {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 45px;
}

.table-responsive {
    position: relative;
    border-radius: 10px;
    border: solid #D7D7D7 1px;
    width: 100%;
}

.table-responsive table.table {
    margin: 0;
}

.table-responsive table.table>tbody>tr:last-child td {
    border-bottom: none;
}

.table-wrapper {
    overflow: hidden;
}

table {
    line-height: normal;
    margin: 0;
}

table.table thead {
    background: var(--light);
    border-color: #D7D7D7;
}

table.table thead th {
    background: linear-gradient(0deg, rgba(252, 250, 255, 100) 18%, rgba(214, 223, 243, 50) 100%);
    font-weight: 500;
    color: var(--dark);
    white-space: nowrap;
    text-align: left;
}

table.table thead td {
    font-weight: normal;
}

table.table thead th,
table.table tbody td {
    height: 48px;
    padding: 8px 12px;
    vertical-align: middle;
    line-height: 1.5;
    border-color: #D7D7D7;
    min-width: 40px;
}

table.table tbody td .log-label.process a,
table.table tbody td a i {
    color: var(--process);
}

table.table tbody td .log-label.process a:hover {
    text-decoration: underline;
}

table.table tbody td .log-label.nochanges,
table.table tbody td i {
    color: var(--grey);
}

table.table thead th {
    border-left: 0 !important;
    color: var(--primary);
}

table.table tbody td .table-icon i {
    color: var(--dark);
}

table.table tbody td .d-srn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #fcfaff 18%, #d6dff3 100%);
    height: 40px;
    width: 40px;
    border-radius: 5px;
}

table.table tbody td .d-tags {
    background: #F8F8F8;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-flex;
}

.st-tag {
    font-size: 12px;
    padding: 8px 16px;
    display: inline-flex;
    border-radius: 5px;
}

.st-tag.processing {
    color: var(--process);
    background: rgba(0, 148, 247, 0.05);
    border: 1px solid rgba(0, 148, 247, 0.20);
}

.st-tag.completed {
    color: var(--completed);
    background: rgba(37, 153, 48, 0.10);
    border: 1px solid rgba(37, 153, 48, 0.20);
}

.st-tag.pending {
    color: var(--pending);
    background: rgba(245, 210, 91, 0.20);
    border: 1px solid rgba(245, 210, 91, 0.40);
}

.st-tag.failed {
    color: var(--failed);
    background: rgba(224, 60, 65, 0.10);
    border: 1px solid rgba(224, 60, 0, 0.200);
}

table.table tbody td {
    background: var(--white);
    font-weight: 300;
}

table.table tbody td .text-sm {
    font-weight: 300;
    color: var(--grey);
}

table.table tbody td p {
    color: var(--dark);
}

table.table tr {
    border-color: #D7D7D7;
}

table.table tr.disabled .small-circle-btn i {
    color: #D7D7D7 !important;
}

table.table tr.disabled td {
    color: #D7D7D7 !important;
}

table.table thead th+th,
table.table tbody td+td {
    border-left: solid #D7D7D7 1px;
}

table.table .text-wrap-2 {
    min-width: 135px;
}

table .table-user-image {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    overflow: hidden;
}

table .table-user-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

table tbody i.icon-down-arrow {
    font-size: 12px;
    display: inline-block;
}

.icon-down-arrow:before {
    width: auto;
}

.cards-section .pagination .page-item {
    margin: 0 5px;
    max-height: 32px;
    max-width: 32px;
}

.cards-section .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-section .pagination .page-item .page-link i {
    font-size: 10px;
    color: var(--dark);
}

.cards-section .pagination .page-item.icon-rotate a {
    transform: rotate(-180deg);
}

.cards-section .pagination .page-item .page-link {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
}

.cards-section .pagination .page-item {
    margin: 0 5px;
    max-height: 32px;
    max-width: 32px;
}

.cards-section .pagination .page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    height: 30px;
    width: 30px;
}

.cards-section .pagination .page-item .page-link:focus {
    box-shadow: none;
}

.icon-angle-left.icon-rotate {
    transform: rotateY(180deg);
}

/* Table Form Start */

table.table .form-select {
    height: 32px;
    border-radius: 6px;
    font-weight: 400;
    padding-left: 10px;
    min-width: 145px;
    width: auto;
    text-transform: capitalize;
    background-position: calc(100% - 10px) 12px;
    font-weight: 300;
}

table.table .form-control {
    height: 32px;
    border-radius: 5px;
    width: auto;
    padding: 4px 8px;
}

input[type="file"]::file-selector-button {
    display: none;
}


/* For older WebKit browsers */

input[type="file"]::-webkit-file-upload-button {
    display: none;
}

input[type="file"] {
    padding-top: 18px;
    border-style: dashed;
    border-width: 1px;
}


/* Tabele Checkbox Start */

table.table th .form-check .form-check-input:checked {
    border-color: var(--dark);
    background-color: var(--dark);
}

table.table th .form-check .form-check-input:checked[type=checkbox] {
    background-image: url('../images/icons/check-white.svg');
}


/* Tabele Checkbox End */


/* Table Form End */


/* Table End */


/* Button Style Start */

button:focus {
    outline: 0;
}

.modal .btn-bordered {
    border-radius: 20px;
}

.btn-primary:hover {
    background: #F2F5FA;
    border: 2px solid #BFCCE6;
    color: var(--primary);
}

.btn-border {
    background: transparent;
    border: 1px solid #D7D7D7;
    font-weight: 300;
    color: var(--dark);
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-flex;
}

.btn-border:hover,
.btn-border:focus,
.btn-border:focus-within {
    border: 1px solid var(--primary);
    color: var(--primary);
}

.btn-primary, 
.btn.main-btn {
    height: 40px;
    background: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
    padding: 8px 15px;
    font-weight: 400;
    border-radius: 5px;
    transition: ease all 0.25s;
    display: inline-flex;
    line-height: normal;
    align-items: center;
    justify-content: center;
}

.btn-primary i {
    font-size: 12px;
    margin-top: 1px;
}

.btn.main-btn.square-btn {
    aspect-ratio: 1.20 / 1;
    padding: 4px;
    min-width: auto;
}

.btn.main-btn.ex-small-btn {
    height: auto;
    padding: 0;
    font-size: 12px;
    min-width: 60px;
    line-height: 24px;
    border-radius: 8px;
    margin-top: 5px;
}

.btn.main-btn.small-btn {
    height: 38px;
    line-height: 26px;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.btn.main-btn:hover,
.btn.main-btn:focus {
    background: #F2F5FA;
    border: 2px solid #BFCCE6;
    color: var(--primary);
}

.btn-secondary:hover {
    background: var(--primary);
    border: 2px solid var(--primary);
    color: var(--white);
}
.btn-secondary,
.btn.main-btn.border-btn {
    border: 2px solid #BFCCE6;
    background: #F2F5FA;
    font-weight: 400;
    color: var(--primary);
    display: inline-flex;
    font-size: inherit;
    height: 40px;
    padding: 8px 15px;
    border-radius: 5px;
    transition: ease all 0.25s;
    display: inline-flex;
    line-height: normal;
    align-items: center;

}

.btn.main-btn.border-btn:hover,
.btn.main-btn.border-btn:focus {
    background: var(--primary);
    border-color: var(--border-color);
}

.btn.main-btn.dark-border-btn {
    border-color: var(--dark);
    background: transparent;
    color: var(--dark);
}

.btn.main-btn.border-btn.danger-btn {
    background: rgba(193, 39, 45, 0.14);
    border-color: rgba(193, 39, 45, 0.4);
}

.btn.main-btn.border-btn.danger-btn:hover,
.btn.main-btn.border-btn.danger-btn:focus {
    background: rgba(193, 39, 45, 1);
    border-color: rgba(193, 39, 45, 1);
}

.btn.main-btn.w-auto {
    min-width: auto !important;
    padding: 0 16px;
}

.btn.main-btn.dark-btn {
    background: var(--dark);
    color: var(--primary);
}

.btn.main-btn:hover,
.btn.main-btn:focus,
.btn.main-btn:focus-visible,
.btn-close:hover,
.btn-close:focus,
.btn-close:focus-visible {
    box-shadow: none;
    outline: none;
}

.small-square-btn {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid var(--light-grey) 1px;
    color: var(--dark);
    font-size: 16px;
    background: var(--white);
}

.small-circle-btn {
    border-radius: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid rgba(34, 34, 34, 0.30) 1px;
    color: var(--dark);
    font-size: 14px;
    background: transparent;
}

.small-circle-btn i {
    color: var(--dark) !important;
}

.small-circle-btn:hover,
.small-circle-btn:focus {
    background: transparent;
    border-color: rgba(34, 34, 34, 0.40) 1px;
    color: var(--dark);
}

.small-circle-btn.delete-btn {
    background: #FBEAEA;
    border-color: #ED9B9B;
    color: #F33036;
    font-size: 16px;
}

.small-circle-btn.delete-btn:hover,
.small-circle-btn.delete-btn:focus {
    background-color: #F33036;
    border-color: #F33036;
    color: var(--white);
}

.small-circle-btn.delete-btn i.demo-icon {
    left: 0;
    position: relative;
}

.small-circle-btn i.demo-icon.icon-eye {
    position: relative;
    left: -2px;
    top: 1px;
    font-size: 13px;
}

.small-square-btn.st-2 {
    border-color: var(--border-color);
    border-radius: 8px;
}

.small-square-btn .icon-toggle-cross {
    font-size: 13px;
}

.small-square-btn .icon-toggle-cross:before {
    top: 1px;
    left: -2px;
    position: relative;
}

.small-square-btn.basic-arrow {
    height: auto;
    width: auto;
    border-color: transparent;
    background: transparent;
    font-size: 18px;
    width: 15px;
}

.small-square-btn .icon-close {
    font-size: 14px;
}

.icon-close:before {
    position: relative;
    top: -1px;
}

.small-square-btn:hover,
.small-square-btn:focus {
    background: var(--dark);
    color: var(--white);
    border-color: var(--dark)
}

.small-square-btn.basic-arrow:hover,
.small-square-btn.basic-arrow:focus {
    background: transparent;
    color: var(--dark);
    border-color: transparent;
}

.small-square-btn.danger-btn {
    background: rgba(193, 39, 45, 0.14);
    border-color: rgba(193, 39, 45, 0.4);
    color: rgba(243, 48, 54, 1);
}

.small-square-btn.danger-btn:hover,
.small-square-btn.danger-btn:focus {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.small-square-btn.edit-btn {
    background: rgba(38, 157, 215, 0.14);
    border-color: rgba(38, 157, 215, 0.4);
    color: rgba(38, 157, 215, 1);
}

.small-square-btn .icon-eye-line:before,
.small-square-btn .icon-eye:before {
    position: relative;
    left: -2px;
    font-size: 12px;
    top: -1px;
}

.small-square-btn.edit-btn:hover,
.small-square-btn.edit-btn:focus {
    background: rgba(38, 157, 215, 1);
    border-color: rgba(38, 157, 215, 1);
    color: var(--white);
}

.edit-btn-small {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: none;
    background-color: var(--light-grey-v4);
    position: absolute;
    right: 12px;
    bottom: -6px;
    padding: 0;
    font-size: 12px;
}

.edit-btn-small:hover,
.edit-btn-small:focus {
    background-color: var(--light-grey-v3);
}

.text-dark {
    color: var(--dark);
}

.text-btn {
    background: transparent;
    border: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.text-btn i {
    font-size: 12px;
    position: relative;
    top: -1px;
}

.btn.main-btn.border-btn.btn-sm {
    width: auto;
    min-width: auto;
    background: var(--light-grey-v4);
    border-color: var(--light-grey);
    border-radius: 5px;
    padding: 5px 15px;
    height: 30px;
    font-weight: 500;
    line-height: normal;
}

.btn.main-btn.border-btn:hover,
.btn.main-btn.border-btn:focus {
    background: var(--primary);
    border-color: var(--border-color);
    color: var(--dark);
}

.btn.main-btn.border-btn.btn-sm:hover,
.btn.main-btn.border-btn.btn-sm:focus {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

.button-groups {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn.main-btn.btn-tags {
    background: var(--primary);
    color: var(--primary);
    color: var(--dark);
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.btn.main-btn.btn-tags .icon-close {
    margin-left: 4px;
}

.btn.main-btn.btn-tags .icon-plus-sym {
    margin-left: 4px;
}


/* Button Style End */

/* Content Wrapper Start */

.page-content-wrapper {
    position: relative;
    padding: 20px;
    transition: ease all 0.25s;
    min-height: 100vh;
}

.content-wrapper {
    position: relative;
}

.content-inside {
    padding: 20px 0 0;
}

header.fixed+.content-inside {
    margin-top: 85px;
}

.card-column,
.border-column {
    border-radius: 8px;
    padding: 16px 20px;
    position: relative;
}

.card-column {
    background: var(--white);
    height: 100%;
}

.border-column {
    border: solid var(--light-grey) 1px;
    background: #FEFEFE;
    width: 100%;
}

.border-column+.border-column {
    margin: 20px 0 0;
}

.card-column p {
    color: var(--primary);
}

.grey-border {
    border-color: var(--light-grey);
}

.card-column.card-icon {
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.card-icon-inner {
    position: absolute;
    right: 20px;
    opacity: 0.10;
}

.card-icon-inner i {
    font-size: 80px;
    color: var(--primary);
}

.card-column.card-icon .card-info-icon {
    color: var(--white);
    background: rgba(40, 85, 170, 0.06);
    display: inline-flex;
    justify-content: center;
    border: 1px solid rgba(40, 85, 170, 0.2);
    border-radius: 10px;
    padding: 5px;
    height: 60px;
    width: 60px;
}

.card-column.card-icon .card-info-icon i {
    color: var(--primary);
    font-size: 30px;
}

.card-column.card-icon:hover {
    background: linear-gradient(0deg, #102244 0%, #2855AA 100%);
}

.card-column.card-icon:hover .heading-large,
.card-column.card-icon:hover .fw-light {
    color: var(--white);
}

.card-column.card-icon:hover .card-info-icon {
    color: var(--white);
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.card-column.card-icon:hover .card-info-icon i {
    color: var(--white);
}

.card-column.card-icon:hover .card-icon-inner i {
    color: var(--white);
}

.card-st-2 {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.card-st-2 span.icon-large {
    font-size: 32px;
    color: var(--dark);
}

.tooltip-info {
    color: var(--grey);
    font-size: 15px;
    padding: 4px 0;
}

.card-column.small-column {
    padding: 12px 16px 12px;
    min-height: 95px;
    height: auto;
}

.card-column.small-column.single-column i.demo-icon::before {
    width: auto;
    text-align: center;
    padding: 0;
    margin: 0;
    min-width: 45px;
}

.card-column.small-column.single-column .card-st-2 {
    justify-content: flex-start;
}

.page-heading {
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
}

.page-heading .page-tiba {
    display: flex;
    align-items: center;
}

.page-heading+.cards-section {
    margin-top: 0;
}

.cards-section .form-select {
    font-weight: 400;
    height: 55px;
}

.cards-section .search-input {
    font-weight: 300;
    height: 45px;
}

.cards-section .filter-form {
    padding: 15px 0;
}

.cards-section .filter-form .form-select {
    height: 55px;
}

.cards-section .card-begin-area {
    text-align: center;
}

.cards-section .card-begin-area i {
    font-size: 24px;
}

.cards-section.content-box {
    display: none;
}

.cards-section .card-begin-area h2 {
    margin: 5px 0;
}

.cards-section .card-begin-area p {
    font-size: 16px;
}

.cards-section .card-info-area {
    display: flex;
    align-items: flex-start;
}

.cards-section .label-group {
    border-bottom: 1px solid #D7D7D7;
}

.label-btns {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.label-btns .label-title {
    margin-right: 10px;
}

.label-btn-grp .btn-lborder {
    border: 1px solid #D7D7D7;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 8px;
    color: var(--dark);
    font-size: 15px;
}

.label-btn-grp .btn-lborder:hover {
    text-decoration: underline;
}

.cards-section .card-info-area i {
    position: relative;
    top: 1px;
    margin-right: 8px;
    font-size: 18px;
}

.card-info-area .card-head-area p {
    font-size: 15px;
    margin-bottom: 0;
}


/* Breadcrumb start */

.breadcrumb-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item a,
.breadcrumb-item h2 {
    color: var(--dark);
}

.breadcrumb-item a {
    font-size: 16px;
}

.breadcrumb-item .icon-down-arrow {
    transform: rotate(90deg);
    font-size: 10px;
    position: relative;
    top: -4px;
    margin-right: 10px;
    color: var(--dark);
}

ol.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
}

ol.breadcrumb li {
    align-items: center;
}

/* Breadcrumb end */


/* Card start */

.cards-section .card-hsection {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D7D7D7;
}

.cards-section .card-hsection .card-title {
    font-size: 22px;
    font-weight: 500;
    color: var(--primary);
}

.cards-section .card-hsection .card-ostatus {
    display: flex;
    align-self: center;
    justify-content: flex-end;
}

.card-hsection .card-ostatus .st-tag {
    font-size: 14px;
    padding: 7px 16px;
    display: inline-flex;
    border-radius: 5px;
}

.card-hsection .card-ostatus .st-tag.completed {
    color: var(--completed);
    background: rgba(37, 153, 48, 0.10);
    border: 1px solid rgba(37, 153, 48, 0.20);
}

.card-bdetails label {
    font-size: 15px;
    font-weight: 300;
}

.card-bdetails .card-value {
    font-size: 15px;
    font-weight: 500;
    color: var(--dark);
}


/* Card end */


/* Accordion start */

.order-daccordion {
    margin-top: 10px;
}

.order-daccordion .accordion {
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .02);
}

.order-daccordion .accordion-item .accordion-header .accordion-button {
    background: transparent;
}

.order-daccordion .accordion-hmain {
    font-weight: 500;
    color: var(--primary);
}

.order-daccordion .accordion-hmain .accordion-title {
    margin-bottom: 5px;
}

.order-daccordion .accordion-hmain .accordion-title span {
    font-weight: 300;
    color: var(--grey);
}

.order-daccordion .accordion-button .accordion-subtitle {
    font-weight: 300;
    color: var(--grey);
}

.order-daccordion .accordion-body .accordion-note .note {
    color: var(--dark);
    font-weight: 300;
}

.order-total {
    margin-top: 24px;
    background: rgba(40, 85, 170, 0.06);
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid rgba(40, 85, 170, 0.2);
}


/* Accordion end */


/* Tags start */

.tags-column {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: rgba(91, 143, 228, 0.16);
    color: var(--dark);
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    border: solid rgba(91, 143, 228, 0.34) 1px;
    gap: 4px;
    width: fit-content;
    min-width: 75px;
    min-height: 30px;
}

.tag i {
    font-size: 10px;
}

.tag .icon-close {
    position: relative;
    top: 1px;
    left: 1px;
}

.tag.message-tag {
    background: rgba(253, 165, 61, 0.6);
    border-color: rgba(253, 165, 61, 0.4);
    color: var(--white);
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 10px;
    border-radius: 4px;
    min-height: 20px;
    line-height: normal;
    font-weight: 400;
    z-index: 1;
    min-width: auto;
    padding: 4px 4px;
}

.tag.message-tag.success-color {
    background: rgba(40, 167, 69, 0.6);
    border-color: rgba(40, 167, 69, 0.4);
}

.tag.gray-tag {
    min-width: auto;
    background: #E9E9E9;
    border-color: #D3D3D3;
    font-weight: 400;
    font-size: 12px;
}

.tag.dark-tag {
    background-color: var(--dark);
    border-color: var(--dark);
    color: var(--white);
}

.tag.dark-tag a {
    color: var(--white);
}

table .tag {
    white-space: nowrap;
}

.tag.basic-tag {
    border-color: var(--light-grey);
    background: transparent;
}

.tag.warning {
    background: #F7EEE8;
    color: #CC8B66;
    border-color: transparent;
}

.tag.warning-dark {
    background: #F7E8E8;
    color: #CC8B66;
}

.tag.success {
    background: #C5ECDE;
    color: #070707;
    border-color: #82D6B8;
}

.tag.danger {
    background: rgba(243, 48, 54, .1);
    color: #F33036;
    border-color: rgba(243, 48, 54, .5);
}


/* Tags end */


/* Tabbar start */

.card-tabs {
    margin-bottom: 20px;
}

.tab-content {
    position: relative;
}

.nav.nav-tabs .nav-link {
    min-height: 40px;
    color: var(--grey);
    font-weight: 500;
    position: relative;
    transition: ease 0.25s;
    padding: 8px 20px;
    border: none;
    border-radius: 40px;
    border: 1px solid transparent;
    outline: none;
}

.nav.nav-tabs .nav-link.active {
    background: linear-gradient(360deg, rgba(252, 250, 255, 100) 18%, rgba(214, 223, 243, 100) 100%);
    color: var(--primary);
    border: 1px solid #BFCCE6;
}

.nav.nav-tabs {
    border: solid #D7D7D7 1px;
    border-radius: 40px;
    display: inline-flex;
    padding: 5px;
    background: #FFFFFF;
}

.tab-content>.tab-pane {
    border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: auto;
}

.tab-content .accordion-body {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.tab-content .accordion-body>* {
    margin: 24px 0 0 0;
}

.tab-form.tab-border-box {
    padding: 20px 20px 0 20px;
    border: 1px solid #DFE6F2;
    border-radius: 5px;
}


/* Tabbar end */


/* Accordion Start */

.cards-title button.accordion-button {
    background: transparent;
    box-shadow: none;
    color: var(--dark);
    padding-left: 0;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
}


/* Accordion End */


/* Inner Tabbar Start */

.inner-tab-custom {
    border: solid var(--light-grey) 1px;
    gap: 8px;
    display: inline-flex;
    padding: 5px;
    border-radius: 8px;
}

.inner-tab-custom .nav-link {
    position: relative;
    border: none;
    background: none;
    color: var(--grey);
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 6px;
    min-width: 165px;
    font-size: 15px;
    padding: 8px;
}

.inner-tab-custom .nav-link.active {
    color: var(--white);
    font-weight: 500;
    background: var(--dark);
}


/* Inner Tabbar End */


/* ScrollBar Start */

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1;
    background: transparent;
    z-index: 9999;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    background: transparent;
    height: 100%;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    background: transparent;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: transparent !important;
    border-radius: 0;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    height: 100%;
    margin-top: 0;
    width: 4px;
    background: transparent;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}


/* ScrollBar End */


/* Modal Start */

.modal-dialog {
    width: 95%;
    margin: 2% auto;
}

.modal-dialog.modal-xl {
    max-width: 1280px;
}

.modal-dialog.modal-lg {
    max-width: 1080px;
}

.modal-dialog.modal-md {
    max-width: 780px;
}

.modal-dialog.modal-sm {
    max-width: 680px;
}

.modal-content {
    border: none;
    padding: 16px 20px 20px;
    border-radius: 12px;
}

.lg-content-td {
    min-width: 675px;
}

.modal .btn-close {
    padding: 0;
    background-image: none;
    position: absolute;
    opacity: 1;
    border-radius: 0;
    line-height: normal;
    right: 0;
    margin: 0;
    font-size: 17px;
}

.modal .btn-close::after {
    font-family: "fontello";
    content: '\e807';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
}

.modal-header {
    padding: 0 0 16px 0;
    position: relative;
    border-color: var(--light-grey);
    margin-bottom: 20px;
}

.modal-body {
    padding: 0;
}

.modal-footer {
    gap: 12px;
    padding: 24px 0 0 0;
    margin-top: 0;
    border-top: 0px !important;
}

.modal-footer.border-none {
    border: none;
}

.modal-footer button {
    margin: 0;
}

.modal-backdrop.show {
    opacity: 0.65;
}


/* Modal End */

hr {
    border-color: var(--light-grey);
    opacity: 1;
}

hr.border-st2 {
    border-color: var(--primary);
}

.plus-large {
    color: var(--dark);
    border: none;
    padding: 0;
    background-color: transparent;
}

button.plus-large i {
    color: #484848;
}

button.plus-large i:before {
    margin: 0;
}

.plus-large i {
    position: relative;
    top: 0;
    font-size: 28px;
}

.varified-icon img {
    width: 44px;
}


/* -- Common Css End -- */


/* -- Login Page Style Start -- */

.form-group {
    position: relative;
}

.form-placeholder {
    position: absolute;
    top: 0;
    font-size: 14px;
    font-weight: 300;
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    background-color: white;
    padding: 0 6px;
    margin-left: 10px;
    color: var(--grey);
    z-index: 1;
}

.form-placeholder span {
    color: #E03C41;
}

.login-page {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-image: url(../images/login-bg.png);
    background-size: cover;
    background-position: bottom left;
}

.login-lwrapper-main {
    position: relative;
    height: 100vh;
    top: 0;
    left: 0;
}

.login-lwrapper-inner .login-img-area img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    overflow: hidden;
}

.login-rwrapper-main {
    height: 100vh;
}

.login-rwrapper-inner {
    height: 100vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.login-section {
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 30px;
    padding: 60px 40px;
    max-width: 550px;
    background: var(--white);
}

.login-head {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 25px;
}

.login-head h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.login-head p {
    font-size: 16px;
    font-weight: 300;
    color: #666766;
}

.login-logo img {
    width: 200px;
}

.login-section p {
    color: var(--dark);
}

.login-section p a {
    color: var(--dark);
}

.login-section p a.forgot-pass {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
}

.login-section p a.forgot-pass:hover,
.login-section p a.forgot-pass:focus {
    text-decoration: none;
    text-decoration: underline;
}

.login-page form .form-group+.form-group {
    margin-top: 24px;
}

.login-page .btn.main-btn,
.login-page .btn.btn-primary {
    font-size: 16px;
    height: 55px;
    font-weight: 500;
    margin-top: 8px;
    border-radius: 50px;
}
 
.login-page .btn.main-btn i,
.login-page .btn.btn-primary i {
    font-size: 14px;
    margin-left: 2px;
}

.login-page .form-control::placeholder {
    color: #8E8E8E;
}

/* -- Login Page Style End -- */


/* --- Sidebar Start --- */

aside#sidebar {
    width: 290px;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    transition: ease all 0.25s;
    z-index: 20;
    height: 100%;
    background: var(--white);
}

.sidebar-top {
    position: relative;
    padding: 20px 25px;
}

.sidebar-menu-section {
    padding: 0px 16px 12px;
    flex: 1 0 0;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sidebar-menu-section::-webkit-scrollbar {
    display: none;
}

.sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all 0s;
    background: #EAEEF7;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: solid rgba(40, 85, 170, 0.20) 1px;
    position: absolute;
    right: -17px;
    top: calc(50% - 18px);
}

.sidebar-toggle.mobile-toggle {
    position: relative;
    right: 0;
}

.sidebar-toggle i {
    color: var(--primary);
    font-size: 18px;
    position: relative;
    left: -1px;
}

.sidebar-toggle.mobile-toggle i.demo-icon.icon-close {
    display: none;
}

.content-wrapper.toggled .sidebar-toggle i.icon-toggle-on {
    transform: rotateY(180deg);
    left: 1px;
}

.sidebar-toggle i.icon-close {
    font-size: 16px;
}

.sidebar-toggle i.icon-close {
    top: 1px;
    left: 0px;
}

.demo-icon.icon-angle-down {
    margin-left: auto;
    font-size: 9px;
    transition: ease all 0.15s;
}

.sidebar-menu-section ul li a[aria-expanded="true"] .icon-angle-down {
    transform: rotateX(180deg);
}

/* Sidebar Menu Start */

.sidebar-menu-section > ul > li + li > a {
    margin-top: 2px;
}

.sidebar-menu-section ul li a {
    padding: 10px 18px 10px 18px;
    width: 100%;
    display: flex;
    border-radius: 6px;
    gap: 5px;
    align-items: center;
    white-space: nowrap;
    color: var(--dark);
    font-weight: 400;
    border: solid 2px transparent;
}


/* .sidebar-menu-section ul li a.active+ul.submenu,
.sidebar-menu-section ul li a:hover+ul.submenu {
    display: block;
} */

.sidebar-menu-section ul.submenu li a {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
    position: relative;
    background-clip: padding-box;
    border: solid 2px transparent;
}

.sidebar-menu-section ul li a:hover,
.sidebar-menu-section ul li a:focus {
    color: var(--primary);
}

.sidebar-menu-section ul li a.active {
    position: relative;
    color: var(--primary);
    background: linear-gradient(90deg, #FCFAFF 0%, #D6DFF3 100%);
    background-clip: padding-box;
    border-radius: 10px;
}

.sidebar-menu-section ul.submenu li a.active {
    background: var(--white);
    background-clip: inherit;
}

.sidebar-menu-section ul li a.active:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    /* same as border width */
    border-radius: inherit;
    /* inherit container box's radius */
    background: linear-gradient(90deg, #F5EBF5 0%, #CCD5E9 100%);
}

.sidebar-menu-section ul li a i {
    font-size: 20px;
}

.sidebar-menu-section ul li ul a i {
    font-size: 15px;
}

.sidebar-menu-section ul li a span {
    gap: 5px;
    display: flex;
    align-items: center;
    transition: ease 0.25s;
}


/* sidebar submenu start */

.sidebar-menu-section ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sidebar-menu-section ul li {
    position: relative;
}

.sidebar-menu-section .submenu {
    padding-left: 32px;
    position: relative;
    padding-right: 0;
    position: relative;
    top: 0;
}

.sidebar-menu-section .submenu li {
    margin-top: 8px;
}

.sidebar-menu-section .submenu .sidebar-menu-section .has-submenu>.submenu-toggle .icon-angle-down::before {
    transition: transform 0.25s ease;
}

.sidebar-menu-section .has-submenu.open>.submenu-toggle .icon-angle-down::before {
    transform: rotateX(180deg);
}

.sidebar-menu-section .has-submenu .icon-down-arrow {
    font-size: 8px;
    width: 17px;
    position: absolute;
    right: 10px;
}


/* sidebar Submenu end */


/* Sidebar Menu End */


/* --- Sidebar End --- */


/* --- Header --- */

header {
    align-items: center;
    display: flex;
    z-index: 11;
    top: 0;
    right: 0;
    background: var(--white);
    width: 100%;
    border-radius: 10px;
    padding: 0 8px;
    position: relative;
    min-height: 65px;
}

header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .04);
    width: calc(100% - 240px);
    border-radius: 0;
    padding: 0 16px;
}


/* Offset content when header becomes fixed */

header ul.navbar-nav {
    flex-wrap: wrap;
}

header ul.navbar-nav>li {
    margin-right: 30px;
}

header .dropdown-toggle::after {
    content: "\e800";
    font-family: 'fontello';
    font-size: 8px;
    border: none;
    transition: ease all 0.25s;
}

header .dropdown:hover .dropdown-toggle::after,
header .dropdown:focus .dropdown-toggle::after,
header .dropdown .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

header form.searchbar {
    max-width: 340px;
    width: 100%;
}

header .searchbar .form-control {
    border-color: var(--border-color);
    background: var(--white);
    color: var(--dark);
    font-weight: 400;
    height: 40px;
    padding-left: 16px;
    padding-right: 45px;
}

header .searchbar button.btn {
    right: 0;
    left: auto;
}

header .searchbar .form-control::placeholder {
    color: var(--dark);
    opacity: 0.5;
}

.header-toggle a {
    display: flex;
    align-items: center;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    top: 0;
    position: relative;
    overflow: hidden;
}

.logo img {
    height: 48px;
    position: relative;
}

.login-logo {
    margin-bottom: 30px;
    display: inline-block;
}

.head-icons {
    display: flex;
    gap: 20px;
}

.head-icons i {
    color: var(--primary);
    font-size: 20px;
}


/* Head Icon Start */

.head-icons span {
    position: absolute;
    background: var(--primary);
    border: solid 2px var(--white);
    min-width: 22px;
    height: 22px;
    border-radius: 20px;
    display: inline-block;
    top: -6px;
    right: -6px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 2px;
    max-width: 40px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.head-icons ul li i {
    font-size: 22px;
}


/* Head Icon End */


/* Header User Info Start */

.user-info {
    display: flex;
    align-items: center;
}

.user-info.separator {
    position: relative;
}

header .user-info.separator:before {
    content: '';
    background: #D0D6DE;
    height: 35px;
    width: 1px;
}

.user-info.separator>* {
    margin-left: 15px;
}

.user-info .dropdown-menu li a {
    color: var(--dark-purple);
}

.user-info .dropdown {
    left: 0;
    display: flex;
    align-items: center;
}

.user-info img {
    height: 48px;
    width: 48px;
    border-radius: 48px;
    object-fit: cover;
}

.user-info a.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--dark-purple);
    font-weight: 400;
    font-size: 14px;
}

.user-info a.dropdown-toggle::after {
    margin-left: 0;
}

.user-info a.dropdown-toggle>span {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    order: 0;
    color: var(--primary);
}

.dropdown-menu {
    border-radius: 10px;
    padding: 4px 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.025);
}

.notification .dropdown-menu {
    min-width: 185px;
}

.user-info .dropdown-menu {
    border-radius: 0;
}

.user-info .dropdown-menu {
    min-width: 165px;
}

aside#sidebar .user-info.separator {
    display: none;
}


/* Header User Info End */


/* Notification Start */

.notification .dropdown-menu,
header .user-info .dropdown-menu {
    transform: none !important;
}

.dropdown-menu li a {
    padding: 5px 0;
    background: var(--white);
    transition: ease all 0.5s;
}

.dropdown-menu li+li {
    border-top: solid #ECECEC 1px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background: transparent;
    color: var(--primary);
}

.no-arrow .dropdown-toggle::after {
    display: none;
}

.notification>a {
    position: relative;
    background: rgba(40, 85, 170, 0.10);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: var(--dark);
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification>a img {
    width: 22px;
}


/* Notification Dropdown Start */

.notification .dropdown-menu {
    background: var(--light);
    border-radius: 0;
    border: solid #D7D7D7 1px;
    padding: 0;
}

.notification .dropdown-menu .dropdown-header {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
    background: var(--dark-purple);
    color: var(--white);
}

.notification .dropdown-menu ul {
    max-height: calc(100vh - 165px);
    overflow: auto;
}

.notification .dropdown-menu ul li {
    background: var(--white);
}

.notification .dropdown-menu ul li a {
    padding: 12px 16px;
}

.notification .dropdown-menu ul li a span.small {
    font-size: 12px !important;
}

.notification .dropdown-menu ul li a div h3 {
    font-size: 12px;
    line-height: normal;
    color: #070707;
    font-weight: 600;
}

.notification .dropdown-menu ul li a div p {
    margin: 4px 0 0 0;
    font-size: 12px;
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    color: #808080;
}

.dropdown-menu ul li+li {
    border-top: solid #D7D7D7 1px;
}

.notification .dropdown-menu ul li a.button-notification {
    background: var(--primary);
    padding: 8px;
    font-weight: 600;
}

.notification .dropdown-menu ul li a.button-notification:hover,
.notification .dropdown-menu ul li a.button-notification:focus {
    background: var(--dark);
    color: var(--white);
}

.button-notification {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: var(--primary);
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    padding: 8px 0;
}

.button-notification:hover,
.button-notification:focus {
    background: var(--dark);
    color: var(--white);
}


/* --- header End --- */


/* --- Content start --- */

.checkbox-list {
    display: flex;
}

.checkbox-list .row-cols>* {
    flex: 0 0 auto;
    width: 100%;
}

.cards-title {
    margin: 0;
}

.details-label {
    font-weight: 500;
    margin: 0;
}

.details-content {
    color: var(--dark);
    font-weight: 600;
    margin: 0;
}

.details-content a {
    color: var(--dark);
}

.card-info-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.card-info-icon img {
    height: 50px;
}

.content-viewmore {
    display: -webkit-box;
    max-width: 100%;
    max-height: 66px;
    font-size: 14px;
    line-height: normal;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 285px;
}

.content-viewmore.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.border-contents {
    padding: 12px;
    border: solid var(--border-color) 1px;
    border-radius: 10px;
}

.large-icon {
    font-size: 24px;
}

.cards-section {
    margin: 24px 0 0 0;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .04);
    background: #FEFDFD;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #D7D7D7;
}

.cards-section .table-responsive {
    margin: 16px 0 0 0;
}

.cards-section.cards-column-none {
    border: none;
}

.primary-accordion .cards-section.cards-column-none.cards-head {
    padding: 0;
    margin: 0;
}

.cards-section .edit-btn i {
    color: var(--dark);
    font-size: 20px;
}

.user-profile .card-content {
    font-size: 12px;
    padding-right: 50px;
}

.user-profile {
    display: flex;
    align-items: center;
    border-bottom: solid #F0F0F0 1px;
    padding: 12px 0;
    gap: 12px;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
    margin-top: 12px;
}

.user-profile:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.user-profile .profile-avtar {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
}

.user-profile .flex-grow-1 {
    min-width: 0;
    flex: 1;
}

.user-profile .flex-grow-1 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.user-profile button {
    flex-shrink: 0;
}

.basic-radio-list .radio-buttons-list {
    border: none;
    padding: 0;
    margin: 8px 0 0 0;
}


/* Accordion  Toggle-st-2 Start */

.accordion-toggle-st-2 {
    font-size: 10px;
    color: var(--dark);
}

.accordion-toggle-st-2.collapsed {
    transform: rotate(180deg);
    position: relative;
    top: -2px;
    display: inline-block;
}


/* Accordion  Toggle-st-2 End */


/* Profile Page style start */

.profile-section .profile-card-cover {
    width: 100%;
}

.profile-content-inner .profile-large-image {
    margin-top: -45px;
}

.profile-section .profile-card-cover img {
    aspect-ratio: 1 / 0.55;
    border-radius: 16px 16px 0 0;
    max-height: 450px;
}

.profile-large-image {
    width: 90px;
}

.profile-large-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100%;
}

.profile-content.draft-ms-column {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.profile-card {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile-image {
    position: relative;
}

.profile-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 72px;
}

.profile-image button {
    position: absolute;
    bottom: -8px;
    right: 12px;
    background: #FFFFFF;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .09);
}


/* Profile Page style End */

.sub-client-note {
    display: inline-flex;
    position: relative;
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.step-arrow {
    position: relative;
    display: flex;
    flex-direction: column;
}

.step-arrow::before {
    content: "";
    background: #66CDA9;
    height: calc(100% - 12px);
    width: 1px;
    display: inline-block;
}

.step-arrow::after {
    content: "";
    background: transparent url(../images/step-btm-arrow.svg) no-repeat;
    height: 100%;
    width: 32px;
    display: inline-block;
}

.form-cards .card-title {
    border-bottom: solid #D7D7D7 1px;
    padding-bottom: 12px;
}

.radio-tabs-content {
    width: 100%;
    padding-top: 24px;
}

.time-toggle-info {
    margin-top: 8px;
}

.time-toggle-info ul {
    display: inline-block;
}

.time-toggle-info ul li {
    display: flex;
    align-items: center;
    border: solid #E7E7E7 1px;
    border-radius: 8px;
    min-height: 50px;
    padding: 12px 24px;
    gap: 20px;
    margin: 16px 0 0 0;
    flex-wrap: wrap;
}

.time-toggle-info ul li span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.time-toggle-info ul li span i.demo-icon.icon-clock {
    font-size: 16px;
    color: #666766;
}

.time-toggle-info ul li span i.demo-icon.icon-down-arrow {
    font-size: 8px;
    color: #070707;
}

.time-toggle-info ul li label.form-check-label {
    min-width: 40px;
}


/* --- Content End --- */


/* --- Plugin CSS Start --- */

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--dark);
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    background: var(--primary);
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 var(--primary), 5px 0 0 var(--primary);
    box-shadow: -5px 0 0 var(--primary), 5px 0 0 var(--primary);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: var(--primary);
    border-color: var(--primary);
}

.flatpickr-current-month {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}

select.flatpickr-monthDropdown-months option {
    font-size: 14px;
}

.flatpickr-current-month select.flatpickr-monthDropdown-months {
    padding: 0;
}

.flatpickr-current-month .numInputWrapper {
    width: 70px;
    display: flex;
    left: 0px;
}

.flatpickr-current-month select.flatpickr-monthDropdown-months:hover,
.flatpickr-current-month select.flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .numInputWrapper:hover,
.flatpickr-current-month .numInputWrapper:focus {
    background: var(--white);
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 var(--primary);
    box-shadow: -10px 0 0 var(--primary);
}

.rangeMode .flatpickr-day {
    margin-top: 2px;
}

.flatpickr-day.today {
    border-color: var(--border-color);
}

.flatpickr-day {
    color: var(--dark);
    line-height: 37px;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    background: var(--dark);
    border-color: var(--dark);
    color: var(--white);
}


/* --- Plugin CSS End --- */

/* --- File Upload Start --- */
.preview-item {
    position: relative;
    width: 120px;
}

.preview-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    color: #fff;
    border: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 9px;
    cursor: pointer;
}

.remove-btn i.demo-icon.icon-close {
    position: relative;
    left: -1px;
    top: 1px;
}

.upload-column {
    position: relative;
}

.upload-column i.fas.fa-upload {
    position: absolute;
    left: 18px;
    top: 16px;
    font-size: 20px;
    pointer-events: none;
    color: #999999;
}

.upload-column input#fileUpload {
    padding-left: 45px;
}

/* --- File Upload End --- */

/* --- Responsive --- */

@media (min-width: 576px) {
    .modal-content {
        padding: 24px 30px;
    }
    /* Notification Dropdown Start */
    .notification .dropdown-menu {
        width: 285px;
    }
}

@media (min-width: 768px) {
    .btn.main-btn {
        font-size: 14px;
    }
    header .user-info .dropdown-menu {
        top: 42px !important;
    }
    .user-info:hover .dropdown-menu,
    .user-info:focus .dropdown-menu {
        display: block;
    }
    .card-column,
    .border-column {
        border-radius: 10px;
    }
    /* Content Section Start */
    .cards-section.cards-column-none.cards-head,
    .cards-title .cards-title-accordion {
        padding: 16px 20px;
    }
    .cards-section.cards-column-none {
        border: none;
    }
    /* Content Section End */
    .radio-tabs {
        gap: 24px;
    }
}

@media (min-width: 992px) {
    .page-content-wrapper {
        padding: 20px 20px 20px 310px;
    }
    .content-wrapper.toggled .page-content-wrapper {
        padding-left: 130px;
    }
    .content-wrapper.toggled .sidebar-menu-section i.demo-icon.icon-angle-down {
        display: none;
    }
    .content-wrapper.toggled .submenu {
        display: none;
    }
    .content-wrapper.toggled .sidebar-menu-section i.demo-icon.icon-angle-down {
        display: none;
    }
    .content-wrapper.toggled aside#sidebar:hover .submenu ,
    .content-wrapper.toggled aside#sidebar:focus .submenu,
    .content-wrapper.toggled aside#sidebar:hover i.demo-icon.icon-angle-down,
    .content-wrapper.toggled aside#sidebar:focus i.demo-icon.icon-angle-down {
        display: block;
    }
    .content-wrapper.toggled aside#sidebar.no-hover .submenu,
    .content-wrapper.toggled aside#sidebar.no-hover i.demo-icon.icon-angle-down,
    .content-wrapper.toggled aside#sidebar.no-hover i.demo-icon.icon-angle-down {
        display: none !important;
    }
    .content-wrapper.toggled header.fixed {
        width: calc(100% - 100px);
    }
    header.fixed {
        width: calc(100% - 320px);
    }
    .head-icons,
    .user-info {
        min-height: 65px;
    }
    .select-width {
        min-width: 204px;
    }
    .notification {
        position: relative;
        padding: 12px 0;
    }
    .tabbar-inner .nav.nav-tabs {
        padding: 6px;
    }
    .accordion-body .tabbar-inner {
        margin-top: 20px;
    }
    .tabbar-inner .nav.nav-tabs .nav-link {
        min-height: 38px;
    }
    .page-heading {
        margin-bottom: 24px;
    }
    aside#sidebar a.sidebar-toggle .icon-close {
        display: none;
    }
    /* Submenu */
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
        display: none;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    header .user-info .dropdown-menu {
        min-width: 100%;
        padding: 8px 12px;
    }
    header .head-icons .notification .dropdown-menu {
        top: 65px !important;
    }
    header .head-icons .notification:hover .dropdown-menu,
    header .head-icons .notification:focus .dropdown-menu {
        display: block;
    }
    .content-wrapper .sidebar-toggle i.icon-close {
        display: none;
    }
    .sidebar-toggle i.icon-toggle-1 {
        display: none;
    }
    .sidebar-toggle i.icon-down-arrow {
        transform: rotate(90deg);
        font-size: 9px;
        position: relative;
        top: -3px;
        left: 0;
        display: block;
    }
    .border-contents {
        padding: 16px;
    }
    .large-icon {
        font-size: 35px;
    }
    /* SideBar Section Start */
    .content-wrapper.toggled aside#sidebar {
        width: 100px;
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.125);
    }
    .content-wrapper.toggled aside#sidebar:hover,
    .content-wrapper.toggled aside#sidebar:focus {
        width: 260px;
    }
    .content-wrapper.toggled aside#sidebar.no-hover {
        width: 100px !important;
    }
    .content-wrapper.toggled {
        padding-left: 0;
    }
    .content-wrapper.toggled .sidebar-menu-section ul li a span {
        width: 0;
        overflow: hidden;
    }
    .content-wrapper.toggled aside#sidebar:hover .sidebar-menu-section ul li a span,
    .content-wrapper.toggled aside#sidebar:focus .sidebar-menu-section ul li a span {
        width: 100%;
    }
    .content-wrapper.toggled aside#sidebar .sidebar-menu-section .has-submenu .icon-down-arrow {
        display: none;
    }
    .content-wrapper.toggled aside#sidebar:hover .sidebar-menu-section .has-submenu .icon-down-arrow,
    .content-wrapper.toggled aside#sidebar:focus .sidebar-menu-section .has-submenu .icon-down-arrow {
        display: inline-block;
    }

    /* SideBar Section End */
    /* Tabbar bar */
    .nav.nav-tabs.tabbar-full-width {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    .nav.nav-tabs.tabbar-full-width li {
        width: 100%;
    }
    .nav.nav-tabs.tabbar-full-width li button.nav-link {
        width: 100%;
    }
    .form-select.min-select-width {
        min-width: 240px;
    }
    p.large {
        font-size: 15px;
    }
    .profile-large-image {
        width: 120px;
    }
    .profile-content-inner .profile-large-image {
        margin-top: -60px;
    }
    .nav.nav-tabs .nav-link {
        min-width: 125px;
    }
}

@media (min-width: 1200px) {
    /* comman style */
    .btn.main-btn {
        min-width: 120px;
        height: 44px;
        line-height: 30px;
    }
    /* comman style end */
    /* content style with sidebar start */
    .content-wrapper {
        padding-left: 0;
    }
    .checkbox-list .row-cols>* {
        flex: 0 0 auto;
        width: 33.33%;
    }
    .login-logo img {
        width: 240px;
    }
    /* content style with sidebar start */
    table.table thead th,
    table.table tbody td {
        padding: 6px 10px;
    }
    ul.separater-list li+li {
        padding-right: 12px;
        margin-right: 12px;
    }
    .profile-image img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        border-radius: 90px;
    }
    .nav.nav-tabs .nav-link {
        min-height: 44px;
    }
    .tabbar-inner .nav.nav-tabs .nav-link {
        min-height: 38px;
    }
}

@media (min-width: 1400px) {
    .content-inside {
        padding: 24px 0 0;
    }
    ul.separater-list li+li {
        padding-right: 16px;
        margin-right: 16px;
    }
    .card-info-icon {
        font-size: 35px;
    }
    .accordion-body .tabbar-inner {
        margin-top: 30px;
    }
    .toggle-dropdown {
        font-size: 12px;
    }
    .tabbar-inner li.nav-item .nav-link {
        min-width: 180px;
    }
}

@media (min-width: 1661px) {
    body,
    .sidebar-menu-section ul li a,
    p,
    .form-control,
    .form-select,
    table.table tbody td p,
    table.table thead th,
    table.table tbody td,
    .login-page .btn.main-btn,
    .btn.main-btn,
    .user-info .dropdown-menu li a {
        font-size: 14px;
    }
    aside#sidebar {
        width: 320px;
    }
    .page-content-wrapper {
        padding: 20px 20px 20px 345px;
    }
    .cards-columns .col-xxl {
        flex: 0 0 auto;
        width: 25%;
    }
    .card-info-icon img {
        height: 60px;
    }
    p.small {
        font-size: 12px;
    }
    p.header-title {
        font-size: 16px;
    }
    .user-info.separator>* {
        margin-left: 20px;
    }
    .mgs-notification {
        font-size: 14px;
    }
    .modal-dialog {
        max-width: 590px;
    }
    .breadcrumb-item .icon-down-arrow {
        font-size: 12px;
    }
    .tabbar-inner .nav.nav-tabs {
        padding: 8px;
    }
    /* comman Start */
    .sidebar-menu-section {
        padding: 0px 16px 8px;
    }
    aside#sidebar,
    .content-wrapper.toggled aside#sidebar:hover,
    .content-wrapper.toggled aside#sidebar:focus {
        width: 325px;
    }
    header.fixed {
        width: calc(100% - 325px);
    }
    h2,
    h2.page-title {
        font-size: 20px;
    }
    .modal-header h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h3.page-title {
        font-size: 18px;
    }
    h4 {
        font-size: 18px;
    }
    p.large {
        font-size: 16px;
    }
    .card-column.small-column p {
        font-size: 14px;
    }
    .card-column.small-column p.large {
        font-size: 16px;
    }
    ul.separater-list li+li {
        padding-right: 20px;
        margin-right: 20px;
    }
    .inner-tab-custom {
        padding: 8px;
        border-radius: 10px;
    }
    .form-control.form-control-small {
        height: 28px;
        width: 110px;
    }
    label.form-check-label.large-checkbox-label,
    .cards-title {
        font-size: 20px;
    }
    /* Content Section Start */
    h2.heading-large {
        font-size: 28px;
    }
    .cards-section.cards-column-none.cards-head,
    .cards-title .cards-title-accordion {
        padding: 20px 24px;
    }
    .step-content {
        padding-bottom: 32px;
    }
    /* Content Section End */
    /* Modal Start */
    .modal-title h2 {
        font-size: 21px;
    }
    /* Modal End */
    /* Login Start */
    .login-section {
        padding: 60px 50px;
        max-width: 540px;
    }
    .form-control,
    .form-select {
        height: 55px;
    }
    .btn.main-btn {
        height: 44px;
        line-height: 32px;
    }
    .login-page .btn.main-btn {
        height: 52px;
    }
    /* Login End */
    .tag {
        padding: 5px 12px;
    }
    .border-contents {
        padding: 20px;
    }
    .card-column,
    .border-column {
        padding: 20px 24px;
    }
    .user-profile {
        gap: 16px;
    }
    .user-profile {
        margin-top: 12px;
    }
    .profile-sidebar {
        padding: 20px;
    }
    .cards-section {
        border-radius: 10px;
    }
    .cards-title-accordion p {
        margin: 8px 0 0 0;
    }
    .radio-tabs {
        gap: 32px;
    }
}

@media (min-width: 1920px) {
    body,
    .sidebar-menu-section ul li a,
    p,
    .form-control,
    .form-select,
    table.table tbody td p,
    table.table thead th,
    table.table tbody td,
    .login-page .btn.main-btn,
    .btn.main-btn,
    .user-info .dropdown-menu li a,
    .btn-border,
    .btn-primary,
    .btn-secondary {
        font-size: 15px;
    }
    .btn-primary i {
        font-size: 14px;
    }
    table.table tbody td .text-sm {
        font-size: 14px;
    }
    p.header-title {
        font-size: 16px;
    }
    p.small {
        font-size: 12px;
    }
    p.header-title {
        font-size: 16px;
    }
    .page-content-wrapper {
        padding: 20px 20px 20px 380px;
    }
    .card-ex-large {
        font-size: 44px;
    }
    .card-info-icon img {
        height: 65px;
    }
    aside#sidebar,
    .content-wrapper.toggled aside#sidebar:hover,
    .content-wrapper.toggled aside#sidebar:focus {
        width: 355px;
    }
    header.fixed {
        width: calc(100% - 355px);
    }
    .breadcrumb-item .icon-down-arrow {
        font-size: 12px;
    }
    ul.separater-list li+li {
        padding-right: 24px;
        margin-right: 24px;
    }
    .login-section p {
        font-size: 16px;
    }
    .tab-content .accordion-body>* {
        margin: 32px 0 0 0;
    }
    .user-image-edit {
        position: relative;
        width: 90px;
        height: 90px;
        border-radius: 90px;
    }
    .border-contents {
        padding: 24px;
    }
    .card-info-icon {
        height: 70px;
        font-size: 40px;
        border-radius: 10px;
    }
    table.table thead th,
    table.table tbody td {
        height: 50px;
        padding: 12px 16px;
        vertical-align: middle;
        line-height: 1.5;
        min-width: 40px;
    }
    .accordion-body .tabbar-inner {
        margin-top: 40px;
    }
    .checkbox-list .g-xxl-4,
    .checkbox-list .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .checkbox-list .row-cols>* {
        width: 20%;
    }
    .media-vault-list {
        margin-top: 24px;
    }
    .media-vault-list .media-column {
        padding: 16px 20px;
    }
    .media-vault-list .media-column+.media-column {
        margin-top: 18px;
    }
    .media-vault-list .media-column ul {
        margin-top: 10px;
        gap: 4px;
    }
    .media-vault-list .media-column ul li {
        gap: 8px;
    }
    .profile-sidebar {
        padding: 24px;
        width: 360px;
    }
    .media-uploaded .media-content-info {
        padding: 24px;
    }
    .draft-ms-column>* {
        padding-left: 24px;
        padding-right: 24px;
    }
    .chatlist {
        width: 385px;
    }
    .chat-body {
        height: calc(100vh - 110px);
    }
    .chat-area .chat-buttons+.chat-body {
        height: calc(100vh - 175px);
    }
    .chatboxRight {
        width: 340px;
    }
    .chatboxRight label {
        min-width: 95px;
    }
    .story-section {
        gap: 24px;
    }
    .privacy-links ul li span.dots {
        margin: 0 12px;
    }
    .profile-card-info .profile-image {
        margin-top: -75px;
    }
    .profile-card-column .profile-image img {
        width: 70px;
        height: 70px;
        border-radius: 70px;
    }
    .modal-form.form-box .changes-row .label-dt label {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    table.table tbody td p.small {
        font-size: 12px;
    }
}

@media (max-width: 1399px) {
    .sidebar-menu-section::after,
    .sidebar-menu-section::before {
        width: 12px;
        height: 12px;
        right: -12px;
    }
    .sidebar-menu-section::before {
        border-radius: 12px 0 0 0;
    }
}

@media only screen and (max-width:1100px) {
    .d-lgnone {
        display: none;
    }
    .s-lg {
        width: 100% !important;
    }
}

@media (max-width: 1199px) {
    .sidebar-menu-section ul li a {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    body.sidebar-open {
        overflow: hidden;
        height: 100vh;
    }
    /* Sidebar scroll only */
    #sidebar {
        height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .card-tabs {
        margin-bottom: 10px;
    }
    .page-tcaption {
        margin-bottom: 20px !important;
    }
    .sidebar-toggle.mobile-toggle {
        display: flex;
    }
    .content-wrapper.toggled .sidebar-toggle i.icon-toggle {
        display: none;
    }
    .content-wrapper.toggled::after {
        content: "";
        width: 100%;
        position: fixed;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        display: inline-block;
        top: 0;
        left: 0;
        z-index: 11;
        backdrop-filter: blur(2px);
    }
    .sidebar-top {
        padding: 20px 20px 10px;
    }
    .sidebar-menu-section ul li a i {
        font-size: 18px;
    }
    aside#sidebar {
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.125);
    }
    aside#sidebar a.sidebar-toggle {
        right: 16px;
        position: absolute;
        left: inherit;
    }
    aside#sidebar a.sidebar-toggle .icon-toggle-on {
        display: none;
    }
    aside#sidebar {
        left: -320px;
    }
    .content-wrapper .content-inside {
        width: 100%;
        margin-left: 0;
    }
    .content-wrapper.toggled aside#sidebar {
        left: 0;
    }
    .logo img {
        height: 40px;
    }
    header {
        padding: 8px 0px;
        box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .04);
    }
    header h2, 
    header h2.page-title {
        font-size: 15px;
        line-height: normal;
    }
    header.fixed {
        width: 100%;
        padding: 12px 0;
    }
    #myTabContent>.tab-pane {
        margin-bottom: 16px;
    }
    #myTabContent>.tab-pane:last-child {
        margin-bottom: 0;
    }
    #myTabInnerContent>.tab-pane+.tab-pane {
        margin-top: 20px;
    }
    .accordion-item {
        border-color: var(--border-color);
        box-shadow: none;
        outline: none;
    }
    .accordion-button {
        padding: 10px 16px;
        font-size: 15px;
        min-height: 44px;
    }
    #myTabInnerContent .accordion-button {
        min-height: 38px;
    }
    .accordion-button:not(.collapsed) {
        background: #DEFCF2;
        color: var(--dark);
        font-weight: 500;
    }
    button.accordion-button:focus {
        box-shadow: none;
    }
    .accordion-button::after {
        background-image: none !important;
        font-family: 'edit';
        content: '\E84D';
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -1px;
    }
    .accordion-button.collapsed::after {
        top: 1px;
    }
    .tabbar-inner {
        padding: 20px 8px 0;
        border-radius: 10px;
        margin-top: 1px;
    }
    .accordion-header {
        border: solid var(--border-color) 1px;
        border-radius: 10px;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .notification .dropdown-menu {
        top: 52px !important;
    }
}

@media (max-width: 991px) {
    .login-section {
        width: 100%;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    /* Login Start */
    .login-page::after {
        width: 100%;
    }
    .login-section {
        width: 100%;
        position: relative;
        z-index: 1;
        background: transparent;
    }
    .login-section {
        background: var(--white);
    }
    .login-logo img {
        max-width: 185px;
    }
    .login-page form .form-group+.form-group {
        margin-top: 20px;
    }
    /* Login End */
    header form.searchbar {
        display: none;
        position: absolute;
        max-width: 100%;
        left: 0;
        top: 52px;
        padding: 10px;
        background: #FDFEFF;
        border-top: solid var(--border-color) 1px;
        border-radius: 10px;
    }
    header form.searchbar button.btn {
        right: 12px;
        margin: 0;
    }
    header form.searchbar.active {
        display: block;
        box-shadow: 0 4px 4px 0px rgba(0, 0, 0, .04);
    }
    header .user-info .dropdown-menu {
        top: 42px !important;
        right: 0 !important;
    }
    .notification .dropdown-menu {
        top: 52px !important;
    }
    button.search-toggle {
        padding: 0;
        position: relative;
        background: none;
        border: none;
        color: var(--dark);
        font-size: 20px;
    }
    button.search-toggle .icon-close {
        display: none;
    }
    button.search-toggle.active .icon-close {
        display: block;
        font-size: 15px;
        position: relative;
        top: 2px;
    }
    button.search-toggle.active .icon-search {
        display: none;
    }
    .head-icons ul li i {
        font-size: 20px;
    }
    .notification a img {
        width: 20px;
    }
    .user-info img {
        height: 40px;
        width: 40px;
        border-radius: 40px;
        border: solid var(--border-color) 1px;
    }
    .user-info a.dropdown-toggle {
        min-height: auto;
    }
    .content-wrapper.toggled .sidebar-toggle {
        left: -2px;
        position: relative;
    }
    label.form-check-label.large-checkbox-label,
    .cards-title {
        font-size: 16px;
    }
    .task-carousel .item {
        height: 250px;
        width: 100%;
    }
    .cards-section.cards-column-none {
        border: solid var(--primary) 1px;
    }
    .cards-section.cards-column-none,
    .cards-title .cards-title-accordion {
        padding: 16px 16px;
    }
    .content-inside {
        min-height: inherit;
        height: auto;
    }
    .page-content-wrapper .content-inside {
        height: auto;
    }
    .page-content-wrapper .content-inside section.message-area {
        height: 100%;
    }
    .btn.main-btn {
        padding: 5px 15px;
    }
}

@media (max-width: 640px) {
    header .user-info.separator {
        display: none;
    }
    table.table thead th,
    table.table tbody td,
    table.table tbody td p {
        font-size: 12px;
    }
    table.table .form-select {
        min-width: auto;
        width: auto;
        font-size: 13px;
        font-weight: 400;
    }
    .form-control,
    .form-select {
        font-size: 13px;
    }

    aside#sidebar .user-info.separator {
        background: #ffffff;
        padding: 10px 0;
        border-top: 1px solid #D7D7D7;
        display: inline-block;
    }

    aside#sidebar .user-info.separator .dropdown-toggle::after {
        content: "\e800";
        font-family: 'fontello';
        font-size: 6px;
        border: none;
        transition: ease all 0.25s;
        display: block;
    }

    aside#sidebar .user-info.separator .dropdown:hover .dropdown-toggle::after,
    aside#sidebar .user-info.separator .dropdown:focus .dropdown-toggle::after,
    aside#sidebar .user-info.separator .dropdown .dropdown-toggle.show::after {
        transform: rotate(180deg);
    }
}

@media (max-width: 575px) {
    .btn-border {
        font-size: 13px;
    }
    .cards-section .filter-form {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    #bulkOrderBtn {
        margin-left: 0 !important;
        margin-top: 20px;
    }
    .cards-section .card-hsection .card-ostatus {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .page-content-wrapper {
        padding: 12px 8px;
    }
    .cards-section {
        padding: 12px;
    }
    .border-column+.border-column {
        margin-top: 16px;
    }
    .head-icons {
        gap: 16px;
    }
    h3 {
        font-size: 15px;
    }
    header .searchbar .form-control {
        font-size: 13px;
    }
    .login-page form .form-group+.form-group {
        margin-top: 16px;
    }
    .login-section {
        padding: 50px 30px;
    }
    .card-info ul li.hide-dot {
        padding-left: 0;
    }
    ul.separater-list {
        padding-left: 10px;
    }
    .graph-section {
        margin: 10px 0;
    }
    h2,
    h2.page-title {
        font-size: 18px;
        line-height: 1.5;
    }
    header h2, header h2.page-title {
        font-size: 14px;
    }
    .cards-section h2.heading-large {
        font-size: 18px;
    }
    .page-heading p {
        font-size: 12px;
    }
    ol.breadcrumb + ol.breadcrumb li {
        font-size: 12px;
        margin-top: 4px;
    }
}

@media (max-width: 440px) {
    .user-info a.dropdown-toggle::after {
        display: none;
    }
}

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

#editclient input,
#editclient select {
    color: var(--primary);
}


/* --- Responsive End --- */


/* Custom Font CSS Start */

/* @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?17707498');
    src: url('fonts/fontello.eot?17707498#iefix') format('embedded-opentype'), url('fonts/fontello.woff2?17707498') format('woff2'), url('fonts/fontello.woff?17707498') format('woff'), url('fonts/fontello.ttf?17707498') format('truetype'), url('fonts/fontello.svg?17707498#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
} */

.icon-ndashboard:before {
    content: '\e800';
}


/* '' */


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */


/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */


/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?17707498#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-ndashboard:before {
    content: '\e800';
}


/* '' */