/* -- Variables Start -- */
:root {
    --primary: #40C193;
    --primary-c2: #FDCA0B;
    --primary-c3: #2D9CDB;
    --light: #F3F2F7;
    --light-grey: #D7D7D7;
    --light-grey2: #808080;
    --grey: #666766;
    --white: #FFFFFF;
    --dark-purple: #464255;
    --dark: #050505;
    --border-color: #EBEBEB;
}

/* -- 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: "Poppins", sans-serif;
    background: var(--light);
    color: var(--grey);
    line-height: 1.5;
    font-weight: normal;
}

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 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

h2.heading-large {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

h3 {
    font-size: 16px;
    font-weight: 600;
}

p {
    color: var(--grey);
}

p.small {
    font-size: 12px;
}

p.header-title {
    margin: 0;
    font-size: 15px;
    color: var(--light-grey2);
    font-weight: 500;
}

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-backdrop {
    --bs-backdrop-opacity: 0.7;
}

/* 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: 400;
}

.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;
    font-weight: 400;
}

.form-control,
.form-select {
    border-radius: 10px;
    color: var(--dark);
    border: solid #D7D7D7 1px;
    background-color: var(--white);
    height: 40px;
    line-height: normal;
}

.form-select.form-select-sm {
    height: 40px;
    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: 10px;
    padding-bottom: 10px;
}

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: 1;
}

.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;
    right: 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-left: 16px;
    padding-right: 45px;
    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: #DEFCF2;
    font-weight: 600;
    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 {
    background: var(--white);
    font-weight: 400;
}

table.table tbody td p {
    color: var(--dark);
}

table.table tr {
    border-color: #D7D7D7;
}

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;
}

/* 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;
}

table.table .form-control {
    height: 32px;
    border-radius: 5px;
    width: auto;
    padding: 4px 8px;
}

/* 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;
}

.btn.main-btn {
    height: 40px;
    background: var(--primary);
    color: var(--white);
    border: solid 1px transparent;
    padding: 5px 25px;
    font-weight: 500;
    border-radius: 10px;
    transition: ease all 0.25s;
    display: inline-block;
    line-height: 28px;
}

.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: var(--primary-c3);
    color: var(--white);
    border-color: var(--primary-c3);
}

.btn.main-btn.border-btn {
    border: solid var(--light-grey) 1px;
    background: var(--white);
    font-weight: 600;
    color: var(--dark);
}

.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: 30px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid #9CD3ED 1px;
    color: #269DD7;
    font-size: 14px;
    background: #EAF6FB;
}

.small-circle-btn:hover,
.small-circle-btn:focus {
    background: #2D9CDB;
    border-color: #2D9CDB;
    color: var(--white);
}

.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-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;
}

.content-wrapper {
    position: relative;
}

.content-inside {
    padding: 20px 0 0;
}

header.fixed+.content-inside {
    margin-top: 65px;
}

.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(--dark-purple);
}

.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;
}

.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;
}

.page-heading+.cards-section {
    margin-top: 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;
}

/* Breadcrumb 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 */
.tab-content {
    position: relative;
}

.nav.nav-tabs .nav-link {
    min-height: 40px;
    color: var(--grey);
    font-weight: 400;
    position: relative;
    transition: ease 0.25s;
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.nav.nav-tabs .nav-link.active {
    background: #40C193;
    color: var(--white);
}

.nav.nav-tabs {
    border: solid #E7E7E7 1px;
    border-radius: 8px;
    display: inline-flex;
    padding: 5px;
}

.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;
}

/* 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: "edit";
    content: '\E836';
    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;
}

.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 -- */
.login-page {
    min-height: 100vh;
    width: 100%;
    position: relative;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white) linear-gradient(0deg, rgba(255, 174, 248, 0.7) 0%, rgba(171, 172, 255, 1) 100%);
}

.login-section {
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 30px;
    padding: 60px 40px;
    max-width: 500px;
    background: var(--white);
}

.login-logo img {
    width: 200px;
}

.login-section p {
    color: var(--dark);
}

.login-section p a {
    color: var(--dark);
}

.login-section p a.forgot-pass {
    text-decoration: underline;
    color: var(--primary);
    font-weight: 500;
}

.login-section p a.forgot-pass:hover,
.login-section p a.forgot-pass:focus {
    text-decoration: none;
}

.login-page form .form-group+.form-group {
    margin-top: 24px;
}

.login-page .btn.main-btn {
    font-size: 16px;
    height: 45px;
    font-weight: 800;
    margin-top: 8px;
}

.login-page .form-control::placeholder {
    color: #8E8E8E;
}

/* -- Login Page Style End -- */

/* --- Sidebar Start --- */
aside#sidebar {
    width: 260px;
    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 0;
    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: #F5FEFB;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: solid #DEFCF2 1px;
    position: absolute;
    right: -17px;
    top: calc(50% - 17px);
}

.sidebar-toggle.mobile-toggle {
    position: relative;
    right: 0;
    display: none;
}

.sidebar-toggle i {
    color: #06A66D;
    font-size: 18px;
    position: relative;
    left: -1px;
}

.sidebar-toggle i.icon-close {
    display: none;
}

.content-wrapper.toggled .sidebar-toggle i.icon-close {
    display: block;
}

.content-wrapper.toggled .sidebar-toggle i.icon-toggle {
    transform: rotateY(180deg);
    left: 1px;
}

.sidebar-toggle i.icon-close {
    font-size: 16px;
}

.sidebar-toggle i.icon-close {
    top: 1px;
    left: 0px;
}

/* Sidebar Menu Start */
.sidebar-menu-section ul.submenu li+li {
    margin-top: 2px;
}

.sidebar-menu-section ul li+li a {
    margin-top: 4px;
}

.sidebar-menu-section ul li a {
    padding: 8px 10px 8px 10px;
    width: 100%;
    display: flex;
    border-radius: 6px;
    gap: 5px;
    align-items: center;
    white-space: nowrap;
    color: var(--dark);
    font-weight: 400;
}

.sidebar-menu-section ul li a.active+ul.submenu {
    display: block;
}

.sidebar-menu-section ul.submenu li a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    position: relative;
}

.sidebar-menu-section ul li a:hover,
.sidebar-menu-section ul li a:focus {
    color: var(--primary);
}

.sidebar-menu-section ul li a.active {
    background: #F1FBF7;
    color: #40C193;
    font-weight: 600;
}

.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 {
    display: none;
    padding-left: 12px;
    position: relative;
    padding-right: 0;
}

.sidebar-menu-section .submenu .sidebar-menu-section .has-submenu>.submenu-toggle .icon-down-arrow::before {
    transition: transform 0.25s ease;
}

.sidebar-menu-section .has-submenu.open>.submenu-toggle .icon-down-arrow::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: "\E84D";
    font-family: 'edit';
    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;
}

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: #2D9CDB;
    font-size: 20px;
}

/* Head Icon Start */
.head-icons span {
    position: absolute;
    background: #2D9CDB;
    border: solid 2px var(--light);
    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;
}

.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: -1;
}

.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;
}

/* Header User Info End */

/* Notification Start */
.notification .dropdown-menu,
.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: #2D9CDB;
}

.no-arrow .dropdown-toggle::after {
    display: none;
}

.notification>a {
    position: relative;
    background: #E0F0FA;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    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: #2D9CDB;
    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: center;
    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;
}

.cards-section .table-responsive {
    margin: 20px 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 --- */


/* --- 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;
    }

    .user-info .dropdown-menu {
        top: 55px !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 280px;
    }

    .content-wrapper.toggled .page-content-wrapper {
        padding-left: 100px;
    }

    .content-wrapper.toggled header.fixed {
        width: calc(100% - 80px);
    }

    header.fixed {
        width: calc(100% - 260px);
    }

    .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: 20px;
    }

    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;
    }

    .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;
    }

    .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: 80px;
        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: 80px !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;
    }

}

@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: 10px 14px;
    }

    ul.separater-list li+li {
        padding-right: 12px;
        margin-right: 12px;
    }

    .form-control,
    .form-select {
        height: 44px;
    }

    .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;
    }

    .page-content-wrapper {
        padding: 20px 20px 20px 300px;
    }

    .form-group label {
        margin-bottom: 6px;
        font-size: 15px;
    }

    .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-content {
        padding: 32px 40px;
    }

    .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: 12px 20px;
    }

    aside#sidebar,
    .content-wrapper.toggled aside#sidebar:hover,
    .content-wrapper.toggled aside#sidebar:focus {
        width: 280px;
    }

    header.fixed {
        width: calc(100% - 280px);
    }

    h2,
    h2.page-title {
        font-size: 22px;
    }

    .modal-header h2 {
        font-size: 20px;
    }


    h3 {
        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 {
        padding: 30px 24px;
        margin: 30px 0 0 0;
    }

    .cards-section.cards-column-none.cards-head,
    .cards-title .cards-title-accordion {
        padding: 20px 24px;
    }

    .nav.nav-tabs .nav-link,
    .inner-tab-custom .nav-link {
        font-size: 15px;
    }

    .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: 44px;
    }

    .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: 16px;
    }

    .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 {
        font-size: 15px;
    }

    p.header-title {
        font-size: 16px;
    }

    p.small {
        font-size: 12px;
    }

    p.header-title {
        font-size: 16px;
    }

    .page-content-wrapper {
        padding: 20px 20px 20px 320px;
    }

    .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: 300px;
    }

    header.fixed {
        width: calc(100% - 300px);
    }

    .breadcrumb-item .icon-down-arrow {
        font-size: 12px;
    }

    ul.separater-list li+li {
        padding-right: 24px;
        margin-right: 24px;
    }

    .login-logo img {
        max-width: 280px;
    }

    .login-section p {
        font-size: 14px;
    }

    .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;
    }

}

@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 (max-width: 1199px) {

    .sidebar-menu-section ul li a {
        font-size: 13px;
    }

}


@media (max-width: 991px) {

    .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;
    }

    .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 {
        display: none;
    }

    aside#sidebar {
        left: -260px;
    }

    .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.fixed {
        width: 100%;
        padding: 12px 8px;
    }

    #myTabContent>.tab-pane,
    #myTabInnerContent>.tab-pane {
        display: block;
        opacity: 1;
    }

    #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;
    }

    .nav.nav-tabs {
        display: none;
    }

    .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: #DEFCF2;
        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);
    }

    .user-info .dropdown-menu {
        top: 51px !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-x-icon-o {
        display: none;
    }

    button.search-toggle.active .icon-x-icon-o {
        display: block;
        font-size: 22px;
    }

    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) {

    .user-info a.dropdown-toggle span {
        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;
    }

}

@media (max-width: 575px) {

    .page-content-wrapper {
        padding: 20px 16px;
    }

    .cards-section {
        padding: 16px;
    }

    .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;
    }

    .user-info a.dropdown-toggle span {
        display: none;
    }

    .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;
    }

    .cards-section h2.heading-large {
        font-size: 18px;
    }

}

@media (max-width: 440px) {

    .user-info a.dropdown-toggle::after {
        display: none;
    }

}

@media (max-width: 370px) {

    .logo img {
        height: 36px;
    }

}

/* --- Responsive End --- */
