/*
Author       : Dreamguys
Template Name: EMR - Bootstrap Admin Template
Version      : 1.0
*/


/*============================
 [Table of CSS]

1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Select2
6. Nav Tabs
7. Components
8. Header
9. Chat
10. Search
11. Sidebar
12. Inbox
13. Mail View
14. Error
15. Content
16. Login
17. Notifications
18. Dashboard
19. Invoices
20. Toogle
21. Switch Buttons
22. Profile
23. Date Picker
24. Patients
25. Filter
26. Settings
27. Calendar
28. Responsive

========================================*/


/*-----------------
        1. General
-----------------------*/

/* @font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 400;
    src: local('Circular Std Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 400;
    src: local('Circular Std Book Italic'), url('../fonts/CircularStd-BookItalic.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 500;
    src: local('Circular Std Medium'), url('../fonts/CircularStd-Medium.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 500;
    src: local('Circular Std Medium Italic'), url('../fonts/CircularStd-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 600;
    src: local('Circular Std Bold'), url('../fonts/CircularStd-Bold.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 600;
    src: local('Circular Std Bold Italic'), url('../fonts/CircularStd-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: normal;
    font-weight: 800;
    src: local('Circular Std Black'), url('../fonts/CircularStd-Black.woff') format('woff');
}

@font-face {
    font-family: 'CircularStd';
    font-style: italic;
    font-weight: 800;
    src: local('Circular Std Black Italic'), url('../fonts/CircularStd-BlackItalic.woff') format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
} */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html {
    height: 100vh;
}

body {
    background-color: #f4f4f4;
    color: #000;
    font-family:   "Inter", sans-serif;
    font-size: 14px;
    height: 100vh;
    line-height: 1.5;
    overflow-x: hidden;
    touch-action: manipulation;  /* Improves touch handling */
    -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 50px !important;
}

::-webkit-scrollbar-track {
    background: #A6AAAF;
}

::-webkit-scrollbar-thumb {
    background: #058b7e;
}

::-webkit-scrollbar-thumb:hover {
    background: #A6AAAF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:   "Inter", sans-serif;
    margin-top: 0;
    color: #2c3038;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: none;
}

.form-control {
    border: 1px solid #cccccc;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 40px;
}

.form-control-1 {
    border: 1px solid #ced4da !important;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 40px;
}

.form-control:focus {
    border: 1px solid #cccccc !important;
    box-shadow: none;
    outline: 0 none;
    border: none;
}

.form-control.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
}

.form-control.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
}

a {
    color: #058b7e;
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

input[type="file"] {
    height: auto;
    min-height: calc(1.5em + .75rem + 2px);
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    min-height: 90px;
}

.navbar-nav > li {
    float: left;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group img {
    width: 100%;
}

.form-group .select2-container {
    width: 100% !important;
}

.input-group .form-control {
    height: 45px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.font-weight-600 {
    font-weight: 600;
}

ul li {
    list-style: none;
}

p:last-child {
    margin-bottom: 0;
}


/*-----------------
        2. Table
-----------------------*/

.table {
    color: #141415;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
    padding: .5rem;
    border: 1px solid #ededf9;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f8f9fa;
}

.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
    padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap
}

.table.dataTable {
    border-spacing: .17em .35em;
    border-collapse: collapse !important;
    border: 1px solid #E6EAED;
    width: 100% !important;
}

table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

table.table td h2 a {
    color: #333;
}

table.table td h2 a:hover {
    color: #058b7e;
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.table thead {
    background-color: transparent;
    border-bottom: 0;
}

.table thead th {
    vertical-align: bottom;
    border: 0;
}

.table thead tr th {
    font-weight: 600;
    border: 0;
    color: #333;
    background: #F2F2F2;
}

.table tbody tr {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #E6EAED;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0);
}
.table td{
    color: #646B72;
}
.table td,
.table th {
    padding: 8px 12px !important;
    border-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.custom-checkbox,
.custom-control-label {
    cursor: pointer;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #058b7e;
    border-color: #058b7e;
}

.table tbody tr:last-child {
    border-color: transparent;
}

.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}

.table-striped thead tr {
    border-color: transparent;
}

.table-striped tbody tr {
    border-color: transparent;
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered td:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.table-bordered td:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.table-bordered th,
.table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
    padding: 0;
}

.card-table .card-body .table > thead > tr > th {
    border-top: 0;
}

.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
    padding-left: 1.5rem;
}

.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
    padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}

table .badge {
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    min-width: 75px;
    padding: 4px 12px;
    text-align: center;
}

/*-----------------
        3. Helper Class
-----------------------*/

.p-20 {
    padding: 20px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.block {
    display: block !important;
}

.bullets li {
    list-style: inherit;
}

#toggle_btn i {
    color: #555;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #ebecf1;
}

/*-----------------
        4. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.bg-primary,
.badge-primary {
    background-color: #058b7e !important;
    color: #fff;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #058b7e !important;
}

.bg-success,
.badge-success {
    background-color: #33a73b !important;
    -webkit-box-shadow: 0 2px 6px 0 rgba(57, 218, 138, .6);
    box-shadow: 0 2px 6px 0 rgba(57, 218, 138, .6);
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #699834 !important;
}

.bg-info,
.badge-info {
    background-color: #009efb !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
    background-color: #ffbc34 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
    background-color: #e84646 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e63333 !important;
}

.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
    color: #058b7e !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
    color: #22cc62 !important;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
    color: #e84646 !important;
}
.text-danger{
    color: #e84646 !important;
}
.text-info,
.dropdown-menu > li > a.text-info {
    color: #008ddf !important;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
    color: #ffbc34 !important;
}

.text-fade {
    color: rgb(0, 0, 0, .4);
}

.text-purple,
.dropdown-menu > li > a.text-purple {
    color: #7460ee !important;
}

.text-muted {
    color: #757575 !important;
}

.btn-primary {
    background-color: #058b7e;
    border: 1px solid #058b7e;
    color: #FFF !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #2CCAB9;
    border: 1px solid #2CCAB9;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #2CCAB9;
    border: 1px solid #2CCAB9;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    background-color: #058b7e;
    border-color: #058b7e;
    color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #058b7e;
    border-color: #058b7e;
    color: #fff;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success {
    background-color: #33a73b;
    border: 1px solid #33a73b;
    color:#fff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: #699834;
    border: 1px solid #699834;
    color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background-color: #699834;
    border: 1px solid #699834
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
    background-color: #699834;
    border-color: #699834;
    color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #7bb13c;
    border-color: #7bb13c;
    color: #fff;
}

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
}

.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #fff;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff;
}

.badge-secondary {
    background-color: #058b7e !important;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 3px 15px 1px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-danger {
    background-color: #e84646;
    border: 1px solid #e84646;
    color:#fff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
    background-color: #e63333;
    border-color: #e63333;
    color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-outline-primary {
    color: #058b7e;
    border-color: #058b7e;
}

.btn-outline-primary:hover {
    background-color: #058b7e;
    border-color: #058b7e;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #058b7e;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #058b7e;
    border-color: #058b7e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-success {
    color: #7bb13c;
    border-color: #7bb13c;
}

.btn-outline-success:hover {
    background-color: #7bb13c;
    border-color: #7bb13c;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #7bb13c;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    background-color: #7bb13c;
    border-color: #7bb13c;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-info {
    color: #058b7e;
    border-color: #058b7e;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #058b7e;
    border-color: #058b7e;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #058b7e;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    background-color: #058b7e;
    border-color: #058b7e;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-danger {
    color: #e84646;
    border-color: #e84646;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e84646;
    border-color: #e84646;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #e84646;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    background-color: #e84646;
    border-color: #e84646;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #ababab;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #058b7e;
    border-color: #058b7e;
}

.pagination > li > a,
.pagination > li > span {
    color: #058b7e;
}

.page-link:hover {
    color: #058b7e;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: #058b7e;
    border-color: #058b7e;
}
.dropdown-item{
    padding: 7px 15px;
}

.dropdown-menu {
    border: 1px solid rgb(241 253 255);
    border-radius: 5px;
    transform-origin: left top 0;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    background-color: #fff;
    padding: 0;
}
th .checkboxs .checkmarks::after, td .checkboxs .checkmarks::after {
    left: 6px;
    top: 3px;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #16181b;
    text-decoration: none;
    background-color: #eee;
}
.dropdown-menu li{
    border-bottom: 1px solid #d5d5d5;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #058b7e;
}

.navbar-nav .open .dropdown-menu {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.dropdown-menu {
    font-size: 14px;
}

.card {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 1.875rem;
    background: #fff;
    box-shadow: none;
    border: 1px solid #E6EAED;
}

.dropdown p {
    margin-bottom: 0;
}

.collapse {
    padding: .75rem;
}
.filtersetbody.collapse {
    padding: 0 0 15px;
}
.card-footer {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 1rem;
}
.pro-content h3.title {
    font-size: 18px;
    margin-top: 20px;
}
.card .card-header {
    background-color: #fff;
    border-color: #e8e8f7;
    padding:16px;
    border-bottom: 1px solid #e8e8f7;
}
.card .card-body{
    padding:16px;
}
.card .card-header.no-border {
    padding: 1.25rem 1.25rem 0;
    border-bottom: 0;
}

.card-header span a {
    color: #f75352;
    /*text-decoration: underline;*/
}

.card-header:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-size: 20px;
}

.modal-footer.text-start {
    text-align: left;
}

.modal-footer.text-center {
    text-align: center;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #058b7e;
    text-shadow: unset;
}
.bootstrap-datetimepicker-widget  a
.bootstrap-datetimepicker-widget  a i{
    color: #333 !important;
}
.bootstrap-datetimepicker-widget td{
    padding: 0 !important;
    color: #333 !important;
}
.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #058b7e;
}

.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}

.bg-default-light {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}

.bg-success-text {
    color: #fff !important;
    background-color: #26af48 !important;
}

.bg-orange-text {
    color: #fff !important;
    background-color: #ff4942 !important;
}

.bg-default-text {
    color: #fff !important;
    background-color: #283447 !important;
}


/*-----------------
        5. Select2
-----------------------*/

.select2-container .select2-selection--single {
    border: 1px solid #ddd !important;
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #b5b5b5 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #b5b5b5;
    border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #058b7e !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    min-height: 40px;
}

.select2-container .select2-selection--single:focus {
    border: 1px solid #CCCCCC;
    outline: none;
}


/*-----------------
        6. Nav Tabs
-----------------------*/

.nav-tabs {
    border-bottom: 0;
}

.card-header-tabs {
    border-bottom: 0;
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #2d374a;
    border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: transparent;
    color: #333;
}

.nav-tabs.nav-tabs-solid > li > a {
    color: #333;
}

.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
    background-color: #058b7e;
    border-color: #058b7e;
    color: #fff;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs .nav-link {
    border-radius: 0;
    color:#141414;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
    color: #333;
    padding: 5px 15px;
}

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #058b7e;
    border-color: #058b7e;
    color: #fff;
    padding: 5px 15px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}

.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-top-color: #ddd;
}

.nav-tabs.nav-tabs-top > li+li > a {
    margin-left: 1px;
}

.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #058b7e;
}

.nav-tabs.nav-tabs-bottom > li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #058b7e;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

.nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
}

.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
}

.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}

.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-bottom .nav-item .nav-link {
    background-color: #efefef;
    border-radius: 0;
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    margin: 0 10px 0 0;
}

.nav-tabs.nav-tabs-bottom .nav-item .nav-link.active {
    background-color: #058b7e;
    color: #fff;
}


/*-----------------
        7. Components
-----------------------*/

.section-header {
    margin-bottom: 1.875rem;
}

.section-header .section-title {
    color: #333;
}

.line {
    background-color: #058b7e;
    height: 2px;
    margin: 0;
    width: 60px;
}

.comp-buttons .btn {
    margin-bottom: 5px;
}

.pagination-box .pagination {
    margin-top: 0;
}

.comp-dropdowns .btn-group {
    margin-bottom: 5px;
}

.progress-example .progress {
    margin-bottom: 1.5rem;
}

.progress-xs {
    height: 4px;
}

.progress-sm {
    height: 15px;
}

.progress.progress-sm {
    height: 6px;
}

.progress.progress-md {
    height: 8px;
    position: relative;
    z-index: 9;
}

.progress.progress-lg {
    height: 18px;
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-sm > div {
    padding-left: 3px;
    padding-right: 3px;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}

.avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #058b7e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-away:before,
.avatar-offline:before,
.avatar-online:before {
    position: absolute;
    right: 0;
    bottom: 0;
    /*width: 25%;
    height: 25%;*/
    width: 30%;
    height: 30%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online:before {
    background-color: #7bb13c;
}

.avatar-offline:before {
    background-color: #e84646;
}

.avatar-away:before {
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.avatar-xs .border {
    border-width: 2px !important;
}

.avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar-xs.avatar-away:before,
.avatar-xs.avatar-offline:before,
.avatar-xs.avatar-online:before {
    border-width: 1px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-sm .border {
    border-width: 3px !important;
}

.avatar-sm .rounded {
    border-radius: 4px !important;
}

.avatar-sm .avatar-title {
    font-size: 15px;
}

.avatar-sm.avatar-away:before,
.avatar-sm.avatar-offline:before,
.avatar-sm.avatar-online:before {
    border-width: 2px;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.avatar-lg .border {
    border-width: 3px !important;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-lg .avatar-title {
    font-size: 24px;
}

.avatar-lg.avatar-away:before,
.avatar-lg.avatar-offline:before,
.avatar-lg.avatar-online:before {
    border-width: 3px;
}

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

.avatar-xl .border {
    border-width: 4px !important;
}

.avatar-xl .rounded {
    border-radius: 8px !important;
}

.avatar-xl .avatar-title {
    font-size: 28px;
}

.avatar-xl.avatar-away:before,
.avatar-xl.avatar-offline:before,
.avatar-xl.avatar-online:before {
    border-width: 4px;
}

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem;
}

.avatar-xxl .border {
    border-width: 6px !important;
}

.avatar-xxl .rounded {
    border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
    font-size: 30px;
}

.avatar-xxl.avatar-away:before,
.avatar-xxl.avatar-offline:before,
.avatar-xxl.avatar-online:before {
    border-width: 4px;
}

.avatar-group {
    display: inline-flex;
}

.avatar-group .avatar+.avatar {
    margin-left: -.75rem;
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.40625rem;
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.625rem;
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -1rem;
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
    z-index: 1;
}

.profile-img {
    width: 28px;
    height: 28px;
}

/*-----------------
        8. Header
-----------------------*/

.header {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 60px;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #D9D9D9;
}
.multiselect-container{
    z-index: 999999;
}
.header .header-left {
    float: left;
    height: 60px;
    padding: 0 20px;
    position: relative;
    width: 240px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #D9D9D9;
    text-align: center;
}
.header .header-left .logo {
    display: inline-block;
    line-height: 55px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.login-shape-set{
    display: none;
}
.header .header-left .logo img {
    max-height: 45px;
    max-width: 110px;
}

.header-left .logo.logo-small {
    display: none;
}


.header-navbar-rht {
    margin: 0;
    margin-left: auto;
    padding: 0;
    float: right;
}



.header .dropdown-menu > li > a {
    position: relative;
}

.header .dropdown-toggle:after {
    display: none;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}

.user-menu.nav > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    height: 74px;
}

.user-img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

.user-menu.nav > li > a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.user-menu .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}
.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
    background-color: #058b7e;
    color: #fff;
}

.header .dropdown-menu > li > a:focus i,
.header .dropdown-menu > li > a:hover i {
    color: #fff;
}

.header .dropdown-menu > li > a {
    padding: 10px 18px;
}

.header .dropdown-menu > li > a i {
    color: #7c685f;
    margin-right: 10px;
    text-align: center;
    width: 18px;
}

.header .user-menu .dropdown-menu > li > a i {
    color: #7c685f;
    font-size: 16px;
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
}

.header .user-menu .dropdown-menu > li > a:focus i,
.header .user-menu .dropdown-menu > li > a:hover i {
    color: #fff;
}

.mobile_btn {
    display: none;
    float: left;
}

.slide-nav .sidebar {
    margin-left: 0 !important;
}

.app-dropdown .dropdown-menu {
    padding: 0;
    width: 300px;
}

.app-dropdown-menu .app-list {
    padding: 15px;
}

.app-dropdown-menu .app-item {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #737373;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.app-dropdown-menu .app-item i {
    font-size: 20px;
    height: 24px;
}

.app-dropdown-menu .app-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-dropdown-menu .app-item:hover,
.app-dropdown-menu .app-item:focus,
.app-dropdown-menu .app-item:active,
.app-dropdown-menu .app-item.active {
    background-color: #f9f9f9;
    border-color: #e3e3e3;
}

.app-list > div+div {
    margin-top: 5px;
}

.app-list > .row {
    margin-left: -5px;
    margin-right: -5px;
}

.app-list > .row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}

.user-header .user-text {
    margin-left: 10px;
}

.user-header .user-text h6 {
    margin-bottom: 2px;
}

.menu-title {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 25px;
}
.table  a{
    color: #000;
}
.menu-title>span {
    color: #fff;
    display: flex;
    font-size: 16px;
    opacity: 1;
    white-space: nowrap;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    padding: 12px 40px;
    color: #60514a;
    font-weight: 500;
}

.nav .dropdown-menu {
    left: unset;
    right: 0;
    margin-top: 0;
    box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, 0.3);
}

.navbar-brand {
    width: 200px;
}

.nav-search {
    width: 420px;
}

.profile_img {
    width: 35px;
    border-radius: 50%;
}

.post-code {
    border-radius: 10px 0px 0px 10px;
    height: 45px;
}

.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 38px;
    transition: all 0.3s;
}
.form-control:focus{
    border: 1px solid #058b7e !important;
    border-left: 5px solid #058b7e !important;
    background: #e5f5f3;
}
.select2-container--open.select2-container .select2-selection--single{
    border: 1px solid #058b7e;
}
.top-nav-search {
    float: left;
    margin-left: 15px;
}
.top-nav-search form {
    margin-top: 10px;
    position: relative;
    width: 360px;
}
.top-nav-search .form-control {
    background-color: rgb(247 248 249);
    border-color: rgba(0, 0, 0, 0.1);
    width: 250px;
}

.top-nav-search .form-control {
    background-color: transparent;
    border-color: #e1e1e1;
    border-radius: 8px;
    color: #7c7c7c;
    height: 40px;
    padding: 10px 15px 10px 40px;
}

.top-nav-search .btn {
    background-color: #058b7e;
    border-color: transparent;
    color: #ffffff;
    min-height: 35px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
    border-color: transparent;
    color: #7c7c7c;
    min-height: 40px;
    padding: 7px 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
}

.top-nav-search .form-control::-webkit-input-placeholder {
    color: #7c7c7c;
}

.top-nav-search .form-control::-moz-placeholder {
    color: #7c7c7c;
}

.top-nav-search .form-control:-ms-input-placeholder {
    color: #7c7c7c;
}

.top-nav-search .form-control::-ms-input-placeholder {
    color: #7c7c7c;
}

.top-nav-search .form-control::placeholder {
    color: #7c7c7c;
}

.top-nav-search.active form {
    display: block;
    left: 0;
    position: absolute;
}

.profile-top {
    margin: auto;
}

.notifi {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    right: 15px;
}

.notifi i {
    box-sizing: border-box;
    padding: 8px;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #9E9E9E;
    text-align: center;
    font-size: 1.22em;
    transition: all 1s;
}

.notifi > a .badge {
    background-color: #f75352;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 11px;
    min-width: 16px;
    color: #fff;
    position: absolute;
    right: -3px;
    top: -7px;
    padding: 3px;
}

.vertical-line {
    border-right: 2px solid #d0d0d0;
    margin: 5px 15px 5px 5px;
}

.header .dropdown-menu > li > a {
    position: relative;
}

.header .dropdown-toggle:after {
    display: none;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
    display: flex !important;
}

.user-menu.nav > li > a {
    color: #525F80;
    font-size: 14px;
    line-height: 58px;
    padding: 0 10px;
    height: 60px;
}

.user-menu li .right-menu-img {
    width: 37px;
    height: 37px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 2px solid #ebeef1;
}

.user-menu li .right-menu-flag {
    width: 30px;
    height: 30px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 2px solid #ebeef1;
}

.user-menu li .right-menu {
    color: #636369;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #ebecf1;
}

.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
    opacity: .8;
}

.user-img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

.user-img img {
    width: 32px;
    border-radius: 50%;
}

.dropdown-item img {
    margin-right: 5px;
}

.user-menu.nav > li > a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.notifications {
    min-width: 320px;
    padding: 0;
    position: fixed;
    right: -350px;
    top: 0px;
    height: 100vh;
    background-color: #fff;
    z-index: 1001;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    box-shadow: -8px 12px 18px 0 rgba(21, 21, 62, 0.3);
}

.notifications.notifications-open {
    right: 0;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}

.user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.user-menu .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}

.user-menu .dropdown-menu .dropdown-item:first-child {
    border-top: 0;
    border-radius: .8rem .8rem 0 0;
}

.user-menu .dropdown-menu .dropdown-item:last-child {
    border-radius: 0 0 .8rem .8rem;
}

.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    border-top: 1px solid #f0f2f8;
    padding: 10px 15px;
}

.user-menu .dropdown-menu .dropdown-item i {
    margin-right: 5px;
    font-size: 15px;
    color: #212529;
}



.header .dropdown-menu > li > a:focus,
.header .dropdown-menu > li > a:hover {
    background-color: #00bcd4;
    color: #fff;
}

.header .dropdown-menu > li > a:focus i,
.header .dropdown-menu > li > a:hover i {
    color: #fff;
}

.header .dropdown-menu > li > a {
    padding: 10px 18px;
}

.header .dropdown-menu > li > a i {
    color: #00bcd4;
    margin-right: 10px;
    text-align: center;
    width: 18px;
}

.header .user-menu .dropdown-menu > li > a i {
    color: #00bcd4;
    font-size: 16px;
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
}

.header .user-menu .dropdown-menu > li > a:focus i,
.header .user-menu .dropdown-menu > li > a:hover i {
    color: #fff;
}

.mobile_btn {
    display: none;
    float: left;
}

.slide-nav .sidebar {
    margin-left: 0;
}

.app-dropdown .dropdown-menu {
    padding: 0;
    width: 300px;
}

.app-dropdown-menu .app-list {
    padding: 15px;
}

.app-dropdown-menu .app-item {
    border: 1px solid transparent;
    border-radius: 3px;
    color: #737373;
    display: block;
    padding: 10px 0;
    text-align: center;
}

.app-dropdown-menu .app-item i {
    font-size: 20px;
    height: 24px;
}

.app-dropdown-menu .app-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-dropdown-menu .app-item:hover,
.app-dropdown-menu .app-item:focus,
.app-dropdown-menu .app-item:active,
.app-dropdown-menu .app-item.active {
    background-color: #f9f9f9;
    border-color: #e3e3e3;
}

.app-list > div+div {
    margin-top: 5px;
}

.app-list > .row {
    margin-left: -5px;
    margin-right: -5px;
}

.app-list > .row > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.user-header {
    background-color: #f9f9f9;
    display: flex;
    padding: 10px 15px;
}

.user-header .user-text {
    margin-left: 10px;
}

.user-header .user-text h6 {
    margin-bottom: 2px;
}

.menu-title {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 25px;
}

.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.sidebar-overlay.opened {
    display: block;
}

.calender-col > div {
    display: flex;
    display: -webkit-flex;
}

.calendar .day.has-event:after {
    background: #058b7e;
}

.slimScrollDiv {
    height: 100% !important;
}

/*-----------------
        9. Chat
-----------------------*/

.chat-window {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0;
}

.chat-window .chat-cont-left {
    border-right: 0;
    flex: 0 0 38%;
    left: 0;
    max-width: 38%;
    position: relative;
    z-index: 4;
    box-shadow: 0 10px 30px 0 rgba(232, 235, 251, 0.8);
}

.chat-window .chat-cont-left .chat-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    color: #324148;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 10px 0 0 0;
}

.chat-window .chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.chat-window .chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
    display: inline-flex;
}

.chat-window .chat-cont-left .chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 15px;
    width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group {
    width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 10px;
    padding-left: 36px;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.chat-window .chat-cont-left .chat-search .input-group .input-group-prepend {
    align-items: center;
    bottom: 0;
    color: #666;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}

.chat-window .chat-scroll {
    max-height: calc(100vh - 255px);
    overflow-y: auto;
}

.chat-window .chat-cont-left .chat-users-list {
    background-color: transparent;
    border-radius: 0 0 0 10px;
}

.chat-window .chat-cont-left .chat-users-list a.media {
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    margin: 13px 0;
    border-radius: 10px;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.08);
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
}

.chat-window .chat-cont-left .chat-users-list a.media:last-child {
    border-bottom: 0;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .status {
    bottom: 7px;
    height: 10px;
    right: 4px;
    position: absolute;
    width: 10px;
    border: 2px solid #fff;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body {
    display: flex;
    justify-content: space-between;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name {
    color: #333;
    text-transform: capitalize;
    font-weight: 500;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:last-child {
    text-align: right;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}

.chat-window .chat-cont-left .chat-users-list a.media:hover {
    background-color: transparent;
}

.chat-window .chat-cont-left .chat-users-list a.media.read-chat .media-body > div:last-child .last-chat-time {
    color: #8a8a8a;
}

.chat-window .chat-cont-left .chat-users-list a.media.active {
    background-color: #f4f4f5;
    border-left: 4px solid #058b7e;
    position: relative;
    border-radius: 0;
}

.chat-window .chat-cont-right {
    flex: 0 0 62%;
    max-width: 62%;
}

.chat-window .chat-cont-right .chat-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f1fdff;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
    border-radius: 0 10px 0 0;
}

.chat-window .chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}

.chat-window .chat-cont-right .chat-header .media {
    align-items: center;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}

.chat-window .chat-cont-right .chat-header .media .media-body .user-name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}

.chat-window .chat-cont-right .chat-header .chat-options {
    display: flex;
}

.chat-window .chat-cont-right .chat-header .chat-options > a {
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin-left: 10px;
    width: 30px;
    font-size: 24px;
}

.chat-window .chat-cont-right .chat-body {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}

.chat-window .chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
}

.chat-window .chat-cont-right .chat-body .media .media-body {
    margin-left: 20px;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box > div {
    padding: 10px 35px 10px 15px;
    border-radius: 10px 30px 10px 10px;
    display: inline-block;
    position: relative;
    box-shadow: 0 10px 30px 0 rgba(232, 235, 251, 0.5);
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box > div p {
    color: #333;
    margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
    margin-top: 25px;
}

.chat-window .chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .media:last-child {
    margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box > div {
    background-color: #eeefff;
    border-radius: 30px 10px 10px 10px;
    padding: 10px 15px 10px 25px;
    box-shadow: 0 10px 30px 0 rgba(232, 235, 251, 0.5);
}

.chat-window .chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 0;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
    background-color: #058b7e;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
    color: #fff;
}

.chat-window .chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}

.chat-window .chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.chat-window .chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    padding: 10px 15px;
    position: relative;
    border-radius: 0 0 10px 0;
}

.chat-window .chat-cont-right .chat-footer .input-group {
    width: 100%;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}

.chat-window .chat-cont-right .chat-footer .input-group .input-group-prepend .btn,
.chat-window .chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}

.chat-window .chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: #058b7e;
    border-color: #058b7e;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px
}

.msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: .4
}

.msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite .99999s
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box {
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}

.chat-msg-info {
    align-items: center;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}

.chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%)
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box > div .chat-time {
    color: rgba(50, 65, 72, 0.6);
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
    color: #fff;
    font-size: 11px;
}

.chat-msg-info li a {
    color: rgba(50, 65, 72, 0.6);
}

.chat-msg-info li a:hover {
    color: #2c80ff
}

.chat-seen i {
    color: #00d285;
    font-size: 16px;
}

.chat-msg-attachments {
    padding: 4px 0;
    display: flex;
    width: 100%;
    margin: 0 -1px
}

.chat-msg-attachments > div {
    margin: 0 1px
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info {
    flex-direction: row-reverse;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-attachments {
    flex-direction: row-reverse
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}

.chat-attachment img {
    max-width: 100%;
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
}

.chat-attachment {
    border-radius: .25rem;
}

.chat-attachment:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: 0.4;
    transition: all .4s;
}

.chat-attachment:hover:before {
    opacity: 0.6;
}

.chat-attach-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    transition: all .4s;
}

.chat-attach-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.chat-attach-download:hover {
    color: #495463;
    background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
    opacity: 1;
}

.chat-attachment-list {
    display: flex;
    margin: -5px;
}

.chat-attachment-list li {
    width: 33.33%;
    padding: 5px;
}

.chat-attachment-item {
    border: 5px solid rgba(230, 239, 251, 0.5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box > div:hover .chat-msg-actions {
    opacity: 1;
}

.chat-msg-actions {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 2;
}

.chat-msg-actions > a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}

.chat-msg-actions > a:hover {
    color: #2c80ff;
}

@keyframes blink {
    50% {
        opacity: 1
    }
}

.btn-file {
    align-items: center;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
    background: #eee;
}

.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*-----------------
        10. Search
-----------------------*/

.top-search {
    position: relative;
    left: -30px;
    transform: translate(0);
    transition: all 1s;
    width: 35px;
    height: 35px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid #fff;
    padding: 5px;
}

.top-search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 27.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

.top-search .fa {
    box-sizing: border-box;
    padding: 5px;
    width: 27.5px;
    height: 27.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #9E9E9E;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

.top-search:hover {
    width: 200px;
    cursor: pointer;
}

.top-search:hover input {
    display: block;
}

.top-search:hover .fa {
    background: #07051a;
    color: white;
}

/*-----------------
        11. Sidebar
-----------------------*/

.sidebar {
    background-color: #212B36;
    top: 60px;
    left: 0;
    position: fixed;
    transition: all 0.2s ease-in-out 0s;
    width: 240px;
    height: calc(100vh - 60px);
    z-index: 999;
}

.sidebar.opened {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-inner {
    height: 100%;
    min-height: 100%;
    transition: all 0.2s ease-in-out 0s;
    z-index: 99;
    position: relative;
}

.sidebar-menu {
    padding-top: 10px;
    height: 100%;
    padding-left: 5px;
}

.sidebar-bottom {
    position: absolute !important;
    bottom: 0;
}

.badge-pink {
    height: 24px;
    width: 24px;
    line-height: 16px;
    font-size: 12px;
    background: #f5316d;
    border-radius: 50px;
}

.sidebar-menu ul {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    padding-bottom: 15px;
}

.sidebar-menu li a {
    color: #fff;
    display: block;
    font-size: 15px;
    height: auto;
    padding: 0 20px;
}

.sidebar-menu li.active > a {
    color: #fff;
    background: #058b7e;
    border-radius: 20px 0 0 20px;
}

.sidebar-menu li.active > a:hover {
    background-color: #f4f4f4 !important;
    color: #000 !important;
    margin-left: 0 !important;
}

.sidebar-menu li > a:hover {
    color: #fff;
    margin-left: 5px;
    transition: all 0.2s ease-in-out .1s;
}

.sidebar-menu li.active > a:hover {
    background-color: #f4f4f4 !important;
    color: #000 !important;
    margin-left: 0 !important;
}

.sidebar::after{
    position: absolute;
    content: "";
    background-image: url(../img/sidebar-shape.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 390px;
    height: 850px;
    top: 100px;
    left: -150px;
    z-index: 9;
}
.mini-sidebar .sidebar::after{
    width: 60px;
}
.mini-sidebar.expand-menu .sidebar::after{
    width: 390px;
    transition: all 0.5s ease-in-out 0s;
}
.sidebar::before{
    position: absolute;
    content: "";
    background-image: url(../img/sidebar-bottom.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 220px;
    height: 220px;
    bottom: 0;
    left: 0px;
}
.submenu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.sidebar-menu li a:hover i {
    color: #ffffff;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
}
.sidebar-menu li.active a .shape1,
.sidebar-menu li.active a .shape2 {
    background: #f4f4f4;
}
.sidebar-menu li.active a .shape1 {
    position: absolute;
    top: -30px;
    width: 20px;
    height: 60px;
    right: 0px;
}

.sidebar-menu li.active a .shape2 {
    position: absolute;
    top: 35px;
    width: 20px;
    height: 30px;
    right: 0px;
}

.sidebar-menu li.active > a:before {
    content: "";
    position: absolute;
    top: -31px;
    right: 0px;
    bottom: 0;
    height: 31px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: transparent;
    border-radius: 0px 0px 48px 0px;
    z-index: 1;
}

.sidebar-menu li.active > a:after {
    content: "";
    position: absolute;
    top: 48px;
    z-index: 0;
    right: 0px;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: transparent;
    border-radius: 0px 48px 0px 0px;
}

.sidebar-menu li.active a i {
    font-size: 16px;
    line-height: 13px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: #058b7e;
    border-radius: 50px;
    box-shadow: none;
    border: 0;
    color: #fff;
}

.sidebar-menu li.active a img {
    margin-right: 12px;
    width: 30px;
    height: 30px;
    background: #058b7e;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #ebecf1;
}

.menu-title {
    color: #9e9e9e;
    display: flex;
    font-size: 14px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
}

.menu-title > i {
    float: right;
    line-height: 40px;
}

.sidebar-menu li.menu-title a {
    color: #fff;
    display: inline-block;
    padding: 0;
}

.sidebar-menu li.menu-title a.btn {
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.sidebar-menu ul ul a.active {
    color: #fff;
    text-decoration: underline;
}

.mobile_btn {
    display: none;
    float: left;
}

.sidebar .sidebar-menu > ul > li > a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    margin-left: 5px;
}

.sidebar .sidebar-menu > ul > li > a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .sidebar-menu > ul > li > a span.badge {
    margin-left: auto;
    z-index: 9;
}
.sidebar-menu ul ul a {
    display: block;
    font-size: 14px;
    padding: 9px;
    position: relative;
}
.sidebar-menu ul ul {
    display: none;
    padding-top: 10px;
}
.sidebar-menu ul ul.sidebar-menus{
    display: block;
    position: relative;
    padding: 0;
}
.btn {
    font-size: 14px;
}
.sidebar-menu ul ul.sidebar-menus a {
    padding-left: 8px;
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
}
.sidebar-menu ul ul.sidebar-menus a  span{
    margin-left:10px;
}
.sidebar-menu ul ul ul a {
    padding-left: 65px;
}

.sidebar-menu ul ul ul ul a {
    padding-left: 85px;
}
.sidebar-menu ul ul.sidebar-menus li.active a{
    background: #058b7e;
    border-radius: 50px 0 0 50px;
    color: #fff;
}
.sidebar-menu ul ul.sidebar-submenus li.active a{
    background: transparent;
    border-radius:0;
    color: #058b7e;
    text-decoration: underline;
}
.sidebar-menu ul ul.sidebar-menus li.active a:hover{
    background-color: transparent !important;
    color: #058b7e !important;
    margin-left: 0 !important;
}
.dropify-wrapper * {
    font-size: 20px;
}
.sidebar-menu > ul > li {
    margin-bottom: 10px;
    position: relative;
}

.sidebar-menu > ul > li:last-child {
    margin-bottom: 0;
}

.sidebar-menu .menu-arrow {
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    line-height: 40px;
    top: 5px;
}

.sidebar-menu .menu-arrow:before {
    content: "\f105";
}

.sidebar-menu li a.subdrop .menu-arrow {
    -transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-arrow {
    position: absolute;
    right: 15px;
}

.sidebar-menu ul ul a .menu-arrow {
    top: 5px;
    line-height: 35px;
}

.sidebar-menu > ul > li > a {
    align-items: center;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    padding: 9px 9px;
    position: relative;
    transition: all 0.2s ease-in-out .1s;
    height: 48px;
    border-radius: 20px 0 0 20px;
}
.mini-sidebar .sidebar-menu > ul > li > a{
    justify-content: center;
}
.expand-menu.mini-sidebar .sidebar-menu > ul > li > a{
    justify-content: flex-start;
}
.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    color: #fff;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    background: rgba(44, 202, 185, 0.5);
    border-radius: 5px 0 5px 5px;
}

.sidebar-menu ul li.menu-title a i {
    font-size: 16px !important;
    margin-right: 0;
    text-align: right;
    width: auto;
}

.sidebar-menu li a > .badge {
    color: #fff;
}

/*-----------------
        12. Inbox
-----------------------*/

.dropdown-action {
    margin-bottom: 5px;
}

.dropdown-action .dropdown-toggle:after {
    display: none;
}

.table-inbox input[type="radio"],
.table-inbox input[type="checkbox"] {
    cursor: pointer;
}

.mail-list {
    list-style: none;
    padding: 0;
}

.mail-list > li > a {
    color: #333;
    display: block;
    padding: 10px;
}

.mail-list > li.active > a {
    color: #2962ff;
    font-weight: bold;
}

.unread .name,
.unread .subject,
.unread .mail-date {
    color: #000;
    font-weight: 600;
}

.table-inbox .fa-star {
    color: #ffd200;
}

.table-inbox .starred.fa-star {
    color: #ffd200;
}

.table.table-inbox > tbody > tr > td,
.table.table-inbox > tbody > tr > th,
.table.table-inbox > tfoot > tr > td,
.table.table-inbox > tfoot > tr > th,
.table.table-inbox > thead > tr > td,
.table.table-inbox > thead > tr > th {
    border-bottom: 1px solid #f2f2f2;
    border-top: 0;
}

.table-inbox {
    font-size: 15px;
    margin-bottom: 0;
}

.table.table-inbox thead {
    background-color: #fff;
}

.note-editor.note-frame {
    border: 1px solid #ddd;
    box-shadow: inherit;
}

.note-editor.note-frame .note-statusbar {
    background-color: #fff;
}

.note-editor.note-frame.fullscreen {
    top: 60px;
}

.note-editor.note-frame .btn-light {
    background-color: #f9f9f9;
    box-shadow: unset;
    color: #333;
}

.mail-title {
    font-weight: bold;
    text-transform: uppercase;
}

.form-control.search-message {
    border-color: #ccc;
    border-radius: 4px;
    height: 38px;
    width: 180px;
}

.table-inbox tr {
    cursor: pointer;
}

table.table-inbox tbody tr.checked {
    background-color: #ffffcc;
}

.mail-label {
    font-size: 16px !important;
    margin-right: 5px;
}

/*-----------------
        13. Mail View
-----------------------*/

.attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attachments li {
    border: 1px solid #eee;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 180px;
}

.attach-info {
    background-color: #f4f4f4;
    padding: 10px;
}

.attach-file {
    color: #777;
    font-size: 70px;
    padding: 10px;
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.attach-file img {
    height: auto;
    max-width: 100%;
}

.mailview-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.mailview-footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 15px;
}

.mailview-footer .btn-white {
    margin-top: 10px;
    min-width: 102px;
}

.sender-img {
    float: left;
    margin-right: 10px;
    width: 40px;
}

.sender-name {
    display: block;
}

.receiver-name {
    color: #777;
}

.right-action {
    text-align: right;
}

.mail-view-title {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

.mail-view-action {
    float: right;
}

.mail-sent-time {
    float: right;
}

.inbox-menu {
    display: inline-block;
    margin: 0 0 1.875rem;
    padding: 0;
    width: 100%;
}

.inbox-menu li {
    display: inline-block;
    width: 100%;
}

.inbox-menu li+li {
    margin-top: 2px;
}

.inbox-menu li a {
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.inbox-menu li a i {
    font-size: 16px;
    padding-right: 10px;
    color: #878787;
}

.inbox-menu li a:hover,
.inbox-menu li.active a,
.inbox-menu li a:focus {
    background: rgba(33, 33, 33, 0.05);
}

.compose-btn {
    margin-bottom: 1.875rem;
}

.compose-btn a {
    font-weight: 600;
    padding: 8px 15px;
}

/*-----------------
        14. Error
-----------------------*/

.error-page {
    align-items: center;
    color: #1f1f1f;
    display: flex;
}

.error-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    width: 100%;
    min-height: unset;
}

.error-box {
    margin: 0 auto;
    max-width: 480px;
    padding: 1.875rem 0;
    text-align: center;
    width: 100%;
}

.error-box h1 {
    color: #058b7e;
    font-size: 10em;
}

.error-box p {
    margin-bottom: 1.875rem;
}

.error-box .btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}

/*-----------------
        15. Content
-----------------------*/

.main-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

.page-wrapper {
    margin-left: 269px;
    padding-top: 60px;
    position: relative;
    transition: all 0.4s ease;
}

.page-wrapper > .content {
    padding: 1.875rem 1.875rem 0 0;
}

.page-header .breadcrumb {
    background-color: transparent;
    color: #26262C;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}
.form-check {
    padding-left: 0;
}
.focus-label{
    margin-bottom: 3px;
    display: block;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #333;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-weight: 900;
    font-size: 12px;
    position: relative;
    top: 4px;
}

.page-header {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #E6EAED;

}

.page-header .breadcrumb a {
    color: #333;
    font-weight: 600;
}

.breadcrumb-item.active {
    color: #058b7e;
    font-weight: 600;
}

.page-title {
    color: #333;
    margin-bottom: 0;
    position: relative;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

/*-----------------
        16. Login
-----------------------*/

.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
    background: #058b7e;
}

.logo-dark{
    max-width: 180px;
    margin: auto;
    display: block;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
}

.login-wrapper .loginbox {
    border-radius: 20px;
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.login-wrapper .loginbox .login-left {
    align-items: center;
    background: linear-gradient(180deg, #8BC34A, #00bcd4);
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    display: flex;
}
.login-otpset {
    width: 100%;
}
.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

.account-subtitle {
    color: #4c4c4c;
    font-size: 17px;
    margin-bottom: 1.875rem;
    text-align: center;
}

.login-wrapper .loginbox .login-right .forgotpass a {
    color: #a0a0a0;
}

.login-wrapper .loginbox .login-right .forgotpass a:hover {
    color: #333;
    text-decoration: underline;
}

.login-wrapper .loginbox .login-right .dont-have {
    color: #058b7e;
    margin-top: 1.875rem;
}

.login-wrapper .loginbox .login-right .dont-have a {
    color: #333;
}

.login-wrapper .loginbox .login-right .dont-have a:hover {
    text-decoration: underline;
}

.social-login {
    text-align: center;
}

.social-login  >  span {
    color: #757575;
    margin-right: 8px;
}

.social-login  >  a {
    background-color: #ccc;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    text-align: center;
    width: 32px;
}

.social-login  >  a:last-child {
    margin-right: 0;
}

.social-login  >  a.facebook {
    background-color: #4b75bd;
}

.social-login  >  a.google {
    background-color: #fe5240;
}

.login-or {
    color: #757575;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 42px;
}

.lock-user {
    margin-bottom: 20px;
    text-align: center;
}

.lock-user img {
    margin-bottom: 15px;
    width: 100px;
}

.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
    cursor: pointer;
}

.toggle-password.fa-eye {
    margin-right: 1px;
}

.pass-group {
    position: relative;
}

/*-----------------
        17. Notifications
-----------------------*/

.notifications {
    padding: 0;
}

.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd;
}

.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
    border-bottom: none;
}
.profile-view .profile-basic {
    margin-left: 140px;
    padding-right: 50px;
}
.profile-view {
    position: relative;
}
.profile-view .pro-edit {
    position: absolute;
    right: 0;
    top: 0;
}
.edit-icon {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #bbb;
    float: right;
    font-size: 12px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
}
.tab-box {
    border-bottom: 0;
    margin-bottom: 10px;
    padding: 0;
}
.notifications .media a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications .media a:hover {
    background-color: #fafafa;
}

.notifications .media > .avatar {
    margin-right: 10px;
}

.notifications .media-list .media-left {
    padding-right: 8px;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.topnav-dropdown-footer {
    border-top: 1px solid #eee;
}

.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}

.display-none {
    display: none;
}

.user-menu.nav > li > a i.fa-bell {
    position: relative;
    top: 5px;
}

.user-menu.nav > li > a .badge {
    background-color: #058b7e;
    display: block;
    font-size: 9px;
    font-weight: bold;
    height: 15px;
    width: 15px;
    color: #fff;
    position: absolute;
    right: 1px;
    top: 11px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-animation: pulse-secondary 2s infinite;
    animation: pulse-secondary 2s infinite;
    -webkit-box-shadow: 0 0 0 rgba(50, 53, 132, 0.9);
    box-shadow: 0 0 0 rgba(50, 53, 132, 0.9);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 87, 34, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.9);
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 5px rgba(255, 87, 34, 0);
        box-shadow: 0 0 0 5px rgba(255, 87, 34, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
    }
}

.chat-header {
    margin-top: 6px;
}

.header-chat {
    background-color: #058b7e !important;
    -webkit-animation: pulse 2s infinite !important;
    animation: pulse 2s infinite !important;
    -webkit-box-shadow: 0 0 0 rgba(50, 53, 132, 0.9);
    box-shadow: 0 0 0 rgba(50, 53, 132, 0.9);
}

@-webkit-keyframes pulse-secondary {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(50, 53, 132, 0.6);
        box-shadow: 0 0 0 rgba(50, 53, 132, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(50, 53, 132, 0);
        box-shadow: 0 0 0 10px rgba(50, 53, 132, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 53, 132, 0);
        box-shadow: 0 0 0 0 rgba(50, 53, 132, 0);
    }
}

@keyframes pulse-secondary {
    0% {
        -webkit-box-shadow: 0 0 0 rgba(50, 53, 132, 0.6);
        box-shadow: 0 0 0 rgba(50, 53, 132, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(50, 53, 132, 0);
        box-shadow: 0 0 0 10px rgba(50, 53, 132, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 53, 132, 0);
        box-shadow: 0 0 0 0 rgba(50, 53, 132, 0);
    }
}

.noti-details {
    color: #989c9e;
    margin-bottom: 0;
}

.noti-title {
    color: #333;
}

.notifications .noti-content {
    height: calc(100vh - 80px);
    width: 320px;
    overflow-y: auto;
    position: relative;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.notifications ul.notification-list > li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications ul.notification-list > li:last-child {
    border-bottom: none;
}

.notifications ul.notification-list > li a {
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.notifications ul.notification-list > li a:hover {
    background-color: #fafafa;
}

.notifications ul.notification-list > li .list-item {
    border: 0;
    padding: 0;
    position: relative;
}

.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 14px;
}

.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-size: 16px;
}

.noti-time {
    margin: 0;
}

/*-----------------
        18. Dashboard
-----------------------*/

.dash-contetnt h2 {
    font-size: 24px;
    color: #fff;
}

.dash-contetnt h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.dash-contetnt .growth-indicator {
    color: #fff;
}

.card-chart .card-body {
    padding: 8px;
}

.action li > a {
    color: #474648;
    padding: 10px 0 0 10px;
}

.action li > a > i {
    padding-right: 10px;
}

.action li {
    padding: 5px 0;
}

.header-info {
    display: flex;
    align-items: center;
}

.btn-right {
    max-width: 120px;
    margin-left: auto;
}

.modal-icon i {
    font-size: 42px;
    color: #26262C;
}

.dropdown i {
    cursor: pointer;
    font-size: 17px;
    color: #525F80;
}

.dropdown i.feather-bell {
    position: relative;
    top: 5px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0;
    padding-bottom: .75rem;
}

.status-draft {
    color: #ffaa00;
}

.status-reject {
    color: #F44336;
}

.status-complete {
    color: #8BC34A;
}

.add-remove i {
    font-size: 18px;
    cursor: pointer;
}

.activity-feed {
    list-style: none;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
}

/* updated on 02/03/20223 */
.activity-feed .feed-item {
    /*border-left: 2px solid rgb(247 83 82 / 20%);*/
    padding-bottom: 19px;
    /*padding-left: 20px;*/
    position: relative;
    display: flex;
    align-items: center;
}

.activity-feed .feed-item:last-child {
    border-color: transparent;
    padding-bottom: 0;
}

.activity-feed .feed-item:after {
    /*content: "";*/   /*02/03/2023*/
    content: none;
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f75352;
}

.activity-feed .feed-item .feed-date {
    display: block;
    position: relative;
    color: #777;
    text-transform: uppercase;
    font-size: 13px;
}

.activity-feed .feed-item .feed-text {
    color: #058b7e;
    position: relative;
}

.activity-feed .feed-item .feed-text a {
    color: #333;
    font-weight: 600;
}

.pdf-view {
    width: 100%;
    min-height: 640px;
}

.filter {
    background: #058b7e;
    border-radius: 10px;
    color: #fff;
    padding: 15px;
}
.fs-12{
    font-size: 12px !important;
}
.fs-18{
    font-size: 18px !important;
}
.customer-profile {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 5px;
}

.st-done {
    color: #71c21a;
}

.st-cancel {
    color: #c21a1a;
}

.st-progress {
    color: #FFEB3B;
}

.flag-img {
    width: 35px;
    height: 35px;
    margin: auto;
    display: block;
}

.details-box {
    position: relative;
    overflow: hidden;
}

.detail-box1 {
    background: #058b7e;
    /* background: linear-gradient(45deg, rgba(79, 81, 127, 1) 0%, rgba(50, 53, 132, 1) 44%, rgba(50, 53, 132, 1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f517f', endColorstr='#058b7e', GradientType=1);
}

.detail-box2 {
    background: rgb(192, 133, 248);
    background: -moz-linear-gradient(45deg, rgba(192, 133, 248, 1) 0%, rgba(192, 133, 248, 1) 44%, rgba(160, 89, 242, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(192, 133, 248, 1) 0%, rgba(192, 133, 248, 1) 44%, rgba(160, 89, 242, 1) 100%);
    background: linear-gradient(45deg, rgba(192, 133, 248, 1) 0%, rgba(192, 133, 248, 1) 44%, rgba(160, 89, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c085f8', endColorstr='#a059f2', GradientType=1);
}

.detail-box3 {
    background: rgb(253, 181, 131);
    background: -moz-linear-gradient(45deg, rgba(253, 181, 131, 1) 0%, rgba(253, 181, 131, 1) 26%, rgba(252, 141, 148, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(253, 181, 131, 1) 0%, rgba(253, 181, 131, 1) 26%, rgba(252, 141, 148, 1) 100%);
    background: linear-gradient(45deg, rgba(253, 181, 131, 1) 0%, rgba(253, 181, 131, 1) 26%, rgba(252, 141, 148, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb583', endColorstr='#fc8d94', GradientType=1);
}

.detail-box4 {
    background: rgb(253, 181, 131);
    background: -moz-linear-gradient(45deg, rgb(108 222 210) 0%, rgb(87 191 181) 26%, rgb(35 195 175) 100%);
    background: -webkit-linear-gradient(45deg, rgb(108 222 210) 0%, rgb(87 191 181) 26%, rgb(35 195 175) 100%);
    background: linear-gradient(45deg, rgb(108 222 210) 0%, rgb(87 191 181) 26%, rgb(35 195 175) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74d5cb', endColorstr='#27c1ad', GradientType=1);
}

.detail-box5 {
    background: rgb(249, 119, 130);
    background: -moz-linear-gradient(45deg, rgba(249, 119, 130, 1) 0%, rgba(251, 61, 78, 1) 45%, rgba(249, 34, 52, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(249, 119, 130, 1) 0%, rgba(251, 61, 78, 1) 45%, rgba(249, 34, 52, 1) 100%);
    background: linear-gradient(45deg, rgba(249, 119, 130, 1) 0%, rgba(251, 61, 78, 1) 45%, rgba(249, 34, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97782', endColorstr='#f92234', GradientType=1);
}

.detail-box6 {
    background: rgb(76, 147, 100);
    background: -moz-linear-gradient(left, rgba(76, 147, 100, 1) 0%, rgba(76, 147, 100, 1) 30%, rgba(34, 149, 73, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(76, 147, 100, 1) 0%, rgba(76, 147, 100, 1) 30%, rgba(34, 149, 73, 1) 100%);
    background: linear-gradient(to right, rgba(76, 147, 100, 1) 0%, rgba(76, 147, 100, 1) 30%, rgba(34, 149, 73, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c9364', endColorstr='#229549', GradientType=1);
}

.details-box:before {
    content: "";
    position: absolute;
    right: -40px;
    top: 10px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: rgba(245, 245, 245, 0.3);
}

.details-box:after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -10px;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    background-color: rgba(245, 245, 245, 0.3);
}

.details-box h5 {
    font-size: 16px;
}

.details-box span {
    display: inline-block;
    margin-top: 0px;
}

.pt-icon {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 10px;
}

.pt-icon1 {
    background: rgb(255 224 0 / 25%);
}

.pt-icon2 {
    background: rgb(86 255 0 / 25%);
}

.pt-icon3 {
    background: rgb(0 126 255 / 25%);
}

.pt-icon4 {
    background: rgb(98 0 255 / 25%);
}

.pt-icon5 {
    background: rgb(255 129 0 / 25%);
}

.pt-icon6 {
    background: rgb(255 0 141 / 25%);
}

.chart-count > div {
    width: 33.3%;
}
.list-unstyled small {
    font-weight: 800;
}

/*-----------------
        19. Invoices
-----------------------*/

.invoice-details {
    text-align: right;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.invoice-details,
.invoice-payment-details > li span {
    float: right;
}

.invoice {
    padding: 30px;
    background: #fafafa;
}

/*-----------------
        20. Toogle
-----------------------*/

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.toogle-title {
    font-size: 20px;
}

.toogle-items {
    display: flex;
}

.toogle-content {
    padding-left: 35px;
}

.toogle-content h5 {
    font-size: 16px;
}

.toogle-items span {
    padding-right: 15px;
}

/*-----------------
        21. Switch Buttons
-----------------------*/

.onoffswitch {
    position: relative;
    width: 125px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 27px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Available";
    padding-left: 10px;
    background-color: #8DC241;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "Out of Stock";
    padding-right: 10px;
    background-color: #FF0000;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 93px;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.file {
    visibility: hidden;
    position: absolute;
}

.multiselect {
    border: 1px solid #cacaca;
    color: #555a64!important;
    text-align: left;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.toggle-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.toggle-switch:not(.form-group) {
    margin-bottom: 0
}

.toggle-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.toggle-switch-content {
    -ms-flex: 1;
    flex: 1;
    margin-left: .5rem
}

.toggle-switch-label {
    position: relative;
    display: block;
    width: 3rem;
    height: 2rem;
    background-color: #e7eaf3;
    background-clip: content-box;
    border: .125rem solid transparent;
    border-radius: 6.1875rem;
    transition: .3s
}

.toggle-switch-indicator {
    position: absolute;
    left: .125rem;
    bottom: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    -webkit-transform: initial;
    transform: initial;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    border-radius: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    transition: .3s
}

.toggle-switch-input:checked + .toggle-switch-label {
    background-color: #377dff
}

.toggle-switch-input:checked+.toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(1.025rem, 50%, 0);
    transform: translate3d(1.025rem, 50%, 0)
}

.toggle-switch-input.is-valid + .toggle-switch-label {
    background-color: #00c9a7
}

.toggle-switch-input.is-invalid + .toggle-switch-label {
    background-color: #ed4c78
}

.toggle-switch-input:disabled + .toggle-switch-label {
    background-color: rgba(231, 234, 243, .5)
}

.toggle-switch-input:checked:disabled + .toggle-switch-label {
    background-color: rgba(55, 125, 255, .5)
}

.toggle-switch-sm .toggle-switch-label {
    width: 2.5rem;
    height: 1.6125rem
}

.toggle-switch-sm .toggle-switch-indicator {
    width: 1.20938rem;
    height: 1.20938rem
}

.toggle-switch-sm .toggle-switch-input:checked + .toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(.81094rem, 50%, 0);
    transform: translate3d(.81094rem, 50%, 0)
}

/*-----------------
        22. Profile
-----------------------*/

.profile-header {
    background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    border: 1px solid #efefef;
    padding: 1.5rem;
}

.profile-menu {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    padding: 0.9375rem 1.5rem;
}

.profile-menu .nav-tabs.nav-tabs-solid {
    background-color: transparent;
}

.profile-header img {
    height: auto;
    max-width: 120px;
    width: 120px;
}

.profile-tab-cont {
    padding-top: 1.875rem;
}

.about-text {
    max-width: 500px;
}

.skill-tags span {
    background-color: #f4f4f5;
    border-radius: 4px;
    color: #66676b;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    margin: 2px 0;
    padding: 5px 15px;
}

.edit-link {
    color: #66676b;
    font-size: 16px;
    margin-top: 4px;
}

.cal-icon {
    position: relative;
    width: 100%;
}

.cal-icon:after {
    color: #979797;
    content: "\f0dd";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.bootstrap-datetimepicker-widget a span {
    padding: 6px 0;
    color: #333 !important;
}
span.glyphicon.glyphicon-chevron-up::after {
    position: absolute;
    content: "^";
    font-size: 36px;
    left: 20px;
}
.bootstrap-datetimepicker-widget a span {
    padding: 6px 0;
    color: #333 !important;
}
span.glyphicon.glyphicon-chevron-up::after {
    position: absolute;
    content: "^";
    font-size: 36px;
    left: 20px;
}
span.glyphicon.glyphicon-chevron-up {
    position: relative;
}
span.glyphicon.glyphicon-chevron-down::after {
    position: absolute;
    content: "^";
    font-size: 36px;
    left: 20px;
    transform: rotate(180deg);
    top: -10px;
}
span.glyphicon.glyphicon-chevron-down {
    position: relative;
}
.datepicker td,
.datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
    text-align: center;
}
td.today.day {
    background: #058b7e;
    color: #fff;
}
td.active.day {
    background: #058b7e;
    color: #fff;
}
.form-title {
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: inherit;
    color: #333;
    white-space: normal;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.form-title:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

.form-title span {
    padding: 0px 0.5rem 0 0;
    background-color: #fff;
    display: inline-block;
    z-index: 2;
    position: relative;
}

/*-----------------
        24. Profile
-----------------------*/

.cal-icon {
    position: relative;
    width: 100%;
}

.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}

.profile-cover {
    position: relative;
    padding: 1.75rem 2rem;
    border-radius: .75rem;
    height: 10rem;
}

.profile-cover-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 10rem;
    background-color: #e7eaf3;
    border-radius: .75rem;
}
.badge-font-size{
    font-size: 12px !important;
    font-weight: 500;
    padding: 5px 10px !important;
}
.fs-14{
    font-size: 14px !important;
}
.profile-cover-img {
    width: 100%;
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: .75rem;
}

.cover-content {
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.custom-file-btn {
    position: relative;
    overflow: hidden;

}

.custom-file-btn-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    margin: -6.3rem auto .5rem auto;
    border: 3px solid #fff;
    border-radius: 50%;
}

.profile-cover-avatar input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19,33,68,.25);
    border-radius: 50%;
    transition: .2s;
}

.avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #677788;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 3px 6px 0 rgba(140,152,164,.25);
}

.avatar-edit svg {
    width: 18px;
}

.card-table div.table-responsive  >  div.dataTables_wrapper  >  div.row:first-child {
    padding: 1.5rem 1.5rem 0;
}

.card-table div.table-responsive  >  div.dataTables_wrapper  >  div.row:last-child {
    padding: 0 1.5rem 1.5rem;
}

#filter_inputs {
    display: none;
}

.input-label {
    display: block;
    color: #1e2022;
    font-size: .875rem;
}

.submit-section {
    text-align: center;
    margin-top: 40px;
}
.tiersets {
    text-align: center;
    margin-bottom: 25px;
}
.info-lists {
    text-align: center;
    margin-top: 20px;
}
.info-lists .titles {
    font-size: 16px;
}
.info-lists .text {
    margin-top: 15px;
    font-size: 44px;
    color: #058b7e;
}
.tiersets h5 {
    font-size: 14px;
    color: #454545;
    margin: 15px 0;
    font-weight: 700;
}
.detailsbox-set .dash-contetnt {
    display: flex;
    align-items: center;
}
.detailsbox-set .dash-contetnt h4 {
    margin: 0;
}
.detailsbox-set .dash-contetnt h2 {
    margin: 0 10px;
    font-size: 18px;
}
.tiersets h6 {
    font-size: 18px;
    color: #ff6f44;
    margin: 0;
}
.submit-btn {
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}
.tiersetsvalue {
    padding: 15px 0;
    border-bottom: 1px solid #d5d5d5;
}
.btn-select {
    background: #058b7e;
    color: #fff !important;
    margin-bottom: 10px;
}
.tiersetsvalue  h4 {
    font-size: 14px;
    margin-top: 15px;
}
.card-body-height {
    height: 28rem;
    overflow: hidden;
    overflow-y: auto;
}
.justify-center{
    justify-content: center;
}
.tiersetsvalues{
    text-align: center;
    padding: 25px 0 10px;
}
.tiersetsvalues h5 {
    font-size: 14px;
    color: #454545;
    margin: 15px 0;
}
.tiersetsvaluebtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-select:hover {
    background: #ff6f44;
}
.tiersetsvaluebtn .btn-select {
    margin: 0;
}
.modal-scalingplanhead h2 {
    text-align: center;
    font-size: 30px;
}
.Visa-set {
    display: flex;
    flex-direction: column;
}
.Visa-settop {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    min-height: 50px;
}
.book-appointment-blk i.fa-info-circle:hover{
    color: #333;
}
.book-appointment-blk h3{
    font-size: 1.5rem;
}
ul.nav.user-menu .urgent-path a .badge {
    background: red;
    font-size: 12px;
    width:15px;
    height:15px;
}
.Visa-setimg i {
    font-size: 26px;
    color: #786f6f;
}
.Visa-setcontent {
    padding-left: 15px;
}
.Visa-setcontent h5 {
    font-size: 16px;
    margin: 0;
}
.Visa-setcontent h6 {
    font-size: 14px;
    margin: 0;
}
.btn-setvisa {
    background: #058b7e;
    color: #fff !important;
}
.bor-0{
    border: 0 !important;
}
.modal-scalingplanhead {
    margin: 25px 0;
}

.solo-res {
    text-align: center;
    margin: 10px 0;
    padding: 0 7px;
}
.btn-request {
    background: #058b7e;
    color: #fff !important;
    margin-top: 60px;
}
.solo-res h3 {
    font-size: 18px;
}
.modal-scalingplanhead p{
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
    color: #999;
    text-align: center;
}
.solo-res h4 {
    font-size: 16px;
    color: #999;
}

.solo-res h6 {
    font-size: 24px;
    margin: 0;
    color: #ff6a3e;
}
.tiersetsvaluebtn h6 {
    font-size: 18px;
    color: #ff6f44;
    margin: 0;
}
.tiersetsvalues h2{
    font-size: 24px;
    font-weight: 700;
}
.profile-cover-avatar .avatar-img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 50%;
}
.list-inline-item i {
    color: #058b7e;
}

/*-----------------
        23. Date Picker
-----------------------*/

.calendar {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 1px;
}

.calendar input {
    border: unset;
    outline: unset;
    padding-right: 17px;
    width: 100%;
    padding: 6px;
}

.calendar .input-wrapper {
    position: relative;
}

.calendar i.fa.fa-calendar.input-icon {
    position: absolute;
    right: 12px;
    top: calc(50% - 0.5em);
    font-size: 13px;
    color: #000;
    line-height: 15px;
}
.fc-button {
    text-transform: capitalize !important;
}
.fc-state-active, .fc-state-down {
    background-color: #058b7e;
    background-image: none;
    box-shadow: none;
    color: #fff;
}
.fc-state-default {
    text-shadow: none !important;
}
.fc-day-grid-event {
    color: #fff !important;
}
.fc-event .fc-content {
    color: #fff;
}
.calendar-events {
    margin-bottom: 10px;
}
.calendar-events i {
    margin-right: 8px;
}

/*-----------------
        24. Patients
-----------------------*/

.patient-profile {
    background: #fff;
    padding: 1.25rem;
    border-radius: 10px;
}

.general-details img {
    width: 85px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.general-details h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}

.general-details h6 {
    font-size: 15px;
    color: #555a64;
    font-weight: 400;
    margin-bottom: 0;
}

.patient-details h2 {
    font-size: 18px;
}

.patient-details p {
    margin-bottom: .5rem;
}

.patient-details p:last-child {
    margin-bottom: 0;
}

.details-list span {
    display: block;
    color: #666;
}

.details-list h6 {
    font-weight: 600;
    margin-bottom: 2px;
}

.details-list > div {
    width: 25%;
    float: left;
    margin-bottom: 29px;
    position: relative;
    padding-left: 15px;
}

.details-list > div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #f75352;
}

.details-list > div:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #fff;
}
.filter-search-date {
    position: relative;
}
.filter-search-date input {
    padding-left: 30px;
}
.filter-search-date i {
    position: absolute;
    top: 12px;
    left: 9px;
}
.patient-profiles-set-img span{
    width: 68px;
    height: 68px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: #058b7e;
}
.modal-backdrop{
    z-index: 999;
}
.doctor-profile img {
    width: 65px;
    margin-right: 5px;
    border-radius: 5px;
}

.doctor-profile h4 {
    font-size: 16px;
    margin-bottom: .25rem;
    margin-top: 10px;
}

.doctor-profile span {
    font-size: 12px;
    color: #058b7e;
}

.care-team h2 {
    font-size: 18px;
}

.doctor-profile {
    align-items: center;
}

.pdf-icon {
    color: #e01414;
}

.files-icon {
    color: #009688;
}

.img-icon {
    color: #058b7e;
}

.documennts i {
    font-size: 24px;
    margin-right: 8px;
}

.word-icon {
    color: #058b7e;
}

.actions {
    margin-left: auto;
}

.actions a > i {
    font-size: 18px;
    margin-left: 8px;
    color: #058b7e;
}

.documents-card {
    padding: 15px 20px;
    border: 1px dashed #bfc9d4;
    border-radius: 10px;
}

.medicne i {
    font-size: 18px;
    margin-right: 8px;
}

.details-list i {
    font-size: 17px;
    color: #f75352;
}

.details-list h5 {
    font-size: 18px;
    margin-bottom: 15px !important;
}

.tab-data {
    display: flex;
}

.tab-left {
    padding-right: 20px;
    border-right: 1px solid #f0f1f5;
    width: 50%;
}

.tab-right {
    padding-left: 20px;
    width: 50%;
}

.clinical-rem li {
    padding-bottom: 15px;
}

.clinical-rem li:last-child {
    padding-bottom: 0;
}

.med-prb li {
    padding-bottom: 15px;
}

.med-prb li:last-child {
    padding-bottom: 0;
}

.clinical-rem {
    padding: 0;
}

.med-prb i {
    font-size: 16px;
    margin-right: 5px;
}

.medicne h5 {
    font-size: 17px;
}

.medicne-time h5 {
    font-size: 17px;
}

.text-checked {
    text-decoration: line-through;
}

.calendar table {
    margin: 0;
}

.calendar header .month {
    font-size: 24px;
}

.calendar td {
    font-size: 15px;
}

.calendar .day.today {
    background-color: #058b7e;
}

.calendar .day:hover {
    border-color: #058b7e;
}

.calendar .event-container .event {
    background-color: #058b7e;
}

.btn-chat {
    display: inline-block;
    padding: 8px 15px;
    background-color: #058b7e;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.btn-chat:hover {
    background-color: #058b7e;
    color: #fff;
    opacity: 0.8;
}

/*-----------------
        25. Filter
-----------------------*/

.filter-btn {
    border: 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
    background-color: #058b7e;
    color: #fff;
}

.filter-btn:hover {
    color: #fff;
    background-color: #058b7e;
}

.filter-btn i,
.add-button i {
    font-size: 1rem;
}

#filter_inputs {
    display: none;
}

.add-button {
    box-shadow: 0px 0px 12px 0px rgb(63 81 181 / 23%);
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/*-----------------
        26. Settings
-----------------------*/

.settings-menu ul {
    display: block;
    padding: 0;
}

.settings-menu ul li + li {
    margin-top: 15px;
}

.settings-menu ul li a {
    color: #0d1e29;
    padding: 0;
    border: 0 !important;
    display: inline-block;
}

.settings-menu ul li a:hover, .settings-menu ul li a:focus {
    background-color: transparent !important;
    border: 0 !important;
}

.settings-menu ul li a.active {
    color: #058b7e !important;
    border: 0;
}

.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px;
}

.profile-cover-avatar .avatar-img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 50%;
}

.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    margin: -6.3rem auto .5rem auto;
    border: 3px solid #fff;
    border-radius: 50%;
}

.profile-cover-avatar input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19,33,68,.25);
    border-radius: 50%;
    transition: .2s;
}

.avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #677788;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 3px 6px 0 rgba(140,152,164,.25);
}

.avatar-edit svg {
    width: 18px;
}

/*-----------------
        27. Calendar
-----------------------*/

#calendar-events {
    background-color: #fcfcfc;
}
.calendar-events {
    border: 1px solid transparent;
    cursor: move;
    padding: 10px 15px;
}
.calendar-events:hover {
    border-color: #e9e9e9;
    background-color: #fff;
}
.calendar-events i {
    margin-right: 8px;
}
.calendar {
    float: left;
    margin-bottom: 0;
}
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}
.none-border .modal-footer {
    border-top: none;
}
.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    font-family:   "Inter", sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}
.fc-day-grid-event .fc-time {
    font-family:   "Inter", sans-serif;
}
.fc-day {
    background: #fff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}
.fc th.fc-widget-header {
    background: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #9999;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px 5px;
}
.fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}
.fc-text-arrow {
    font-family: inherit;
    font-size: 16px;
}
.fc-state-hover {
    background: #f3f3f3;
}
.fc-state-highlight {
    background: #f0f0f0;
}
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #058b7e !important;
    color: #fff !important;
    text-shadow: none !important;
}
.fc-cell-overlay {
    background: #f0f0f0;
}
.fc-unthemed .fc-today {
    background: #fff;
}
.fc-event {
    border-radius: 2px;
    border: none;
    color: #fff !important;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px 5px;
    text-align: center;
}
.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family:   "Inter", sans-serif;
}
.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family:   "Inter", sans-serif;
}
.event-form .input-group .form-control {
    height: 40px;
}
.card-list-part ul {
    padding: 0;
}

.card-list-part ul li {
    margin-bottom: 15px;
}

.card-list-part ul li span {
    padding-left: 20px;
    position: relative;
}
.service-sets ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.service-sets ul li {
    margin: 10px;
}
.service-sets ul li span:hover {
    background: #058b7e;
    color: #fff;
}
.service-sets ul li span {
    background: #eee;
    padding: 7px 15px;
    border-radius: 50px;
    border: 1px solid #d5d5d5;
}
.card-list-part ul li span::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    left: 0;
    top: 1px;
    border-radius: 50%;
}

/*Account css*/
.account-card {
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}
.account-card span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.info-list {
    margin-bottom: 10px;
}
.info-list .title {
    color: #272b41;
    font-weight: 500;
}
.info-list .text {
    color: #757575;
    display: block;
    overflow: hidden;
}
section.searchset {
    padding: 100px 20px 20px;
    background: #fbfbfb;
}
.searchresult:hover {
    box-shadow: 0px 4px 4px 8px rgb(231 231 231 / 25%);
}
.sortby-fliter {
    display: inline-block;
    width: 120px;
}
.formgroup {
    margin-bottom: 20px;
}
.searchresultimg {
    text-align: center;
    margin-bottom: 20px;
}
.sort-by {
    float: right;
}
.fliterset {
    border: 1px solid #d5d5d5;
    border-radius: 12px;
    background: #fff;
}

.flitersethead h2 {
    border-bottom: 1px solid #d5d5d5;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
}

.filterbody {
    padding: 15px;
}
.filterset {
    border-bottom: 1px solid #d5d5d5;
}
.filtersethead h2 a {
    width: 100%;
    display: block;
}
.filterinput {
    width: 100%;
    height: 40px;
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;
    padding: 0 10px;
    border-radius: 6px;
}
.fliterset{
    position: sticky;
    top: 80px;
}
.inputchecks ul{
    padding: 0;
}
.filterinputs {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom:1px solid #d5d5d5;
    margin-bottom: 20px;
    padding: 0 10px;
    background: transparent;
}
.inputchecks {
    max-height: 250px;
    overflow: auto;
}
select.filterinput.select {
    background: #f2f2f2;
    border-radius: 0;
    height: 50px;
}
select {
    outline:none;
}
.searchresult {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #d5d5d5;
    margin-bottom: 30px;
}
.searchresultimg img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transition: all 0.5s;
}
.filterbody:last-child .filterset {
    border-bottom: 0;
}
.searchresult:hover .searchresultimg img {
    border-radius: 10px;
}
.searchresultprofileimg img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: right;
    border: 5px solid #fff;
    position: relative;
    right: 20px;
    top: 0px;
}

.searchresultprofileimg {
    width: 100%;
    margin-top: -40px;
    position: relative;
}

.searchresultcontent {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #d5d5d5;
}
.searchresultcontent h5 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.searchresultcontent h4 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.searchresultcontent > p {
    font-size: 16px;
    font-weight: 400;
}
.searchresultcontent h6 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.searchresultcontentbottoms {
    padding: 15px 0 10px;
    text-align: center;
}
.btn-booknow {
    background: #058b7e;
    color: #fff !important;
    border:1px solid #058b7e;
    font-size: 14px;
    border-radius: 50px;
}
.filter-modify {
    background: #04568f;
    padding: 25px 0;
}
.filter-views {
    color: #333 !important;
    background: #fff;
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
}
a.btn.btn-resetfilter {
    background: #058b7e;
    width: 100%;
    padding: 7px 5px;
    color: #fff;
}
.result-path {
    background: #fff;
    width: 100%;
    border: 1px solid #d5d5d5;
    margin-bottom: 30px;
    padding: 0;
    display: flex;
}

.result-path-left {
    display: flex;
    padding: 15px;
    width: 70%;
    border-right: 1px solid #d5d5d5;
    flex-direction: column;
}

.result-path-se {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.result-path-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.result-path-img {
    padding-right: 20px;
}

.result-path-list ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.result-path-list ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
}
.result-path-right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:15px;
}

.result-path-right ul {
    padding: 0;
}

.result-path-right ul li {
    margin-bottom: 20px;
}

.result-path-right ul li label {
    margin: 0;
    font-size: 15px;
}

.btn-booknowin {
    width: 100%;
    border: 2px solid #058b7e;
    color: #fff !important;
    background: #058b7e;
    min-width: 150px;
}
.btn-booknowin:hover{
    background: transparent;
    color: #058b7e !important;
}
.result-path-name h5{
    color: #058b7e;
}
a.allview {
    color: #50b4f4;
    cursor: pointer;
}
.mapset .map-listing {
    position: sticky !important;
    top: 70px;
    height:100vh;
}
.result-path-right ul li i {
    margin-right: 10px;
    color: #9d9d9d;
}

label.avalible {
    color: #0bd10b  !important;
}

span.inactiveset {
    color: #a90101;
}
.allview{
    color: #c1ddfa;
}
.result-path-list ul li span {
    background: #eee;
    padding: 6px 25px;
    display: block;
    font-size: 14px;
    border-radius: 25px;
}
.drop-set .dropdown-menu {
    padding: 0;
    border-radius: 2px;
    border-top: 5px solid #53a4db;
}
.filter-set-path {
    background: #00253f;
    padding: 25px 0;
    margin-bottom:30px;
}
.inputchecks::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.inputchecks::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.filter-count{
    color: #ff0000;
    margin-left:10px;
}
/* Handle */
.inputchecks::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.inputchecks::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.filter-views.dropdown-toggle::after {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}
input.filter-inp {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 15px;
}
a.btn.btn-searchs {
    background: #53a4db;
    width: 100%;
    padding: 12px 5px;
    color: #fff;
}
.pop-search {
    background: #058b7e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #fff !important;
    cursor: pointer;
    border-radius: 0 0.25rem 0.25rem 0;
}
.pop-search:hover {
    background: #058b7e;
}
#chartnote_payer_name ~ .select2-container{
    /*width:100% !important;*/
}
.table-bordered thead tr {
    border-bottom: 0;
}
.pop-search i {
    font-size: 18px;
    font-weight: 600;
}
.btn-booknow:hover {
    background: transparent;
    color: #058b7e !important;
}
.searchresultcontentbottom {
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchcominty h4 {
    font-size: 12px;
    margin: 0;
}
.searchcominty a {
    color: #058b7e;
    font-weight: 600;
}
.filtersethead h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}
.filtersethead h2 a {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
}
.filtersethead h2 a.collapsed img {
    float: right;
    position: relative;
    top: 8px;
    transform: rotate(0);
    transition: all 0.5s;
}
.filtersethead h2 a img {
    float: right;
    position: relative;
    top: 8px;
    transition: all 0.5s;
    transform: rotate(180deg);
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
    color: #272b41;
    font-weight: 600;
    padding: 10px 20px;
    line-height: inherit
}
.invoice-table tr td,
.invoice-table-two tr td {
    color: #757575;
    font-weight: 500;
}
.invoice-table-two {
    margin-bottom:0;
}
.invoice-table-two tr th,
.invoice-table-two tr td {
    border-top: 0;
}
.pos-sti{
    position: sticky;
    top: 0;
}
.invoice-table-two tr td {
    text-align: right
}
.invoice-info h5 {
    font-size: 16px;
    font-weight: 500;
}
.other-info {
    margin-top: 10px;
}

.alert {
    z-index: 999;
    text-align: center;
}
.user-menu .dropdown-menu {
    max-height: 320px;
    overflow-y: scroll;
}
.header-login {
    border: 2px solid #058b7e;
    border-radius: 4px;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    color: #058b7e;
    text-transform: uppercase;
    font-weight: 500;
}
.header-navbar-rht {
    padding-right: 20px;
    padding-top: 5px;
}
.card-stats .card-header {
    float: left;
    text-align: center;
    border-radius: 5px;
}
.card-header h6{
    margin: 0;
}
.card [data-background-color] {
    color: #FFFFFF;
}
.card [data-background-color="red"] {
    background: linear-gradient(60deg, #ef5350, #e53935);
    box-shadow: 0 12px 20px -10px rgb(244 67 54 / 28%), 0 4px 20px 0px rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(244 67 54 / 20%);
}
.card-stats .card-header i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
}
.card-stats .card-content {
    text-align: right;
    padding-top: 10px;
}
.card.card-stats {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgba(0, 0, 0, 0.05);
}
.card [data-background-color="yellow"] {
    background: linear-gradient(60deg, #f39c12, #e8c007);
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.card [data-background-color="blue"] {
    background: linear-gradient(60deg, #3c8dbc, #00acc1);
    box-shadow: 0 12px 20px -10px rgb(0 188 212 / 28%), 0 4px 20px 0px rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(0 188 212 / 20%);
}
.card [data-background-color="green"] {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    box-shadow: 0 12px 20px -10px rgb(76 175 80 / 28%), 0 4px 20px 0px rgb(0 0 0 / 12%), 0 7px 8px -5px rgb(76 175 80 / 20%);
}
.card [data-background-color="purple"] {
    background: linear-gradient(60deg, #605ca8, #605ca8);
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.p12 {
    padding: 12px;
}
.fw-bold{
    font-weight: 700 !important;
}
.card.card-stats [data-background-color="dark-gray"] {
    background: linear-gradient(60deg, #232323, #151515);
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.mt24 {
    margin-top: 24px;
}
.card.card-stats .card-footer {
    background-color: #fff;
    border-top: 1px solid transparent;
    padding: 1rem 1.5rem;
}
.card .card-content {
    padding: 15px 20px;
}
.card-stats .card-content {
    text-align: right;
    padding-top: 10px;
}
.card.card-stats  .card-header {
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    margin: -20px 15px 0;
    border-radius: 3px;
    padding: 15px;
    background-color: #999999;
}
.progress-bar-red, .progress-bar-danger {
    background-color: #dd4b39;
}
.progress-bar-yellow, .progress-bar-warning {
    background-color: #f39c12;
}
.progress-bar-green, .progress-bar-success {
    background-color: #66bb6a;
}
.progress-bar-aqua, .progress-bar-info {
    background-color: #00c0ef;
}
.progress-bar-purple {
    background-color: #605ca8;
}
.card .card-header .title, .card .card-content .title {
    color: #FFFFFF;
}
.card-stats .title {
    margin: 0;
}
.card-profile .card-testimonial {
    margin-top: 30px;
    text-align: center;
}
.card-profile.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgba(0, 0, 0, 0.05);
}
.card-profile .card-avatar, .card-testimonial .card-avatar {
    max-width: 130px;
    max-height: 130px;
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 30px -12px rgb(0 0 0 / 42%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.available-info {
    font-size: 13px;
    color: #757575;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.available-info li i {
    width: 22px;
}
.available-info li + li {
    margin-top: 5px;
}
.view-btn {
    color: #058b7e;
    font-size: 13px;
    border: 2px solid #058b7e;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
}
.book-btn {
    background-color: #058b7e;
    border: 2px solid #058b7e;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 6px;
}
.text-green {
    color: #00a65a !important;
}
.card.card-profile h4 {
    font-size: 1.25rem;
}
.doctor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.doc-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px;
}
.doctor-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
}
.doctor-img img {
    border-radius: 5px;
}
.doctor-widget .doc-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}
h5.uppercase {
    letter-spacing: 2px;
    margin-right: -2px;
}
.doc-location {
    color: #757575;
    font-size: 14px;
    margin-bottom: 25px;
}
.doc-department {
    color: #058b7e;
    font-size: 14px;
    margin-bottom: 8px;
}
.clinic-details {
    margin-bottom: 15px;
}

.doc-location a {
    color: #058b7e;
    font-weight: 500;
}
.clini-infos {
    margin-bottom: 15px;
}
.doctor-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.doctor-action a {
    font-size: 24px;
}
.doctor-action a i {
    color: #FFF;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.pt8 {
    padding-top: 8px;
}
.pb24 {
    padding-bottom: 24px;
}
.mb24 {
    margin-bottom: 24px;
}
.widget-title {
    margin-bottom: 15px;
}
.service-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.service-list {
    margin-bottom: 30px;
}
.service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-list ul li {
    float: left;
    margin: 6px 0;
    padding-left: 25px;
    position: relative;
    width: 33%;
}
.service-list ul li::before {
    color: #ccc;
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}
.h4, h4 {
    font-size: 1.25rem;
}
.business-widget {
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 0;
}
.listing-day {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
}
.listing-day .day {
    font-weight: 500;
}
.time-items {
    color: #757575;
}
.time-items > span {
    display: block;
    text-align: right;
}
.text-red {
    color: #dd4b39;
}
.calendar {
    width: 100%;
}


/*-----------------
        31. Appoitment List
-----------------------*/

.widget-profile {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.widget-profile .profile-info-widget {
    display: block;
    text-align: center;
}
.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.appointment-list .profile-info-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    text-align: left;
}
.appointment-list .profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 120px;
    object-fit: cover;
    width: 120px;
}
.appointments .appointment-list {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 20px;
}
.appointments .appointment-list:last-child {
    margin-bottom: 30px;
}
.appointments .appointment-action {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.appointment-action a + a {
    margin-left: 5px;
}
.profile-img-wrap img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.text-muted {
    color: #000000 !important;
}
.staff-id {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.staff-msg {
    margin-top: 30px;
}
.profile-info-left {
    border-right: 2px dashed #ccc;
}
.personal-info li {
    margin-bottom: 10px;
}
.personal-info li .title {
    color: #4f4f4f;
    float: left;
    font-weight: 500;
    margin-right: 30px;
    width: 25%;
}
.personal-info li .text {
    color: #000000;
    display: block;
    overflow: hidden;
}
.avatar-box {
    float: left;
}
.avatar.avatar-xs {
    width: 24px;
    height: 24px;
}
.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.edit-icon {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #bbb;
    float: right;
    font-size: 12px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
}
.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}
.before-circle {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.experience-list > li .time {
    color: #000000;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}
.user-tabs .nav-tabs.nav-tabs-bottom .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom-width: 2px;
    border-bottom-color: #F8EB34;
    border-style: solid;
    background-color: transparent;
    color:#333;
}
.experience-list > li {
    position: relative;
}

.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}
.user-tabs .nav-tabs.nav-tabs-bottom .nav-item .nav-link {
    background-color: transparent;
    border-radius: 20px 20px 0 0;
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}
.card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.appointment-action a {
    font-size: 24px;
}
.info-details {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-details li .title {
    color: #272b41;
    font-weight: 500;
}
.info-details li .text {
    color: #757575;
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.info-details li {
    margin-bottom: 10px;
}
.info-details li:last-child {
    margin-bottom: 0;
}

/*-----------------
        32. Reviews
-----------------------*/

.doc-review.review-listing {
    margin: 0;
}
.review-listing.doc-review > ul > li {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
}


/*-----------------
        33. Voice call
-----------------------*/

.delete-icon {
    color: #e30b0b;
    float: right;
    font-size: 18px;
}
.profile-img-wrap img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.profile-img-wrap.edit-img .fileupload.btn {
    left: 0;
}
.fileupload.btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(33,33,33,.5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
}
.btn-text {
    color: #fff;
}
.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}
.profile-img-wrap.edit-img {
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
}
.profile-img-wrap {
    height: 120px;
    position: absolute;
    width: 120px;
    background: #fff;
    overflow: hidden;
}
.call-main-row {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: 0;
    top: 0;
}
.call-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.call-view {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    width: 75%;
}

.tier-setheading h2 {
    text-align: center;
    font-size: 24px;
}
.tier-setheading ul {
    padding: 0;
    margin: 0;
}
.tier-setheading ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.tier-setheading {
    padding: 15px;
    border-bottom: 1px solid #e8e8f7;
}
.tier-setheading h4 ,
.tier-setheading h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.tier-setheading ul li:last-child {
    margin: 0;
}
.tab-views .nav-tabs {
    background: #eee;
    padding: 5px;
    border-radius: 50px;
    display: inline-flex;
    margin: auto;
}
.tab-views {
    text-align: center;
}
.tab-views ul li a {
    border-radius: 25px !important;
}
.tab-views ul li a.active {
    background: #058b7e !important;
    color: #fff !important;
}
.tab-subscription {
    border-radius: 12px;
    margin-bottom: 1.875rem;
    background: #f5f5f5;
    box-shadow: 0 10px 30px 0 rgb(24 28 33 / 5%);
    display: flex;
    align-items: center;
    text-align: left;
    overflow: hidden;
    border-top: 5px solid #058b7e;
    transition: all 0.5s;
}
.tab-lefts {
    background: #fff;
    width: 75%;
    padding: 20px;
}
.tab-rights {
    text-align: center;
    padding: 0 45px;
    width: 25%;
}
.tab-subscriptionhead h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.tab-startingprice h6 {
    font-size: 15px;
    color: #999;
}
.tab-startingprice h2 {
    font-size: 26px;
    color: #058b7e;
}
.tab-startingprice h5 {
    font-size: 16px;
    font-weight: 400;
}
.tab-startingprice h4 {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}
.btn-subscripted {
    background: #058b7e;
    color: #fff !important;
}
.call-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}
.fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 15px;
}
.fixed-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
    padding: 0;
}
.fixed-header .user-info a {
    color: #272b41;
    font-weight: 500;
}
.typing-text {
    color: #058b7e;
    font-size: 12px;
    text-transform: lowercase;
}
.last-seen {
    color: #888;
    display: block;
    font-size: 12px;
}
.custom-menu {
    margin-top: 6px;
}
.fixed-header .custom-menu {
    margin: 0 0 1px;
}
.custom-menu.nav > li > a {
    color: #bbb;
    font-size: 26px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0;
}
.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
    background-color: transparent;
}
.custom-menu .dropdown-menu {
    left: auto;
    right: 0;
}
.call-contents {
    display: table-row;
    height: 100%;
}
.call-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}
.voice-call-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-flex: 2;
    flex: 2;
}
.seelctset span.input-group-btn {
    display: none;
}

.seelctset input.form-control.multiselect-search {
    width: 80% !important;
}

.seelctset li.multiselect-item.multiselect-all {
    border: 0 !important;
    background: transparent !important;
}

.seelctset li.multiselect-item.multiselect-all a.multiselect-all {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0 0;
}

.seelctset li.multiselect-item.multiselect-all a.multiselect-all label {
    padding: 0 10px !important;
}
#zgfm-back-listform-maintable-container ul.unstyled {
    display: flex;
}
.seelctset li a {
    padding: 5px  10px !important;
    display: block;
}

.seelctset li  a label {
    padding: 0 10px !important;
    width: 100%;
}
.seelctset .input-group {
    width: 90%;
}
.seelctset span.select2.select2-container.select2-container--default {
    display: none;
}
.seelctset  ul.multiselect-container.dropdown-menu.show {
    border-radius: 0;
}

.voice-call-avatar .call-avatar {
    margin: 15px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px;
    background-color: #fff;
}
.call-duration {
    display: inline-block;
    font-size: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}
.voice-call-avatar .call-timing-count {
    padding: 5px;
}
.voice-call-avatar .username {
    font-size: 20px;
    font-weight: 500;
}
.call-footer {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 15px;
}
.call-icons {
    text-align: center;
    position: relative;
}
.call-icons .call-items {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.call-icons .call-items .call-item {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.call-icons .call-items .call-item:last-child {
    margin-right: 0;
}
.call-icons .call-items .call-item a {
    color: #777;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
}
/*.call-icons .call-items .call-item a i {
        width: 18px;
        height: 18px;
}*/
.user-video {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.user-video img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.user-video video {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.my-video {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    left: 20px;
}
.my-video ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.my-video ul li {
    float: left;
    width: 120px;
    margin-right: 10px;
}
.my-video ul li img {
    border: 3px solid #fff;
    border-radius: 6px;
}
.end-call {
    position: absolute;
    top: 7px;
    right: 0;
}
.end-call a {
    background-color: #f06060;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    line-height: 10px;
    padding: 8px 25px;
    text-transform: uppercase;
}
.call-users {
    position: absolute;
    z-index: 99;
    bottom: 20px;
    right: 20px;
}
.call-users ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.call-users ul li {
    float: left;
    width: 80px;
    margin-left: 10px;
}
a.dropset.active {
    background: #f5f5f5;
}
a.dropset.active span.dropdown-title {
    display: flex;
}
a.dropset.active span.dropdown-title p {
    margin-left: 5px;
}

.call-users ul li img {
    border-radius: 6px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.call-mute {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    line-height: 80px;
    border-radius: 6px;
    font-size: 30px;
    color: #fff;
    display: none;
    top: 0;
    border: 3px solid transparent;
}
.call-users ul li a:hover .call-mute {
    display: block;
}
.call-details {
    margin: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.call-info {
    margin-left: 10px;
    width: 100%;
}
.call-user-details,
.call-timing {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.call-description {
    white-space: nowrap;
    vertical-align: bottom;
}
.call-timing {
    color: #727272;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 1px;
    overflow: hidden;
    white-space: pre;
}

/*-----------------
        34. Video Call
-----------------------*/

.content-full {
    height: 100%;
    position: relative;
    width: 100%;
}
.video-window .fixed-header {
    padding: 0;
    border: 0;
}
.video-window .fixed-header .nav > li > a {
    padding: 18px 15px;
}

/*-----------------
        35. Outgoing Call
-----------------------*/

.call-box .call-wrapper {
    height: auto;
    text-align: center;
}
.call-box .call-wrapper .call-avatar {
    margin-bottom: 30px;
    cursor: pointer;
    animation: ripple 2s infinite;
}
.call-box .call-wrapper .call-user {
    margin-bottom: 30px;
}
.call-box .call-wrapper .call-user span {
    display: block;
    font-weight: 500;
    text-align: center;
}
.call-box .call-wrapper .call-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.call-box .call-wrapper .call-items .call-item {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid transparent;
    border-radius: 100%;
    color: #fff;
    line-height: 0;
    margin: 0 5px;
    padding: 15px;
}
.call-box .call-wrapper .call-items .call-item:hover {
    opacity: 0.9;
}
.call-box .call-wrapper .call-items .call-item:first-child {
    margin-top: -30px;
}
.call-box .call-wrapper .call-items .call-item:last-child {
    margin-top: -30px;
}
.call-box .call-wrapper .call-items .call-item.call-end {
    padding: 20px;
    margin: 30px 20px 0;
    background: #f06060;
    border: 1px solid #f06060;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
}
.call-box .call-wrapper .call-items .call-item.call-start {
    padding: 20px;
    margin: 30px 20px 0;
    background: #55ce63;
    border: 1px solid #55ce63;
    color: #fff;
    line-height: 0;
    border-radius: 100%;
}
.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
    margin: 0 10px;
}
.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
    margin: 0 10px;
}
.call-box .call-avatar {
    border-radius: 100%;
    height: 140px;
    max-width: 140px;
    min-width: 140px;
    position: relative;
    width: 100%;
    border: 10px solid #fafafa;
}
.call-box .btn {
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}
@keyframes ripple {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }
    100% {
        -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

/*-----------------
        36. Incoming Call
-----------------------*/

.incoming-btns {
    margin-top: 20px;
}
.call-wrapper {
    position: relative;
    height: calc(100vh - 145px);
}
.call-page .footer {
    display: none;
}
.dropdown-action .dropdown-toggle::after {
    display: none;
}
.call-modal .modal-body {
    padding: 40px;
}
.call-modal .modal-content {
    border: 0;
    border-radius: 10px;
}
.call-box .call-wrapper .call-user h4 {
    font-size: 24px;
}



/*-----------------
        37. Terms and Conditions
-----------------------*/

.terms-text {
    margin-bottom: 20px;
}
.terms-text h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.terms-text p {
    color: #666;
    display: inline-block;
    font-size: 16px;
}

/*-----------------
        38. Blog
-----------------------*/

.blog {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 1.5rem;
    position: relative;
}
.blog:last-child {
    margin-bottom: 10px;
}
.blog-image {
    overflow: hidden;
}
.blog-image,
.blog-image > a,
.blog-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.blog-image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-image {
    margin-bottom: 30px;
}
.blog-content {
    position: relative;
}
.blog-title {
    font-size: 22px;
    margin: 0 0 10px;
}
.blog-title a {
    color: #272b41;
}
.blog-title a:hover {
    color: #058b7e;
}
.blog-content p {
    color: #666;
    font-size: 14px;
    margin: 0 0 30px;
}
.read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: #058b7e;
    text-decoration: underline;
    font-weight: bold;
}
.blog-info {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-info a {
    color: #757575;
}
.blog-info a:hover {
    color: #757575;
}
.blog-info i {
    color: #058b7e;
    font-size: 14px;
    margin-right: 5px;
}
.entry-meta {
    color: #757575;
    font-size: 14px;
    list-style: none;
    margin-bottom: 15px;
    padding: 0;
}
.entry-meta li {
    display: inline-block;
    margin-right: 15px;
}
.entry-meta li:last-child {
    margin-right: 0;
}
.blog-pagination .pagination {
    margin-bottom: 30px;
}
.blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #058b7e;
    margin-right: 10px;
    border-radius: inherit !important;
    border-color: #f0f0f0;
}
.blog-pagination .pagination li.disabled a {
    border-color: #f0f0f0;
}
.blog-pagination .pagination li.active a {
    background: #058b7e;
    border-color: transparent;
    color: #ffffff;
}
.post-left ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.post-left ul li {
    margin-bottom: 5px;
    margin-right: 20px;
}
.post-left ul li:last-child {
    margin-right: 0;
}
.post-author a {
    display: flex;
    align-items: center;
}
.video {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.latest-posts {
    margin: 0;
    padding: 0;
}
.latest-posts li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.latest-posts li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.post-thumb {
    border-radius: 4px;
    width: 80px;
    float: left;
    overflow: hidden;
}
.post-thumb a img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.post-info {
    margin-left: 95px;
}
.post-info h4 {
    font-size: 15px;
    margin: 0 0 5px;
}
.post-info h4 a {
    color: #272b41;
}
.post-info h4 a:hover {
    color: #058b7e;
}
.post-info p {
    color: #757575;
    font-size: 12px;
    margin: 0;
}
.post-info p i {
    color: #058b7e;
    font-size: 14px;
    margin-right: 4px;
}
.category-widget .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-widget .categories li {
    margin-bottom: 20px;
}
.category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-widget .categories li a {
    color: #058b7e;
    font-size: 15px;
    font-weight: 500;
}
.category-widget .categories li a span {
    float: right;
    color: #757575;
}
.category-widget .categories li a:hover {
    color: #058b7e;
}
.category-widget .categories > li > a > i {
    color: #058b7e;
    font-size: 18px;
    margin-right: 10px;
}
.tags-widget .card-body {
    padding-bottom: 1rem;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags li {
    float: left;
}
.tag {
    background-color: #fff;
    border-radius: 4px;
    color: #272b41;
    padding: 5px 10px;
    position: relative;
    margin: 0 .5rem .5rem 0;
    font-size: 14px;
    border: 1px solid #ccc;
    display: inline-block;
}
.tag:hover {
    background-color: #058b7e;
    border-color: #058b7e;
    color: #fff;
}
.comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}
.comments-list .comment-block p {
    font-size: 14px;
    margin-bottom: 5px;
}
.chat-screen {
    position: fixed;
    width: 450px;
    right: 30px;
    bottom: 0px;
    z-index: 1000;
}
.chat-screen.minimize {
    /*bottom: -450px;*/
    /*updated on 01/12/2022*/
    position: fixed;
    right: 0;
    bottom: 52px;
    align-items: flex-end;
    height: 0;
}
.minimize .fa-minus:before {
    content: "\f065";
}
a#popopenset {
    margin-top: 5px;
    display: block;
}
.chat-screen .card .card-header {
    background-color: #fff;
    border-color: #e8e8f7;
    padding: 10px;
}
.dropdown-menuview .select2-container--default .select2-selection--multiple {
    border: 1px solid transparent;
    border-bottom: 1px solid #d5d5d5;
    padding-left: 10px;
    min-height: 30px;
}
.multistep-form fieldset {
    display: none;
    width: 100%;
}
.form-intake {
    text-align: center;
}
.form-intake img {
    margin-bottom: 35px;
}
.form-intake h6{
    font-size: 20px;
}
.family-history ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.range-input input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 16px;
}
.range-input  input[type="range"]::-webkit-slider-runnable-track {
    height: 15px;
    background: rgba(38, 38, 44, 0.1);
    border-radius: 16px;
}
.range-input input[type="range"]::-moz-range-track {
    height: 15px;
    background: rgba(38, 38, 44, 0.1);
    border-radius: 16px;
}
.range-input input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #058b7e;
    box-shadow: -1207px 0 0 1200px #058b7e;
}
.range-input input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #f50;
    box-shadow: -1207px 0 0 1200px #058b7e;
}
.range-input{
    margin-bottom: 15px;
}
.range-content h6 {
    font-size: 14px;
    margin: 0;
}
.range-content{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.multistep-form #first {
    display: block;
}
.multistep-progress {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(132, 39, 225, 0.2);
    display: flex;
    align-items: center;
    width: 100%;
}
#progressbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}
#progressbar li {
    display: flex;
    align-items: center;
}
#progressbar li h5 {
    margin-bottom: 0;
    font-size: 14px;
    padding: 15px;
    border-right: 1px solid #d5d5d5;
}
.progress-active h5 {
    background: linear-gradient(180deg, #058b7e, #091f34);
    color: #fff;
}
.progress-active .multi-step {
    background: #19D1AF;
}
.progress-activated .multi-step {
    background: #19D1AF;
    font-size: 0;
}
.btn-card-right {
    text-align: right;
    margin-bottom: 20px;
}
.btn-secondary {
    color: #fff;
    background-color: #092C4C;
    border-color: #092C4C;
}
.btn-secondary.prev_btn{
    padding: 9px 15px;
    border-radius: 7px;
    box-shadow: none;
    border: 0;
}
.progress-activated .multi-step:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
}
.progress-activated h5 {
    background: #19D1AF;
    color:#fff;
}
.circle-percent-0 {
    display: block;
}
.circle-percent-25,.circle-percent-50, .circle-percent-75, .circle-percent-100 {
    display: none;
}
.circle-bar1 {
    height: 55px;
    margin-bottom: 10px;
}
.circle-graph1 {
    height: 55px;
}
.circle-bar > div {
    display: inline-block;
    position: relative;
    text-align: center;
}
.circle-bar > div p {
    left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 14px;
    color: #19D1AF;
}
.circle-percent-0 p {
    color: #8B8E97 !important;
}
.circle-bar > div canvas {
    width: 55px !important;
    height: 55px !important;
}
.dropzone {
    background: #FFFFFF;
    border: 1px dashed #8A2BE2;
    border-radius: 10px;
    min-height: 130px;
    text-align: center;
}
.dropzone p {
    font-size: 16px;
    color: #8A2BE2;
}
.dropzone span {
    display: none;
}
.multistep-form  {
    padding: 10px 45px;
    margin-bottom: 30px;
}
/*-----------------
        39. Blog Details
-----------------------*/

.blog-view .blog-title {
    font-size: 24px;
}
.blog-content p:last-child {
    margin-bottom: 0;
}
.blog-view .blog-info {
    border: 0;
    margin-bottom: 20px;
    padding: 0;
}
.social-share {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-share > li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: center;
}
.social-share > li:first-child {
    margin-left: 0;
}
.social-share > li > a {
    border: 1px solid #dfdfdf;
    color: #666;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.social-share > li > a:hover {
    background-color: #058b7e;
    color: #fff;
    border-color: #058b7e;
}
.blog-reply > a {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}
.blog-date {
    color: #999;
    font-size: 12px;
}
.blog-comments .comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.blog-comments .comments-list li {
    clear: both;
    padding-left: 80px;
}
.blog-comments .comments-list li .comment {
    margin-bottom: 20px;
}
.blog-comments .comments-list li .comment-author {
    left: 0;
    position: absolute;
}
.blog-comments .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}
.blog-comments .comment-btn {
    color: #058b7e;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}
.blog-author-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 600;
}
.new-comment label {
    font-weight: 500;
}
.comment-submit .btn {
    background-color: #058b7e;
    border-color: #058b7e;
    border-radius: 0;
    font-size: 18px;
    padding: 8px 26px;
    color: #fff;
}
.about-author-img {
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 100px;
}
.author-details {
    margin-left: 120px;
}
.about-author {
    min-height: 100px;
}
.author-details .blog-author-name {
    display: inline-block;
    margin-bottom: 10px;
}
.post-author img {
    border-radius: 100%;
    width: 28px;
    flex: 0 0 28px;
    margin-right: 5px;
}
.post-author a > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-edit-service textarea.form-control{
    min-height: 200px;
}
.custom-edit-service .service-upload {
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    text-align: center;
    padding: 70px 0;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
}
.custom-edit-service .service-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom-edit-service .service-upload i{
    font-size: 50px;
    color: #858585;
}
.custom-edit-service .service-upload span {
    font-size: 15px;
    color: #858585;
    margin-top: 14px;
    display: block;
}
.custom-edit-service .upload-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-edit-service .upload-wrap li {
    margin: 10px;
}
.custom-edit-service .upload-wrap li:first-child{
    margin-left: 0;
}
.custom-edit-service .upload-wrap li img{
    max-width: 100%;
}

/*-----------------
        40. Blog Grid
-----------------------*/

.grid-blog .blog-title {
    font-size: 18px;
    margin: 0 0 5px;
    min-height: 43px;
}
.grid-blog .blog-content p {
    margin: 0 0 15px;
}
.grid-blog .blog-info {
    margin-bottom: 15px;
}
.grid-blog .blog-image {
    margin-bottom: 20px;
}
.blog.grid-blog {
    padding: 20px;
}
.grid-blog .entry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.grid-blog .entry-meta li {
    margin-bottom: 10px;
}
/*.grid-blog .entry-meta li:last-child {
    flex: 0 0 110px;
    max-width: 110px;
    text-align: right;
}*/
.grid-blog .post-author {
    width: 189px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.grid-blog .post-author a:hover {
    color: #058b7e
}


/*-----------------
        18. Booking
-----------------------*/

.booking-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.booking-doc-info .booking-doc-img {
    width: 80px;
    margin-right: 15px;
}
.booking-doc-info .booking-doc-img img {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}
.schedule-header h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 3px 0 0;
}
.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}
.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 14.25%;
}
.day-slot li span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.day-slot li span.slot-date {
    display: block;
    color: #000;
    font-size: 12px;
}
.day-slot li small.slot-year {
    color: #757575;
    font-size: 14px;
}
.day-slot li.left-arrow {
    left: -15px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}
.btn-setdiv .btn{
    padding: 15px;
}
.day-slot li.right-arrow {
    right: -11px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px !important;
    transform: translateY(-50%);
}
.schedule-cont {
    padding: 20px;
}
.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
}
.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.25%;
    min-height: 1px;
}
.time-slot li .timing {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #555;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 5px;
    text-align: center;
    position: relative;
}
.time-slot li .timing:hover {
    background-color: #fff;
}
.time-slot li .timing:last-child {
    margin-bottom: 0;
}
.time-slot li .timing.selected {
    background: #F1F9FF;
    border: 1px solid #058b7e;
}
/*.time-slot li .timing.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}*/
.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.schedule-list:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.submit-section.proceed-btn {
    margin: 0 0 30px;
}
.Visa-setbottom i{
    font-size: 25px;
    margin-left: 8px;
    display: inline-block;
    cursor: pointer;
}
.Visa-setbottom i:hover{
    color:#058b7e;
}
.info-widget {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.Visa-setbottom {
    display: flex;
    align-items: center;
}
.free-consult-popover-blk ul{
    padding: 0;
}
.card-label > label {
    background-color: #fff;
    color: #959595;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin: 6px auto auto 8px;
    padding: 0 7px;
}
.card-label > input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    display: block;
    height: 50px;
    margin-top: -13px;
    padding: 5px 15px 0;
    transition: border-color .3s;
    width: 100%;
}
.exist-customer a {
    color: #058b7e;
    font-weight: 500;
}
.payment-widget .payment-list + .payment-list {
    margin-bottom: 15px;
}
.payment-radio {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 16px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*font-weight: 600;*/
    color: #272b41;
    text-transform: capitalize;
}
.payment-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0 0;
    border: 2px solid #555;
    border-top-color: rgb(125, 125, 125);
    border-right-color: rgb(125, 125, 125);
    border-bottom-color: rgb(125, 125, 125);
    border-left-color: rgb(125, 125, 125);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.payment-radio input:checked ~ .checkmark {
    border-color: #058b7e;
}
.form-check .payment-radio input:checked ~ .checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.form-check .payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #058b7e;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.form-check .payment-radio .checkmark::after{
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #058b7e;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.form-check .payment-radio .checkmark::after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.form-check .payment-radio input:checked ~ .checkmark {
    border-color: #058b7e;
}
.form-check .payment-radio .checkmark::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #058b7e;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.form-check .payment-radio input:checked ~ .checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.booking-date {
    padding: 0;
    list-style: none;
}


/* Hide the browser's default checkbox */
.labelcheckmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.dropdownopen {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 9;
    width: 250px;
    border: 1px solid #d5d5d5;
    padding: 10px;
}
.filter-dropset:hover .dropdownopen{
    display: block;
}
.link-filter > ul {
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
}

.filter-dropset > a.dropset {
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 50px;
    display: block;
}

.filter-dropset > a.dropset:hover ~ .dropdownopen {
    display: block;
}

li.filter-dropset {
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
}

.inputcheck ul {
    padding: 0;
}

label.labelcheckmark {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
}
.table-link:hover{
    color: #058b7e !important;
}
a.table-link {
    font-size: 16px;
    cursor: pointer;
}
.filterbodyset .filtersethead h2 a {
    padding-bottom: 0;
}
.filterbodyset .filtersetbody {
    padding: 20px 0 5px;
    border-bottom:1px solid #d5d5d5;
}
.table-export {
    padding: 15px 0;
}
.btn-import{
    background: #058b7e;
    color: #fff !important;
}
.btn-import:hover{
    background: #022035;
    color: #fff !important;
}
.table-export ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.table-export ul li {
    margin-right: 10px;
}
.filterbodyset .filterset {
    border-bottom: 0;
}
.filterbodyset .filtersethead h2 a.collapsed img {
    transform: rotate(-90deg);
}
.filterbodyset .filtersethead h2 a img {
    transform: rotate(0deg);
}
.labelcheckmark p {
    color: #d5d5d5;
    font-size: 12px;
    margin: 0;
    padding-left: 10px;
}
/* Create a custom checkbox */
.labelcheckmark .checkmarks {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #058b7e;
}
.labelcheckmark:hover input ~ .checkmarks {
    background-color: #f5f5f5;
}
.inputcheckbtn {
    border-top: 1px solid #d5d5d5;
    margin-top: 0;
    text-align: right;
}
.btn-apply {
    background: #058b7e;
    margin-top: 10px;
    color: #fff !important;
}
.labelcheckmark input:checked ~ .checkmarks {
    background-color: #058b7e;
}
.checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}
.labelcheckmark input:checked ~ .checkmarks:after {
    display: block;
}
.inputcheck ul li {
    margin-bottom: 5px;
}
.inputcheck {
    padding-left: 5px;
    max-height: 200px;
    overflow: auto;
}
.dropdownopen h6 {
    padding-bottom: 6px;
    border-bottom: 1px solid #d5d5d5;
}
.checksets-panel{
    max-height:350px;
    overflow: auto;
}
.checkset-panelhead h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.filter-dropset:hover .dropset{
    background: #f5f5f5;
}
.checkset-panelbody {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
}
.checkset-panelhead h2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.labelcheckmark .checkmarks:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.booking-date li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.booking-date li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
}
.d-none.sfdc-in {
    display: block !important;
}
.booking-date li span a{
    color: #20c0f3;
    font-size: 13px;
    width: 100%;
    display: inline-block;
}
.booking-fee {
    padding: 0;
    list-style: none;
}
.booking-fee li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #272b41;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.booking-fee li span {
    float: right;
    color: #757575;
    font-weight: 400;
    font-size: 15px;
}
.booking-total {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 20px;
}
.booking-total ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.booking-total ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #272b41;
}
.booking-total ul li .total-cost {
    color: #058b7e;
    font-size: 16px;
    float: right;
}

/*-----------------
        20. Booking Success
-----------------------*/

.success-page-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display:flex;
}
.success-card .card-body {
    padding: 50px 20px;
}
.success-cont {
    text-align: center;
}
.success-cont i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid #058b7e;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: #058b7e;
}
.success-cont h3 {
    font-size: 24px;
}
.success-cont p {
    margin-bottom: 30px;
}
.success-cont strong {
    font-weight: 600;
}
.view-inv-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
}


/*-----------------
        41. Map List & Grid
-----------------------*/

.map-page .footer {
    display: none;
}
.map-page .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1030;
}
.map-page .content {
    padding-top: 115px;
}
.map-right {
    bottom: 0;
    height: 100%;
    min-height: 100%;
    padding-right: 30px;
    position: fixed;
    right: 0;
    top: 115px;
    z-index: 1029;
}
.map-listing {
    height: calc(100vh - 145px);
    width: 100%;
}
.map-listing .profile-widget {
    width: 200px !important;
    padding: 0;
    border: 0;
    margin-bottom: 0;
}
.map-right .available-info {
    margin-bottom: 0;
}
.view-icons {
    display: inline-flex;
    float: right;
}
.view-icons a {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #212529;
    display: flex;
    font-size: 20px;
    justify-content: center;
    padding: 4px 10px;
    text-align: center;
    margin-left: 10px;
    width: 44px;
    height: 44px;
}
.view-icons a:hover {
    border-color: #058b7e;
    color: #058b7e;
}
.view-icons a.active {
    background-color: #058b7e;
    border-color: #058b7e;
    color: #fff;
}


/*-----------------
        42. Loader
-----------------------*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
.loader {
    display: inline-block;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    position: absolute;
    top: 50%;
}
.loader span {
    -webkit-animation: loader 1.3s linear infinite;
    animation: loader 1.3s linear infinite;
    background-color: #058b7e;
    border-radius: 100%;
    display: inline-block;
    height: 50px;
    position: absolute;
    width: 50px;
}
.loader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes loader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

.patient-details h5 {
    color: #757575;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.patient-details h5 i {
    width: 18px;
}




.conversation_right ul{margin:0;padding:0;text-align:center;}

.conversation_right ul li{display:inline-block;margin-right:15px;}

.conversation_right ul li:last-child{margin-right:0;}

.conversation_right ul li a {

    color: #fff;
    border: 2px solid #5c65be;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5c65be;

}.conversation_right ul li a {

    color: #fff;
    border: 2px solid #5c65be;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5c65be;

}
.conversation_right ul li a.conv_videocall {

    color: #fff;
    border: 2px solid #5cb85c;
    background-color: #5cb85c;

}
.conversation_right ul li a.conv_audiocall{
    color:#4e87f0;
    border:2px
        solid #4e87f0;
}

.conversation_right ul li a:hover{
    color:#fff;
    background:#5c65be;
}

.conversation_right ul li a.conv_videocall:hover{background:#5cb85c;}

.conversation_right ul li a.conv_audiocall:hover{background:#4e87f0;}

.conversation_right .remainingtime{
    font-size:14px;
    color:#9a9a9a;
    clear:both;
    margin:10px 0 0;
}

.callbox .conversation_right ul{margin:0;padding:0;/*text-align:center;*/}

.callbox .conversation_right ul li {
    display: inline-block;
    font-size: 11px;
    color: #cdcdcd;
    border: 2px solid #cdcdcd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    margin-right: 15px;
}
.appointment-action .conv-list {
    margin-top: 15px;
}
.callbox .conversation_right ul li:last-child{margin-right:0;}

.callbox .conversation_right ul li a {
    display: block;
    color: #00d0f1;
    border: 2px solid #00d0f1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: -2px 0 0 -2px;
    font-size: 11px;
}

.callbox .conversation_right ul li a.conv_videocall{color:#5cb85c;}
.callbox .conversation_right ul li a.conv_videocall.startVideo{color:#307628;border:2px solid #307628;}

.callbox .conversation_right ul li a.conv_audiocall{color:#4e87f0;border:2px solid #4e87f0;}

.callbox .conversation_right ul li a:hover{color:#fff;background:#00d0f1;}

.callbox .conversation_right ul li a.conv_videocall:hover{background:#5cb85c;}

.callbox .conversation_right ul li a.conv_audiocall:hover{background:#4e87f0;}

.callbox .conversation_right .remainingtime{font-size:10px;color:#9a9a9a;clear:both;margin:10px 0 0;}

.conv_messages_box{background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.2);width:300px;height:100%;position:fixed;top:0;right:0;display:none;z-index:1040;}

.conv_messages_box .panel-heading{overflow:hidden;border:1px solid #e9e9e9;}

.conv_messages_box .panel-footer{position:absolute;bottom:0;padding:0;background:#fff; width:100%;}

.conv_messages_box .panel-footer .message-bar .link{padding:0 0 0 10px;}

.conv_messages_box .panel-footer .btn.chat-send-btn{min-width:50px; padding:0 10px; height:auto;}

.conv_messages_box .panel-body{ padding:15px 0;}

.conv_messages_box .mCSB_inside > .mCSB_container{ margin-right:0 !important;}

.conv_messages_box .message-area input{ margin:0;}

.login-right .form-focus {
    height: auto;
}
.error {
    font-size: 13px;
    margin-top: 0px;
    color: #f44336;
    margin-bottom: 0;
}
.waring-alerts .modal-header{
    justify-content: center;
    border-bottom: 0;
    font-size: 20px;
}
.countsviews{
    display: flex;
    align-items: center;
    justify-content: center;
}
.countsview{
    width: 100px;
    height: 100px;
    background: #fedddd;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ff0000;
}
.waring-alerts .modal-dialog {
    max-width: 400px;
    border-radius: 10px;
}
.custom-modal.waring-alerts .modal-content {
    background-color: #fff;
}
.waring-alerts p{
    font-size: 16px;
}
.waring-alerts .countdownset{
    font-size: 24px;
    color: #ff0000;
    font-weight: 700;
    animation: zoom-in-zoom-out 1s ease infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

.table-responsive > div.dataTables_wrapper > div.row:first-child {
    padding: 0 0px 15px;
}

.table-responsive > div.dataTables_wrapper > div.row:last-child {
    padding: 0 20px 20px;
}
.blog-img-upload {
    cursor: pointer;
    background-color: #fbfbfb;
    border: 2px dashed rgba(0, 0, 0, 0.1);
    min-height: 150px;
    padding: 20px;
    width: 100%;
}
.payerorder_box, #deletegroupnotesModal, #deletegroupnotespatientModal {
    z-index: 9999;
}



/*Account css*/
.account-card {
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}
.account-card span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.info-list {
    margin-bottom: 10px;
}
.info-list .title {
    color: #272b41;
    font-weight: 500;
}
.info-list .text {
    color: #757575;
    display: block;
    overflow: hidden;
}

/* Home Page */

.divResult {
    /*background-color: #fff;*/
    border-radius: 5px;
    /*box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);*/
    display: none;
    left: 0;
    max-height: 300px;
    overflow: auto;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.keyword-img img {
    width:30px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
}
.keyword-search a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.keyword-search small {
    font-size: 12px;
    font-weight: 400;
    color: #757575;
}
.keyword-search {
    margin-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
    background:#fff;
}
.keyword-search:last-child {
    margin-bottom: 0;
}
.keyword-img {
    width:8%;
    float:left;
}
.table-print-cntent{
    max-width: 200px;
    white-space: normal;
}
@media only screen and (max-width: 475px) {
    .keyword-img {
        width: 15%;
        float: left;
    }
    .section-blogs {
        background-color: #f8f9fa;
        padding: 40px 0;
    }
}
.calculator-set {
    background: #058b7e;
    padding: 15px 15px 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.calculator-set label {
    color: #fff;
}

/*RM added new */
/*-----------------
  Toggle Button
-----------------------*/

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.checktoggle {
    /*background-color: #e0001a;*/
    background-color: #a19d9e;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}
.checktoggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;

}
.fs-10{
    font-size:10px !important;
}
.check:checked + .checktoggle {
    background-color: #55ce63;
}
.check:checked + .checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}
.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}
.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}
.onoffswitch-inner:before {
    background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


.place_of_service {
    width: 440px !important;
}

.chartnote_clinic_id {
    width: 440px !important;
}

.patient_preview_patient_list_actions {

    width: 180px !important;
}

.contract_payer_id {
    width: 440px !important;
}
.payment-radio input:checked ~ .checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.payment-radio input:checked ~ .checkmark {
    border-color: #058b7e;
}

.payment-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    margin: 3px 0 0 0;
    border: 1px solidrgba(38, 38, 44, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*//////////////////////*/

#chartnote_payer_name {
    /*width: 860px !important;*/
}

.chartnotesclaimsupdate_place_of_service {
    width: 440px !important;
}
.sig.sigWrapper.current canvas {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    width: 250px !important;
}
.multiselect-container>li>a>label {
    padding: 3px 0px 3px 5px !important;
}
.multiselect-container {
    width: 100%;
    height: 250px;
    min-height: 250px;
    overflow: auto;
    overflow-x: hidden !important;
    border-radius: 0;
}
.filter-set-pathview .multiselect-container {
    min-width: 220px;
}
.sig.sigWrapper.current {
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
ul.sigNav {
    padding-top: 75px;
    padding-right: 30px;
    padding-left: 20px;
}
span.signature_div_sub {
    margin-top: 10px;
}
.filterviewsa {
    padding: 0 15px;
}
.popular-view {
    margin-bottom: 10px;
}
.popular-view > label {
    color: #fff;
}
.popular-view .dropdown-toggle {
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.filter-set-pathview span.multiselect-selected-text  ,.form-controls{
    font-size: 14px;
}
.popular-view .btn-group {
    width: 100%;
}

.popular-view .dropdown-toggle::after {
    right: 10px;
    position: absolute;
    top: 15px;
}
.popular-view .selection {
    display: none;
}
.table-news table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before{
    top: 20%;
    bottom: auto;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after{
    bottom: 10px;
}
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px !important;
}
.table-link i {
    background: #058b7e;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    justify-content: center;
    padding: 4px;
    border-radius: 50px;
}
.table-link i:hover{
    background: #058b7e;
}
.select-tableview.collapse{
    padding:0 ;
}
.btn-resetfilters {
    background: #058b7e;
    display: block;
    color: #fff !important;
}
.filter-set-path.filter-set-pathview {
    padding: 25px;
    box-shadow: 0 10px 30px 0 rgb(24 28 33 / 5%);
    border-radius: 0.75rem;
}
.containercheck {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmarkset {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
}
.containercheck:hover input ~ .checkmarkset {
    background-color: #ccc;
}
.containercheck input:checked ~ .checkmarkset {
    background-color: #058b7e;
}
.checkmarkset:after {
    content: "";
    position: absolute;
    display: none;
}
.containercheck input:checked ~ .checkmarkset:after {
    display: block;
}
.containercheck .checkmarkset:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.form-controls{
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    height: 38px;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    width:100%;
}
.date-icon {
    background-image: url(../img/icon03.png);
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 18px;
}

.table-news .multiselect-container input[type="radio"] {
    display: none;
}

.table-news .multiselect-container label {
    width: 100%;
    padding: 10px !important;
}

.table-news .multiselect-container .active label {
    background: #eee;
    color: #333;
}

.table-news .multiselect-container label:hover {
    background: #058b7e;
    color: #fff;
}
.form-controls{
    font-size: 13px;
}
.contract_price_select_class {
    width: 350px !important;
}
.login-wrapper  .loginbox.login-otp {
    max-width: 500px;
    width: 100%;
}
.login-rights{
    padding: 40px;
}

.partitioned {
    padding-left: 15px;
    letter-spacing: 73px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 87px 1px;
    background-repeat: repeat-x;
    background-position-x: 60px;
    width: 100%;
    outline: none;
    font-size: 30px;
}
.login-otpsetcontent h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
}

.login-otpsetcontent h5 {
    font-size: 16px;
    color: #a5a5a5;
    margin-bottom: 15px;
}

.login-otpsetcontent h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #bcbcbc;
}

.login-otpsetcontent h3 img {
    width: 20px;
    margin-right: 10px;
}

.login-otpsetlogo img {
    width: 200px;
    margin-bottom: 30px;
}
.login-otpsetcontent > a {
    color: #3030ff !important;
    text-decoration: underline !important;
    margin-bottom: 25px;
    display: block;
}
.otp-input {
    margin-bottom: 25px;
}
.modal-sethead {
    background: #058b7e;
    color: #fff;
}
.modal-sethead h5 {
    color: #fff;
}
.modal-sethead .close {
    color: #fff;
    opacity: 1;
}
.inp,
.inpwarn {
    text-transform: uppercase;
    padding-bottom: 0px;
    border: 1px solid #FFFFFF;
    background-color: #f5f5f5;
    color: #333;
    font-size: 12px;
    padding:5px 10px;
    margin: 0;
}
.btn-addcharge {
    background: #058b7e;
    color: #ffff !important;
}
.tdcell {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 10px;
    font-size: 12px;
    vertical-align: top;
}

.modal-dialog.modal-cont-large {
    max-width: 100%;
    width: 90%;
}
.modal-scrolls {
    height: 80vh;
    overflow: auto;
}
.d-set img {
    position: absolute;
    top: 15px;
}
.d-set{
    position: relative;
}


td>.sidebyside {
    display: inline-flex;
}
td>.sidebyside>*{
    float: left;
    /*width: 80px; */
}

#chartnotesclaimsupdateModal .modal-xl {
    max-width: 1800px;
}

#chartnote_payer_name {
    /* max-width: 200px !important; */
}

.error-sec ul {
    padding: 0;
}
.error-sec ul li {

    background-color: rgb(255, 192, 192);
    padding: 10px;
    margin-bottom: 10px;
}

#service_type_provider, #service_type_render_provider {
    width:295px !important;
}

.notify-center {
    height: 10em;
    display: flex;
    align-items: center
}
.table-firstchild th {
    display: flex;
}
.table-firstchild input[type=checkbox] {
    margin-right: 10px;
}

#claims_create_note_category, #claims_create_notes_team_member {
    width: 465px;
}

.modal-contentlogs ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.modal-contentlogs ul li {
    width: 50%;
    margin-bottom: -10px;
}
.modal-contentlogs {
    /* padding: 25px; */
    border-bottom: 1px solid #d5d5d5;
}

.modal-contentlogs:last-child {
    border-bottom: 0;
}
.modal-contentlogs ul li label {
    width: 32%;
    font-weight: 600;
}
.modal-contentlogs ul li span {
    width: 68%;
    font-weight: 400;
}
.modal-contentlogdelete{
    text-align: right;
}
.modal-contentlogdelete .delete-icons img{
    width: 16px;
}
.chat-screen{
    display: none;
}
.tick{
    color: #00a65a;
    text-align: right;
}
.contacts_body {
    height: 320px !important;
    /* overflow: auto !important; */
}
.chat-users-list a.media.active {
    background-color: #f5f5f6;
}
.chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}
.avatar-away::before {
    background-color: #ffbc34;
}

.avatar-away::before, .avatar-offline::before, .avatar-online::before {
    position: absolute;
    right: 0;
    bottom: 0;
    /*width: 25%;
    height: 25%;*/
    width: 30%;
    height: 30%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}
.chat-users-list a.media .media-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.user-name {
    color: #272b41;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.user-last-chat {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
    white-space: nowrap;
}
.card-contentview .card .card-header {
    padding: 10px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
    float: right;
}
.card-heads{
    padding: 15px;
    background: #058b7e;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.card-heads h3{
    color: #fff;
    font-size: 16px;
    margin:0;
}
.card-heads a{
    color: #fff;
}
.contacts_card  .card .card-header {
    background-color: #fff;
    border-color: #e8e8f7;
    padding: 10px;
    border-bottom: 1px solid #e8e8f7;
}
.chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.bg-success-soft{
    background: #EEFAF1 !important;
}
.chat-users-list a.media {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
    transition: all 0.2s ease 0s;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    min-width: 350px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    min-width: 350px;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    min-width: 350px;
    position: fixed !important;
}
.contacts_body .avatar {
    width: 40px;
    height: 40px;
}

.chat-screen .contacts_body {
    height: 320px !important;
    overflow: auto !important;
}

.chat-drop-down {
    min-width: 275px;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}
.ui-draggable .ui-dialog-titlebar {
    background: #058b7e;
}
.ui-dialog .ui-dialog-title{
    color: #fff;
}
.chat-search .input-group .form-control{
    padding-left:40px;
}
span.search_btn {
    position: absolute;
    z-index: 99;
    top: 12px;
    left: 18px;
}
.msg_card_body{
    height: 220px !important;
}

.media.sent .media-body .msg-box > div {
    background-color: #e3e3e3;
}
.msg_head {
    position: relative;
    border-bottom: 1px solid #f0f0f0 !important;
}
.msg_card_body ul.list-unstyled {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.msg_card_body .media .avatar {
    height: 30px;
    width: 30px;
    margin-top: 15px;
}
.msg_card_body .media .media-body {
    margin-left: 20px;
}
.msg_card_body .media .media-body .msg-box > div {
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}
.msg_card_body .media .media-body .msg-box > div p {
    color: #fff;
    margin-bottom: 0;
}
.msg_card_body .media .media-body .msg-box + .msg-box {
    margin-top: 5px;
}
.msg_card_body .media.received {
    margin-bottom: 20px;
}
.msg_card_body .media.received .chat-msg-info li a {
    color: #fff;
}
.msg_card_body .media:last-child {
    margin-bottom: 0;
}
.msg_card_body .media.received .media-body .msg-box > div {
    background-color: #058b7e;
}
.msg_card_body .media.sent {
    margin-bottom: 20px;
}
.received  .chat-time {
    color: #fff;
}
a#back_user_list {
    font-size: 26px;
    margin: 0  15px 0 0;
}
a#chat_new_back_user_list {
    font-size: 26px;
    margin: 0  15px 0 0;
}
.msg_card_body .media.sent .media-body {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: 0;
}
.msg_card_body .media.sent .media-body .msg-box > div {
    background-color: #e3e3e3;
}
.msg_card_body .media.sent .media-body .msg-box > div p {
    color: #272b41;
}
.msg_card_body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
.msg_card_body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}
.msg_card_body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.msg_card_body .media.sent .avatar {
    -ms-flex-order: 3;
    order: 3;
    margin-left:15px;
}
.hides{
    display:none !important;
}
.shows{
    display:block !important;
}
.card-contentview{
    display: none;
}
/* .ui-widget.ui-widget-content {
    right: 0;
    left: auto !important;
    bottom: 30px;
    top: auto !important;
} */

/*for client checklist */
.recovery-wrap {
    padding: 30px 30px 0;
}
.recovery-wrap h5 {
    margin-bottom: 30px;
}
.recovery-wrap ul {
    padding: 0;
    margin-bottom: 20px;
}
.recovery-wrap .containercheck {
    font-size: 16px;
    padding-left: 20px;
}
.recovery-wrap p, .recovery-wrap div {
    text-align: justify;
}
.provider_signature_div {
    margin-bottom: 30px;
}
/* client checklist end */

.flex-badge {
    display: flex;
    align-items: center;
    gap: 10px;
}
.flex-badge p {
    margin: 0;
}
.flex-badge .badge {
    padding: 6px 4px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
}
.flex-badge .badge.badge-primary-fill {
    background-color: #058b7e;
    color: #ffffff;
}
.flex-badge .badge.badge-default {
    background-color: rgba(38,38,44,0.05);
    color: rgba(38,38,44,0.50);
}
.body-space {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.body-space .row-blk:not(:last-child) {
    margin-bottom: 15px;
}
.body-space .row-blk h5 {
    font-size: 14px;
    font-weight: 600;
    color: #26262C;
    margin: 0 0 5px;
}
.avatar-list-stacked {
    padding: 0;
}
.avatar-list-stacked .avatar:first-child .avatar-title {
    background-color: #18B3F1;
}
.avatar-list-stacked .avatar:nth-child(2) .avatar-title {
    background-color: #0D9A5A;
}
.avatar-list-stacked .avatar:nth-child(3) .avatar-title {
    background-color: #C76210;
}
.avatar-list-stacked .avatar:nth-child(4) .avatar-title {
    background-color: #510FC3;
}
.avatar-list-stacked.avatar-group-overlapped .avatar {
    margin-right: -0.875rem;
}
.avatar-list-stacked.avatar-group-overlapped .avatar:hover {
    z-index: 1;
}
.avatar-list-stacked.avatar-group-lg .avatar {
    width: 3.25rem;
    height: 3.25rem;
}
.avatar-list-stacked.avatar-group-lg .avatar > .initial-wrap {
    font-size: 0.95rem;
}
.avatar-list-stacked.avatar-group-lg.avatar-group-overlapped .avatar {
    margin-right: -1rem;
}
.avatar-list-stacked.avatar-group-sm .avatar {
    width: 2rem;
    height: 2rem;
}
.avatar-list-stacked.avatar-group-sm .avatar > .initial-wrap {
    font-size: 0.6rem;
}
.avatar-list-stacked.avatar-group-sm.avatar-group-overlapped .avatar {
    margin-right: -0.625rem;
}
.avatar-list-stacked .avatar {
    margin-inline-end: -0.875rem !important;
    vertical-align: middle;
    transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
    margin-inline-end: 0 !important;
    background-color: #E6EAED;
    color: #26262C;
}
.avatar-list-stacked .avatar:hover {
    z-index: 1;
    transform: translateY(-0.188rem);
}
.row-blk .avatar {
    width: 35px;
    height: 35px;
}
.row-blk .avatar-title {
    font-size: 12px;
}
.btn-action-blk {
    gap: 5px;
}
.btn-action-blk .btn-action {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6EAED;
    color: #868686;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
}
.appt-calender-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.appt-calender-blk .appt-info {
    border-right: 1px solid #E6EAED;
    flex: 1 0 0;
    padding-right: 23px;
}
.appt-calender-blk .appt-info h4 {
    font-size: 16px;
}
.appt-calender-blk .appt-info h5 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(38,38,44,077);
    display: flex;
    align-items: center;
}
/* .appt-calender-blk .appoint-header {
  flex: 1 0 0;
} */
.status-appointmnt .badge-border span {
    font-size: 12px !important;
    padding: 5px 7px !important;
    font-weight: 400;
    border-radius: 5px;
}
.appt-calender-blk .status-appointmnt .badge-border:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid #E6EAED;
}
.appt-calender-blk .appoint-header h6 {
    font-size: 14px;
    justify-content: end;
}
.appt-calender-blk .appoint-header .status-appointmnt-scheduled .badge-pendings {
    padding: 5px 7px !important;
}
.badge-appt-status {
    background: rgba(44, 202, 185, 0.1) !important;
    padding: 3px 5px;
    color: #058b7e;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.appt-calendar-wrapper .profile-off {
    flex: 1 0 0;
}
.appt-calendar-wrapper .canvas-set-path.canvas-setview {
    border-color: rgba(44, 202, 185, 0.2);
}
.appt-calendar-wrapper .off-canvas-vist-reason ul {
    border-radius: 10px;
}
.appt-calendar-wrapper {
    padding-bottom: 61px;
}
.offcanvas-footer {
    padding: 10px 20px;
    background: #058b7e;
    color: #ffffff;
    font-weight: 500px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 500px;
}
.offcanvas-footer p {
    margin: 0;
    padding: 0;
}



/*-----------------
        28. Responsive
-----------------------*/

@media (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }
    .avatar-xxl .border {
        border-width: 4px !important;
    }
    .avatar-xxl .rounded {
        border-radius: 12px !important;
    }
    .avatar-xxl .avatar-title {
        font-size: 42px;
    }
    .avatar-xxl.avatar-away:before,
    .avatar-xxl.avatar-offline:before,
    .avatar-xxl.avatar-online:before {
        border-width: 4px;
    }
}

@media only screen and (min-width: 992px) {
    #toggle_btn {
        align-items: center;
        color: #fff;
        display: inline-flex;
        float: left;
        font-size: 30px;
        height: 60px;
        justify-content: center;
        margin-left: 15px;
        padding: 0 15px;
    }

    .mini-sidebar .header-left .logo img {
        height: auto;
        max-height: 40px;
        width: auto;
    }
    .mini-sidebar .header .header-left .logo {
        display: none;
    }
    .navbar-expand-lg {
        margin-left: 270px;
    }
    .mini-sidebar .header-left .logo.logo-small {
        display: block;
    }
    .mini-sidebar .header .header-left {
        padding: 0 5px;
        width: 78px;
    }
    .mini-sidebar .sidebar {
        width: 78px;
    }
    .mini-sidebar.expand-menu .sidebar {
        width: 240px;
    }
    .mini-sidebar .menu-title {
        visibility: hidden;
        white-space: nowrap;
    }
    .mini-sidebar.expand-menu .menu-title {
        visibility: visible;
    }
    .mini-sidebar .menu-title a {
        visibility: hidden;
    }
    .mini-sidebar.expand-menu .menu-title a {
        visibility: visible;
    }
    .modal-open.mini-sidebar .sidebar {
        /*z-index: 1051;*/
        z-index: 101;
    }
    .mini-sidebar .sidebar .sidebar-menu ul > li > a span {
        display: none;
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }
    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul > li > a span {
        display: inline;
        opacity: 1;
    }
    .mini-sidebar .page-wrapper {
        margin-left: 108px;
    }
    .page-title::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 16px;
        width: 1px;
        background: #cecece;
    }
}

@media (max-width: 991.98px) {
    .header {
        background-color: #212B36;
    }
    section.searchset{
        padding:90px 15px 20px;
    }
    .header .header-left {
        position: absolute;
        width: 100%;
        border-bottom: 0;
    }
    .mobile_btn {
        color: #fff !important;
        cursor: pointer;
        display: block;
        font-size: 24px;
        height: 60px;
        left: 0;
        line-height: 60px;
        padding: 0 15px;
        position: absolute;
        text-align: center;
        top: 0;
        z-index: 10;
    }
    .header .dropdown i {
        color: #fff;
    }
    .fliterset{
        position: relative;
        top: 0;
    }
    .user-menu.nav > li > a .badge {
        background-color: #fff;
        color: #058b7e;
    }
    .chat-header .header-chat {
        color: #fff !important;
    }
    #toggle_btn {
        display: none;
    }
    .top-nav-search {
        display: none;
    }
    .sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }
    .add-item {
        margin-top: 10px;
    }
    .flag-nav {
        display: none;
    }
    .login-wrapper .loginbox .login-left {
        padding: 80px 50px;
    }
    .login-wrapper .loginbox .login-right {
        padding: 50px;
    }
    .sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }
    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        padding-top: 60px;
    }
    .table-responsive-mobile{
        overflow: auto;
    }
    .chat-window .chat-scroll {
        max-height: calc(100vh - 255px);
    }
    .chat-window .chat-cont-left,
    .chat-window .chat-cont-right {
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }
    .chat-window .chat-cont-left {
        border-right: 0;
    }
    .chat-window .chat-cont-right {
        position: absolute;
        right: calc(-100% + -1.875rem);
        top: 0;
    }
    .chat-window .chat-cont-right .chat-header {
        justify-content: start;
    }
    .chat-window .chat-cont-right .chat-header .back-user-list {
        display: block;
    }
    .chat-window .chat-cont-right .chat-header .chat-options {
        margin-left: auto;
    }
    .chat-window.chat-slide .chat-cont-left {
        left: calc(-100% + -1.875rem);
    }
    .chat-window.chat-slide .chat-cont-right {
        right: 0;
    }
    .ticket-window {
        display: none;
    }
    .navbar {
        background: #058b7e;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
    .header .header-left {
        height: auto;
    }
    .sidebar {
        top: 60px;
    }
    .navbar-dark .navbar-brand {
        margin: 0 auto;
    }
    .navbar-light .navbar-toggler,
    .navbar-light .navbar-toggler:focus {
        border: none;
        outline: none;
    }
    .banner-text {
        margin-right: 0;
    }
    .footer-img,
    .banner-img,
    .header-border:after,
    .bg-remove {
        display: none;
    }
    .people-mane img,
    .search-lists .row img {
        height: auto;
    }
    .top-search form .pl-0 {
        padding-left: 15px !important;
    }
    .top-search .form-control {
        margin-bottom: 10px;
    }
    .top-search form .pr-0 {
        padding-right: 15px !important;
    }
    .navbar-brand {
        margin-left: 0;
    }
    .page-wrapper > .content {
        padding: 1.875rem 1.875rem 1.875rem;
    }
    .settings-menu {
        margin-bottom: 15px;
    }
    .tab-data {
        display: block;
    }

    .tab-left {
        padding-right: 0;
        border-right: 0;
        width: 100%;
    }

    .tab-right {
        padding-left: 0;
        width: 100%;
        margin-top: 25px;
    }

    .nav-tabs{
        display: inline-flex;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .page-header .breadcrumb {
        display: none;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 0.875rem;
    }
    h1,
    .h1 {
        font-size: 2rem;
    }
    h2,
    .h2 {
        font-size: 1.75rem;
    }
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.125rem;
    }
    h5,
    .h5 {
        font-size: 1rem;
    }
    h6,
    .h6 {
        font-size: 0.875rem;
    }
    .card .card-header .card-title {
        font-size: 1rem;
    }
    .calendar header .month {
        font-size: 18px;
    }
    .sidebar-menu li a {
        font-size: 14px;
    }
    .sidebar-menu ul ul a {
        font-size: 13px;
    }
    .header .header-left .logo {
        display: none;
    }
    .header .has-arrow .dropdown-toggle:after {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }
    .navbar-nav.user-menu .open .dropdown-menu {
        left: auto;
        right: 0;
    }
    .header .header-left {
        padding: 0 15px;
    }
    .header-left .logo.logo-small {
        display: inline-block;
    }
    .login-wrapper .loginbox .login-left {
        display: none;
    }
    .login-wrapper .loginbox {
        max-width: 450px;
        min-height: unset;
    }
    .login-wrapper .loginbox .login-right {
        float: none;
        padding: 1.875rem;
        width: 100%;
    }
    .invoice-container {
        padding: 20px;
    }
    .left-action {
        text-align: center;
        margin-bottom: 15px;
    }
    .right-action {
        text-align: center;
    }
    .top-action-left .float-left {
        float: none !important;
    }
    .top-action-left .btn-group {
        margin-bottom: 15px;
    }
    .top-action-right {
        text-align: center;
    }
    .top-action-right a.btn.btn-white {
        margin-bottom: 15px;
    }
    .mail-sent-time {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .profile-btn {
        flex: 0 0 100%;
        margin-top: 20px;
    }
    .app-dropdown {
        display: none;
    }
    .edit-link {
        font-size: 0.875rem;
        margin-top: 0;
    }
    .product_price {
        font-size: 1.5rem;
    }
    .login-wrapper .loginbox .login-right h1 {
        font-size: 22px;
    }
    .error-box h1 {
        font-size: 6em;
    }
    .error-box .btn {
        font-size: 15px;
        min-width: 150px;
        padding: 8px 20px;
    }
    .dash-count {
        font-size: 16px;
        display: inline-block;
    }
    .dash-widget-header {
        display: block;
    }
    .order-user img {
        width: 90px;
    }
    .order-user-b ul {
        display: block;
        padding: 0;
    }
    .details-list > div {
        width: 50%;
    }
    .chart-count > div {
        width: 100%;
        margin-bottom: 15px;
    }
    .chart-count > div:last-child {
        margin-bottom: 0;
    }
    .dash-contetnt h4 {
        font-size: 16px;
    }
    .dash-contetnt h2 {
        font-size: 22px;
    }
    .general-details h4 {
        font-size: 18px;
    }
    .details-box h5 {
        font-size: 1rem;
    }
    .profile-cover-avatar {
        margin: -5.3rem auto .5rem auto;
    }
    .avatar-edit {
        right: -10px;
    }
}

@media (max-width: 575.98px) {
    .card {
        margin-bottom: 0.9375rem;
    }
    .page-wrapper > .content {
        padding: 0.9375rem 0.9375rem 0;
    }
    .chat-window {
        margin-bottom: 0.9375rem;
    }
    .card-chart .card-body {
        padding: 5px;
    }
    .uiform-listform-options-col a {
        margin-right: 5px !important;
        margin-bottom: 10px !important;
    }
    .page-header {
        margin-bottom: 0.9375rem;
    }
    .sfdc-btn-group .unstyled li a {
        margin-bottom: 10px;
        display: block;
    }
    .result-path,
    .result-path-se{
        flex-direction: column;
    }
    .result-path-img{
        padding: 0;
        padding-bottom: 10px;
    }
    .result-path-name {
        text-align: center;
    }
    .result-path-left,
    .result-path-right {
        width: 100%;
    }
    .account-wrapper {
        padding: 0.9375rem;
    }
    .pagination-lg .page-link {
        font-size: 1.2rem;
        padding: 0.5rem 0.625rem;
    }
    .profile-view .profile-basic {
        margin-left: 0;
        padding-right: 0;
    }
    .profile-img-wrap {
        height: 120px;
        position: relative !important;
        width: 120px;
        background: #fff;
        overflow: hidden;
        margin: auto;
    }
    .profile-info-left {
        border-right: 0 !important;
        text-align: center;
    }

    .personal-info li .title {
        color: #4f4f4f;
        float: left;
        font-weight: 500;
        margin-right: 30px;
        width: 40% !important;
    }


    .profile-image {
        flex: 0 0 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .profile-user-info {
        text-align: center;
    }
    .profile-btn {
        text-align: center;
    }
    .invoice-details,
    .invoice-payment-details > li span {
        float: left;
        text-align: left;
    }
    .fc-toolbar .fc-right {
        display: inline-block;
        float: none;
        margin: 10px auto 0;
        width: 200px;
        clear: both;
    }
    .fc-toolbar .fc-left {
        float: none;
        margin: 0 auto;
        width: 200px;
    }
    .fc-toolbar .fc-center {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .fc-toolbar .fc-center h2 {
        width: 100%;
    }
    .profile-tab-cont {
        padding-top: 1.25rem;
    }
    .chat-window .chat-cont-right .chat-header .media .media-body {
        display: none;
    }
    .order-modal {
        max-width: 720px !important;
    }
    .order-modal.orders {
        max-width: 1080px !important;
    }
    .order-modal.categ {
        max-width: 320px !important;
    }
    .order-modal.popup {
        max-width: 620px !important;
    }
    .add-btn {
        font-size: 14px;
        padding: 6px 7px;
    }
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-name,
    .chat-window .chat-cont-left .chat-users-list a.media .media-body > div:first-child .user-last-chat {
        max-width: 160px;
    }

}

.img_cont img{
    width:40px;
}
.chat-group {
    padding: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.chat-group > ul  {
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
}
.chat-group > ul > li {
    width: 50%;
    /*padding: 0 5px;*/
    position: relative;
}
.chat-group > ul > li > a {
    border: 1px solid #0056b3;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
}
.chat-group > ul > li > a:hover{
    background: #0056b3;
    color: #fff;
}

.inline-dropdown-menu {
    position: relative;
}

.inline-dropdown-menu-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    padding: 0;
    min-width: 300px;
}
.inline-dropdown-menu-list.pull-right {
    right: 0;
    left: auto;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .inline-dropdown-menu-list {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > .inline-dropdown-menu-list {
    display: none;
}
.dropdown-submenu:hover > .inline-dropdown-menu-list {
    display: block;
}
.dropup .dropdown-submenu > .inline-dropdown-menu-list {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .inline-dropdown-menu-list {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* for chat new functionality updated on 23/11/2022 */
.dropdown-menuviewsearch{
    position: relative;
}
.inline-dropdown-menu-list ul {
    padding: 0;
}
.groupchartmenu{
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    min-width: 290px;
    z-index: 99;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    top: 30px;
}
.select2-container{
    z-index: 999;
    width: 100% !important;
}
.select2-container.select2-container--open{
    z-index: 9999;
}
.page-wrapper .select2-container{
    z-index: 99;
}
.creategroupbtn{
    background: #058b7e;
    color: #fff;
    font-size: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
    z-index: 10000010;
}
.autocomplete-user .dropdown-item {
    background: transparent;
    color: #333;
}
/*//////////////*/
.dropdown-menuviewsearch > input,
.dropdown-menuviewsearch select{
    border: 0;
    height: 40px;
    padding: 0 15px;
    width:100%;
    border-bottom: 1px solid #d5d5d5;
}
.frequentlysearched ul li a{
    padding: 10px;
    border-bottom: 1px solid #d5d5d5;
}
#tasks ul{
    padding: 0;
}
.dropdown-menuview {
    height: 275px;
    overflow: auto;
    width: 400px;
}
.dropdown-menuviewset ul {
    padding: 0;
}
.frequentlysearched .avatar {
    width: 40px;
    height: 40px;
}
.frequentlysearched  .user-last-chat {
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-menuviewset ul a {
    padding: 10px;
    display: block;
    color: #333;
}
.dropdown-menuviewset ul a:hover{
    background: #eee;
}
/* updated on 23/11/2022 for chat new functionality */
.hide {
    display: none !important;
}
.show-set {
    display: block !important;
}
/*/////////////////*/
.frequentlysearched ul {
    padding: 0;
}

.frequentlysearched h5 {
    font-size: 15px;
}

.frequentlysearched {
    padding: 10px 10px 0;
}
.frequentlysearched a:hover{
    background: #eee;
}
/*updated on 26/11/2022*/
.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 0;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.user_info {
    margin-left: 10px;
}


/* updated on 24/12/2022*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* **************** */

/* updated on 01/03/2022*/
.msg_card_body .received.media .media-body {
    margin: 10px 10px 10px 20px;
}
ul.typeahead.dropdown-menu {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

/*********** updated on 05/01/2023 **************/

/* for Search autocomplete */
mark { background-color:pink; }

.open > .dropdown-menu, .show > .dropdown-menu {
    display: block !important;
}

.list-autocomplete {
    padding:0; }
.list-autocomplete em {
    font-style:normal;
    background-color:#e1f2f9;
}

.hasNoResults {
    color:#aaa; }
.hasNoResults,
.btn-extra {
    display:block;
    padding:10px; }

.hasNoResults {
    color:#aaa; }

.btn-extra {
    width:100%;
    border-top:.5px solid #d2d2d2; }
/* end */

/* chat loader */
.spinner-border {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: 0;
    border: 3px solid #3e45eb7d;
    border-right-color: #3E45EB;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}
.spin-loading {
    position: fixed;
    z-index: 99999 !important;
}
.chat-loader{
    width:100%;
    height:100%;
    display:flex;
    align-item:center;
    justify-content:center;
}
@keyframes spinner-border {
    to { transform: rotate(360deg);}
}
/* chat load end */

.newchartmenu{
    padding: 0;
}
.chat-drop-down{
    left: auto !important;
    right: 0 ;
    max-width:400px;
}
.chat-drop-down .dropdown-menu {
    width: 100%;
    border-radius: 0;
}



/******** udpated on 05/01/2023 end *************/

/* **************** */
.inperror {
    padding-left: 0px;
    padding-top: 0px;
    text-transform: uppercase;
    padding-bottom: 0px;
    border: 1px solid #FF0000;
    background-color: #E88;
    color: #0000AA;
    font-size: 16px;
    margin: 0;
}

.post_payment_client span.multiselect-native-select {
    width: 100%;
    display: block;
}

.post_payment_client .btn-group {
    width: 100%;
    height: 48px;
}

.post_payment_client b.caret {
    position: absolute;
    right: 0;
}

.post_payment_client dropdown-toggle::after {
    position: absolute;
}

.post_payment_client .dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 20px;
}
.bootstrap-datetimepicker-widget{
    z-index: 99999;
}
.post_payment_client h6 {
    margin-bottom: 13px;
}
.multiselect-container {
    z-index: 99999;
}


/*11-02-2023*/



/*13-02-2023*/

.contacts_body .avatar.avatar-away {
    width: 40px;
    height: 40px;
}
.two-chat-image li:first-child {
    border-right: 2px solid #fff;
}
.three-chat-image li:first-child,
.three-chat-image li:nth-child(2) {
    border-right: 2px solid #fff;
}
.four-chat-image li{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.frequentlysearched.group-freq-search .media-img-wrap {
    min-width: 45px;
}

/*14/02/2023 for client checklist*/
.recovery-wrap, .signature-wrap {
    padding: 30px 30px 0;
}
.recovery-wrap h5 {
    margin-bottom: 30px;
}
.recovery-wrap ul {
    padding: 0;
    margin-bottom: 20px;
}
.recovery-wrap .containercheck {
    font-size: 16px;
    padding-left: 20px;
}
.recovery-wrap p, .recovery-wrap div {
    text-align: justify;
}
.provider_signature_div {
    margin-bottom: 30px;
}

.pperror {
    padding-left: 0px;
    padding-top: 0px;
    text-transform: uppercase;
    padding-bottom: 0px;
    border: 1px solid #FB0000;
    font-size: 16px;
    margin: 0;
}



/** Chartnotes types **/

.chartnote-types-modal .modal-content {
    background-color: #e0e0e0;
    border: 0px solid transparent;
    border-radius: 0rem;
}

.chartnote-types-modal .modal-header {
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    flex-direction: column;
    align-items: center;
}

.faq-card {
    padding: 14px;
    background: #fff;
    margin-bottom: 14px;
}
.faq-card:last-child,
.faq-card .btn-card:last-child {
    margin-bottom: 0;
}
.faq-title {
    margin-bottom: 0;
}
.faq-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}
.faq-card .faq-content {
    padding-top: 14px;
}
.faq-card .btn-card {
    padding: 10px;
    font-size: 16px;
    background: #e0e0e0;
    margin-bottom: 10px;
}

.groupnote_body {
    max-height: 90vh;
    overflow: auto;
}

.email-blk .card {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 20px;
}
.activity-box {
    position: relative;
}
.activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.activity .activity-list > li .activity-user {
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    left: 8px;
    width: 32px;
}
.activity .activity-list > li .activity-content {
    margin: 0 0 0 40px;
    padding: 0;
    position: relative;
}
.activity-list > li {
    margin-bottom: 10px;
    padding: 10px;
    padding-right: 0;
    position: relative;
}
.activity-list > li:last-child .activity-content {
    margin-bottom: 0;
}
.activity-user a {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
    background: #aaa;
    border-radius: 50px;
    display: inline-block;
}
.activity-list > li .activity-user {
    background: #fff;
    height: 32px;
    left: -7px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
    width: 32px;
}
.activity-list > li .activity-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}
.activity-list::before {
    background: rgba(46, 55, 164, 0.1);
    bottom: 0;
    content: "";
    left: 23px;
    position: absolute;
    top: 8px;
    width: 2px;
}
.timeline-group-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comman-activitys {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    border: 1px solid #eee;
}
.comman-activitys h5 {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
.comman-activitys h5 span {
    color: #bbb;
    font-size: 14px;
}
.coment-line {
    padding: 15px
}
.comman-activitys p {
    color: #333;
    margin-bottom: 0px;
    font-size: 14px;
}
.activity-sub-list li {
    margin-right: 10px;
}
.activity-sub-list li img {
    border-radius: 8px;
}

.email-side-list ul {
    padding: 0;
}
.email-side-list ul li {
    list-style: none;
    margin-bottom: 5px;
}
.email-side-list ul li a {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border-left: 2px solid transparent;
}
.email-side-list ul li a:hover {
    background: #f9f9f9;
    color: #058b7e;
    border-left: 2px solid #FF9800;
}
.email-side-list ul li a.active {
    background: #f9f9f9;
    color: #058b7e;
    border-left: 2px solid #FF9800;
}
.emil-user-box {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.emil-user-box .user-img img{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 10px;
}
.user-content h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
.user-drop-shade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-drop-shade p {
    margin-bottom: 0;
}
.user-profile-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-drop-shade p {
    font-size: 14px;
    color: #bbb;
}
.main-drop .table td:first-child {
    text-align: right;
    color: #bbb;
}
.main-drop .dropdown-menu {
    min-width: 400px;
}
.user-menu .main-drop  .dropdown-menu {
    min-width: 200px;
}
.main-drop .table {
    margin-bottom: 0;
}
.main-drop .table td {
    padding: 3px 10px;
}
.main-drop .dropdown-toggle {
    color: #222;
}
.activity-box h4 {
    font-size: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
}
.user-mail-list ul li+li {
    padding-left: 10px;
}
.slider-login-set {
    padding-top: 25px;
}
.user-mail-list ul li:first-child {
    font-size: 14px;
    color: #bbb;
}
.drop-side-list .dropdown-toggle::after {
    display: none;
}
.drop-side-list .dropdown-toggle {
    color: #222;
    text-decoration: none;
}
.list-emails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
}
.user-email-img img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50px;
}
.activity-emil-box ul {
    padding: 0;
    margin: 0;
}
.activity-emil-box ul li {
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.activity-emil-box ul li:last-child {
    border-bottom: 0;
}
.activity-emil-box ul li:hover {
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    z-index: 2;
}
.activity-emil-box ul li a {
    text-decoration: none;
    color: #333;
    padding: 10px 8px;
    display: block;
}
.list-emails p {
    margin-bottom: 0;
}
.user-email-img {
    display: flex;
}
.delete-email {
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s;
}
.activity-emil-box ul li:hover  .delete-email {
    transform: scale(1);
}
.email-nameview {
    display: flex;
    max-width: 290px;
    width: 250px;
    align-items: center;
}
.useremail-count{
    margin-left: 5px;
    background: #058b7e;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 10px;
}
span.username-email {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.unread-email{
    background: #fff;
}
.read-email{
    background: #ecefff;
}
.pagination-email .simple-pagination{
    margin-top:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.usermail-time {
    width: 120px;
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination-email .light-theme .current {
    background: #058b7e;
    border-color:#058b7e;
}
@media only screen and (max-width:767.98px) {
    .emil-user-box {
        display:block;
    }
    .activity-box h4 {
        margin-left: 0;
    }
    .main-drop .dropdown-menu {
        min-width: 100%;
    }
    .main-drop .table td {
        white-space: nowrap;
    }
}
.intake-standalone-height   .medical-intakes-exerice .payment-radio .error{
    top: 45px;
}


.file-attchement {
    width: 100%;
    height: 140px;
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.file-attachemen-content {
    position: absolute;
    bottom: 0;
    background: #f5f5f5;
    width: 100%;
    padding: 10px 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    transition: all 0.5s;
    transform: translateY(70%);
}

.file-attchement:hover .file-attachemen-content {
    height: 100%;
    padding: 30px 15px;
    transform: translateY(0%);
}
.file-icon i{
    font-size: 32px;
    color: #058b7e ;
}
.file-attachementdiv{
    padding: 0 15px 15px;
}
.file-attachemen-contentdownload ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-attachemen-contentdownload ul  li{
    margin-right: 15px;
}
.file-attachemen-contentdownload ul a {
    width: 30px;
    height: 30px;
    background: #058b7e;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    border-radius: 5px;
}

#ecard-errors {
    color: #eb1a1a;
}

.table-active{
    background:#eee;
}
.tab-not {
    /*
    width: 15px;
    height: 15px;
    background: #ff0000;
    display: flex;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
    */

    width: 40px;
    height: 25px;
    background: #ff0000;
    display: flex;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: -13px;


}
.modal-customize {
    max-width: 100%;
    width: 1000px;
}
.custom-modal .modal-dialog.modal-dialog-full-modal {
    transform: translate(0,-49%) !important;
}
.custom-modal .modal-dialog.modal-dialog-full-modal .modal-content {
    height: 96vh;
}
.customize-backdrops.show{
    background: rgba(0,0,0,00.5);
}
.customize-backdrops .modal-content{
    border-radius: 5px !important;
}
@media only screen and (max-width: 991px) {
    .custom-modal .modal-dialog.modal-dialog-full-modal .modal-content {
        height: 100%;
        overflow: auto;
    }
    .custom-modal .modal-dialog.modal-dialog-full-modal {
        transform: translate(0,-30%) !important;
    }
    .schedule-widget {
        overflow: auto;
    }
    .day-slot ul,.time-slot ul{
        display: flex;
    }
    .day-slot li, .time-slot li{
        min-width: 90px;
    }
    .day-slot li.right-arrow {
        right: 50px;
        padding: 0;
        position: relative;
        top: 10px;
        transform: none;
    }
    .day-slot li.left-arrow {
        left: -50px;
        padding: 0;
        position: absolute;
        text-align: center;
        top: 10px;
        width: 20px !important;
        transform: none;
    }
}

.dataTables_processing {
    color: #fff !important;
    background-color: #058b7e !important;
}
.calendar-scroll #demo-dynamic-filter .mbsc-calendar-controls {
    justify-content: center;
}

div.mbsc-schedule-grid-scroll {
    max-height: 500px;
    overflow-y: auto;
}

.wmd-view-topscroll {
    overflow-x: scroll;
    overflow-y: hidden;
}

.insurance_submitted {
    background: #3e51b4;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

img.flag-imgs {
    position: absolute;
    left: 26%;
    top: -21px;
    transform: rotate(-23deg);
    width: 65px;
}

.search-filter {
    padding:85px 0 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.search-set-view .multiselect-container{
    min-width: 300px;
    left: auto !important;
    right: auto;
}
.search-set-view .form-control{
    border-radius: 25px;
    text-align: center;
    height: 35px;
}
.form-control .multiselect-native-select{
    text-align: center;
    height: 35px;
}
.search-set-view  .multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    min-width: 20px;
    min-height: 20px;
    margin-right: 5px;
}
.loadset{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.more-filter {
    height: 46px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    justify-content: center;
    color: #333;
}
.filter-contents .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.filter-scrolls-modal{
    max-height: 70vh;
    overflow: auto;
}
.search-set-view .multiselect-container>li>a>label:hover {
    background: #f5f5f5;
}
.filter-heads h6{
    margin-bottom: 15px;
    font-weight: 600;
}
.filter-contents{
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.filter-contents .form-group label {
    position: relative;
    cursor: pointer;
    color: rgb(33, 35, 38);
}
.filter-contents .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.filter-contents .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #999;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
li.multiselect-reset.text-center {
    background: #f5f5f5;
}



a.more-filter:hover {
    background: #f5f5f5;
}
.search-set-view .select2-container .select2-selection--single{
    border-radius: 25px;
    height: 35px;
}
.search-set-view .form-control{
    font-size: 12px;
}
.search-set-view .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
    font-size: 12px;
    color: #555464;
}
.search-set-view span.multiselect-selected-text {
    font-size: 12px;
}
.search-set-view .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
}
.search-set-view .multiselect{
    border-radius: 25px ;
    height: 35px;
}
.search-set-view .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 11px !important;
}
.search-set-view .multiselect-container>li>a>label{
    display: flex;
    align-items: center;
    padding: 5px 10px !important;
}
.search-filter .btn-primary{
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-filter  .dropdown-toggle::after{
    position: absolute;
    right: 10px;
    top:16px
}
.search-divs{
    background: #fff;
}
.search-divs .filterinputs{
    border-bottom: 0;
}
.search-div-path{
    display:flex;
}
.search-div-path:hover{
    background: #eee;
}
.search-div-path-img img{
    width: 155px;
    height: 155px;
    border-radius: 100px;
}
.search-div-path-img{
    margin-right: 15px;
}
.search-div-path-content{
    width: calc(100% - 175px );
}
.search-div-path-content-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.search-div-path-content-name h5{
    font-size: 18px;
    font-weight: 500;
}
.search-div-path-content-name h6{
    color: #999;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.search-div-path-content-badge ul{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 15px;
    margin:0 0 15px;
    border-bottom: 1px solid #d5d5d5;
}
.search-div-path-content-badge ul li .badge-light-blue{
    background: #EEF8FF;
    color: #058b7e;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 400;
}
.dropdown-path{
    width:100%;
    border: 1px solid #d5d5d5;
    height:35px;
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #545454;
}
.dropdown-path ~ ul{
    min-width: 300px;
    border-radius: 5px;

}
.dropdown-path ~ ul li{
    width: 100%;
}
.dropdown-path ~ ul li a{
    padding:10px;
    color: #656565;
    width: 100%;
}
.dropdown-path ~ ul li a:hover{
    background: #f5f5f5;
}
.search-div-path-content-insueance{
    margin-bottom: 15px;
}
.search-div-path-content-insueance h5{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.search-div-path-content-insueance h5 span{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.reselt-count{
    color: #555464;
    font-size: 16px;
    font-weight: 400;
}
.search-div-path-content-service{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.search-div-path-content-service h5{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.search-div-path-content-service ul{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 0 15px;
    margin:0 ;
}
.search-div-path-content-service ul li h6{
    background: #EEF8FF;
    color: #000;
    padding: 7px 12px;
    border-radius: 5px;
    border: 1px solid #B3D2E8;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.search-div-path-content-service ul li h6 .dot-set{
    position: relative;
    width: 5px;
    height: 5px;
    background:#058b7e;
    border-radius: 50px;
}
.search-div-path{
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    width: 100%;
}
.breadcrumb-new{
    padding:90px 0 45px 0;
    background-color: #F1F9FF;
    background-image: url(../img/bg-01.png);
    background-repeat: no-repeat;
    background-position: 90% 100%;
}
.beardcrumb-div h4{
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.beardcrumb-div ul{
    display:flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}
.beardcrumb-div ul li a{
    color: #058b7e;
}
.beardcrumb-div ul li{
    position: relative;

}
.beardcrumb-div ul li + li{
    margin-left: 15px;
}
.beardcrumb-div ul li + li::after{
    position: absolute;
    content: "/";
    left: -20px;
    top: 0;
    font-size: 16px;
    color: #999;
}
.beardcrumb-div ul li h6{
    font-size: 14px;
}
.profilemaindiv{
    background: #fff;
    padding: 24px 0;
}

.tab-content-view .nav-tabs{
    background: #F1F9FF;
    padding: 5px;

}
.tab-content-view .nav-tabs .nav-item .nav-link{
    box-shadow: none;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
}
.tab-content-view .nav-tabs .nav-item .nav-link.active{
    border-bottom: 3px solid #058b7e;
    color: #058b7e;
}
.service-avaliable{
    margin: 15px 0 24px;
    border: 1px dashed #ababab;
    padding: 24px;
}
.service-avaliable h5{
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid #ddd;
}
.service-avaliable ul{
    padding: 20px 0 0;
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
}
.service-avaliable ul li{
    width: calc(50% - 10px);
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.abountcontent{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.abountcontent h6{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.abountcontent p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.abountcontent a{
    color: #058b7e;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
}
.contactdetails{
    padding: 20px 0;
}
.contactdetails h6{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.contactdetails ul{
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
    padding: 0;
}
.contactdetails ul li{
    width: calc(50% - 10px);
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.contactdetails ul li span{
    width: 30px;
    display: inline-block;
}
.client-informationloc{
    padding: 0 0 15px 0;
    display: flex;
}
.client-informationloc ul{
    padding: 0;
    margin: 0;
}
.client-informationloc ul li{
    margin-bottom: 10px;
}
.client-informationloc ul li h5{
    color: #999;
    font-weight: 400;
    font-size: 15px;
}

.client-informationloc ul li h5 span{
    color: #000;
}
.client-information{
    padding: 20px 0;
}
.client-information h5{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.client-information h6{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.client-tag{
    flex-direction: column;
    align-items: start;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.client-tag h5{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.educationinformation{
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #dddd;

}

.educationinformation h4{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.educationinformation ul{
    padding-left: 30px;
    margin: 0;
    position: relative;
}
.educationinformation ul::after{
    position: absolute;
    content: "";
    background: #058b7e;
    width: 1px;
    height: 100%;
    left: 14px;
    top: 0;
}
.educationinformation h5{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    position: relative;
}
.educationinformation h5::after{
    position: absolute;
    content: "";
    background: #058b7e;
    width: 12px;
    height: 13px;
    left: -22px;
    border-radius: 50px;
    top: 0px;
}
.educationinformation h6{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.educationinformation p{
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.educationinformation span{
    color: #999;
    font-size: 14px;
}
.account-form{
    padding: 40px 30px;
}
.account-form h3{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.account-form p{
    font-size: 15px;
    color: #999;
    margin-bottom: 24px;
}
.account-creation{
    background: #F1F9FF;
}
.account-creation{
    background: #fff;
}
.already-account{
    display: flex;
    align-items: center;
    justify-content: center;
}
.already-account h6{
    font-size: 15px;
    font-weight: 400;
    padding: 24px 0;
    color: #999;
}
.btn-lines{
    border: 1px solid #ddd;
    padding: 15px;
}
.btn-lines:hover{
    background: #058b7e;
    color: #fff;
}
.btn-set .btn{
    padding: 15px ;
}
.appintmentsets{
    background-image: url(../img/page.png);
    display: flex;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    padding: 50px;
    flex-direction: column;
}
.inputchecks{
    display: flex;
    margin-bottom: 15px;
}
.inputchecks label{
    font-size: 15px;
    color: #000000;
}
.inputchecks label a{
    text-decoration: underline;
    color: #000;
}
.inputchecks input{
    width: 21px;
    height: 21px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right:15px;
    position: relative;
    top: 3px;
}
.appintmentsets h6{
    color: #fff;
    font-size: 18px;
    margin-top: 24px;
}
.appooint-div{
    background: #F1F9FF;
    padding: 50px;
}
.apointments-details h4{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
}
.apointments-details-date ul{
    padding: 0;
    margin: 0;
}
.apointments-details-date ul span{
    min-width: 50px;
}
.apointments-details-date li{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.apointments-details-date li span{
    min-width: 50px;

}
.apointments-details-date li h6{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.apointments-details{
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}
.apointments-fees{
    padding: 24px 0;

}
.apointments-fees h5{
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.apointments-fees h5 span{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.apointments-fees h6{
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-top: 15px;
}
.account-creation h6{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}
.addons-set{
    position: relative;
}
.addons-set span{
    position: absolute;
    top: 10px;
    font-size: 12px;
    right: 15px;
}
.population-tag{
    display: flex;
    align-items: start;
    flex-wrap: unset;
    padding: 20px 0;
}
.population-tag ul{
    margin-top: 20px;
}
.population-tag h5{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 20px;
}
.bookappointment-head h4{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 24px;
}
.bookappointment{
    border: 1px solid #ddd;
    padding: 24px;
}
.appointmentsets-div{
    padding: 10px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    background: #F1F9FF;
    margin-bottom: 24px;
}
.appointmentsets h5{
    color: #058b7e;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: calc(100% - 20px); */
}
.appointmentsets h6{
    color: #000;
    font-size: 14px;
}
.appointmentsets-info a{
    color: #000;
}
.appointmentsets-div.active{
    background: #058b7e;
}
.appointmentsets-div.active .appointmentsets h5{
    color: #fff;
}
.appointmentsets-div.active .appointmentsets h6{
    color: #fff;
}
.appointmentsets-div.active .appointmentsets-info a{
    color: #fff;
}
.search-filter .multiselect{
    background: #fff;
    border: 1px solid #dcdcdc;
    padding-right: 20px;
    text-align: center;
}
.service-scroll{
    max-height: 200px;
    overflow:auto;
}
.free-consult-popover-blk h2{
    font-size: 18px;
    margin-bottom: 15px;
}
.free-consult-popover-blk ul li{
    margin-bottom: 10px;
}
.free-consult-popover-blk .fa-info-circle{
    display: none;
}
.free-consult-popover-blk ul li span{
    color: #999;
}
.free-consult-popover-blk ul li{
    color: #000;
}
.free-consult-popover-blk .btn-info {
    padding: 7px 15px;
    border-radius: 5px;
}
@media (max-width: 991.98px) {
    .search-div-path{
        flex-direction: column;
    }
    .search-div-path-content{
        width: 100%;
        padding: 10px 0 0;
    }
    .service-avaliable ul li{
        width:100%
    }
    .contactdetails ul li{
        width:100%
    }
}
.register-head h4{
    font-size: 16px;
    font-weight: 600;

}
.profile-imgs img{
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
}
.register-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}
.register-head a{
    color: #000;
}
.btn-primary-wiget{
    padding: 15px;
}
.provider-ins-data{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service-card .service-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-card .service-header h4{
    margin-bottom: 0;
}
.service-collapse{
    margin-bottom: 24px;
}
.service-collapse  {
    margin-bottom: 24px;
}
.service-collapse a {
    display: block;
    font-size: 18px;
    color: #000;
}
.service-sets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.service-sets h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.service-sets h5::after{
    position: absolute;
    content: "";
    background: #058b7e;
    width:8px;
    height: 8px;
    border-radius: 50px;
    top: 1px;
    left: 0;
}
.service-sets h5::before{
    position: absolute;
    content: "";
    background: #d5d5d5;
    width:1px;
    height: 15px;
    top: 5px;
    left: 3px;
}
.service-sets h6 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    color: #999;
}
.servie-product ul{
    padding: 0;
    margin: 0;
}
.servie-product h4{
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.servie-product h5{
    width: 100%;
    margin-bottom: 3px;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}

.servie-product h6{
    width: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    color: #999;
}
.servie-product ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.servie-product ul li{
    width: 33.3%;
}
.btn-primaryadd {
    position: absolute;
    top: 37px;
    right: 10px;
    padding: 4px 8px;
    background-color: #058b7e;
    font-size: 10px;
    color: #ffffff;
}
.custom_radio, .custom_radio_one {
    color: #646B72;
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
}
.custom_radio input, .custom_radio_one input {
    position: absolute;
    opacity: 0;
    padding: 0;
}
.custom_radio.active input ~ .checkmark {
    background-color: #058b7e;
}

.custom_radio .checkmark, .custom_radio_one .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    background-color: #E6EAED;
    border-radius: 50%;
    -webkit-transition: all 0.3sease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3sease-in-out;
}
.custom_radio.active input ~ .checkmark:after, .custom_radio_one.active input ~ .checkmark:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.custom_radio .checkmark:after, .custom_radio_one .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.3sease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3sease-in-out;
}
.image-upload.image-upload-two {
    margin-bottom: 0;
    width: 120px;
    height: 120px;
    border: 1px dashed rgba(145, 158, 171, 0.32);
}
.image-upload {
    position: relative;
    border-radius: 5px;
}
.image-upload input[type=file] {
    width: 100%;
    opacity: 0;
    height: 100%;
    position: relative;
    z-index: 9;
    cursor: pointer;
    color: #A6AAAF;
}
.image-upload.image-upload-two .image-uploads {
    padding: 43px 0;
}
.image-upload .image-uploads {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.image-upload .image-uploads h4 {
    font-size: 16px;
    font-weight: 500;
    color: #A6AAAF;
}
.image-upload .image-uploads i {
    margin-bottom: 5px;
    color: #A6AAAF;
}
.profile-pic-upload .profile-pic.brand-pic {
    width: 110px;
    height: 105px;
    position: relative;
}
.profile-pic-upload .profile-pic span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
}
.profile-pic-upload .profile-pic {
    width: 120px;
    height: 120px;
    border: 2px dashed #E6EAED;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 10px;
    margin-right: 24px;
    position: relative;
    flex-shrink: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #058b7e ;
}
.profile-pic-upload .image-upload .image-uploads h4{
    color: #fff;
}
.dropdown-select-path .patient-profiles:hover {
    background: #eee;
    display: block;
    width: 100%;
}
.loaders {
    width: 50px;
    height: 50px;
    border: 5px solid transparent;
    border-top: 5px solid #00ffcc;
    border-radius: 50%;
    animation: spin 1s linear infinite, glow 1.5s ease-in-out infinite alternate;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes glow {
    0% { box-shadow: 0 0 10px #00ffcc; }
    100% { box-shadow: 0 0 10px #00ffcc; }
}
.product-dropdowns-cancel{
    position: relative;
    top: 0px;
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d5d5;
}
.dropdown-select-path{
    position: absolute;
    top: 38px;
    background: #fff;
    z-index: 99;
    width: 100%;
    max-height: 330px;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.cash-payment-method {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 2px dashed #E6EAED;
    padding-left: 20px;
}
.cash-payment-method > img {
    margin-bottom: 15px;
}
.cash-payment-method h6{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-select-path .patient-profiles {
    padding: 15px;
}
.dropdown-select-path .patient-profiles {
    margin: 0;
}
.accordions-items-seperate .accordion-item {
    padding: 0;
    border-radius: 5px;
}
.accordions-items-seperate .collapse{
    padding: 0;
}
.accordions-items-seperate .accordion-button {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordions-items-seperate .accordion-collapse .accordion-body{
    padding: 15px;
}
.accordions-items-seperate .accordion-button:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    line-height: 15px;
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    display: flex;
    padding: 3px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #646B72;
    border: 1px solid #646B72;
    font-weight: 900;
}
.accordions-items-seperate  .accordion-button h5{
    margin: 0;
}
.accordions-items-seperate  .accordion-button h5 span{
    font-size: 16px;
    font-weight: 700;
}
.add-choosen .phone-img {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
    text-align: center;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-radioset input {
    display: none;
}
.input-radioset label {
    position: relative;
}
.input-radioset label::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #E6EAED;
    left: -20px;
    top: 3px;
    border-radius: 50px;
}
.input-radioset.inputradioset-xs label::after{
    width: 14px;
    height: 14px;
    top: 4px;
    left: -19px;
}
.input-radioset {
    padding-left: 20px;
}
.input-radioset label::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    left: -16px;
    top: 7px;
    border-radius: 50px;
    z-index: 9;
}
.input-radioset input:checked + label::after {
    background: #058b7e;
}
.add-choosen .phone-img a {
    position: absolute;
    right: 3px;
    top: 3px;
    background: #FF0000;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.add-choosen {
    display: flex;
}
.add-newplus{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.add-product .add-icon a {
    background-color: #092C4C;
    color: #ffffff;
    font-size: 15px;
}
.add-product .add-icon a {
    background-color: #092C4C;
    color: #ffffff;
    font-size: 20px;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-pic-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 24px;
}
.profile-pic-upload .profile-pic.brand-pic {
    width: 110px;
    height: 105px;
    position: relative;
}
.profile-pic-upload .profile-pic span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
    color:#A6AAAF;
}
.new-employee-field .image-upload {
    width: 120px;
    height: 38px;
    border: 0;
    background-color: #058b7e;
}
.image-upload input[type=file] {
    width: 100%;
    opacity: 0;
    height: 100%;
    position: relative;
    z-index: 9;
    cursor: pointer;
    color: #A6AAAF;
}
.image-upload.download input[type=file] {
    height: 150px;
}
.image-upload.download {
    border-radius: 5px;
    border: 1px dashed #B8BCC9;
    margin-bottom: 0;
}
.toggle-sets{
    width: 45px;
    height: 45px;
    background: rgba(44, 202, 185, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-sets:hover{
    background: rgba(44, 202, 185, 0.4);
}
.product-quantity {
    border: 1px solid #E6EAED;
    background-color: #FAFBFE;
    width: 105px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 8px;
}
.product-quantity span {
    color: #092C4C;
    font-size: 0;
    cursor: pointer;
    line-height: 1;
}
.product-quantity span i{
    font-size: 16px;
}
.product-quantity input {
    width: 35px;
    border: 0;
    background-color: #FAFBFE;
    text-align: center;
    height: 35px !important;
}
.check-card {
    padding-top: 25px;
}
.check-card ul {
    padding: 0;
    display: flex;
    align-items: center;
}
.check-card ul li {
    min-width: 150px;
    position: relative;
    margin-top: 15px;
    padding-left: 15px;
    border-left: 2px solid rgba(38, 38, 44, 0.2);
}
.check-card ul li:last-child::after{
    opacity: 0;
}
.badge-payment{
    background: #E78A06;
    padding: 2px 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
}
.btn-refund{
    float: right;
    color: #26262C;
    border: 1px solid #26262C;
    padding: 7px 12px;
    line-height: 1;
    border-radius: 5px;
}
.disabled{
    opacity: 0.5;
}
.multiple-users{
    width: 30px;
    height: 30px;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    min-width: 30px;
    font-size: 18px;
}
.btn-refund:hover{
    background: #26262C;
    color: #fff;
}
.check-card ul li::after {
    position: absolute;
    content: "";
    border: 1px dashed rgba(38, 38, 44, 0.2);
    width: 100%;
    top: -17px;
    left: 0px;
}
.check-card ul li::before {
    position: absolute;
    content: "";
    background: #d5d5d5;
    width: 10px;
    height: 10px;
    top: -20px;
    border-radius: 50px;
    z-index: 9;
    left: -6px;
}
.check-card ul li h5 {
    font-size: 12px;
    color: rgba(38, 38, 44, 0.68);
    margin-bottom: 5px;
}
.check-card ul li h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #26262C;
}
.product-quantity input {
    width: 35px;
    border: 0;
    background-color: #FAFBFE;
    text-align: center;
    height: 35px !important;
    padding: 0;
}
.amount-details ul{
    padding: 0;
}
.amount-details ul li{
    display: flex;
    align-items: center;
}
.amount-details ul li h5{
    border: 1px solid #E6EAED;
    background: #F8F8F8;
    padding: 10px 16px;
    color: #212B36;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    width: 50%;
}
.amount-details ul li h6{
    border: 1px solid #E6EAED;
    padding: 10px 16px;
    color: #212B36;
    font-weight: 400;
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
    width: 50%;
}
.amount-details ul li.grant-total h5{
    font-weight: 600;
}
.amount-details ul li.grant-total h6{
    font-weight: 600;
}
.amount-details ul li .btn{
    padding: 0px 4px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: 5px;
}
.payment-method ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
}
.payment-method ul li {
    width: calc(50% - 10px);
}
.payment-method ul li input {
    display: none;
}
.payment-method ul li label {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 5px;
    margin: 0;
}
.payment-method ul li label span {
    margin-left: 5px;
    color: #212B36;
    font-weight: 500;
}
.payment-method ul li input:checked + label {
    background: rgba(44, 202, 185, 0.05);
    border-color: rgba(44, 202, 185, 0.5);
}
.choose-card-div {
    border-left: 2px dashed #E6EAED;
    padding-left: 20px;
}
.choose-card-path {
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 10px;
    padding: 10px;
}
.choose-cardname-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.choose-cardname-content a {
    color: #141414;
}
.choose-cardno h6 {
    margin: 0;
    color: #141414;
}
.choose-card-content{
    width: calc(100% - 30px);
}
.choose-card-path{
    display: flex;
    align-items: start;
}
.choose-card-radio {
    display: flex;
    width: 30px;
}
.choose-tips h4 {
    font-size: 14px;
    font-weight: 500;
    color: #212B36;
    margin-bottom: 5px;
}

.choose-tips {
    margin-top: 20px;
}
.chart-review h6 {
    font-size: 14px;
    padding: 10px 15px;
    border-left: 2px solid #FF9800;
    background: rgba(255, 152, 0, 0.05);
    display: inline-block;
    margin-bottom: 10px;
}
.choose-tips p {
    font-size: 13px;
    font-weight: 500;
    color: #8C8C8C;
    margin-bottom: 20px;
}
.choose-tips ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.choose-tips ul li {
    width: calc(20% - 10px);
}
.choose-tips ul li + li {
    margin-left: 10px;
}
.tips-checks {
    width: 100%;
}
.tips-checks input {
    display: none;
}
.tips-checks label {
    width: 100%;
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    position: relative;
    margin-bottom: 0;
}
.tips-checks label .check-actives {
    display: none;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #058b7e;
}
.tips-checks label h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.tips-checks label span {
    color: #212B36;
    font-weight: 400;
}
.tips-checks label i {
    margin-bottom: 3px;
}
.tips-checks input:checked + label {
    background: rgba(44, 202, 185, 0.05);
    border-color: rgba(44, 202, 185, 0.5);
}
.tips-checks input:checked + label .check-actives {
    display: block;
}
a.btn-custom {
    background: rgba(38, 38, 44, 0.04);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 5px;
    color: #212B36;
}
.icons-addon i {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
}
.mini-sidebar .sidebar::before{
    width: 60px;
}
.mini-sidebar.expand-menu .sidebar::before{
    width: 60px;
}
.product-img img{
    background: #F2F2F2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 10px;
}
.product-delete{
    border: 1px solid #E6EAED;
    border-radius: 5px;
    color: #212B36;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-delete:hover{
    background: #eee;
}
.product-table table{
    border-color:  #058b7e;
}
.icons-addon input{
    padding-left: 35px;
}
.product-table .table td{
    color: #646B72;
}
.payment-head{
    margin-top: 30px;
}
.payment-head h4{
    color: #26262C;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6EAED;
}
.form-check-payment .payment-radio{
    font-weight: 500;
    font-size: 14px;
    color: #141414;
}
.choose-card-path-btn a{
    height: 75px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(44, 202, 185, 0.2);
    border: 1px solid rgba(44, 202, 185, 0.5);
    border-radius: 10px;
    font-size: 18px;
}
a.btn.btn-dark.btn-add-patient {
    background: #092C4C;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.new-card {
    margin-top: 20px;
    border: 1px solid rgba(44, 202, 185, 0.5);
    background: rgba(44, 202, 185, 0.05);
    padding: 20px 20px 5px;
    border-radius: 10px;
}
.new-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.addons-cvv {
    position: relative;
}
.addons-cvv img {
    position: absolute;
    right: 13px;
    top: 13px;
}
.bg-greys{
    background: #eee;
}
.promocode {
    width: 100%;
    position: relative;
}
.promocode input {
    border: 1px dashed rgba(44, 202, 185, 0.5);
    width: 100%;
    height: 38px;
    border-radius: 5px;
    padding: 10px;
    background: rgba(44, 202, 185, 0.05);
}
.promocode button {
    position: absolute;
    padding: 2px;
    font-size: 12px;
    right: 6px;
    top: 6px;
    z-index: 999;
}
.modal-or{
    padding: 15px 0;
    text-align: center;
}
.modal-or h6{
    position: relative;
}
.modal-or h6 span{
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 999;
}
.modal-or h6::after{
    position: absolute;
    content: "";
    border: 1px dashed rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 1px;
    top: 10px;
    left: 0;
}
.discount-percentage ul {
    padding: 0;
    display: flex;
    align-items: center;
    border: 1px solid #058b7e80;
    border-radius: 10px;
    overflow: hidden;
}
.discount-percentage ul li {
    width: 50%;
    text-align: center;
    position: relative;
}
.discount-percentage ul li a {
    padding: 7px 10px;
    width: 100%;
    display: block;
}
.discount-percentage ul li a {
    color: #26262C;
    font-size: 15px;
}
.discount-percentage ul li a.active {
    background: rgba(44, 202, 185, 0.5);
}
.discount-input {
    display: flex;
    align-items: center;
    width: 100%;
}
.discount-input input {
    width: calc(100% - 40px);
    height: 38px;
    padding: 10px;
    border: 1px solid #E6EAED;
    border-radius: 5px 0 0 5px;
}
.discount-input span{
    border: 1px solid #E6EAED;
    border-left: 0;
    border-radius:  0 5px 5px 0 ;
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212B36;
}
.notes-textarea{
    height: 70px;
}
.card-header h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
a.table-links{
    color: #058b7e !important;
}
a.table-links:hover{
    color: #092C4C !important;
    text-decoration: underline;
}
.table-dropdowns > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.table-dropdowns i{
    color: #000000;
}
.start-session{
    border: 1px solid rgba(38, 38, 44, 0.2);
    background: rgba(38, 38, 44, 0.05);
    padding: 5px 15px !important;
    color: #26262C !important;
    font-weight: 400 !important;
}
.table-imgs img {
    width: 30px;
    height: 30px;
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    min-width: 30px;
}
.table-imgs {
    margin-right: 10px;
}
.table-contents h6 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.modal-title {
    font-size: 16px;
}
.avaliable-slots-set ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.avaliable-slots-set ul li {
    width: calc(20% - 20px);
}
.avaliable-slots-set h5 {
    margin-bottom: 15px;
}
.avaliable-slots-set a {
    width: 100%;
    background: rgba(230, 234, 237, 0.5);
    padding: 5px;
    display: block;
    text-align: center;
    border-radius: 50px;
    color: #000000;
}
.avaliable-slots-set a:hover{
    background:#058b7e;
    color: #fff;
}
.table-contents h5 {
    color: #85878b;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]{
    background: #2CCAB9 !important;
}
.badge-gray.card-headbadge{
    background: rgba(38, 38, 44, 0.1);
    color: #26262C;
    padding: 5px 10px;
    font-weight: 500;
}
.table-dropdowns .dropdown-toggle::after{
    display: none;
}
.table .checkboxs {
    margin-bottom: 15px;
    position: relative;
}
.checkboxs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
th .checkboxs .checkmarks, td .checkboxs .checkmarks {
    width: 18px;
    height: 18px;
}
.checkboxs input ~ .checkmarks {
    border: 1px solid rgba(38, 38, 44, 0.7);
    background-color: #ffffff;
    border-radius: 5px;
}
.checkboxs .checkmarks {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.checkboxs input:checked ~ .checkmarks {
    background-color: #058b7e;
    border-color: #058b7e;
}
table .badge-tables{
    min-width: auto;
    margin-left: 5px;
    padding: 2px 5px;
    font-size: 10px;
}
.checkboxs input:checked ~ .checkmarks:after {
    display: block;
}

th .checkboxs .checkmarks::after, td .checkboxs .checkmarks::after {
    left: 6px;
    top: 3px;
}
.checkboxs .checkmarks:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.checkboxs .checkmarks:after {
    content: "";
    position: absolute;
    display: none;
}
.product-table .table thead tr th {
    background: rgba(44, 202, 185, 0.05);
}
.patient-phone-no{
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 15px;
}
.patient-profiles {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 15px;
}
.patient-profiles-img img {
    width: 48px;
    height: 48px;
    border-radius: 50px;
}
.patient-profiles-img {
    margin-right: 15px;
}
.patient-profiles-content h5 {
    font-size: 14px;
    color: #182433;
    margin-bottom: 2px;
    font-weight: 500;
}
.patient-profiles-content h6 {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.patient-profiles a {
    width: 100%;
}
.patient-phone-no h6 {
    font-size: 14px;
    color: #141414;
    font-weight: 400;
}
.patient-phone-no h6 i {
    color: #656565;
}
.clinic-information > h6{
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.mini-sidebar .sidebar-menu ul ul.sidebar-menus a{
    justify-content: center;
}
.mini-sidebar.expand-menu .sidebar-menu ul ul.sidebar-menus a{
    justify-content: start;
}
.mini-sidebar.expand-menu .sidebar-menu ul ul.sidebar-menus a{
    justify-content: start;
}
.mini-sidebar .sidebar-menu{
    padding-left: 0;
}
.mini-sidebar.expand-menu .sidebar-menu{
    padding-left: 5px;
}
.mini-sidebar .sidebar-menu ul ul.sidebar-menus::after{
    left: 5px;
}
.mini-sidebar.expand-menu .sidebar-menu ul ul.sidebar-menus::after{
    left: 5px;
}
.border-last-sidebar::after{
    opacity: 0 !important;
    padding-bottom: 0 !important;
}
.bootstrap-tagsinput {
    width: 100%;
    display: inline-block;
    align-items: center;
    height: 48px;
    overflow: auto;
}
.bootstrap-tagsinput input {
    width: 100%;
    height: 50px;
}
.cards-dropdowns{
    border: 1px solid #E6EAED;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.cards-dropdowns h6{
    margin: 0;
    color: #212B36;
    font-size: 14px;
}
.cards-dropdowns .dropdown-toggle{
    border: 0;
    display: flex;
    align-items: center;
    padding-left: 5px !important;
}
.cards-dropdowns .dropdown-toggle::after{
    display: none;
}
.order-div {
    display: flex;
    align-items: center;
    border: 1px solid rgba(4, 32, 69, 0.1);
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.order-informations {
    width: 70%;
    display: flex;
    align-items: start;
    padding: 15px;
    border-right: 1px solid #0420451A;
}
.order-informations-img img {
    width: 60px;
    height: 60px;
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
}
.order-informations-img {
    margin-right: 15px;
}
.order-informations-content h4 {
    font-size: 14px;
    color: #26262C;
    margin-bottom: 5px;
}
.order-informations-content h4 span {
    background: rgba(38, 38, 44, 0.1);
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: 400;
}
.order-informations-content h5 {
    color: rgba(38, 38, 44, 0.5);
    font-size: 14px;
    margin-bottom: 5px;
}
.order-informations-content h6 {
    margin: 0;
    color: #26262C;
    font-weight: 400;
    font-size: 12px;
}
.order-price-detilset {
    width: 15%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #0420451A;
}
.order-price-detilset h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.order-price-detils {
    width: 15%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-price-detils h6 {
    margin: 0;
    color: #182433;
}
.order-right {
    position: relative;
    padding-left: 30px;
    padding-bottom: 30px;
}
.order-right::after{
    position: absolute;
    content: "";
    border-color: rgba(38, 38, 44, 0.1);
    width: 1px;
    height: 100%;
    border-width: 1px;
    border-style: dashed;
    left:8px;
    top: 15px;
}
.order-right h6 {
    margin-bottom: 15px;
    color: #26262C;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.order-right h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../img/icons/checks.png);
    background-repeat: no-repeat;
    left: -25px;
    top: 3px;
}
.order-right h6::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #EEFAF1;
    border-radius: 5px;
    left: -30px;
    top: 0;
}
.order-delivery {
    position: relative;
    padding-left: 30px;
}
.order-delivery h6::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/truck.png);
    background-repeat: no-repeat;
    left: 4px;
    top: 3px;
    background-size: 14px;
}
.order-delivery h6::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: rgba(247, 144, 34, 0.2);
    border-radius: 5px;
    left: 0px;
    top: 0;
}
.order-delivery h6 {
    margin-bottom: 15px;
    color: #26262C;
    font-size: 14px;
    font-weight: 400;
}
.order-delivery ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.order-delivery ul li {
    margin-bottom: 15px;
    width: 33.3%;
}
.order-delivery ul li h5 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
}
.order-delivery ul li h4 {
    font-size: 14px;
    font-weight: 500;
    color: #26262C;
    margin-top: 0;
}
.order-delivery .badge-approved {
    background: rgba(247, 144, 34, 0.1);
    padding: 3px 7px;
    border-radius: 5px;
    font-size: 12px;
    color: #F79022;
    display: inline-flex;
    align-items: center;
}
.order-delivery .badge-approved i {
    font-size: 7px;
}
.order-informations-set {
    padding: 15px 0 0;
    border-bottom: 1px solid #E6EAED;
    margin-bottom: 16px;
}
.order-badge ul{
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.order-badge ul a{
    color: rgba(38, 38, 44, 0.5);
    border: 1px solid rgba(38, 38, 44, 0.5);
    padding: 5px 12px;
    border-radius: 5px;
}
.order-history {
    padding-top: 20px;
}
.order-history ul {
    padding-left: 25px;
}
.order-history ul li {
    margin-bottom: 15px;
}
.order-history ul li:last-child {
    margin: 0;
}
.order-history ul li h6 {
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.order-history ul li h6::after {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.1);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    left: -20px;
    top: 3px;
}
.order-history ul li h6::before {
    position: absolute;
    content: "";
    border-color: rgba(38, 38, 44, 0.1);
    width: 1px;
    height: 100%;
    border-width: 1px;
    border-style: dashed;
    left: -16px;
    top: 15px;
}
.order-history ul li:last-child h6::before {
    opacity: 0;
}
.shipping-information-address{
    display: flex;
    align-items: start;

}
.shipping-information-address i{
    color: #656565;
    font-size: 18px;
}
.shipping-information-address label{
    color: #141414;
    font-size: 14px;
    margin: 0 0 0 5px;
}
.shipping-information-address span {
    margin-top: 2px;
}
.clinic-informations{
    border-top: 1px solid #E6EAED;
    padding-top: 15px;
    margin-top: 15px;
}
.clinic-informations h6{
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
table .edit-delete-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
table tbody td.action-table-data a {
    border: 1px solid #E6EAED;
    background-color: #ffffff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    padding: 8px;
}

.table tbody tr td a {
    color:#058b7e;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.badge-delivered{
    background: #EEFAF1;
    padding: 3px 5px;
    color: #3EB780;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.badge-delivered{
    background: #EEFAF1;
    padding: 3px 5px;
    color: #3EB780;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.badge-delivered i{
    font-size: 8px;
    border-radius: 5px;
}
.badge-cancelled{
    background: rgba(255, 0, 0, 0.1);
    padding: 3px 5px;
    color: #FF0000;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 400;
}
.badge-noshows{
    background: #E6EAED;
    padding: 3px 5px;
    color: #26262C;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.badge-noshow{
    background: rgba(232 , 70 , 70 ,0.15);
    padding: 3px 5px;
    color: #e84646;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.badge-noshow i{
    font-size: 8px;
    border-radius: 5px;
}
.badge-approved i{
    font-size: 8px;
    border-radius: 5px;
}
.badge-approved{
    background: rgba(247, 144, 34, 0.1);
    padding: 3px 5px;
    color: #F79022;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.badge-async{
    background: #E6EAED;
    padding: 3px 5px;
    color: #26262C;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.badge-escalated{
    background: rgba(255, 0, 0, 0.05);
    padding: 3px 5px;
    color: #FF0000;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.badge-sync{
    background:#EEFAF1;
    padding: 3px 5px;
    color:#32B87D;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.badge-clinic{
    background: #058b7e;
    padding: 3px 5px;
    color: #fff;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
table .checkboxs input ~ .checkmarks {
    border: 1px solid #E6EAED;
    background-color: #ffffff;
    border-radius: 5px;
}
.table-actions{
    display: flex;
    align-items: center;
    gap: 10px;
}
.table-actions a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.table-actions a i{
    font-size: 14px;
}
.table-actions a:hover{
    background: #058b7e;

}
.table-actions a:hover i{
    color: #fff ;
}

.edit-delete-action .checkboxs .checkmarks{
    display: block;
    position: relative;
}
.table .edit-delete-action  .checkboxs {
    margin-bottom: 0;
    position: relative;
    margin-top: 5px;
}
.custom_radio.active input ~ .checkmark {
    background-color: #058b7e;
}
body.account-page {
    background: #26262C;
}
.sidebar-submenus {
    padding: 5px 15px 5px !important;
    margin-bottom: 5px !important;
}
ul.sidebar-submenus {
    padding-left: 15px;
    background: rgba(0, 0, 0, 0.25);
    width: calc(100% - 30px);
    border-radius: 10px;
    margin: auto;
}
.product-dropdown {
    background: #fff;
}
.product-dropdown-set {
    padding: 20px;
    display: flex;
    align-items: start;
    border-bottom: 1px solid #d5d5d5;
}
.product-dropdown-img img {
    width: 50px;
    height: 50px;
    border: 1px solid #d5d5d5;
    padding: 8px;
    border-radius: 5px;
}
.product-dropdown-img {
    margin-right: 15px;
}
.div-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #d5d5d5;
    padding: 5px 0;
}
.div-product:last-child{
    border-bottom: 0;
}
.product-dropdown-content {
    width: 100%;
}
.product-dropdown-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.div-product h5 {
    margin: 0;
    font-size: 14px;
}
.div-product h5 span {
    color: #058b7e;
    margin-right: 5px;
}
.product-dropdown-btn a {
    border: 1px solid #092C4C;
    color: #092C4C;
}
.product-dropdown-btn a:hover {
    border: 1px solid #092C4C;
    color: #fff;
    background: #092C4C;
}
.product-dropdown {
    position: relative;
}
/* .modal-header .close{
    padding: 5px;
    opacity: 1;
    margin: 0;
}
.modal-header .close span {
    padding: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF0000;
    opacity: 1;
    color: #fff;
    margin: 0;
    border-radius: 50px;
    font-size: 14px;
    line-height: normal;
} */
.btn-upload{
    color: rgba(38, 38, 44, 0.5);
    border: 1px solid  #E6EAED;
}
.btn-upload:hover{
    background: rgba(38, 38, 44, 0.5);
    color: #fff;
}
.offcanvas-detailsset .offcanvas-time-left {
    width: auto;
}
.offcanvas-time.offcanvas-detailsset {
    justify-content: space-between;
}
.offcanvas-detailsset .offcanvas-time-left {
    width: auto;
    border: 0;
}
.offcanvas-time.offcanvas-detailsset {
    justify-content: space-between;
}
.offcanvas-checkin ul {
    display: flex;
    padding: 0;
    gap: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.offcanvas-checkin ul a {
    padding: 7px 15px;
    color: #26262C;
}

.offcanvas-checkin ul a.active {
    background: #058b7e;
    border-radius: 5px;
    color: #fff;
}

.offcanvas-checkin ul a i {
    margin-right: 5px;
}

.off-canvas-profiles {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #d5d5d5;
}

.profile-off {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.off-canvas-profiles-path {
    display: flex;
    align-items: center;
}
.off-canvas-profiles-path-img img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
.off-canvas-profiles-path-content h5 {
    font-size: 14px;
    margin-bottom: 3px;
}
.off-canvas-profiles-path-content h6 {
    color: rgba(38, 38, 44, 0.5);
    font-size: 14px;
    margin: 0;
}
.off-canvas-profiles-path-content {
    margin-left: 15px;
}
.profile-status {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #d5d5d5;
}
.profile-status h6 {
    font-size: 14px;
}
.off-canvas-vist-reason {padding: 20px;}

.off-canvas-vist-reason h4 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

.off-canvas-vist-reason ul {
    padding: 15px;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border: 1px solid rgba(44, 202, 185, 0.2);
    border-radius: 5px;
}

.off-canvas-vist-reason ul li {
    margin-bottom: 15px;
}
.off-canvas-vist-reason ul li:last-child {
    margin: 0;
}
.off-canvas-vist-reason ul li h6 {
    font-size: 14px;
    color: #26262C;
}
.off-canvas-vist-reason ul li h6 span {
    margin-left: 15px;
    position: relative;
    font-size: 12px;
    color: #212B36;
}
.off-canvas-vist-reason ul li h6 span::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 5px;
    height: 5px;
    left: -10px;
    top: 7px;
    border-radius: 50px;
}
.offcanvas-checkin ul a {
    padding: 7px 15px;
    color: #26262C;
    display: block;
}
.offcanvas-checkin ul a.active {
    background: #058b7e;
    border-radius: 5px;
    color: #fff;
}
.offcanvas-checkin ul a i {
    margin-right: 5px;
}
.bor-radus-5{
    border-radius: 5px !important;
}
.add_card_button .choose-card-path-btn a {
    min-height: 70px;
}
.add_bank_button .choose-card-path-btn a {
    min-height: 70px;
}
.product-dropdowns {
    position: relative;
    width: 100%;
    background: #fff;
    top: 0px;
    z-index: 99;
    border: 1px solid #d5d5d5;
    max-height: 300px;
    overflow: auto;
}
.add-product .select2-container--default .select2-selection--multiple{
    min-height: 40px;
}
.add-product  .select2-container{
    width: 100% !important;
}
.cal-icons i{
    position: absolute;
    top: 10px;
    right: 25px;
}
.check-payment-method{
    border-left: 2px dashed #E6EAED;
    padding-left: 20px;
}
.terminal-payment-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.terminal-payment-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: #26262C;
    margin: 10px 0 10px;
}
.terminal-payment-content h6 {
    color: rgba(38, 38, 44, 0.68);
    font-size: 14px;
    font-weight: 400;
}
.terminal-payment-method{
    border-left: 2px dashed #E6EAED;
    padding-left: 20px;
}
#variant_modal .bootstrap-tagsinput input {
    width: auto;
    height: 38px;
}
.remaining-label{
    color: rgba(38, 38, 44, 0.68);
}
.split-payments {
    display: flex;
    padding-top: 20px;
    flex-direction: column;
}
.table tbody tr td a.dropdown-item{
    color: #141414;
}
.split-payments-img {
    margin-right: 15px;
}
.split-payments-content h6 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.68);
    margin-bottom: 0;
}
.split-payments-content h5 {
    color: #141414;
    margin-bottom: 0;
}
.split-payments > span::after {
    position: absolute;
    content: "";
    border-style: dashed;
    border-width: 1px;
    width: 100%;
    border-color: rgba(38, 38, 44, 0.1);
    top: -20px;
    left: 0;
}
.split-payments {
    position: relative;
}
.split-payments  > span {
    position: relative;
    width: 100%;
}
.split-payments::after {
    position: absolute;
    content: "";
    border-radius: 50px;
    width: 10px;
    height: 10px;
    background: rgba(38, 38, 44, 0.1);
    top: -3px;
    left: 0;
    z-index: 9;
}
.split-payments::before {
    position: absolute;
    content: "";
    border-radius: 50px;
    width: 10px;
    height: 10px;
    background: rgba(38, 38, 44, 0.1);
    top: -3px;
    right: 0;
    z-index: 9;
}
.protocols-path label.payment-radio {
    font-size: 14px;
    color: #646B72;
    font-weight: 400;
    margin: 0;
    padding-left: 20px;
}

.protocols-inner-content {
    position: relative;
    padding-top: 30px;
}

.protocols-inner-content::after {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.2);
    width: 0;
    left: 0;
    height: 1px;
    top: 14px;
}
.protocols-inner-content::before {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    top: 10px;
    border-radius: 50px;
    z-index: 99;
}
.weekly-report label {
    margin: 0;
    margin-right: 5px;
}
.weekly-report input {
    width: 50px;
    background: rgba(38, 38, 44, 0.05);
    border-radius: 5px;
    border: 1px solid rgba(38, 38, 44, 0.2);
    padding: 5px;
}
.multiselect-native-select{
    width: 100%;
    display: block;
}
.multiselect-native-select .btn-group{
    width: 100%;
}
.multiselect-native-select .dropdown-toggle::after{
    position: absolute;
    right: 10px;
    top: 15px;
}
.weekly-report {
    display: flex;
    align-items: center;
}
.weekly-report span {
    color: rgba(38, 38, 44, 0.5);
    margin-left: 5px;
}
.protocols-word{
    background: rgba(44, 202, 185, 0.2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
}
.multiselect-native-select .dropdown-menu li {
    border-bottom: 0;
}
.protocols-word span{
    color: #058b7e;
    font-size: 18px;
    font-weight: 600;
}
.protocols-content {
    padding-left: 60px;
    position: relative;
}
.protocols-content::after {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.2);
    width: 39px;
    height: 1px;
    top: 14px;
    left: 21px;
}
.protocols-content::before {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.2);
    height: 24px;
    width: 1px;
    top: -7px;
    left: 20px;
}
.protocols-content .col-lg-4:last-child .protocols-inner-content::after{
    width: 0;
}
.protocols-div .payment-radio .checkmark{
    width: 14px;
    height: 14px;
    max-width: 14px;
    border: 3px solid #E6EAED;
    top: 3px;

}
.protocols-div .form-check .payment-radio input:checked ~ .checkmark::after{
    opacity: 0;
}
.protocols-div .form-check .payment-radio input:checked ~ .checkmark{
    border-width: 3px;
}
.integrated-card {
    border: 1px solid #E6EAED;
    border-radius: 5px;
    padding: 20px;
    transition: all 0.5s;
    margin-bottom: 16px;
}
.integrated-card:hover{
    background: #F5F5F5;
}
.integrated-img-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.integrated-img span {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integrated-img {
    margin-right: 15px;
}
.telehealth-set .checkboxs input ~ .checkmarks {
    border: 1px solid #dee2e6;
}
.integrated-img img.img-fluid {
    height: 100%;
}
.integrated-img-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #26262C;
    margin: 0;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.badge-connected {
    padding: 3px 7px;
    color: #28C76F;
    border: 1px solid #28C76F;
    border-radius: 5px;
    background: rgba(40, 199, 111, 0.05);
    font-weight: 600;
}
span.badge-notconnected {
    padding: 3px 7px;
    color: #646B72;
    border: 1px solid #E6EAED;
    border-radius: 5px;
    font-weight: 600;
}
.integrated-para {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.integrated-para p {
    color: #646B72;
}
.service-types-heads .reaction-set-content {
    display: flex;
    align-items: center;
}
.chart-review {
    padding-left: 37px;
    position: relative;
}
.medical-div {
    padding-left: 30px;
    position: relative;
}
.medical-div::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border: 1px dashed rgba(38, 38, 44, 0.2);
    left: 9px;
    top: 10px;
}
.medical-div::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    left: 4px;
    top: 10px;
    z-index: 9;
    border-radius: 4px;
    transform: rotate(45deg);
}
.service-chart {
    position: relative;
}
.service-chart::after {
    position: absolute;
    border-width: 1px;
    height: calc(100% + 20px);
    border-style: dashed;
    border-color: rgba(38, 38, 44, 0.2);
    left: 15px;
    z-index: 0;
    top: 20px;
    content: "";
}
.service-chart:last-child:after {
    opacity: 0;
}
.chart-collapse{
    color: #212B36;
}
.medical-div:last-child:after{
    opacity: 0;
}
.chart-review::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    left: 10px;
    top: 10px;
    border-radius: 50px;
}
.service-types-heads .reaction-set {
    border: 0;
    padding: 0;
}
.service-types-heads {
    padding: 15px;
    background: rgba(44, 202, 185, 0.03);
}
.service-types-heads .clients-details ul {
    padding: 0;
    padding-left: 15px;
}
.reaction-set-content div {
    padding-right: 15px;
    margin-right: 15px;
}
.service-chart .service-body{
    padding: 15px;
}
.integration-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.integration-btn a {
    color: #1B2850;
    border: 1px solid #1B2850;
    border-radius: 5px;
    padding: 7px 15px;
}
.integration-btn a:hover {
    background: #1B2850;
    color: #fff;
}
.integration-btn input:checked+.slider {
    background: #3EB780;
}
.integration-btn label.switch {
    width: 40px;
}
.integration-btn input:checked + .slider:before {
    left: -2px;
    top: 4px;
}
.integration-btn .slider:before{
    left: 4px;
    width: 12px;
    height: 12px;
    top: 4px;
}
.payment-historys {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.payment-succeess-img {
    margin-right: 15px;
}
.payment-succeess-content h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.68);
    margin-bottom: 4px;
}
.payment-succeess-content h4 {
    font-size: 14px;
    margin: 0;
}
.payment-succeess-content h4 span {
    color: rgba(38, 38, 44, 0.4);
}
.badge-balance{
    background: #E78A06;
    border-radius: 5px;
    padding: 2px 7px;
    color: #fff;
    font-size: 12px;
}
.product-dropdown-set:hover {
    background: #eee;
}
.div-product:hover {
    background: #f5f5f5;
}
.date-shipped {
    position: relative;
}
.date-shipped ul {
    display: flex;
    align-items: center;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.date-shipped ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    border-left: 1px solid #d5d5d5;
    justify-content: center;
    color: #182433;
}
.date-shipped ul li a:hover{
    background: #058b7e;
    color: #fff;
}
.order-numbers ul {
    padding: 0;
    margin-bottom: 30px;
}
.order-numbers ul li + li {
    margin-top: 16px;
}
.order-numbers ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-numbers ul li h5 {
    font-size: 14px;
    color: #26262C;
    margin: 0;
}
.order-numbers ul li h6 {
    font-size: 13px;
    margin: 0;
    color: #646B72;
}
.order-numbers-btn a {
    background: rgba(38, 38, 44, 0.1);
    padding: 7px 15px;
    color: #26262C;
    font-size: 14px;
    font-weight: 500;
}
.order-numbers-btn a:hover {
    background: #058b7e;
    color: #fff;
}
.modal-shipment-status > a {
    width: 100%;
    padding: 5px 10px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-shipment-status ul.dropdown-menu {
    width: calc(100% - 30px);
}
.modal-shipment-status .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #058b7e;
}
.modal-shipment-status .dropdown-item.active{
    background-color: #058b7e;
    color: #fff;
}
.modal-shipment-status  .dropdown-menu{
    max-height: 200px;
    overflow: auto;
}
.patient-add a {
    padding: 15px;
    display: block;
    color: #058b7e;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #d5d5d5;
}
.patient-add a i {
    background: #058b7e;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
}
.patient-add a:hover {
    background: #eee;
}
.fw-normal{
    font-weight: 400 !important;
}
.offcanvas-sets {
    position: fixed;
    width: 650px;
    height: 100vh;
    overflow: auto;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    max-width: 100%;
}
.offcanvas-set {
    position: fixed;
    width: 650px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    right: 0;
    top: 0;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    max-width: 100%;
    transition: all 0.5s;
}
.offcanvas-gfe {
    position: fixed;
    width: 650px;
    height: 100vh;
    overflow-x: visible;
    overflow-y: scroll;
    background: #fff;
    right: -100%;
    top: 0;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    max-width: 100%;
    transition: all 0.5s;
}
.offcanvas-gfe.active {
    right:0;
}
.offcanvas-set-calendar {
    position: fixed;
    width: 650px;
    height: 100vh;
    overflow-x: visible;
    overflow-y: scroll;
    background: #fff;
    right: -160%;
    top: 0;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    max-width: 100%;
}
.offcanvas-edit-appointment {
    position: fixed;
    width: 650px;
    height: 100vh;
    overflow-x: visible;
    overflow-y: scroll;
    background: #fff;
    right: -100%;
    top: 0;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    max-width: 100%;
}
.schedule-time-icon{
    font-size: 22px;
}
.schedulate-date {
    position: absolute;
    left: -75%;
    background: #fff;
    width: 350px;
    padding: 15px;
    border-radius: 10px;
    z-index: 9999999999;
    top: -10px;
}
.offcanvas-set-head {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6EAED;
}
.offcanvas-set-head h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}
.offcanvas-set-head a {
    color: #fff;
    background: #ff0000;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50px;
}
.offcanvas-set-heads {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6EAED;
}
.offcanvas-set-heads h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}
.offcanvas-set-heads a {
    color: #fff;
    background: #ff0000;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50px;
}

.offcanvas-set-content {width: 100%;padding: 15px;}
.gfe-summary {
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.clinic-dropset {
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    top: -16px;
    left: 0;
    display: none;
    background: #fff;
    z-index: 9999;
    max-height: 250px;
    overflow: auto;
}
.search-service{
    position: relative;
}
.clinic-dropset.active{
    display: block;
}
.clinic-dropset-head h6 {
    font-size: 16px;
    font-weight: 500;
    color: #212B36;
    margin-bottom: 0;
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 15px;
}
.clinic-dropset-head {
    padding: 12px;
    padding-bottom: 0;
}
.clinic-dropset-content{
    padding: 0 15px;
    border-bottom: 1px solid #E6EAED;
}

span.badge-injectables {
    background: rgba(231, 138, 6, 0.2);
    padding: 3px 10px;
    border-radius: 5px;
    color: #E78A06;
    font-size: 12px;
    font-weight: 400;
}
.clinic-dropset-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E6EAED;
}
.clinic-dropset-view-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.clinic-dropset-view-right h5 {
    font-size: 12px;
    margin: 0;
}
.clinic-dropset-view-right a {
    font-size: 12px;
    color: #26262c;
    border: 1px solid #E6EAED;
    padding: 2px 7px;
    border-radius: 5px;
}
.clinic-dropset-view-left h6 {
    margin: 0;
    font-size: 12px;
    color: #212B36;
}
.clinic-dropset-view-right a:hover {
    background: #26262c;
    color: #fff;
}
.clinic-dropset-view:last-child {
    border: 0;
}
.gfe-summary h5 {
    font-size: 16px;
    color: #26262C;
    font-weight: 600;
    margin-bottom: 5px;
}
.gfe-summary h6 {
    font-size: 14px;
    color: #26262C;
    font-weight: 400;
    margin: 0;
}
.gfe-type {
    border: 1px solid rgba(38, 38, 44, 0.2);
    padding: 10px;
    border-radius: 10px;
}
.gfe-type-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.gfe-type-count h6 {
    margin: 0;
}
.gfecontent h6 {
    color: rgba(38, 38, 44, 0.68);
    font-size: 12px;
    margin: 0;
}
.list-page-head {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.offcanvas-bs-width {
    min-width: 600px;
    max-width: 100%;
}
.notelink a.img-link {
    background: rgba(38, 38, 44, 0.05);
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 5px;
    color: #26262C;
    border: 1px solid #E6EAED;
}
.notelink {
    display: flex;
    gap: 15px;
    align-items: center;
}
.notelink a.img-link:hover {
    background: #058b7e;
    color: #fff;
}
.notelink .btn {
    padding: 5px 10px;
}
.list-page-head h5 {
    font-size: 16px;
    margin: 0;
}
.list-page-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.service-type-div {
    margin-left: 35px;
    border: 1px solid #E6EAED;
    border-radius: 10px;
    margin-bottom: 24px;
}

.service-types-head h6 {
    background: rgba(44, 202, 185, 0.03);
    padding: 15px;
    color: #26262C;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    border-bottom: 1px solid #E6EAED;
}
.service-types-content {
    padding: 15px;
}
.service-types-content ul {
    padding: 0;
}
.service-types-content ul li {
    padding-bottom: 30px;
}
.service-types-content ul li:last-child {
    padding-bottom: 0;
}
.service-types-value h6 {
    font-size: 14px;
    color: #26262C;
}
.service-types-value h6 span {
    margin-left: 20px;
    font-size: 12px;
    color: #26262C;
    font-weight: 400;
    position: relative;
}
.service-types-symtoms h5 {
    margin: 0;
    font-size: 12px;
    background: rgba(255, 152, 0, 0.05);
    display: inline-block;
    align-items: center;
    padding: 5px 10px;
    color: #26262C;
    border-left: 3px solid #FF9800;
}
.service-types-symtoms h6{
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.service-types-symtoms h6 span{
    font-weight: 400;
}
.appointment-gfe-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
    flex-wrap: wrap;
}
.gfe-status-view ul {
    display: flex;
    padding: 0;
    gap: 20px;
}
.gfe-status-view li {
    position: relative;
}
.gfe-status-view li::after {
    position: absolute;
    content: "";
    background: #E6EAED;
    width: 1px;
    height: 29px;
    right: -8px;
}
.gfe-status-view li:last-child::after {
    opacity: 0;
}
.service-types-value h6 span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    left: -15px;
    top: 4px;
}
.service-types-content ul li {
    padding-left: 30px;
    position: relative;
}
.service-types-content ul li::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    left: 0;
    top: 4px;
    transform: rotate(45deg);
    border-radius: 3px;
    z-index: 9;
}
.service-types-content ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 4px;
    top: 9px;
    border: 1px dashed rgba(38, 38, 44, 0.2);
    z-index: 1;
}
.service-types-content ul li:last-child::before {
    opacity: 0;
}
.treatmentlist {
    border: 1px solid #058b7e;
    border-radius: 10px;
    padding: 15px 15px 5px;
    background: rgba(44, 202, 185, 0.05);
}
.treatmentlist-div h6 {
    font-size: 14px;
    color: #26262C;
    font-weight: 700;
    margin-bottom: 15px;
}
.treatmentlist-div h5 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.draw-signature {
    margin-top: 30px;
}
.draw-signature-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.signinset h6{
    border-left: 2px solid #FF9800;
    background: rgba(255, 152, 0, 0.1);
    padding: 10px;
    font-size: 14px;
    color: #26262C;
    font-weight: 400;
    margin: 0;
}
.draw-signature-head h6 {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.service-types-value h6 h6{
    font-weight: 400;
}
.draw-signature-input input {
    border: 1px dashed rgba(38, 38, 44, 0.1);
    background: #FBFBFB;
    height: 77px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.draw-signature-head a {
    color: rgba(38, 38, 44, 0.5);
}
.offcanvas-set-footer{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #E6EAED;
}
.service-types-head h6,
.service-type-div{
    position: relative;
}
.service-types-head h6::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    left: -30px;
    top: 16px;
    border-radius: 50px;
    z-index: 9;
}
.service-type-div::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 22px);
    left: -26px;
    top: 19px;
    border: 1px dashed rgba(38, 38, 44, 0.2);
    z-index: 1;
}
.service-type-div:last-child::before {
    opacity: 0;
}
.gfe-overlay{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
}
.gfe-overlay.opened{
    display: block;
}
.offcanvas-set{
    right: -650px;
    transition: all 0.5s;
}
.offcanvas-set.active{
    right: 0;
}
.offcanvas-set-calendar.active{
    right: 0;
}
.offcanvas-edit-appointment.active{
    right: 0;
}
.offcanvas-sets{
    right: -650px;
    transition: all 0.5s;
}
.offcanvas-sets.active{
    right: 0;
}
.treatment-product {
    padding-left: 10px;
    border-left: 2px solid rgba(38, 38, 44, 0.2);
    margin: 15px 0;
}
.treatment-product h4 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.68);
    display: flex;
    align-items: center;
    font-weight: 400;
}
.treatment-product h4 p.badge-primary {
    width: 16px;
    height: 16px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 5px;
}
.collapse-set-div{
    float: right;
    transition: all 0.5s;
    transform: rotate(180deg);
}
.service-types-head .collapsed .collapse-set-div{
    transform: rotate(0deg);
}
.service-types-value .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 27px;
    margin-bottom: 0;
    margin-right: 20px;
}
.service-types-value .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.service-types-value input:checked + .slider {
    background-color: #058b7e;
    border-color:#058b7e ;
}
.service-types-value .slider.round {
    border-radius: 34px;
}
.service-types-value .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E7EAEB;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #617275;
}
.service-types-value input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.service-types-value .slider.round:before {
    border-radius: 50%;
}
.service-types-value .slider:before {
    position: absolute;
    content: "X";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 1px;
    background-color: #9EACAE;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E7EAEB;
    font-size: 10px;
}
.service-types-value input:checked + .slider:before {
    content: "✔";
    background: #fff;
    color: #00a65a;
}
.service-toggle-div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-toggle-div h4 {
    font-size: 14px;
    font-weight: 600;
}
.service-toggle-div h4 span {
    margin-left: 20px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}
.service-toggle-div h4 span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    left: -14px;
    top: 3px;
}
.service-editbtn a {
    width: 30px;
    height: 30px;
    border: 1px solid #E6EAED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212B36;
}
.service-name {
    margin-bottom: 15px;
    padding-left: 15px;
}
.text-gray{

}
.service-name h6 {
    color: rgba(38, 38, 44, 0.68);
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}
.service-name h5 {
    font-size: 14px;
}
.service-name h5 span {
    margin-left: 20px;
    position: relative;
    font-weight: 500;
}
.service-toggle-div h4 span::after {
    position: absolute;
    content: "";
}
.service-name h5 span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    left: -14px;
    top: 4px;
}

.service-toggle-div .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 27px;
    margin-bottom: 0;
    margin-right: 20px;
}
.service-toggle-div .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.service-toggle-div input:checked + .slider {
    background-color: #058b7e;
    border-color:#058b7e ;
}
.service-toggle-div .slider.round {
    border-radius: 34px;
}
.service-toggle-div .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E7EAEB;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #617275;
}
.service-toggle-div input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.service-toggle-div .slider.round:before {
    border-radius: 50%;
}
.service-toggle-div .slider:before {
    position: absolute;
    content: "X";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 1px;
    background-color: #9EACAE;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E7EAEB;
    font-size: 10px;
}
.service-toggle-div input:checked + .slider:before {
    content: "✔";
    background: #fff;
    color: #00a65a;
}
.treatment-radio-set {
    margin-bottom: 15px;
}
.treatment-radio-set ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.treatment-radio-set ul label {
    margin: 0;
    position: relative;
    padding-left: 4px;
    color: #646B72;
}
.treatment-radio-set ul input {
    opacity: 0;
}
.treatment-radio-set ul label::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #E6EAED;
    border-radius: 50px;
    left: -15px;
    top: 4px;
}
.treatment-radio-set ul input:checked + label::after {
    border: 3px solid #058b7e;
}

.treatment-radio-textarea textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #E6EAED;
    padding: 10px;
    border-radius: 5px;
}
.treatment-radio-textarea textarea:focus {
    outline: none;
}
.treatment-radio-textarea {
    margin-bottom: 20px;
}
.upload-set-div {
    text-align: center;
}
.photo-uploads input {
    width: 100px;
    height: 100px;
    opacity: 0;
    z-index: 999;
}
.photo-uploads {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-uploads-img {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-set-div h6 {
    font-size: 16px;
    font-weight: 600;
}
.service-treament{
    position: relative;
    padding-left: 30px;
}
.service-treament::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 10px;
    height: 10px;
    left: 0;
    top: 4px;
    transform: rotate(45deg);
    border-radius: 3px;
    z-index: 9;
}
.service-treament::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 12px);
    left: 4px;
    top: 9px;
    border: 1px dashed rgba(38, 38, 44, 0.2);
    z-index: -1;
}
.service-treament:last-child::before{
    opacity: 0;
}

.modal .service-treament {
    padding-left: 10px;
}
.modal .service-treament::after{
    opacity: 0;
}
.offcanvas-time {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #E6EAED;
}
.offcanvas-time-left {
    display: flex;
    align-items: center;
    width: 65%;
    border-right: 1px solid #E6EAED;
}
.offcanvas-time-toggle{
    width: 35%;
    padding-left: 15px;
}
.offcanvas-time-left .content-time-set {
    margin-left: 15px;
    margin-right: 0px;
    padding: 0;
}
.time-icons-canvas span {
    width: 40px;height: 40px;
    background: rgba(44, 202, 185, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #058b7e;
    font-size: 22px;
}
.content-time-set h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}
.content-time-set h5 input {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    border: 0;
}
.content-time-set h6 input {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    border: 0;
}
.content-time-set h6 select  {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    border: 0;
}
.content-time-set h6 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.offcanvas-time-middle span {
    width: 40px;
    height: 40px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #26262C;
    font-size: 22px;
}
.offcanvas-time-right {
    text-align: right;
    display: flex;
    align-items: center;
}
.offcanvas-profile {
    padding: 20px;
    border-bottom: 1px solid #E6EAED;
}
.content-time-set{
    padding-right: 15px;
    border-right: 1px solid #E6EAED;
    margin-right: 15px;
}
.content-delete a{
    width: 23px;
    height: 23px;
    background: rgba(253, 211, 208, 1);
    border-radius:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C00F0C;
}
.canvas-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F9F9F9;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #E6EAED;
}
.canvas-profile-img-content {
    display: flex;
    align-items: center;
}
.canvas-profile-content {
    margin-left: 10px;
}
.canvas-profile-img img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
.canvas-profile-content h6 {
    font-size: 14px;
    margin: 0;
    color: rgba(38, 38, 44, 0.5);
}
.canvas-profile-content h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}
.canvas-profile-btn a {
    color: #212B36;
}
.offcanvas-number {
    padding: 20px;
    border-bottom: 1px solid #E6EAED;
}
.offcanvas-number .canvas-profile {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e6eaed;
    border-radius: 0;
    padding: 0 0 20px 0;
}
/* .offcanvas-number .canvas-profile-btn a {
    width: 30px;
    height: 30px;
    border: 1px solid #E6EAED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
} */
.offcanvas-number .canvas-profile-btn a:hover{
    background:  #E6EAED;
}
.canvas-number ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
}
.canvas-number ul li {
    width: 50%;
}
.canvas-number ul li h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.canvas-number ul li h6 i{
    color: #656565;
}
.canvas-search {
    padding: 20px;
    border-bottom: 1px solid #E6EAED;
}
.search-input-icons {
    position: relative;
}
.search-input-icons input {
    width: 100%;
    height: 38px;
    border: 1px solid #E6EAED;
    padding: 5px;
    padding-left: 30px;
    border-radius: 5px;
}
.search-input-icons i {
    position: absolute;
    top: 12px;
    left: 10px;
    color: #A6AAAF;
}
.appointment-notes textarea{
    height: 77px;
}
.protocols-inner-content::before {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    top: 10px;
    border-radius: 50px;
    z-index: 99;
}
.protocol-reqiured{
    position: relative;
}
.protocol-reqiured::before {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.2);
    height: 22px;
    width: 1px;
    top: -34px;
    left: -35px;
}
.protocol-reqiured::after {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.2);
    width: 35px;
    height: 1px;
    top: -14px;
    left: -35px;
}
.protocol-reqiured .protocols-inner-content::before{
    top: -18px
}
.btnaddform {
    padding: 20px;
}
.btn-addform {
    background: #F6F6F6;
    width: 100%;
    padding: 10px;
}
.btn-addform:hover {
    background: #058b7e;
    width: 100%;
    color: #fff;
    padding: 10px;
}
.canvas-profile-img.canvas-photo-img img{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px;
}
.badge-sets-view{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.badge-gray{
    border: 1px solid #D3D4D8;
    padding: 5px 10px;
    color: #26262C;
    font-size: 12px;
    border-radius: 5px;
    background: #F4F4F5;
}
.injection-div{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #D3D4D8;
}
.canvas-profile-btn span{
    font-size: 12px;
}
.canvas-set-path{
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.appointment-sets-div{
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.appointment-sets-path{
    padding:20px;
}
.split-history ul {
    display: flex;
    align-items: start;
    gap: 60px;
    padding: 0;
    margin-top: 50px;
}
.split-history ul li {
    position: relative;
}
.split-history ul li::after {
    background: #eee;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    top: -30px;
}
.split-history ul li::before {
    position: absolute;
    content: "";
    border: 1px dashed #eee;
    width: calc(100% + 60px);
    height: 1px;
    top: -26px;
    left: 0;
}
.split-history ul li:last-child::before {
    opacity: 0;
}
.split-history ul li:last-child::after {
    background: #058b7e;
}
.product-tables-td h6 {
    margin-bottom: 2px;
    color: #212B36;
    font-size: 14px;
}
.product-tables-td h5 {
    margin: 0;
    font-size: 12px;
}
.product-lot {
    display: flex;
    align-items: center;
}
.product-lot h6 {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 0;
    font-weight: 400;
}
.product-lot h5 {
    font-size: 12px;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.product-lot h5 i {
    font-size: 6px;
    color: #D9D9D9;
    margin: 0 15px 0 4px;
    padding-right: 6px;
}
.search-badges{
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.badge-search{
    padding: 3px 10px;
    background: #F9F9F9;
    border-radius: 5px;
    color: #141414;
    border: 1px solid #d5d5d5;
}
.inventory-div {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inventory-div-content ul {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 40px;
}
.text-muteds{
    color: rgba(38, 38, 44, 0.7) !important;
}
.week-select ul {
    display: flex;
    align-items: center;
    padding: 15px 0;
    gap: 10px;
    flex-wrap: wrap;
}
.constent-div {
    display: flex;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid #E6EAED;
}
.image-upload.download {
    border-radius: 5px;
    border: 1px dashed var(--Subtitle, #B8BCC9);
    position: relative;
    margin-bottom: 0;
}
.image-upload.download input[type=file] {
    height: 150px;
}
.image-upload .image-uploads {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border-radius: 5px;
    position: absolute;
    top: 0;
}
.notes-soap-set h6 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}
.soap-check label {
    margin: 0 0 3px 0;
    font-weight: 400;
    color: rgba(38, 38, 44, 0.7);
}
.image-upload .image-uploads h4 {
    font-size: 14px;
    font-weight: 500;
    color: #A6AAAF;
}
.image-upload .image-uploads h4 span {
    color: #058b7e;
}
.constent-div:last-child{
    border: 0;
    padding-bottom: 0;
}
.constent-content h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    margin: 0;
    font-weight: 400;
}
.constent-content h6 {
    font-size: 14px;
    color: #141414;
}
.week-radio input {
    display: none;
}
.week-radio label {
    width: 36px;
    height: 36px;
    border: 1px solid #058b7e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.select-all{
    color: #058b7e;
    font-size: 12px;
    font-weight: 600;
}
.radio-sets {
    display: flex;
    align-items: start;
    gap: 15px;
}
.monthly-sets {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.monthly-sets label {
    max-width: 70px;
    width: 70px;
    min-width: 70px;
}
.week-sets {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.week-sets select {
    width: 100px;
}
.week-sets label {
    max-width: 70px;
    width: 70px;
    min-width: 70px;
}
.radio-check-set {
    position: relative;
}

.radio-check-set input {
    opacity: 0;
}
.radio-check-set label {
    position: relative;
}
.radio-check-set label::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #656565;
    border-radius: 50px;
    left: -8px;
}
.radio-check-set  input:checked +  label::after {
    border: 1px solid #058b7e;
}
.form-privacy {
    display: flex;
    margin-bottom: 20px;
}

.form-privacy-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.form-privacy-content h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}

.form-privacy-content h6 {
    font-size: 14px;
    margin: 0;
}
.form-privacy-content ul {
    padding: 0;
    display: flex;
    width: 100%;
}
.form-privacy-status h6 {
    font-size: 14px;
}
.form-privacy-content {
    border-right: 1px solid #E6EAED;
}
.form-privacy-status {
    padding-left: 25px;
}
.form-privacy-content ul li {
    width: 33%;
}
.form-privacy-content {
    width: 65%;
}
.form-privacy-status {
    width: 35%;
}
.radio-check-set input:checked + label::before {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    left: -4.4px;
    top: 3.6px;
}
.monthly-sets .form-control {
    max-width: 100px;
}
.week-radio input:checked + label {
    background: #058b7e;
    color: #fff;
}
.inventory-div-content ul li {
    position: relative;
}
.inventory-div-content ul li::after {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.2);
    width: 1px;
    height: 100%;
    top: 0;
    right: -20px;
}
.inventory-div-content ul li:last-child::after {
    background: transparent;
}
.inventory-div-content ul li h5 {
    color: #26262C;
    font-size: 12px;
    margin-bottom: 4px;
}
.inventory-div-content ul li h5 span {
    color: rgba(38, 38, 44, 0.7);
    margin-left: 5px;
}
.inventory-div-content ul li h6 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}
.inventory-div-content ul li h6 span {
    margin-left: 2px;
}
.date-icon-right {
    position: relative;
}
.date-icon-right i {
    position: absolute;
    right: 10px;
    top: 10px;
}
.clone-set {
    margin: 15px 0;
    border: 1px solid rgba(38, 38, 44, 0.2);
    padding: 15px;
    border-radius: 5px;
}
.clone-lot h6 {
    font-size: 14px;
    margin-bottom: 3px;
}
.clone-lot h5 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.edit-lot-icons {
    position: relative;
}
.edit-lot-icons > a {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #26262C;
}
.badge-grayset{
    background: rgba(230, 234, 237, 0.3);
    color: #646B72;
    min-width: 60px;
    padding: 5px !important;
    font-weight: 400;
}
.badge-secondaryline{
    background: transparent;
    border: 1px solid #26262C;
    color: #26262C;
    min-width: 60px;
    padding: 5px !important;
    font-weight: 400;
}
.badge-redlight{
    background: #FF7777;
    border: 1px solid #FF7777;
    color: #fff;
    min-width: 60px;
    padding: 5px !important;
    font-weight: 400;
}
.edit-lot-icons > i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #26262C;
}
.edit-lot-link a {
    width: 24px;
    height: 24px;
    border: 1px solid #E6EAED;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #26262C;
    border-radius: 5px;
    font-size: 12px;
}
.off-set-product{
    max-width: 500px;
}
.table-contents-letter span{
    background: #F5F5F5;
    width: 30px;
    height: 30px;
    color: #686868;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.table-contents-letter{
    margin-right: 10px;
}
.info-tooltip{
    background: #E78A06;
    width: 18px;
    height: 18px;
    font-size: 8px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
.compilance-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.compliance-select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.compliance-select select {
    width: 120px;
    border: 1px solid #E6EAED;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}
.compliance-select h6 {
    font-size: 12px;
    margin: 0;
    color: #26262C;
    background: rgba(255, 152, 0, 0.05);
    padding: 7px 12px;
    border-left: 3px solid #FF9800;
}
.compliance-select a {
    width: 15px;
    height: 15px;
    color: #646B72;
    border: 1.5px solid #646B72;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 2px;
}
.compliance-select a.btn {
    width: auto;
    height: auto;
    border-radius: 5px;
    border: transparent;
    display: flex;
    padding: .375rem .75rem;
}
.medical-service ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.medical-service ul li {
    width: 25%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.medical-service ul li span {
    width: 30px;
    background: rgba(231, 138, 6, 0.1);
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E78A06;
    font-size: 10px;
}
.medical-service ul li h6 {
    margin: 0;
    margin-left: 10px;
    color: #26262C;
    font-size: 14px;
    font-weight: 500;
}
.valid-medical {
    background: rgba(231, 138, 6, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #E78A06;
    font-size: 10px;
}
.valid-medical-minus {
    background: rgba(38, 38, 44, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: rgba(38, 38, 44, 0.3);
    font-size: 10px;
}
h6.compliance-name {
    font-size: 14px;
    margin: 0;
}
.compiller-filter a {
    position: relative;
}
.compiller-filter a + a::after {
    position: absolute;
    background: rgba(38, 38, 44, 0.2);
    width: 5px;
    height: 5px;
    content: "";
    top: 13px;
    left: -10px;
    border-radius: 50px;
}
.badge-filler {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background: rgba(231, 138, 6, 0.1);
    align-items: center;
    color: #E78A06 !important;
}
.compiller-filter {
    display: flex;
    align-items: center;
}
.compiller-filter a + a {
    margin-left: 15px;
}
.badge-standard{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background: rgba(44, 202, 185, 0.2);
    align-items: center;
    color: #058b7e !important;
}
.badge-service-minus{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background: rgba(38, 38, 44, 0.1);
    align-items: center;
    color: rgba(38, 38, 44, 1) !important;
}
.btn-opensetup {
    border: 1px solid rgba(38, 38, 44, 0.5);
    color: rgba(38, 38, 44, 0.5);
}

.btn-opensetup:hover {
    background: rgba(38, 38, 44, 0.5);
    color: #fff;
}
.md-meeting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #e8e8f7;
}
.md-meeeting-left {display: flex;align-items: center;}
.md-meeting-imagecontent {
    padding-left: 20px;
    border-left: 1px solid #E6EAED;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.md-meeting-img img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
.md-meeting-content {padding-left: 10px;}
.md-meeting-content h6 {
    font-size: 14px;
    margin-bottom: 0;
}
.md-meeting-content .badge-primary {
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 5px;
}
.md-meeeting-left .offcanvas-time {
    border: 0;
    padding-left: 0;
    padding-top: 0;
}
.md-meeeting-left .offcanvas-time-middle {
    padding: 0 20px;
}
.md-meeeting-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.badge-scheduled {
    background: rgba(231, 138, 6, 0.2);
    padding: 3px 10px;
    border-radius: 5px;
    color: #E78A06;
}
.meeting-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    background: rgba(255, 152, 0, 0.1);
    padding: 10px 15px;
    border-left: 4px solid #E78A06;
}

.meeting-details h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}
.meeting-details a {
    color: #000;
}
.medical-services {
    border: 1px solid #E6EAED;
    border-radius: 5px;
}

.medical-service-head {
    background: rgba(44, 202, 185, 0.03);
    padding: 15px;
}
.medical-service-head h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}
.medical-service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.medical-service-status ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}
.medical-service-status ul h6 {
    font-size: 14px;
    margin-bottom: 5px;
}
span.badge-completeds {
    background: rgba(231, 138, 6, 0.2);
    padding: 4px 15px;
    border-radius: 5px;
    color: #E78A06;
    font-size: 14px;
}
.medical-service-status ul h5 {
    margin: 0;
    font-size: 12px;
}
.provider-services {
    border: 1px solid #E6EAED;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.provider-service-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.provider-service-div h6 {
    margin: 0;
    font-size: 14px;
}
.provider-setup a {
    color: #443443;
    font-size: 20px;
}
.provider-setup {
    gap: 15px;
    display: flex;
    align-items: center;
}
.offcanvas-set-heads h5 a {
    width: auto;
    height: auto;
    color: #333;
    background: transparent;
}
.offcanvas-set-heads h5 {
    display: flex;
    align-items: center;
}
.offcanvas-set-heads h5 a i {
    font-size: 16px;
}
.reaction-set {
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.reaction-set-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.reaction-set-img img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
.reaction-set-content h6 {
    font-size: 14px;
    margin-bottom: 1px;
}
.reaction-set-content h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: rgba(38, 38, 44, 0.7);
}
.reaction-set-content h5 b {margin: 0 5px;}
.reaction-set-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.reaction-set-right h6 {font-size: 12px;margin-bottom: 3px;color: rgba(38, 38, 44, 0.7);}
.reaction-set-content h5 span {
    position: relative;
    padding-left: 15px;
}
.reaction-set-content h5 span::after {position: absolute;content: "";background: #D9D9D9;width: 5px;height: 5px;border-radius: 50px;left: 3px;top: 5px;}
span.badge-reported {
    background: rgba(253, 211, 208, 1);
    padding: 3px 10px;
    border-radius: 5px;
    color: #900B09;
}
span.badge-resolved {
    background: #EEFAF1;
    padding: 3px 10px;
    border-radius: 5px;
    color: #32B87D;
    display: flex;
    align-items: center;
}
.reaction-details {
    padding-top: 15px;
}
.reaction-details ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 15px;
}
.reaction-details ul li {
    width: 50%;
}
.reaction-details ul li h5 {
    font-size: 12px;
    color: rgba(38, 38, 44, 0.7);
}
.reaction-details ul li h6 {
    font-size: 14px;
    font-weight: 500;
    color: #26262C;
}
.reaction-details ul li h6 span {
    position: relative;
    padding-left: 15px;
}
.reaction-details ul li h6 span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    left: 5px;
    top: 5px;
}
span.badge-incomplete {
    padding: 5px 13px;
    background: rgba(84, 31, 199, 0.05);
    border-radius: 5px;
    color: #26262C;
}
.reaction-status {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.clients-details ul {
    padding: 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.clients-details ul li + li {
    padding-left: 25px;
    position: relative;
}
.clients-details ul li h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.clients-details ul li + li::after {
    position: absolute;
    content: "";
    background: #eee;
    width: 2px;
    height: 100%;
    top: 0;
    left: 13px;
}
.clients-details ul li h5 i {
    color: #656565;
}
.reaction-time h6 {
    font-size: 14px;
    background: rgba(255, 152, 0, 0.05);
    padding: 7px 15px;
    font-weight: 400;
    display: inline-block;
    border-left: 2px solid #FF9800;
}
.reaction-time h5 {
    font-size: 12px;
    margin: 0;
}
.reaction-time h5 span {
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}
.reaction-time h5 span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 5px;
    height: 5px;
    left: 3px;
    top: 5px;
    border-radius: 50px;
}
.reaction-content ul {
    padding: 0;
    padding-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.reaction-content ul li {
    width: 25%;
    padding-bottom: 15px;
}
.reaction-content ul li h5 {
    font-size: 12px;
    color: rgba(38, 38, 44, 0.7);
}
.reaction-content ul li h6 {
    font-size: 14px;
    margin: 0;
    color: #26262C;
}
.card-reaction .card-header {
    background: rgba(44, 202, 185, 0.03);
}
.discount-percentage input {
    position: absolute;
    width: 50px;
    height: 40px;
    left: 0;
    opacity: 0;
}
.discount-percentage label {
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.discount-percentage input:checked + label {
    background: #058b7e;
    width: 100%;
    color: #fff;
}
.check-based {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    position: relative;
    background: rgba(255, 152, 0, 0.1);
    padding: 7px 15px;
    border-left: 3px solid #FF9800;
}
.check-based h6 {
    font-size: 12px;
    color: #26262C;
    font-weight: 400;
}
.check-based span.checkmarks {
    top: 7px;
    left: 6px;
}
.offcanvas-set-schedule{
    overflow: visible;
}
.global-lot-icons select {
    padding-left: 30px;
}
.schedulate-date::after {
    position: absolute;
    content: "";
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    right: -20px;
    top: 42px;
}
.global-lot-icons i {
    position: absolute;
    top: 12px;
    left: 10px;
    color: rgba(38, 38, 44, 0.4);
}

.global-lot-icons {
    position: relative;
}
.offcanvas-appointment{
    max-width: 600px;
}
#offcanvas_section .offcanvas-footer {
    max-width: 600px;
}
.injection-div .canvas-profile-content h5{
    font-size: 12px;
    margin:0;
    font-weight: 600;
}
.medical-serice-path {
    padding-left: 25px;
    position: relative;
}
.medical-service-head {
    position: relative;
}
.medical-service-head::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    left: -20px;
    top: 18px;
    border-radius: 50px;
}
.medical-services {
    position: relative;
}
.medical-services::after {
    position: absolute;
    content: "";
    border-width: 1px;
    border-style: dashed;
    border-color: rgba(38, 38, 44, 0.2);
    left: -16px;
    top: 30px;
    height: 100%;
}
.medical-services:last-child::after {
    opacity: 0;
}
.card-memberweight-loss .bmi-container {
    position: relative;
    width: 160px;
    height: 160px;
}
.outstanding-step ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.outstanding-step ul li {
    width: calc(100% / 7);
    text-align: center;
    position: relative;
}

.outstanding-step ul li span {
    width: 23px;
    height: 23px;
    display: inline-flex;
    background: rgba(38, 38, 44, 0.3);
    border-radius: 5px;
    border: 2px solid #E6EAED;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.outstanding-step ul li span::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 2px;
    top: 5px;
    left: 5px;
}
.outstanding-step ul li::after {
    position: absolute;
    content: "";
    background: #eee;
    width: 100%;
    height: 1px;
    left: 0;
    top: 11px;
}
.outstanding-step ul li:first-child::after {
    width: 50%;
    left: auto;
}
.outstanding-content {
    margin-left: 90px;
    margin-top: 40px;
    margin-bottom: 30px;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.outstanding-step ul li:last-child::after {
    width: 50%;
}
.outstanding-step ul li.active::after{
    background: #058b7e;
}
.outstanding-step ul li h6 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.outstanding-step ul li.active span{
    background: #058b7e;
}
.outstanding-step ul li.completed span{
    background: #058b7e;
}
.provider-services-div{
    padding-left: 25px;
    position: relative;
}
.provider-services {
    position: relative;
}

.provider-services::after {
    position: absolute;
    content: "";
    border-width: 1px;
    border-style: dashed;
    border-color: rgba(38, 38, 44, 0.2);
    left: -16px;
    top: 30px;
    height: 100%;
}
.provider-services:last-child::after {
    opacity: 0;
}
.provider-services::before {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    left: -20px;
    top: 18px;
    border-radius: 50px;
}
.tab-appointment ul {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
}
.tab-appointments ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.measurement-before h4 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6EAED;
    margin-bottom: 10px;
}
.measurement-before ul {
    border: 1px solid rgba(44, 202, 185, 0.2);
    padding: 15px;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border-radius: 10px;
}
.measurement-before ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.measurement-before h5 {
    font-size: 15px;
    margin: 0;
    color: rgba(38, 38, 44, 0.5);
}
.measurement-before h6 {
    font-size: 14px;
    margin: 0;
}
.measurement-img {
    text-align: center;
    margin-top: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.measurement-before ul li:last-child {
    margin: 0;
}
.measurement-before ul li::after {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.2);
    border: 1px dashed rgba(38, 38, 44, 0.2);
    width: 1px;
    height: 42px;
    top: 5px;
    left: 0;
}
.measurement-before ul li::before {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    top: 5px;
    border-radius: 50px;
    left: -4px;
    z-index: 9;
}
.measurement-before ul li:last-child::after {
    opacity: 0;
}
.tab-appointment ul button {
    min-width: 135px;
    background: #fff;
    padding: 12px 26px;
    color: #686868;
}
.tab-appointment ul button.active {
    background: #058b7e !important;
    color: #fff !important;
}
.tab-appointments ul button {
    min-width: auto;
    background: #F6F6F6;
    padding: 12px 26px;
    color: #686868;
}
.tab-appointments ul button.active {
    background: #058b7e !important;
    color: #fff !important;
}
.reation-btn{
    display: flex;
    align-items: center;
    gap: 10px;
}
.reation-btn .btn-addform{
    padding: 3px 5px;
}
.reaction-path {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #e8e8f7;
}
.text-linkprimary{
    color: #058b7e;
    text-decoration: underline;
    font-size: 12px;
}
.card-reaction-path{
    padding-left: 25px;
    position: relative;
}
.card-reaction {
    position: relative;
}
.card-reaction::after {
    position: absolute;
    content: "";
    border-width: 1px;
    border-style: dashed;
    border-color: rgba(38, 38, 44, 0.2);
    left: -16px;
    top: 30px;
    height: calc(100% + 20px);
}
.card-reaction:last-child::after {
    opacity: 0;
}
.card-reaction::before {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 10px;
    left: -20px;
    top: 18px;
    border-radius: 50px;
}
.search-tabs{
    width: 230px;
}
.tab-search{
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.offcanvas-sets .nav-tabs .nav-link{
    background: #F6F6F6;
    padding: 10px 15px;
}
.patient-profiles-set {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.patient-profiles-set-img img {
    width: 68px;
    height: 68px;
    border-radius: 50px;
}
.patient-profiles-set-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
}
.patient-profiles-set-content h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.patient-profiles-set-content h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    color: rgba(38, 38, 44, 0.7);
}
.patient-profiles-set-content h5 b {
    font-weight: 500;
    color: #141414;
}
.badgde-active{
    background: rgba(40, 199, 111, 0.2);
    color: #28C76F;
    padding: 4px 10px;
    display: block;
}
.badge-active-line {
    background: rgba(40, 199, 111, 0.05);
    color: #28C76F;
    padding: 3px 5px;
    border: 1px solid #28C76F;
    border-radius: 5px;
}
.badge-inactive-line {
    background: rgba(38, 38, 44, 0.02);
    color: rgba(38, 38, 44, 0.5);
    padding: 3px 5px;
    border: 1px solid #E6EAED;
    border-radius: 5px;
}
.patient-details-contents ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px  solid rgba(20, 20, 20, 0.2);
    margin-bottom: 15px;
}
.patient-details-contents ul li {
    margin-bottom: 15px;
    width: 50%;
}
.patient-details-contents ul li h5 {
    font-size: 14px;
    font-weight: 600;
}
.patient-details-contents ul li h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.patient-details-contents ul li h4 {
   border-left: 2px solid #FF9800;
   background: rgba(255, 152, 0, 0.1);
   padding: 10px;
   font-size: 14px;
   color: #26262C;
   font-weight: 400;
   margin: 0;
}
.card-membership {
    background-color: #26262C;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    background-image: url(../img/sidebar-bottom.png), url(../img/icons/ellipse.png);
    background-position: 10% -280%, 0 0;
    background-repeat: no-repeat;
    background-size: 150px, 400px;
}
.card-membership::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    top: 0;
    z-index: 0;
    z-index: -10;
}
.card-membership-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(230, 234, 237, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-membership-head h6 {
    color: #FFFFFF;
    margin: 0;
}
.card-membership-head h5 {
    font-size: 12px;
    color: #F6F6F6;
    margin: 0;
    font-weight: 400;
}
.height-weight{
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 10px 10px 5px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.patients-divset.patient-height-weight {
    padding-left: 20px;
}
.patients-divset.patient-height-weight::before {
    left: -3px;
}
.patients-divset.patient-height-weight::after {
    left: -10px;
    background: #058b7e;
}
.weight-loss-set {
    display: flex;
    align-items: center;
}
.weight-loss-left h6 {
    font-size: 14px;
    margin-bottom: 5px;
}
.weight-loss-left h5 {
    font-size: 14px;
}
.weight-loss-left h4 {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
}
.weight-loss-right h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

.weight-loss-right h4 {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    margin-bottom: 0;
}
.card-membership-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.weight-loss-edit {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #058b7e;
    border: 1px solid #058b7e;
    border-radius: 5px;
}
.weight-loss-edit:hover {
    background: #058b7e;
    color: #fff;
}
.card-membership-content h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}
.card-membership-content h6 {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
}
.weight-loss-right h5 {
    font-size: 20px;
    margin: 0 0 5px;
}
.appid {
    margin-bottom: 15px;
}
.badge-appid {
    background: rgba(84, 31, 199, 0.05);
    padding: 7px 15px;
}
.patients-timein {
    display: flex;
    align-items: center;
}
.patients-timein-out {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.patients-timein-out-top {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.fs-16 {
    font-size: 16px !important;
}
.patients-timein-out-top h5 {
    font-size: 13px;
    font-weight: 600;
}
.patients-timein-out-bottom h6 {
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.patients-timein-outs {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #E6EAED;
}
.patient-treatments h5 {
    font-size: 12px;
    font-weight: 600;
}
.weight-loss-set {
    display: flex;
    align-items: center;
}
.filter-input-date input#search_shipment_by_date {
    max-width: 250px;
}
.card-membership.card-memberweight-loss {
    padding: 10px;
    background-position: 95% 111%, 0 0px;
    background-repeat: no-repeat;
    background-size: 200px, 840px;
}
.billing-address{
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 10px 10px 5px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.weight-loss-left h6 {
    font-size: 12px;
    margin-bottom: 5px;
}
.weight-loss-left h5 {
    font-size: 20px;
    margin-bottom: 5px;
}
.weight-loss-left h4 {
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    margin: 0;
}
.weight-loss-div {
    background:#058b7e;
    padding: 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    margin:0 0 0 15px ;
}
.weight-loss-right {
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 15px;
    margin-bottom: 0;
}
.patient-treatments h6 {
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}
.patient-treatments h6 b {
    margin: 0 1px;
    font-weight: 600;
}
.patient-treatments h6 span {
    padding-left: 15px;
    position: relative;
}
.patient-treatments h6 span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    left: 2px;
    top: 5px;
}
.patients-timein-out-bottom h6 span {
    position: relative;
    padding-left: 15px;
}
.patients-timein-out-bottom h6 span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    left: 4px;
    top: 5px;
}
.patient-notes h5 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    margin-bottom: 5px;
}
.patient-notes h6 {
    color: #26262C;
    font-size: 14px;
    margin: 0;
}
.shipmentmethod {
    width: 90%;
    border: 1px solid rgba(4, 32, 69, 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.patient-phots {
    display: flex;
    flex-wrap:wrap;
    gap: 15px;
    justify-content: space-between;
}
.patient-setsviews{
    display: flex;
    flex-wrap:wrap;
    gap: 15px;
}
.patient-photos{
    width: 120px;
    height: 120px;
    border: 1px solid #E6EAED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.patient-photos:hover .product-delete{
    right: 10px;
}
.patient-photos .product-delete {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #333;
    width: 20px;
    height: 20px;
}
.patient-photos .product-delete{
    position: absolute;
    top: 10px;
    right: -15px;
}
.patient-photos img {
    width: 100%;
}
.shipmentmethod-price {
    width: 20%;
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(4, 32, 69, 0.1);
    justify-content: center;
}
.shipmentmethod-details {
    width: 60%;
    padding: 15px;
    display: flex;
    gap: 10px;
}
.shipmentmethod-details-img {
    width: 30px;
    height: 30px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.shipmentmethod-details-content h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.shipmentmethod-details-content h6 {
    color: rgba(38, 38, 44, 0.5);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.shipmentmethod-details-content h6 span {
    color: #26262C;
    font-weight: 400;
}
.order-head h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(4, 32, 69, 0.1);
    font-size: 14px;
    color: #26262C;
    font-weight: 600;
}
.ship-inforamation ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.patient-profiles-set-img {
    position: relative;
    z-index: 9;
}
.patient-sales {
    max-height: 910px;
    overflow: auto;
}
.uploadprofiles {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    right: 1px;
}
.patient-statuss h6{
    font-size: 12px;
}
.patient-treatments {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #E6EAED;
}
.label-splitup {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.text-black{
    color: #000 !important;
}
.label-splitup span {
    font-size: 12px;
    color: rgba(38, 38, 44, 0.7);
}
.bmi-path {
    border: 1px solid rgba(44, 202, 185, 0.2);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
}
.uploadprofiles input[type="file"] {
    width: 100%;
    opacity: 0;
    z-index: 999;
    position: absolute;
}
.uploadprofiles span {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    border-radius: 50px;
    justify-content: center;
    color: #333;
    font-size: 14px;
}
.documentation-uploads span {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    background: #F4F4F4;
    border-radius: 5px;
}
.complications-div {
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    border-bottom: 1px solid #E6EAED;
}

.complications-div label {
    margin: 0;
}

.complications-div label span {
    position: relative;
    padding-left: 15px;
    font-size: 12px;
}
.complications-div label span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 7px;
    height: 7px;
    left: 3px;
    top: 4px;
    border-radius: 5px;
}
.complications-body {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-notesadd {
    background: #F6F6F6;
}
.btn-notesadd:hover {
    background: #058b7e;
}
.medical-history-content.medical-history-adv ul li{
    width: 25%;
}
.complications-head h6 {
    font-size: 14px;
    padding: 10px 15px;
    border-left: 2px solid #FF9800;
    background: rgba(255, 152, 0, 0.05);
    display: inline-block;
    margin-bottom: 10px;
}
.patients-divset.patienthub{
    padding: 15px;
    padding-left: 0;
}
.patients-divset.patienthub:before{
    opacity: 0;
}
.patients-divset.patienthub:after{
    opacity: 0;
}
.documentation-uploads span img {
    width: 100%;
}
.documentation-uploads {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.medical-intakes input[type="file"] {
    width: 100%;
    height: 120px;
    position: absolute;
    display: block !important;
    opacity: 0;
    top: 0;
    left: 0;
}
.ship-inforamation ul li {
    width: 20%;
}
.ship-inforamation ul li h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.ship-inforamation ul li h6 {
    font-size: 14px;
    margin: 0;
    color: #26262C;
    font-weight: 400;
}
span.circle-set {
    width: 5px;
    height: 5px;
    background: #3EB780;
    margin: 3px;
    border-radius: 50px;
}
.order-conformation ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    padding-top: 35px;
}
.order-conformation {
    padding-bottom: 25px;
}
.order-conformation ul li {
    position: relative;
}
.order-conformation ul li::after {
    position: absolute;
    content: "";
    border-style: dashed;
    border-color: rgba(38, 38, 44, 0.2);
    top: -20px;
    height: 1px;
    width: calc(100% + 40px);
    border-width: 1px;
}
.order-conformation ul li:last-child::after {
    opacity: 0;
}
.order-conformation ul li::before {
    position: absolute;
    content: "";
    background-image: url(../img/icons/check-1.png);
    background-repeat: no-repeat;
    width:30px;
    height: 30px;
    top: -31px;
    left: 0;
    z-index: 99;
}
.order-conformation h6 {
    font-size: 14px;
    font-weight: 400;
}
.order-conformation h4 {
    font-size: 12px;
    color: rgba(38, 38, 44, 0.68);
}
.order-conformation h5 {
    font-size: 14px;
}
.order-bank-transfer {
    padding-left: 15px;
    border-left: 2px solid rgba(38, 38, 44, 0.2);
}
.order-bank-transfer {
    margin-top: 15px;
}
.gfe-sets-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid rgba(38, 38, 44, 0.2);
    border-radius: 10px;
}
.gfe-sets-view h5 {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}
.gfe-sets-view h6 {
    margin: 0;
    font-size: 16px;
}
.patients-divset .service-types-head h6{
    border-radius: 10px;
}
.patients-divset {
    padding-left: 40px;
    padding-bottom: 30px;
    position: relative;
}
.patients-divset::after {
    position: absolute;
    content: "";
    background: #e9faf8;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 8px;
    border-radius: 5px;
    z-index: 9;
}
.patients-divset::before {
    position: absolute;
    content: "";
    border-width: 1px;
    height: 100%;
    border-style: dashed;
    border-color: rgba(38, 38, 44, 0.2);
    left: 15px;
    z-index: 0;
    top: 20px;
}
.patients-divset:last-child::before {
    opacity: 0;
}
.filter-search {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    justify-content: end;
}
.filter-search h6 {
    margin: 0;
    font-size: 14px;
}
.filter-input-date {
    position: relative;
}
.filter-input-date i {
    position: absolute;
    top: 11px;
    right: 10px;
}
.filter-select-date select{
    max-width: 105px;
}
.filter-input-date input {
    max-width: 170px;
}
.filter-topview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.patient-views .tab-appointment button {
    padding: 12px 8px;
    min-width: auto;
    border: 0 !important;
}

.patient-views .tab-appointment ul {
    justify-content: space-around;
    border-bottom: 1px solid #d5d5d5 !important;
}

.patient-views .tab-appointment ul button.active {
    background: transparent !important;
    border: 0;
    color: #058b7e !important;
    border-bottom: 2px solid #058b7e !important;
}

.view-set-link{
    color: #058b7e;
    text-decoration: underline;
}
.badge-product {
    background: rgba(84, 31, 199, 0.05);
    padding: 7px 15px;
    border-radius: 5px;
    display: inline-block;
}
.patient-views .nav-tabs .nav-item {
    margin-bottom: 0;
}
.badge-fully{
    background: #34C759;
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
}

.chat-options.chat-option-profile a svg {
    width: 20px;
    height: 20px;
}

.chat-wrapper {
    display: flex;
    display: -webkit-flex;
    width: 100% !important;
    margin-bottom: 24px;
}
.chat-wrapper .chat-users-wrap .chat-list {
    position: relative;
}
.chat-wrapper .chat-users-wrap .chat-list .avatar img {
    object-fit: cover;
    object-position: center;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown > a {
    color: #7A8086;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown:hover .chat-pin {
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-list .chat-dropdown:hover .chat-user-list {
    box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.chat-wrapper .chat-users-wrap .chat-user-list {
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 8px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px 1px rgb(243, 243, 243);
    border-radius: 8px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #7A8086;
}
@media (max-width: 991.98px) {
    .chat-wrapper .chat-users-wrap .chat-user-list {
        padding: 16px;
    }
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info {
    flex: 1;
    position: relative;
    min-width: 0px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg h6 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-msg p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time {
    text-align: end;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .time {
    display: inline-block;
    margin: 0 0 2px 4px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .count-message {
    background-color: #FE9F43;
    color: #ffffff;
    padding: 1px 8px;
    border-radius: 15px;
}
.chat-wrapper .chat-users-wrap .chat-user-list .chat-user-info .chat-user-time .chat-pin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-user-list:hover {
    box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}
.chat-wrapper .chat-users-wrap .chat-list:hover .chat-dropdown {
    display: block;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chat-wrapper .chat-users-wrap .chat-list:hover .chat-pin {
    margin-right: 15px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chat-wrapper .search-wrap .form-control {
    border-color: #ffffff;
    min-height: 48px;
    border-color: #E6EAED;
    border-right: 0;
    color: #646B72;
}
.btn-black {
    background: #000;
    color: #fff;
}
.mediataion-set {
    width: 100%;
    border: 1px solid rgba(230, 234, 237, 1);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}
.mediataion-set .mediataion-set-input label {
    position: relative;
    top: -12px;
    width: 20px;
    display: block;
    right: -7px;
}
.mediataion-set-content-head h6 {
    font-size: 16px;
}

.mediataion-set-content-head h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    margin: 0;
}
.mediataion-set-content-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.mediataion-set-content-benefit  ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mediataion-set-content-benefit ul li {
    width: 25%;
}
.mediataion-set-content-benefit ul li h6 {
    font-size: 14px;
}
.mediataion-set-content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.mediataion-set-content-head h4 {
    font-size: 16px;
    font-weight: 600;
}
.mediataion-set-imformation {
    background: rgba(255, 152, 0, 0.1);
    padding: 10px;
    margin-bottom: 15px;
    border-left: 5px solid rgba(255, 152, 0, 1);
}
.mediataion-set-imformation h6 {
    font-size: 14px;
    color: #000000;
}
.input-cvv {
    position: relative;
}
.input-cvv img {
    position: absolute;
    right: 10px;
    top: 10px;
}
.intake-payment-fields {
    border: 1px solid rgba(44, 202, 185, 0.2);
    padding: 15px 15px 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
}
.order-summary {
    border: 1px solid rgba(44, 202, 185, 0.2);
    padding: 15px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
}
.order-summary h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.order-summary ul {
    padding: 0;
}
.order-summary ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.order-summary ul li h5 {
    font-size: 14px;
    margin: 0;
    color: rgba(38, 38, 44, 0.7);
}
.order-summary ul li h6 {
    font-size: 14px;
    margin-bottom: 0;
}
.order-summary ul li.total-due {
    padding-top: 15px;
    border-top: 1px solid #E6EAED;
}
.order-summary p {
    background: rgba(38, 38, 44, 0.05);
    padding: 10px;
    border-radius: 10px;
    color: rgba(38, 38, 44, 0.77);
}
.intake-payment-method .focus-label {
    color: rgba(38, 38, 44, 0.7);
}
.intake-payment-method h5 {
    font-size: 14px;
}
.mediataion-set-imformation h5 {
    font-size: 14px;
    margin: 0;
    color: #26262C;
    font-weight: 400;
}
.mediataion-set-content-benefit ul li h6 img {
    margin-right: 5px;
}
.mediataion-set-content-benefit {
    margin-bottom: 15px;
}
.mediataion-set-content-work {
    border: 1px solid rgba(230, 234, 237, 1);
    padding: 10px;
    background: rgba(38, 38, 44, 0.05);
    border-radius: 10px;
}
.btn-black {
    background: #000;
    color: #fff;
}
.mediataion-set-content-work h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    font-weight: 600;
}
.mediataion-set-content-work p {
    color: rgba(38, 38, 44, 0.77);
    font-size: 14px;
}
.mediataion-set.active {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.chat-wrapper .search-wrap .form-control::placeholder {
    color: #646B72;
    opacity: 1;
}
.order-set-intake{
    padding-left: 75px;
}
@media (max-width: 991.98px) {
    .chat-wrapper .search-wrap .form-control {
        min-height: 38px;
    }
    .offcanvas-appointment {
        max-width: 100%;
    }
    .order-set-intake{
        padding-left: 15px;
        margin-top: 15px;
    }
    #offcanvas_section .offcanvas-footer {
        max-width: 100%;
    }
}
.shield-payment {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.shield-payment h6 {
    margin: 0;
    padding-left: 10px;
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
}
.mediataion-set-imformation .checkboxs input:checked ~ .checkmarks {
    background: #058b7e;
    border-color: #058b7e;
}
.chat-wrapper .search-wrap .input-group-text {
    border-color: #E6EAED;
    background-color: #ffffff;
    color: #7A8086;
    border-left: 0;
}
.chat-wrapper .search-wrap.contact-search .form-control {
    border-color: #E6EAED;
    border-right: 0;
}
.chat-wrapper .search-wrap.contact-search .input-group-text {
    border-color: #E6EAED;
}
.chat-wrapper .sidebar-content {
    display: flex;
    flex-direction: column;
    border: 1px solid #E6EAED;
    border-radius: 10px;
}
.chat-wrapper .chat-search-header {
    padding: 20px 20px 0;
}
@media (max-width: 991.98px) {
    .chat-wrapper .chat-search-header {
        padding: 16px 16px 0;
    }
}
.chat-wrapper .top-online-contacts {
    padding: 24px 24px 0;
}
@media (max-width: 991.98px) {
    .chat-wrapper .top-online-contacts {
        padding: 16px 16px 0;
    }
}
.chat-wrapper .sidebar-body {
    flex: 1;
    overflow: auto;
    width: 100%;
    padding: 20px 20px 16px;
}
@media (max-width: 991.98px) {
    .chat-wrapper .sidebar-body {
        padding: 16px 16px 8px;
    }
}
@media (max-width: 767.98px) {
    .chat-wrapper .sidebar-body {
        padding: 16px 16px 8px;
    }
}
.chat-wrapper .chat-status {
    display: block;
    color: #7A8086;
}
.chat-wrapper .chat-status .avatar {
    margin: 0 auto 4px;
}
.chat-wrapper .chat-search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
    opacity: 0;
    visibility: hidden;
    padding: 16px;
}
.chat-wrapper .chat-search.visible-chat {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    transition: ease all 0.5s;
    z-index: 9;
}
.chat-wrapper .sidebar-group {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    position: relative;
    z-index: 99;
    width: 400px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media (max-width: 1399.98px) {
    .chat-wrapper .sidebar-group {
        width: 330px;
    }
}
@media (max-width: 1199.98px) {
    .chat-wrapper .sidebar-group {
        width: 300px;
    }
}
@media (max-width: 991.98px) {
    .chat-wrapper .sidebar-group {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .chat-wrapper .sidebar-group {
        width: 100%;
        margin-left: 0;
    }
}
.chat-wrapper .sidebar-group .slimScrollDiv {
    height: calc(100vh - 170px) !important;
}
@media (max-width: 991.98px) {
    .chat-wrapper .sidebar-group .slimScrollDiv {
        height: calc(100vh - 150px) !important;
    }
}
.chat-wrapper .sidebar-group .slimscroll {
    height: calc(100vh - 170px) !important;
}
@media (max-width: 991.98px) {
    .chat-wrapper .sidebar-group .slimscroll {
        height: calc(100vh - 150px) !important;
    }
}
.chat-wrapper .animate-typing .dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: -1px;
    background: #7A8086;
    -webkit-animation: wave 1.3s linear infinite;
    animation: wave 1.3s linear infinite;
    opacity: 0.6;
}
.chat-wrapper .animate-typing .dot:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.chat-wrapper .animate-typing .dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes wave {
    0%, 100%, 60% {
        -webkit-transform: initial;
        transform: initial;
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes wave {
    0%, 100%, 60% {
        -webkit-transform: initial;
        transform: initial;
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.chat-wrapper .chat {
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
@media (max-width: 991.98px) {
    .chat-wrapper .chat {
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        height: 100vh;
        width: 100vw;
        visibility: hidden;
        transform: translateX(100%);
        transition: visibility 0.4s ease, transform 0.4s ease;
        order: 3;
        z-index: 999;
        background-color: #ffffff;
        margin: 0 15px 15px;
    }
}
.chat-wrapper .chat.show {
    visibility: visible;
    transform: translateX(0);
}
.chat-wrapper .chat.chat-messages {
    border-radius: 10px;
    margin-left: 20px;
    border: 1px solid #E6EAED;
}
@media (max-width: 991.98px) {
    .chat-wrapper .chat.chat-messages {
        margin-left: 0;
    }
}
.chat-wrapper .chat.chat-messages .slimScrollDiv {
    height: calc(100vh - 235px) !important;
}
@media (max-width: 991.98px) {
    .chat-wrapper .chat.chat-messages .slimScrollDiv {
        height: calc(100vh - 140px) !important;
    }
}
.chat-wrapper .chat.chat-messages .slimscroll {
    height: calc(100vh - 320px) !important;
}
@media (max-width: 991.98px) {
    .chat-wrapper .chat.chat-messages .slimscroll {
        height: calc(100vh - 216px) !important;
    }
}
.chat-wrapper .chat .slimscroll {
    height: calc(100vh - 65px) !important;
}
@media (max-width: 575.98px) {
    .chat-wrapper .chat .slimscroll {
        height: calc(100vh - 90px) !important;
    }
}
.chat-wrapper .chat .chat-header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 8px 16px;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #E6EAED;
    position: relative;
    border-radius: 10px 10px 0 0;
}
@media (max-width: 575.98px) {
    .chat-wrapper .chat .chat-header {
        flex-wrap: wrap;
        border-bottom: 1px solid #E6EAED;
    }
}
.chat-wrapper .chat .chat-header .user-details {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
}
.chat-wrapper .chat .chat-header .user-details h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}
.chat-wrapper .chat .chat-header .chat-options > ul {
    margin-bottom: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li {
    margin-right: 4px;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li > a {
    font-size: 14px;
    color: #7A8086;
    cursor: pointer;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 27px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: #ffffff;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li > a:hover {
    background: #F9FAFB;
}
.chat-wrapper .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
    width: 36px;
    height: 36px;
}
@media (max-width: 991.98px) {
    .chat-wrapper .chat .chat-header .chat-options > ul > li .avatar-group-md .avatar {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 575.98px) {
    .chat-wrapper .chat .slimScrollDiv {
        height: calc(100vh - 95px) !important;
    }
}
.chat-wrapper .chat .chat-body {
    flex: 1;
    padding: 16px 16px 0;
}
.chat-wrapper .chat .chat-body .messages {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #212B36;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .chat-time {
    color: #7A8086;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 i {
    color: #E8E9EA;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 span {
    font-weight: 400;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read {
    margin-left: 8px;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read i {
    color: #7A8086;
}
.chat-wrapper .chat .chat-body .messages .chat-profile-name h6 .msg-read.success i {
    color: #3EB780;
}
.chat-wrapper .chat .chat-body .messages .chats {
    max-width: 75%;
    margin-bottom: 26px;
    display: flex;
    display: -webkit-flex;
    align-items: end;
}
.chat-wrapper .chat .chat-body .messages .chats:last-child {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .chat-wrapper .chat .chat-body .messages .chats {
        max-width: 95%;
    }
}
.chat-wrapper .chat .chat-body .messages .chats .chat-avatar {
    padding-right: 8px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-avatar img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    object-position: center;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-info .chat-actions {
    margin-left: 8px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content {
    width: 80%;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content {
    background-color: #F9FAFB;
    border-radius: 16px 16px 16px 0;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 4px;
    width: 100%;
    color: #212B36;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .chat-actions {
    position: absolute;
    right: 10px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .chat-img {
    max-width: 450px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach .file-icon {
    width: 44px;
    height: 44px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    font-size: 22px;
    color: #212B36;
    flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach p {
    font-size: 14px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .file-attach .download-icon {
    width: 24px;
    height: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 9px;
    background: #ffffff;
    color: #7A8086;
    margin-left: 40px;
    flex-shrink: 0;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .message-content .view-all {
    font-size: 13px;
    font-weight: 500;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .emonji-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}
.chat-wrapper .chat .chat-body .messages .chats .chat-content .emonji-wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    color: #7A8086;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right {
    margin-left: auto;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-avatar {
    padding: 0 0 0 8px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name {
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-info {
    justify-content: end;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-actions {
    margin-right: 8px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-content {
    order: 1;
    -webkit-order: 1;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name h6 {
    flex-direction: row-reverse;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .chat-profile-name h6 .msg-read {
    margin: 0 8px 0 0;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content {
    background-color: #F9FAFB;
    color: #212B36;
    border-radius: 16px 16px 0px 16px;
    padding: 16px;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .file-attach .file-icon {
    color: #FE9F43;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .file-attach h6 {
    color: #ffffff;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .message-content .emoj-group {
    left: -110px;
    width: max-content;
}
.chat-wrapper .chat .chat-body .messages .chats.chats-right .emonji-wrap {
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}
.chat-wrapper .chats {
    max-width: 75%;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: end;
}
.chat-wrapper .chats .chat-avatar {
    padding-right: 8px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-shrink: 0;
}
.chat-wrapper .chats .chat-avatar img {
    width: 48px;
    height: 48px;
}
.chat-wrapper .chats .chat-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.chat-wrapper .chats .chat-info .chat-actions {
    margin-left: 8px;
}
.chat-wrapper .chats .chat-profile-name h6 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 14px;
}
.chat-wrapper .chats .chat-profile-name h6 .chat-time {
    color: #7A8086;
}
.chat-wrapper .chats .chat-profile-name h6 i {
    color: #E8E9EA;
}
.chat-wrapper .chats .chat-profile-name h6 span {
    font-weight: 400;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read {
    margin-left: 8px;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read i {
    color: #7A8086;
}
.chat-wrapper .chats .chat-profile-name h6 .msg-read.success i {
    color: #3EB780;
}
.chat-wrapper .chats .chat-content .message-content {
    background-color: #F9FAFB;
    border-radius: 16px 16px 16px 0;
    padding: 16px;
    font-size: 16px;
    margin-bottom: 8px;
}
.chat-wrapper .chats .chat-content .message-content:last-child {
    margin-bottom: 0;
}
.chat-wrapper .chats .chat-content .message-content .chat-actions {
    position: absolute;
    right: 10px;
}
.chat-wrapper .chats .chat-content .message-content .chat-img {
    max-width: 450px;
}
.chat-wrapper .chats .chat-content .message-content .file-attach {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.chat-wrapper .chats .chat-content .message-content .file-attach .file-icon {
    width: 44px;
    height: 44px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    font-size: 22px;
    color: #212B36;
}
.chat-wrapper .chats .chat-content .message-content .file-attach p {
    font-size: 14px;
}
.chat-wrapper .chats .chat-content .message-content .file-attach .download-icon {
    width: 24px;
    height: 24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 9px;
    background: #ffffff;
    color: #7A8086;
    margin-left: 40px;
}
.chat-wrapper .chats .chat-content .message-content .view-all {
    font-size: 13px;
    font-weight: 500;
}
.chat-wrapper .chats.chats-right .message-content {
    background-color: #FE9F43;
    color: #ffffff;
    border-radius: 16px 16px 0px 16px;
    padding: 16px;
}
.chat-wrapper .chat-line {
    margin: 0px 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.chat-wrapper .chat-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #E6EAED;
    width: 100%;
    height: 1px;
}
.chat-wrapper .chat-date {
    background-color: #1B2850;
    color: #ffffff;
    font-weight: 600;
    padding: 2px 16px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}
.chat-wrapper .chat-profile-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
}
@media (max-width: 1399.98px) {
    .chat-wrapper .favourite-chats .message-audio audio {
        max-width: 180px;
    }
}
.chat-wrapper .info-chats .chats {
    max-width: 100%;
}
.chat-wrapper .info-chats .chats.chats-right .chat-avatar {
    padding: 0 0 0 8px;
}
.chat-wrapper .emoj-group > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chat-wrapper .emoj-group > ul > li > a {
    width: 34px;
    height: 34px;
    background: #ffffff;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    color: #7A8086;
    font-size: 16px;
}
.chat-wrapper .emoj-group > ul > li > a:hover {
    background-color: #FE9F43;
    color: #ffffff;
}
.chat-wrapper .emoj-group ul li + li {
    margin-left: 10px;
}
.chat-wrapper .message-content {
    position: relative;
}
.chat-wrapper .message-content:hover .emoj-group {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chat-wrapper .emoj-group {
    position: absolute;
    top: 50%;
    right: -100px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.chat-wrapper .rig-emoji-group {
    position: absolute;
    right: 210px;
}
.chat-wrapper .wrap-emoji-group {
    position: absolute;
    right: 290px;
    z-index: 9;
}
.chat-wrapper .emoj-group-list-foot {
    left: 0;
}
.chat-wrapper .emoj-group-list-foot ul li + li {
    margin-left: 8px;
}
.chat-wrapper .emoj-group-list,
.chat-wrapper .emoj-group-list-foot {
    display: none;
    position: absolute;
    top: -50px;
    left: -90px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chat-wrapper .emoj-group-list ul,
.chat-wrapper .emoj-group-list-foot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    border: 1px solid #E6EAED;
    border-radius: 8px;
    padding: 8px;
}
.chat-wrapper .emoj-group-list ul li a,
.chat-wrapper .emoj-group-list-foot ul li a {
    padding-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
}
.chat-wrapper .emoj-group-list ul li a:last-child,
.chat-wrapper .emoj-group-list-foot ul li a:last-child {
    padding-right: 0;
}
.chat-wrapper .emoj-group-list ul li.add-emoj a,
.chat-wrapper .emoj-group-list-foot ul li.add-emoj a {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background-color: #FE9F43;
    color: #ffffff;
    font-size: 14px;
}
.chat-wrapper .emoj-group-list ul li.add-emoj a:hover,
.chat-wrapper .emoj-group-list-foot ul li.add-emoj a:hover {
    background-color: rgb(253.7301587302, 133.0952380952, 16.2698412698);
    color: #ffffff;
}
.chat-wrapper .chat-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.chat-wrapper .chat-img .img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1 120px;
    height: 120px;
}
.chat-wrapper .chat-img .img-wrap img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.chat-wrapper .chat-img .img-wrap .img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chat-wrapper .chat-img .img-wrap .img-overlay a {
    font-size: 14px;
    color: #ffffff;
}
.chat-wrapper .chat-img .img-wrap:hover .img-overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.chat-wrapper .message-link {
    overflow: hidden;
}
.chat-wrapper .message-link .link-img {
    background: #ffffff;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
}
.chat-wrapper .message-link a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-wrapper .chat-forward .forward-text {
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.chat-wrapper .message-reply {
    background: #ffffff;
    border-radius: 8px;
    border-left: 3px solid #092C4C;
    padding: 16px;
    color: #212B36;
    margin-bottom: 8px;
}
.chat-wrapper .emoj-group {
    position: absolute;
    top: 50%;
    right: -100px;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.chat-wrapper .chat .chat-footer {
    position: relative;
}
.chat-wrapper .chat .chat-footer .footer-form {
    display: flex;
    display: -webkit-flex;
    align-items: end;
    -webkit-align-items: end;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 24px;
    background-color: #ffffff;
    border-top: 1px solid #E6EAED;
    padding: 10px 16px;
    border-radius: 0 0 10px 10px;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap {
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F9FAFB;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    border: 1px solid #E6EAED;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap {
    flex: 1;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control {
    background: transparent;
    min-height: 32px;
    height: 32px;
    padding-left: 0;
    border: none;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .form-control::placeholder {
    color: #7A8086;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    background: #F9FAFB;
    max-width: 100%;
    padding: 16px;
    margin-bottom: 0;
    display: none;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-wrap .chats .message-content {
    padding: 0;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-item {
    margin-right: 2px;
    position: relative;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-item > a {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #7A8086;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.chat-wrapper .chat .chat-footer .footer-form .chat-footer-wrap .form-btn .btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.chat-wrapper .close-replay {
    position: absolute;
    top: 16px;
    right: 16px;
}
.chat-wrapper .close-replay:hover {
    color: #FF0000;
}
.chat-wrapper .favourite-chats .chats {
    max-width: 100%;
    border: 1px solid #E6EAED;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
}
.chat-wrapper .action-wrap {
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
    text-align: center;
    display: block;
    margin-bottom: 24px;
}
.chat-wrapper .action-wrap i {
    color: #FE9F43;
    font-size: 14px;
}
.chat-wrapper .action-wrap p {
    color: #212B36;
    margin-top: 4px;
}
.chat-wrapper .link-icon {
    color: #7A8086;
}
.chat-wrapper .link-icon:hover {
    color: #FE9F43;
}
.chat-wrapper .contact-user {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
    padding: 20px;
    margin-bottom: 8px;
}
.chat-wrapper .contact-user:last-child {
    margin-bottom: 0;
}
.chat-wrapper .contact-scroll {
    max-height: 400px;
    overflow-y: auto;
}
.chat-wrapper .contact-actions a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F9FAFB;
    border: 1px solid #E6EAED;
    color: #7A8086;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.chat-wrapper .contact-actions a:hover {
    background: #FE9F43;
    border-color: #FE9F43;
    color: #ffffff;
}
.chat-wrapper .open-file {
    width: 28px;
    opacity: 0;
}
.chat-wrapper .chat-body .dropdown-item.active {
    background-color: #FE9F43;
}
.chat-wrapper .file-action {
    left: 50%;
    transform: translateX(-50%);
}
.chat-modules-path {
    width: 80%;
    position: fixed;
    height: calc(100% - 80px);
    top: 40px;
    right: -100%;
    background: #fff;
    padding: 20px;
    z-index: 1000;
    transition: all 0.5s;
    border-radius: 10px 0 0 10px;
}
.medication-set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6EAED;
    flex-wrap: wrap;
}
.medication-content h5 {
    font-size: 20px;
}
.medication-content h6 {
    color: rgba(38, 38, 44, 0.5);
}
.medication-content {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #E6EAED;
}
.medical-radio {
    position: relative;
    display: flex;
    align-items: center;
}
.medical-radio h6 {
    font-size: 14px;
    margin: 0;
    margin-left: 22px;
}
.sign-rx-btn {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #E6EAED;
}
.detailed-information h4 {
    font-size: 16px;
    margin-bottom: 16px;
}
.detailed-information h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.detailed-information h4 {
    color: #26262C;
}
.complete-rx {
    border: 1px solid rgba(44, 202, 185, 0.2);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
}
.complete-rx-content {
    margin-bottom: 15px;
    padding: 0 0 0 15px;
    border-left: 3px solid #FF9800;
}
.complete-rx-content h6 {
    font-size: 18px;
}
.complete-rx-content h5 {
    color: rgba(38, 38, 44, 0.5);
    font-size: 14px;
    margin: 0;
}
.rx-content h6{
    font-size: 16px;
}
.tab-appointments.tab-smarter button{
    background: #fff;
}
.rx-content h5{
    font-size: 16px;
    color: rgba(38, 38, 44, 0.5);
}
.complete-rx .Draw.your.signature {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #E6EAED;
}
.add-pharmacy-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.add-pharmacy-head h6 {
    font-size: 18px;
    margin-bottom: 10px;
}
.add-pharmacy-head .medical-radio h6 {
    font-size: 14px;
    margin-bottom: 0;
}
.staff-information .reaction-details ul{
    padding: 0;
}
.staff-informations .reaction-details ul{
    gap: 25px;
}
.staff-informations .reaction-details ul li{
    width:auto;
}
.staff-informations-symtoms .reaction-details ul li{
    width:25%;
    margin-bottom: 5px;
}
.staff-information .reaction-details li{
    width: 33.3%;
    margin-bottom: 15px;
}
.other-symptoms {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.other-symptoms h6 {
    font-size: 14px;
}
.adverse-tab {
    border-bottom: 1px solid #e8e8f7;
}
.adverse-tab .nav-link.active {
    border: 0;
    border-bottom: 1px solid #058b7e !important;
    color: #058b7e;
}
.adverse-tab .nav-link {
    background: transparent;
    outline: none !important;
    border: 0 !important;
    color: #141414;
}
.other-symptoms p {
    color: #A6AAAF;
}
.follow-update {
    border: 1px solid #E6EAED;
    padding: 10px;
    border-radius: 5px;
    background: rgba(38, 38, 44, 0.05);
}
.follow-update h5 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
}
.follow-update h6 {
    font-size: 14px;
}
.follow-update p {
    color: #A6AAAF;
}
.staff-information .reaction-details li h6{
    margin-bottom: 0;
}
.total-records {
    margin: 0 0 15px 0;
}
.total-records h6 {
    background: rgba(255, 152, 0, 0.1);
    padding: 15px 10px;
    font-size: 14px;
    border-left: 4px solid #058b7e;
}
.pharamacy-select {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
    border-radius: 5px;
}
table.table.table-pharamacy {
    border: 1px solid rgba(44, 202, 185, 0.5);
}
table.table.table-pharamacy thead th {
    background: rgba(44, 202, 185, 0.05);
}
.detailed-information h6 {
    font-size: 14px;
    margin: 0;
}
.notes-sets {
    background: rgba(38, 38, 44, 0.05);
    border: 1px solid rgba(38, 38, 44, 0.05);
    border-radius: 5px;
    padding: 10px;
}
.chat-modules-path.active {
    right: 0;
}
.chat-heads {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.chat-heads a {
    background: #ff0000;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
.chat-user-list .avatar-lg {
    width: 2.75rem;
    height: 2.75rem;
}
.user-details .avatar-lg {
    width: 2.75rem;
    height: 2.75rem;
}
.patient-profile-tab .patient-profile-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.patient-profile-tab .patient-profile-ul button {
    background: transparent;
    border: 1px solid rgba(38, 38, 44, 0.2) !important;
    border-radius: 50px !important;
}
.patient-profile-tab .patient-profile-ul button:hover {
    background: #058b7e !important;
    color: #fff !important;
}
.patient-profile-tab .patient-profile-ul button.active {
    background: #058b7e !important;
    color: #fff !important;
    position: relative;
}
.patient-profile-tab .patient-profile-ul button.active::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 1px;
    border-style: dashed;
    height: 20px;
    border-width: 1px;
    bottom: -20px;
    left: 50%;
}
.vitals-set ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}
.vitals-set ul li {
    width: 25%;
    margin-bottom: 15px;
}
.vitals-set ul li h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    font-weight: 400;
}
.vitals-set ul li h6 {
    font-size: 14px;
    margin: 0;
}
.vitals-set ul li h6 span {
    margin-right: 5px;
}
.credit-card-path {
    border: 1px solid rgba(20, 20, 20, 0.2);
    padding: 15px;
    border-radius: 10px;
}
.credit-card-path-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.credit-card-path-img img {
    background: rgba(44, 202, 185, 0.05);
    padding: 5px;
    border-radius: 5px;
    height: 25px;
}
span.badge-primarys {
    background: rgba(231, 138, 6, 0.2);
    padding: 3px 7px;
    border-radius: 5px;
    color: #E78A06;
    font-size: 10px;
}
span.badge-Secondarys {
    background: rgba(216, 216, 216, 0.2);
    padding: 3px 7px;
    border-radius: 5px;
    color: #8C8C8C;
    font-size: 10px;
}
.credit-card-path-img a {
    color: #284567;
}

.credit-card-no h6 {
    font-size: 14px;
    color: #141414;
    margin-bottom: 3px;
}
.new-card-body .form-control{
    background: transparent;
}
.provider-list a{
    margin-bottom: 15px;
    color: #000;
    display: block;
}
.provider-list a:hover{
    color:#058b7e;
}
a.provider-list-view.d-block.d-none {
    display: none !important;
}
.signature-sets{
    font-size: 14px;
    font-weight: 500;
}
.signature-sets span{
    font-size: 12px;
    font-weight: 400;
}
.report-document {
    display: flex;
    gap: 10px;
}
.weight-set h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.badge-light-primary{
    background: rgba(44, 202, 185, 0.1);
    padding: 3px 8px;
    border-radius: 5px;
    color: #058b7e;
    font-size: 12px;
}
.weight-set h6 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}
.report-document-content h5 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #26262C;
}
.report-document-content h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.report-document-icon i {
    color: rgba(38, 38, 44, 0.7);
}
.btn-clinical{
    background: rgba(44, 202, 185, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #058b7e !important;
    border-radius: 5px !important;
}
.btn-clinical:hover{
    color: #fff !important;
    background: #058b7e;
}
.bmi-container {
    position: relative;
    width: 100px;
    height: 100px;
}
.bmi-svg {
    transform: rotate(-90deg);
}
.bmi-circle-bg {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 8;
}
.bmi-circle {
    fill: none;
    stroke: #24c5c5;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 251;
    stroke-dashoffset: calc(251 - (24.9 / 30) * 251);
    transition: stroke-dashoffset 0.5s ease-in-out;
}
.bmi-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
}
.bmi-value {
    font-size: 14px;
    font-weight: bold;
    color: #24c5c5;
}
.badge-light-active {
    background: rgba(40, 199, 111, 0.05);
    padding: 3px 7px;
    border-radius: 5px;
    border: 1px solid #28C76F;
    color: #28C76F;
    font-size: 12px;
}
.drag-upload-btn {
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    padding: 6px 10px;
    position: relative;
    transition: all 0.5s;
}
.drag-upload-btn input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.member-shipdetils h6 {
    font-size: 12px;
    color: rgba(38, 38, 44, 0.7);
}
.member-shipdetils h5 {
    font-size: 14px;
    margin: 0;
}
.badge-light-active {
    padding: 3px 7px;
    color: #28C76F;
    border: 1px solid #28C76F;
    font-size: 12px;
    border-radius: 5px;
    background: rgba(40, 199, 111, 0.05);
}
.badge-light-expired {
    padding: 3px 7px;
    color: #FF0000;
    border: 1px solid #FF0000;
    font-size: 12px;
    border-radius: 5px;
    background: rgba(255, 0, 0, 0.05);
}
.badge-pending-request{
    padding: 3px 7px;
    color: #26262C;
    border: 1px solid #E6EAED;
    font-size: 12px;
    border-radius: 5px;
    background: rgba(230, 234, 237, 0.2);
}
.avalabity-calendar-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.avalabity-calendar-view {
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border: 1px solid rgba(44, 202, 185, 0.2);
    border-radius: 5px;
    padding: 15px;
    flex-wrap: wrap;
}
.avalabity-calendar-slots {
    margin-left: 15px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    border-left: 1px solid #E6EAED;
}
.matric-div .telehealth-set{
    border-radius: 5px;
}
.matric-div{
    border: 1px solid #E6EAED;
    border-radius: 5px;
    background: #FCFCFC;
    margin: 15px 0;
    padding: 15px 15px 0;
}
.matric-div .telehealth-content{
    padding-left: 0;
    border-left: 0;
}
.matric-div .telehealth-set{
    background: #fff;
    margin-bottom: 15px;
}
.medical-intakeforms .new-card{
    border: 1px solid #E6EAED;
    background: #F9F9F9;
}
.avalabity-calendar-nameimg {
    display: flex;
    align-items: center;
    gap: 10px;
}
.avalabity-calendar-img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.avalabity-calendar-iconslots span {
    background: rgba(44, 202, 185, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 15px;
    color: #2CCAB9;
    border-radius: 5px;
}
.avalabity-calendar-slots-content h5 {
    font-size: 16px;
}
.avalabity-calendar-slots-content h6 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    margin: 0;
}
.avalabity-calendar-name h5 {
    font-size: 16px;
}
.avalabity-calendar-name h6 {
    font-size: 12px;
    color: #656565;
    margin: 0;
}
.telehealth-set {
    position: relative;
}
.telehealth-check {
    position: absolute;
    right: 25px;
    top: 5px;
}

.member-shipdetils h6 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(38, 38, 44, 0.7);
}
.member-shipdetils h5 {
    font-size: 14px;
    margin: 0;
}
.member-shipdetils-days {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.member-shipdetils-days h6 {
    font-size: 12px;
    color: #26262C;
    padding: 10px;
    background: rgba(255, 152, 0, 0.1);
    margin: 0;
    border-left: 2px solid #FF9800;
}
.btn-ouline-primary {
    border: 1px solid #058b7e;
    color: #058b7e;
}
.btn-ouline-primary:hover {
    background: #058b7e;
    color: #fff;
}
.appt-div {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;

}
.appt-order-id {
    border-right: 1px solid #d5d5d5;
    padding-right: 15px;
    margin-right: 15px;
}
.appt-order-id h5 {
    font-size: 14px;
}
.appt-order-id h6 {
    margin: 0;
    font-size: 14px;
}
.appt-notes h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.appt-notes h6 {
    font-size: 14px;
    margin: 0;
}
.profile-sets-image {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border: 1px dashed #d5d5d5;
    border-radius: 5px;
    color: #A6AAAF;
}
.profile-sets-image h6 {
    font-size: 14px;
    color: #A6AAAF;
}
.appointment-details-name ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.appointment-details-name ul li {
    width: 25%;
    margin-bottom: 15px;
}
.appointment-details-name ul li h5 {
    font-size: 14px;
    font-weight: 600;
}
.appointment-details-name ul li h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: rgba(38, 38, 44, 0.77);
}
.appointment-details-name ul li h4{
    border-left: 2px solid #FF9800;
    background: rgba(255, 152, 0, 0.1);
    padding: 10px;
    font-size: 14px;
    color: #26262C;
    font-weight: 400;
    margin: 0;
}
.appointment-summary ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.appointment-summary ul li {
    margin-bottom: 15px;
}
.appointment-summary ul li h5 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(38, 38, 44, 0.77);
    margin: 0;
}
.appointment-summary ul li h6 {
    font-size: 14px;
    font-weight: 500;
    color: #141414;
}
.notes-div {
    border: 1px solid rgba(38, 38, 44, 0.1);
    border-radius: 5px;
    background: #FDFDFD;
    border-radius: 5px;
    padding: 10px;
}
.notes-div h5 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(38, 38, 44, 0.7);
}
.notes-div h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.shipments-history ul {
    padding: 0;
    margin: 0;
}
.shipments-history ul h6 {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #26262C;
    font-size: 14px;
}
.shipments-history ul h6::after {
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.1);
    width: 10px;
    height: 10px;
    left: 0;
    top: 3px;
    border-radius: 20px;
    z-index: 99999;
}
.shipments-history ul h6::before {
    position: absolute;
    content: "";
    border: 1px dashed rgba(38, 38, 44, 0.2);
    width: 1px;
    height: calc(100% + 6px);
    left: 4px;
    top: 13px;
}
.shipments-history ul li:last-child h6::before {
    opacity: 0;
}
.appointmnets-name-history {
    margin: 15px 0;
    border: 1px solid #E6EAED;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #FDFDFD;
    gap: 10px;
}
.apointment-names-div h6 {
    font-size: 14px;
    font-weight: 600;
}
.apointment-names-div h5 {
    font-size: 12px;
    color: rgba(38, 38, 44, 0.5);
    margin: 0;
}
.apointment-names-div h4 {
    font-size: 14px;
    margin: 0;
}
.apointment-names-div {
    border-right: 1px solid #E6EAED;
    padding-right: 20px;
    margin-right: 15px;
}
.apointment-date-div h6 {
    font-size: 14px;
}
.apointment-date-div h5 {
    font-size: 14px;
    margin: 0;
    color: rgba(38, 38, 44, 0.77);
}
.apointment-date-div {
    border-right: 1px solid #E6EAED;
    padding-right: 20px;
    margin-right: 15px;
}
.apointment-btn-div {
    display: flex;
    gap: 15px;
}
.appointment-cancel {
    background: rgba(84, 31, 199, 0.05);
    padding: 7px 15px;
    color: #26262C;
}
.appointment-cancel:hover {
    background: #26262c;
    color: #fff;
}
.recurring-appointment-cancel {
    background: rgba(84, 31, 199, 0.05);
    padding: 7px 15px;
    color: #26262C;
}
.recurring-appointment-cancel:hover {
    background: #26262c;
    color: #fff;
}
#recurring_section h5.recurre-head{
    color: #141414;
    font-size: 16px;
    font-weight: 500;
}
.appointment-reschedule {
    background: rgba(231, 138, 6, 0.2);
    padding: 7px 15px;
    color:#E78A06;
}
.appointment-reschedule:hover {
    background: #E78A06;
    color: #fff;
}
.add-member{
    color: rgba(38, 38, 44, 0.5) !important;
    position: relative;
}
.repeat-inner-div {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
    margin: 15px 0;
}
.add-member::after{
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.5);
    width: 100%;
    height: 1px;
    bottom: 0;
    transition: all 0.5s;
    left: 0;
}
.add-member:hover::after{
    width: 0;
}
.canvas-profile-names{
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #D3D4D8;
}
.canvas-profile-names h6{
    color: #26262C;
    font-size: 12px;
    margin: 0;
}
.repeat-select {
    width: calc(100% - 60px);
    margin-left: 20px;
}
.off-canvas-repeat{
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #E6EAED;
}
.appointment-noshow {
    background: rgba(0, 122, 255, 0.15);
    padding: 7px 15px;
    color:#007AFF;
}
.appointment-noshow:hover {
    background: #007AFF;
    color: #fff;
}
.recurring-appointment-noshow {
    background: rgba(0, 122, 255, 0.15);
    padding: 7px 15px;
    color:#007AFF;
}
.recurring-appointment-noshow:hover {
    background: #007AFF;
    color: #fff;
}
.appoint-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.appoint-header h6{
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.appointment-details-name ul li {
    width: 25%;
    margin-bottom: 15px;
}
.appoint-header span{
    font-size: 12px;
    margin-left: 10px;
    background: #E6EAED;
    padding: 5px 7px;
    font-weight: 400;
    border-radius: 5px;
}
.photo-sets ul {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 10px;
    margin-bottom: 15px;
}
.service-dropdowns-contents h6{
    font-size: 14px;
}
.service-dropdowns-contents h6 span{
    position: relative;
    padding-left: 15px;
}  
.service-dropdowns-contents h6 span::after{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #2CCAB9;
    border-radius: 50px;
    left: 3px;
    top: 7px;
}
.soap-notes-summary {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(44, 202, 185, 0.2);
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
}
.soap-notes-summary h4 {
    font-size: 20px;
    margin: 0;
}
.soap-notes-summary h5 {
    font-size: 18px;
}
.soap-notes-summary h6 {
    font-size: 14px;margin: 0;
}
.photo-sets span {
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 68px;
    height: 68px;
}
.perchat-chart .service-types-heads{
    background: rgba(230, 234, 237, 0.2);
}
.bor-rad5{
    border-radius: 5px;
}
.shipment-setinformation ul{
    margin-bottom: 15px;
}
.badge-reviewer{
    font-size: 14px;
    margin-left: 10px;
    background: #E6EAED;
    padding: 5px 7px;
    font-weight: 400;
    color: #26262C;
}
.badge-pendings{
    background: rgba(231, 138, 6, 0.2) !important;
    color: #E78A06;
    font-size: 14px;
    margin-left: 10px;
    padding: 5px 7px !important;
    font-weight: 400;
}
.status-appointmnt {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.status-appointmnt-status {
    display: flex;
    padding-right: 10px;
    margin-right: 0;
    border-right: 1px solid #E6EAED;
}
.status-appointmnt-status h6 {
    font-size: 14px;
}
.badge-completed {
    background: #058b7e;
    padding: 0 6px;
    font-size: 12px;
    color: #fff;
    margin-left: 8px;
    border-radius: 3px;
}
.status-appointmnt-scheduled span {
    padding: 3px 6px !important;
    font-size: 12px !important;
    margin-left: 8px;
    border-radius: 3px;
}
.status-appointmnt-scheduled span.badge-completed {
    background: #EEFAF1;
    color: #32B87D;
    padding: 2px 5px !important;
    display: inline-flex;
    align-items: center;
}
.canvas-set-path.canvas-setview {
    border-color: #058b7e;
}
.patient-appointments ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.patient-appointments ul li {
    margin-bottom: 15px;
    width: 25%;
}
.patient-appointments ul li h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.patient-appointments ul li h6 {
    color: #26262C;
    font-size: 14px;
    margin: 0;
}
.badge-outline-primary{
    padding: 4px 8px;
    border: 1px solid #058b7e;
    border-radius: 5px;
    color: #058b7e;
}
.box-loader{
    width: 5px;
    height: 20px;
    background-color: #555;
    border-radius: 50px;
    animation: loader 1s linear infinite;
}
.loader-paths{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
    min-height: 150px;
}
.loader-card{
    position: relative;
}
.loaders-mains {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
    min-height: 150px;
}
.dicount-radio ul {
    padding: 0;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
}
#loader1{
    animation-delay: .1s;
}
#loader2{
    animation-delay: .2s;
}
#loader3{
    animation-delay: .3s;
}
#loader4{
    animation-delay: .4s;
}
#loader5{
    animation-delay: .5s;
}

@keyframes loader{
    0%,100%{
        height: 30px;
    }
    50%{
        height: 10px;
    }
}
.billed-amount {
    padding-left: 15px;
    position: relative;
}
.billed-amount::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    left: 3px;
    top: 7px;
}
.gfe-review-toggle{
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    gap: 20px;
    border-bottom:1px solid #E6EAED;
}
.gfe-review-toggles-div{
    padding: 20px;
    gap: 20px;
    border-bottom:1px solid #E6EAED;
}
.gfe-review-toggle h5{
    color: #141414;
    font-size: 16px;
    font-weight: 500;
}
.gfe-review-toggle h6{
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    margin: 0;
}
.service-types-value-xs.service-types-value .switch{
    width: 28px;
    height: 22px;
}
.service-types-value-xs.service-types-value .slider:before{
    height: 10px;
    width: 10px;
    font-size: 5px;
}
.service-types-value-xs.service-types-value input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(13px);
}
.inputradioset-xs.input-radioset label {
    position: relative;
    color: #646B72;
}
.descri-profile-content h5 {
    font-size: 14px;
    color: #26262C;
}
.descri-profile-content p {
    color: rgba(38, 38, 44, 0.7);
    margin: 0;
}
.initiation-profile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D3D4D8;
}

.initiation-profile-content h5 {
    font-size: 14px;
    margin: 0;
    color: #212B36;
}
.initiation-profile-content h6 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    margin: 0;
}
.perks-content {
    width: 50%;
    border-right: 1px solid #E6EAED;
}
.perks-para {
    padding-left: 12px;
    width: 50%;
}
.perks-para p{
    color: rgba(38, 38, 44, 0.7);
    font-size: 12px;
}
.perks-content i {
    color: rgba(38, 38, 44, 0.7);
}
.termination-sets ul{
    padding: 0;
    display: flex;
    align-items: center;
}
.termination-sets ul li{
    width:50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.termination-sets ul li + li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #D3D4D8;
}
.termination-sets h5 {
    font-size: 14px;
    margin: 0;
    color: #212B36;
}
.termination-sets h6 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    margin: 0;
}
.notes-soap-set ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0px;
    padding: 0;
}
.notes-soap-set ul li{
    width: 25%;
}
.soap-check {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.soap-check h6 {
    font-size: 14px;
}
.notes-soap-set {
    margin-bottom: 15px;
}
.servicesetnotes .service-types-head h6::after{
    display: none;
}
.servicesetnotes {
    margin-bottom: 15px;
}
.servicesetnotes .checkboxs .checkmarks {
    top: 4px;
}
.notes-soap-set.notes-check-meds  li{
    width: auto;
}
.notes-soap-set.notes-check-meds ul{
    gap: 15px;
}
.service-type-div.servicesetnotes {
    margin-left: 0;
}
.documentation-upload span {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    padding: 10px;
    position: relative;
}
.documentation-upload .close-view{
    width: 16px;
    height: 16px;
    background: #FF0000;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    top: 10px;
    right: 10px;
    position: absolute;
}
.card-membership-head .dropdown-toggle{
    background: rgba(255, 255, 255, 0.2) !important;
    border: 0;
}
.documentation-front .documentation-upload span{
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
}
.documentation-upload span img {
    width: 100%;
}
.signature-providers .draw-signature-input input{
    height: 150px;
}
.service-dropdowns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E6EAED;
}
.service-dropdowns h6 {
    margin: 0;
    font-size: 12px;
    color: #26262C;
}
.service-dropdowns span {
    padding-left: 25px;
    position: relative;
}
.service-dropdowns span::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 7px;
    height: 7px;
    left: 8px;
    top: 5px;
    border-radius: 50px;
}
.service-reports h6 {
    margin: 0;
    font-size: 12px;
    color: rgba(38, 38, 44, 0.7);
}
.outstanding-step ul li.completed span::after {
    position: absolute;
    content: "✔";
    width: 8px;
    height: 8px;
    top: 0;
    left: 3px;
    font-size: 12px;
    color: #fff;
    background: transparent;
}
.outstanding-step ul li.completed::after {
    background: #058b7e;
}
.service-reports span {
    padding-left: 25px;
    position: relative;
}
.service-reports span::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 7px;
    height: 7px;
    left: 8px;
    top: 5px;
    border-radius: 50px;
}
.service-dropdowns-add a{
    font-size: 10px;
    border: 1px solid #E6EAED;
    border-radius: 5px;
    color: #141414;
    padding:4px 10px;
}
.service-dropdown-div {
    position: absolute;
    top: 40px;
    background: #fff;
    z-index: 99;
    width: 100%;
    border: 1px solid rgba(38, 38, 44, 0.1);
    border-radius: 5px;
    padding: 5px 15px;
}
.service-dropdowns-add a:hover{
    background: #058b7e;
    color: #fff;
}
.edit-service-dropdown-div a{
    font-size: 10px;
    border: 1px solid #E6EAED;
    border-radius: 5px;
    color: #141414;
    padding:4px 10px;
}
.edit-service-dropdown-div {
    position: absolute;
    top: 40px;
    background: #fff;
    z-index: 99;
    width: 100%;
    border: 1px solid rgba(38, 38, 44, 0.1);
    border-radius: 5px;
    padding: 5px 15px;
}
.edit-service-dropdown-div a:hover{
    background: #058b7e;
    color: #fff;
}
.add-card-creit {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border: 1px solid rgba(44, 202, 185, 0.5);
    padding: 0 15px 15px;
    margin: 15px 0 ;
    border-radius: 10px;
}
.intake-title h5 {
    font-size: 20px;
    font-weight: 600;
}
.intake-title h6 {
    font-size: 16px;
    color: rgba(38, 38, 44, 0.7);
    margin: 0;
}
.patient-intake.active {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.intake-title {
    margin-bottom: 20px;
}
.patient-intake {
    display: flex;
    align-items: center;
    border: 1px solid rgba(38, 38, 44, 0.2);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
}
.intake-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.password-set {
    position: relative;
}
.password-contain ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    row-gap: 20px;
}
.password-contain ul li {
    width: 50%;
}
.onbarding-collapse {
    border: 1px solid #E6EAED;
    margin-bottom: 20px;
    border-radius: 5px;
}
.onbarding-collapse-head {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6EAED;
}
.onbarding-collapse-head h6 {
    margin: 0;
}
.onbarding-collapse-head.collapsed {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
}
.onbarding-collapse-content ul {
    padding: 0;
    height: 150px;
    overflow: auto;
}
.onbarding-collapse-content ul li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #26262C;
}
.onbarding-collapse-content {
    padding: 15px;
}
.onbarding-collapse-head .collapse-set-div {
    transform: rotate(180deg);
}
.onbarding-collapse-head.collapsed .collapse-set-div {
    transform: rotate(0deg);
}
.password-contain ul li h6 {
    font-size: 14px;
    position: relative;
    padding-left: 13px;
    color: rgba(38, 38, 44, 0.7);
}
.password-contain {
    margin-top: 20px;
}
.password-contain ul li h6::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    left: 0;
    top: 4px;
}
.password-set a {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #141414;
}
.btn-intake-back {
    background: rgba(38, 38, 44, 0.05);
}
.intake-progress-bar ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 15px;
}

.intake-progress-bar ul li {
    padding: 2px;
    width: calc(100% / 9);
}
.booking-info-view {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.booking-info-view-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(38, 38, 44, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.your-scheduled {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 35px;
}
.your-scheduled h6 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #058b7e;
    color: #fff;
    border-radius: 50px;
    margin-right: 9px;
}
.booking-order-summary ul {
    padding: 0;
}

.booking-order-summary ul li {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 10px;
}
.booking-order-summary ul li h5 {
    margin: 0;
    font-size: 14px;
}
.booking-order-summary ul li h6 {
    font-size: 14px;
}
.booking-order-summary ul li:last-child {
    border: 0;
}
.booking-order-summary > span {
    background: rgba(38, 38, 44, 0.05);
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px;
}
.booking-order-summary ul li:last-child h5 {
    font-weight: 600;
}
.booking-order-summary ul li:last-child h6 {
    font-weight: 600;
}
.booking-info-view-head h6 {
    margin: 0;
}
.your-scheduled h6 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.credit-radio-sets .payment-radio .checkmark{
    top: 0px;
}
.booking-info-view .telehealth-set {
    padding: 10px;
    border: 1px solid #E6EAED;
    border-radius: 5px;
}
.booking-setsviews h6 {
    font-size: 14px;
    margin-bottom: 15px;
}
.booking-setsviews h6:last-child {
    margin: 0;
}
.intake-progress-bar ul li span {
    background: rgba(38, 38, 44, 0.05);
    width: 100%;
    height: 10px;
    border-radius: 5px;
    display: block;
}
.header-intake {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 20px;
}
.intake-logo img {
    max-width: 125px;
}
.header-intake-content {
    position: relative;
    padding-left: 25px;
}
.header-intake-content::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 10px;
    height: 60px;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.header-intake-content h6 {
    margin: 0;
}
.header-intake-content::before {
    position: absolute;
    content: "";
    background: #26262C;
    width: 10px;
    height: 34px;
    left: 0;
    bottom: -10px;
    border-radius: 0 0 10px 10px;
    z-index: 9;
}
.intake-progress-bar ul li.active span {
    background: #058b7e;
}
.intake-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(38, 38, 44, 0.2);
}
.intake-count h6 {
    font-size: 28px;
}
.intake-count h6 span {
    font-size: 18px;
}
.intake-count h5 {
    font-size: 28px;
}
.intake-count h5 span {
    font-size: 18px;
}
.btn-intake-back:hover {
    background: #141414;
    color: #fff;
}
.medical-intakes {
    padding: 15px 15px 0;
    margin-bottom: 15px;
    border: 1px solid rgba(38, 38, 44, 0.2);
    border-radius: 10px;
}
.signature-area {
    width: 100%;
    border: 1px dashed rgba(38, 38, 44, 0.1);
    height: 80px;
    padding: 10px;
}
.terminal-payment-content img {
    max-width: 150px;
}
.patient-intakesview h4 {
    font-size: 16px;
}

.patient-intakescontent ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.patient-intakescontent h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.patient-intakescontent h6 {margin: 0;font-size: 14px;}
.patient-intakescontent h6 span {
    position: relative;
    padding-left: 25px;
}
.patient-intakescontent h6 span::after {
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    left: 5px;
    top: 6px;
}
.medical-intakes h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.medical-intake .form-group {
    margin-bottom: 15px !important;
}
.medical-intakes h5 {
    font-size: 14px;
}
.btn-intake-next {
    background: #058b7e;
    color: #fff;
}
.patient-intake .form-check {
    margin-top: -29px;
    margin-right: 5px;
}
.patient-intake-content h5 {
    font-size: 16px;
}
.patient-intake-content h6 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    margin: 0;
}
.key-result span {
    position: relative;
    margin-left: 15px;
}
.key-result span::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 7px;
    height: 7px;
    left: -13px;
    border-radius: 50px;
    top: 5px;
}
.key-result span {
    position: relative;
    margin-left: 15px;
}

.key-result span::after {
    position: absolute;
    content: "";
    background: #058b7e;
    width: 7px;
    height: 7px;
    left: -13px;
    border-radius: 50px;
    top: 5px;
}
.text-borderline{
    color: #E78A06 !important;
}
.text-low{
    color: #2344FE !important;
}
.key-high {
    display: flex;
    align-items: center;
}
.key-high h5 {
    font-size: 12px;
    margin: 0;
}
.key-high span {
    margin-left: 15px;
    font-size: 12px;
    position: relative;
}
.key-high span::after {
    position: absolute;
    content: "";
    background: #E6EAED;
    width: 7px;
    height: 7px;
    left: -13px;
    border-radius: 50px;
    top: 5px;
}
.gfe-patient-information-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid rgba(44, 202, 185, 0.2);
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    flex-wrap: wrap;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
}
.gfe-patient-information-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.gfe-summarys {
    background: rgba(44, 202, 185, 0.03);
    padding: 10px;
    border-bottom: 1px solid #E6EAED;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-types-head .gfe-summarys h6::after{
    opacity: 0;
}
.border-radius-10{
    border-radius: 10px !important;
}
.gfe-summarys h6 {
    border: 0;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
}
.gfe-summarys h5 {
    font-size: 18px;
    font-weight: 600;
}
.gfe-patient-information-names {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gfe-patient-information-name h6 {
    font-size: 14px;
}
.gfe-patient-information-name h5 {
    font-size: 14px;
    margin: 0;
    color: rgba(38, 38, 44, 0.7);
}
.gfe-patient-information-name h5 span {
    color: #000;
}
.gfe-patient-information-vitals h4 {
    font-size: 16px;
}
.gfe-patient-information-vitals ul {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
}
.gfe-patient-information-vitals ul h5 {
    font-size: 12px;
    color: rgba(38, 38, 44, 0.7);
    font-weight: 400;
}
.gfe-patient-information-vitals ul h6 {
    font-size: 14px;
}
.gfe-patient-information-vitals ul h6 span {
    margin-right: 5px;
}
.gfe-patient-information-vitals {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #E6EAED;
}
.service-body {
    padding: 10px;
}

.service-body-head {
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.service-body-head h6 {
    font-size: 16px;
}

.service-body-head span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: rgba(38, 38, 44, 0.7);
}
.service-body-head ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}
.service-body-head ul li {
    padding-right: 15px;
    position: relative;
}
.service-body-head ul li h6 {
    font-size: 14px;
}
.service-body-head ul li h5 {
    font-size: 14px;
    margin: 0;
}
.service-body-head ul li::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #D9D9D9;
    border-radius: 50px;
    left: -12px;
    top: 7px;
}
.service-body-head ul li:first-child::after {
    opacity: 0;
}
.medical-history-content h4 {
    font-size: 14px;
    padding: 10px 15px;
    border-left: 2px solid #FF9800;
    background: rgba(255, 152, 0, 0.05);
    display: inline-block;
    margin-bottom: 10px;
}

.medical-history-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
}

.medical-history-content ul li {width: 33.3%;margin-bottom: 15px;}
.medical-history-content ul li h6 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.medical-history-content ul li h5 {
    font-size: 14px;
    margin: 0;
}
.medical-history-notes {
    background: rgba(38, 38, 44, 0.05);
    padding: 15px;
    border-radius: 10px;
}
.medical-history-notes h6 {
    font-size: 14px;
}
.medical-history-notes h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    margin: 0;
}
fieldset .service-type-div::before{
    opacity: 0;
}
.datepicker-dropdown {
    z-index: 99999 !important;
}
.intakecheckbox {
    position: relative;
    padding-left: 25px;
}
.medical-intakes-form .form-check  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.remove-product-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.medical-intakes-form .form-check  label{
    position: relative;
    padding-left: 25px;
    top: 0;
    color: #777;
}
.medical-intakes p {
    color: #777;
}
.medical-intakes-form .form-check{
    margin-bottom: 15px;
    padding: 0;
}
.medical-intakes-form .form-check  label::before{
    border: 1px solid rgba(38, 38, 44, 0.7);
    background-color: #ffffff;
    border-radius: 5px;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
}
.medical-intakes-form .form-check input:checked ~ label:before {
    background-color: #058b7e;
    border-color: #058b7e;
}
.medical-intakes-form .form-check  label:after {
    left: 5px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    position: absolute;
    content: "";
}
.medical-intakes-form .form-check  label:after {
    content: "";
    position: absolute;
    display: none;
}
.medical-intakes-form .form-check input:checked ~ label:after {
    display: block;
}
.goal-weight-challage {
    margin: 15px 0 0;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.weight-loss-path{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.goal-weight-challage ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.goal-weight-challage ul li h5 {
    font-size: 16px;
    color: #141414;
}
.goal-weight-challage ul li h6 {
    margin: 0;
    font-size: 14px;
}
.clinic-tab {
    margin-bottom: 15px;
}
.clinic-tab ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.active-paused {
    width: 100%;
    margin-top: 15px;
}

.active-paused ul {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.active-paused ul li h6 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    font-weight: 400;
}

.active-paused ul li h5 {
    font-size: 14px;
    margin: 0;
}

.active-paused ul li h3 {
    font-size: 14px;
    margin-bottom: 0;
}
.clinic-tab .nav-link {
    background: #ECECEC;
}
.clinic-tab .nav-link.active {
    background: #058b7e;
    color: #fff;
    border-color: #058b7e;
}
.clinic-tab .nav-link:hover {
    background: #058b7e;
    color: #fff;
    border-color: #058b7e;
}
.add-staff-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 20px;
    flex-wrap: wrap;
}
.input-staff {
    max-width: 200px;
}
.search-input {
    position: relative;
}
.search-input i {
    position: absolute;
    top: 12px;
    left: 10px;
}
.search-input input {
    padding-left: 25px;
}
.dual-pricing {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.dual-live-mode {
    display: flex;
    align-items: center;
    gap: 20px;
}

.enable-dual-pricing {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 12px;
    border: 1px solid #E6EAED;
    background: #FCFCFC;
    border-radius: 5px;
}
.enable-dual-pricing h6 {
    margin: 0;
}
.enable-dual-pricing label.switch {
    margin: 0;
}
.dual-or-set {
    width: 120px;
    text-align: center;
}
.dual-or-set h5 {
    font-size: 14px;
    margin: 0;
    position: relative;
    background: #fff;
    z-index: 9;
    display: inline-block;
    padding: 0 5px;
}
.dual-or-set::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E6EAED;
    left: 0;
    top: 9px;
}
.dual-or-set {
    position: relative;
}
.dual-pricing h6{
    font-size: 14px;
}
.weight-lossheads{
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #fff;
}
.medical-group {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.chart-staff .bmi-container {
    width: 70px;
    height: 70px;
}
.chart-staff {
    display: flex;
    align-items: center;
    gap: 15px;
}
.chart-staffsset {
    border: 1px solid rgba(38, 38, 44, 0.2);
    padding: 15px;
    border-radius: 10px;
    background: #FDFDFD;
    margin-bottom: 15px;
}
.blling-information-sets ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.blling-information-sets li +  li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid rgba(38, 38, 44, 0.2);
}
.blling-information-sets h5 {
    font-size: 16px;
    font-weight: 500;
}
.blling-information-sets h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.chart-staff-content h6 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.5);
}
.chart-staff-content h5 {
    font-size: 14px;
    color: #141414;
    margin: 0;
}
.medical-group .patient-profiles-set-img span {
    width: 50px;
    height: 50px;
    border: 1px solid #E6EAED;
    background: #E6EAED;
    color: #26262C;
}
.how-much-achieved span {
    border: 1px solid #32B87D;
    padding: 4px 8px;
    color: #32B87D;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.information-sets ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    padding: 0;
}
.information-sets ul li {
    width: 25%;
}
.information-sets ul li h5 {
    font-size: 14px;
    color: #141414;
    font-weight: 600;
}
.information-sets ul li h6 {
    font-size: 14px;
    margin: 0;
    color: rgba(38, 38, 44, 0.77);
}
.information-address ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 15px 0 0;
}
.information-address ul li {
    width: 50%;
}

.information-address ul li h5 {
    font-size: 14px;
    color: #141414;
    font-weight: 600;
}
.information-address ul li h6 {
    font-size: 14px;
    margin: 0;
    color: rgba(38, 38, 44, 0.77);
    font-weight: 400;
}
.location-edit{
    border: 1px solid #E6EAED;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#868686;
}
.location-edit:hover{
    background: #058b7e;
    color: #fff;
}
.patient-clinic .form-privacy-content ul li {
    width: 33.3%;
}
.patient-clinic .form-privacy-content {
    width: 50%;
}
.day-week ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 12px;
}

.days-setsview label {
    padding: 15px;
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 5px;
    min-width: 60px;
    position: relative;
    text-align: center;
}

.days-setsview input {
    display: none;
}

.days-setsview input:checked + label {
    background: #058b7e;
    color: #fff;
    border-color: #058b7e;
}

.days-setsview input:checked +   label::after {
    position: absolute;
    content: "✔";
    width: 5px;
    height: 5px;
    color: #fff;
    top: 0;
    right: 10px;
}
.slot-found {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}
.slot-found span {
    background: rgba(229, 229, 229, 0.2);
    padding: 40px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 100px;
}
.slot-found span img {
    width: 100%;
}
.slot-allocate .offcanvas-time {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    border-bottom: 0;
    margin-bottom: 15px;
}
.slot-allocate .offcanvas-time-left {
    border: 0;
}
.allocate-time ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.allocate-time ul a {
    background: rgba(84, 31, 199, 0.05);
    padding: 7px 15px;
    display: block;
    border-radius: 50px;
    color: #000000;
    font-size: 12px;
}
.allocate-time ul a:hover {
    background: #058b7e;
    color: #fff;
}
.patients-divset.patient-clinic {
    padding-bottom: 10px;
}
.family-history ul li{
    width: 20%;
}
.family-history ul{
    row-gap: 15px;
    padding: 0;
}
.family-history ul li h6{
    font-size: 12px;
    margin-bottom: 0;
}
.table-color span{
    width: 68px;
    height: 25px;
    border: 5px solid rgba(230, 234, 237, 0.5);
    border-radius: 50px;
    display: block;
}
.telehealth-main {
    padding: 20px;
    border-bottom: 1px solid #E6EAED;
}
.telehealth-set {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.telehealth-icon {
    padding-right: 15px;
}
.telehealth-content {
    padding-left: 15px;
    border-left: 1px solid #E6EAED;
}
.telehealth-icon i {
    font-size: 30px;
    color: rgba(38, 38, 44, 0.77);
}
.telehealth-content h4 {
    font-size: 16px;
    color: #141414;
}
.telehealth-content h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    margin: 00;
}
.Calender-type h5 {
    font-size: 14px;
}
.avalibility-main {
    padding: 15px;
}
.avalibility-head h6 {
    border-bottom: 1px solid #E6EAED;
    padding-bottom: 15px;
}
.avalibility-content ul {
    border: 1px solid  #E6EAED;
    padding: 0;
    border-radius: 10px;
    background: rgba(230, 234, 237, 0.2);
    padding: 10px;
}
.avalibility-content ul li {
    margin-bottom: 15px;
}
.avalibility-slot {
    display: flex;
    align-items: center;
}
.avalibility-week {
    padding-right: 15px;
}
.avalibility-week span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(20, 20, 20, 0.2);
    background: #fff;
    justify-content: center;
    border-radius: 5px;
}
.avalibility-week span.active{
    background: #058b7e;
    color: #fff;
}
.avalibility-avliable {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.avalibility-avliable a {
    background: rgba(230, 234, 237, 0.5);
    padding: 5px 15px;
    color: #000000;
    border-radius: 50px;
}
.avalibility-avliable a:hover {
    background: #058b7e;
    color: #fff;
}
.avalibity-description{
    padding: 15px;
    border-bottom: 1px solid #E6EAED;
    border-top: 1px solid #E6EAED;
}
.avalibity-description h6{
    font-size: 14px;
    color: #212B36;
    margin-bottom: 10px;
}
.avalibity-description p{
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    margin-bottom: 0px;
}
.weekly-reports ul {
    padding: 0;
}
.btn-date{
    border: 1px solid rgba(38, 38, 44, 0.3);
    border-radius: 50px;
}
.btn-date:hover{
    background: #058b7e;
    color: #fff;
}
.weekly-reports ul li {
    margin-bottom: 15px;
}
.weekly-avaliblity-set {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.date-avlility-sets .weekly-avaliblity-set .edit-lot-icons{
    max-width: 150px;
}
.weekly-avaliblity-set h6 {
    width: 40px;
    height: 40px;
    background: #058b7e;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    min-width: 40px;
    margin: 0;
}
.weekly-avaliblity-set .edit-lot-icons {
    max-width: 120px;
}
.weekly-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.weeklyaction {
    background: rgba(230, 234, 237, 0.5);
    width: 25px;
    height: 25px;
    color: #141414;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
}
.weeklyaction:hover {
    background: #058b7e;
    color: #fff;
}
.datpicker-inline .bootstrap-datetimepicker-widget {
    border: 1px solid #E6EAED;
    border-radius: 10px;
}
.datpicker-inline thead {
    background:#E4E5E7;
}
.datpicker-inline thead tr{
    border-bottom: 1px solid #E6EAED;
    border-radius: 0;
}
.datpicker-inline th ,.datpicker-inline td {
    padding: 8px;
}
.datpicker-inline .bootstrap-datetimepicker-widget table td.active,
.datpicker-inline .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #058b7e;
    text-shadow: unset;
    color: #fff !important;
}
.datpicker-inline .bootstrap-datetimepicker-widget table td {
    width: 30px;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
    padding: 8px !important;
}
.date-avlility-sets{
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border:1px solid rgba(44, 202, 185, 0.2);
    border-radius: 5px;
    padding: 15px 15px 0;
    margin: 15px 0;
}
.offcanvas-appointments{
    width: 500px;
}

.offcanvas-availability {
    position: fixed;
    width: 500px;
    height: 100vh;
    overflow-x: visible;
    overflow-y: scroll;
    background: #fff;
    right: -100%;
    top: 0;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    max-width: 100%;
    transition: all 0.5s;
}
.offcanvas-availability.active {
    right:0;
}
.offcanvas-timings-wrapper{
    width: 500px;
}

.offcanvas-edit-availability {
    position: fixed;
    width: 500px;
    height: 100vh;
    overflow-x: visible;
    overflow-y: scroll;
    background: #fff;
    right: -100%;
    top: 0;
    z-index: 1000;
    border-radius: 5px 0 0 5px;
    max-width: 100%;
    transition: all 0.5s;
}
.offcanvas-edit-availability.active {
    right:0;
}
.offcanvas-edittimings-wrapper{
    width: 500px;
}



/* intake */
.standlone-intake ul {
    display: flex;
    padding: 0;
}
.standlone-intake ul li {
    width: 100%;
    background: rgba(226, 226, 226, 0.5);
    height: 10px;
}
.standlone-intake ul li:first-child {
    border-radius: 50px 0 0 50px;
}
.standlone-intake ul li:last-child {
    border-radius: 0 50px 50px 0;
}
.standlone-intake {
    margin-bottom: 15px;
}
.medical-takehead {
    margin-bottom: 20px;
}
.medical-takehead h5 {
    font-size: 24px;
}
.medical-takehead p {
    font-size: 16px;
    color: rgba(38, 38, 44, 0.7);
}
.your-schedule {
    text-align: center;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.your-schedule h6 span {
    width: 25px;
    height: 25px;
    background: #26262C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
.your-schedule img.img-fluid {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.your-schedule h5 {
    border-left: 2px solid #FF9800;
    padding: 5px 10px;
    background: rgba(255, 152, 0, 0.1);
    font-size: 14px;
}
.new-patient a {
    width: 100%;
    display: block;
    padding: 15px;
    border: 2px solid rgba(38, 38, 44, 0.2);
    border-radius: 10px;
    color: #141414;
    font-size: 20px;
}
.md-information{
    background: #FDFDFD;
    border: 1px solid #E6EAED;
    border-radius: 10px;
    padding: 15px 15px 0;
}
.md-information h5{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    color: #141414;
}
.md-information h6{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    color: rgba(38, 38, 44, 0.77);
}
.md-information h4{
    font-size: 16px;
    color: #26262C;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(38, 38, 44, 0.2);
}

.new-patient a.active{
    border: 2px solid #141414;
}
.new-patient {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
.new-patient a:hover {
    background: #141414;
    color: #fff;
}
.standlone-intake ul li.active {
    background: #26262C;
}
.btn-continues{
    background: #26262C;
    color: #fff;
    border-radius: 50px;
    padding: 15px;
    transition: all 0.5s;
}
.btn-continues:hover{
    background: #000;
    border-radius: 10px;
    color: #fff;
}
.productintake-details {
    border: 2px solid #E6EAED;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;

}
.productintake-details.active{
    border: 2px solid #141414;
}
.productintake-details h6 {
    font-size: 16px;
    margin: 0;
}
.upload-intakeform {
    position: relative;
    margin: 15px 0;
}
.upload-intake-content {
    border: 1px dashed rgba(38, 38, 44, 0.7);
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}
.upload-intake-content img {
    margin-bottom: 15px;
}
.bg-white{
    background: #fff !important;
}
.upload-intake-content h6 {
    font-size: 16px;
    color: #26262C;
}
.upload-intake-content span {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.5);
}
.upload-intakeform input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 12;
}
.upload-intakeform:hover {
    background: #eee;
}
.visit-information {
    border: 1px solid #E6EAED;
    background: #FCFCFC;
    padding: 15px;
    border-radius: 10px;
}
.visit-info-head h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.visit-info-content ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
}
.visit-info-content ul h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.visit-info-content ul h6 {
    color: #26262C;
    font-size: 14px;
    margin: 0;
}
.visit-info-content ul h6 span{
    padding-left: 20px;
    position: relative;
}
.visit-info-content ul h6 span::after{
    position: absolute;
    content: "";
    background: #d5d5d5;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    left: 6px;
    top: 5px;
}
.visit-info-content ul li {
    margin-bottom: 15px;
}
.visit-info-set {
    position: relative;
    padding-left: 30px;
}
.visit-info-set::after {
    position: absolute;
    content: "";
    background: #26262C;
    height: 18px;
    left: 0;
    top: 0;
    width: 18px;
    border-radius: 5px;
}
.visit-info-set::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border: 1px  dashed rgba(38, 38, 44, 0.2);
    left: 7px;
}
.visit-info-set:last-child::before {
    opacity: 0;
}
.payments-status-view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.payments-status-card h5 {
    color: rgba(38, 38, 44, 0.68);
    font-size: 14px;
}
.payments-status-card h6 {
    margin: 0;
}
.badge-paids {
    background: #E78A06;
}
.cad-payment {
    padding-left: 24px;
    margin-left: 15px;
    border-left: 2px solid rgba(38, 38, 44, 0.2);
}
.cad-payment h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.68);
}
.cad-payment h6 {
    margin: 0;
}
/*-----------------
    24. Cursor
-----------------------*/

.mouse-cursor{
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}
.cursor-inner {
    margin-left:-4px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background: linear-gradient(118deg, #058b7e 32.59%, #008b7e 99.7%) !important;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}
.cursor-inner.cursor-hover {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: linear-gradient(118deg, #058b7e 32.59%, #008b7e 99.7%) !important;
    opacity: .1;
}
.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    border: 2px solid #058b7e;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out;
}
.cursor-outer.cursor-hover{
    opacity: 0;
}
.time-slots.active{
    background: #141414;
    color: #fff;
}
.mim_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1111;
}
.medical-intakeforms .form-check .payment-radio input:checked ~ .checkmark{
    border-color: #141414;
}
.medical-intakeforms .form-check .payment-radio .checkmark::after{
    background: #141414;
}
.medical-intakeforms .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled]{
    background: #141414 !important;
}
.medical-intakeforms .medical-intakes-form .form-check input:checked ~ label:before {
    background-color: #141414;
    border-color: #141414;
}
.medical-intakeforms .btn-primary{
    background-color: #141414;
    border-color: #141414;
}
.medical-intakeforms .choose-card-path-btn a{
    min-height: 75px;
}
.uploaded-img ul{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 15px;
}
.product-delete img{
    width: 100%;
}
.uploaded-img ul li span{
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 10px;
    display: block;
    border: 1px solid #d5d5d5;
}
.datpicker-inline .bootstrap-datetimepicker-widget table th{
    border-radius: 0;
    border-collapse: collapse;
}
.notable-path ul {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.notable-div {
    border: 1px solid #E6EAED;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background: #FAFAFA;
    min-width: 125px;
}
.notable-img span {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 15px;
}
.notable-div-path p{
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
}
.notable-content h5 {
    font-size: 16px;
    font-weight: 600;
}
.notable-content h6 {
    font-size: 14px;
    color: #646B72;
    font-weight: 400;
}
.rating-set {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.rating-set h5 {
    font-size: 15px;
}
.rating-sets ul {
    display: flex;
    gap: 2px;
    padding: 0 0 10px;
}
.rating-sets i.filled {
    color: #FEC22D;
}
.rating-sets i {
    color: #9E9E9E;
}
.rating-set h6 {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.rating-set h6 span {
    padding-left: 15px;
    position: relative;
    color: rgba(38, 38, 44, 0.7);
}
.rating-set h6 span::after {
    position: absolute;
    content: "";
    background: #E6EAED;
    width: 6px;
    height: 6px;
    left: 3px;
    border-radius: 50px;
    top: 6px;
}
.table-product thead tr th {
    background: transparent;
    border-bottom: 1px solid #E6EAED;
}
table.table.table-product {
    border: 0;
}
.table-product tbody tr {
    border: 0;
}
.marketplace-sets {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 15px 0 0;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    margin-bottom: -40px;
}
.marketplace-path {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 20px;
}
.marketplace-name h5 {
    font-size: 20px;
    color: #fff;
}
.marketplace-name h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.card-membership.card-memberweight-loss.card-marketplace {
    overflow: visible;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 25px 25px 10px;
    background-position: 96% 81%, 0 0px;
    background-size: 130px, 830px;
}
.card-marketplace.card-membership::after {
    display: none;
}
.marketplace-img img.img-fluid {
    max-width: 100%;
    height: 100px;
}
.revenue-path {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #E6EAED;
}
.revenue-sets {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border: 1px solid #2CCAB9;
    border-radius: 5px;
    padding: 10px;
}
.revenue-path:last-child {
    padding: 0;
    border: 0;
}
.revenue-path h6 {
    font-size: 14px;
    color: #646B72;
}
.revenue-path h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.warning-path{
    text-align: center;
    max-width: 450px;
}
.warning-path h6{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}
.warning-path p{
    font-size: 18px;
    margin-bottom: 15px;
}
.filter-ranges{
    border: 1px solid #2CCAB9;
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border-radius: 10px;
    padding: 15px 15px 0;
}
.filter-ranges h6{
    font-size: 18px;
    font-weight: 600;
    color: #212B36;
}
.minutes-data{
    padding: 15px;
    background: #FBFBFB;
    border: 1px solid #E6EAED;
    border-radius: 10px;
    text-align: center;
}
.minutes-data h4{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.minutes-data h5{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.minutes-data h6{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    color: rgba(38, 38, 44, 0.7);
}
.input-icon .form-control {
    padding-left: 30px;
} 
.intake-standalone-height .payment-radio .error {
    display: block;
    position: absolute;
    width: 600px;
    top: 25px;
}
.revenue-service-type {
    padding: 15px;
    border: 1px solid #E6EAED;
    border-radius: 10px;
    background: #FDFDFD;
}
.badges-primarys{
    width: 36px;
    height: 36px;
    background: #2CCAB9;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    color: #9CA3AF;
    pointer-events: none;
    font-size: 1.2em;
}
.average-sales {
    border: 1px solid #E6EAED;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
}
.average-saleshead h5 {
    font-size: 12px;
}
.average-saleshead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6EAED;
    margin-bottom: 10px;
}
.average-sales h6 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 12px;
    margin: 0;
}
.completed-cancellation {
    border: 1px solid #2CCAB9;
    padding: 15px;
    border-radius: 10px;
}
.input-searchset{
    position: absolute;
    top: 8px;
    left: 8px;
}
.table-responsive table .dropdown {
    position: static;
}
.filter-searchs{
    max-width: 200px;
}
.filter-searchs input{
    padding-left: 30px;
}
.countsets{
    background: rgba(38, 38, 44, 0.2);
    color: #26262C;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.filter-method ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.completed-cancellation ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.completed-cancellation ul li {
    width: 33.3%;
    padding-left: 15px;
    border-right: 1px solid #E6EAED;
}
.completed-cancellation ul li:last-child {
    border: 0;
}
.key-insights {
    border: 1px solid #E6EAED;
    padding: 15px;
    border-radius: 10px;
    background: #FBFBFB;
}
.key-insights h6 {
    font-size: 18px;
    margin-bottom: 15px;
}
.key-insights h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
    font-weight: 400;
    display: flex;
    align-items: center;
}
.team-members {
    border: 1px solid #E6EAED;
    border-radius: 10px;
    padding: 15px;
    background: #FCFCFC;
    margin-bottom: 15px;
}
.team-members-head h6 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.team-members-content ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.team-members-content ul span {
    width: 32px;
    height: 32px;
    background: #18B3F1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
}
.team-members-content ul li + li{
    margin-left: -15px;
}
.team-members-content ul a {
    width: 32px;
    height: 32px;
    background: #E6EAED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #26262C;
}
.team-members-content ul li:nth-child(2) span{
    background: #0D9A5A;
}
.team-members-content ul li:nth-child(3) span{
    background: #C76210;
}
.team-members-content ul li:nth-child(3) span{
    background: #510FC3;
}
.rx-type-set ul{
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.rx-type-set ul li{
    margin-bottom: 15px;
}
.rx-type-set.rx-type-content li{
    width: 33.3%;
}
.rx-type-set ul li h5{
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.rx-type-set ul li h6{
    color: #020202;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.badge-noncontrolled{
    background: #F1F1F1;
    color: #26262C;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
}
.verify-coupon{
    position: relative;
}
.verify-coupon input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #D5D4D4;
    padding: 10px;
}
.verify-coupon a.btn-primary{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #06953D;
    padding: 3px 10px;
    border: 0;
}

.verify-coupon button.btn-primary{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #06953D;
    padding: 3px 10px;
    border: 0;
}
.rx-type-set ul li h4{
    padding: 15px;
    border: 1px solid #E6EAED;
    background: rgba(38, 38, 44, 0.05);
    border-radius: 5px;
    color: rgba(38, 38, 44, 0.77);
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
}
.rx-type-set ul li span{
    position: relative;
    padding-left: 15px;
}
.rx-type-set ul li span::after{
    position: absolute;
    content: "";
    background: rgba(38, 38, 44, 0.2);
    width: 7px;
    height: 7px;
    border-radius: 50px;
    left: 3px;
    top: 5px;
}
.prescribtion-method{
    margin-bottom: 15px;
}
.prescribtion-method h6{
    font-size: 16px;
    font-weight: 700;
    color: #212B36;
    margin-bottom: 10px;
}
.prescribtion-content{
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border: 1px solid rgba(44, 202, 185, 0.2);
    border-radius: 10px;
    padding: 15px 15px 0;
}
.prescribtion-content ul{
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.prescribtion-content ul li{
    margin-bottom: 15px;
}
.prescribtion-content li{
    width: 20%;
}
.prescribtion-content  h5{
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.prescribtion-content h6{
    color: #26262C;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.destination-view{
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap:wrap;
}
.destination-phone{
    position: relative;
}
.destination-phone::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #2CCAB9;
    right: -15px;
    top: 10px;
    border-radius: 50px;
}
.destination-method > h4 ,.prescribtion-method > h4{
    font-size: 16px;
}
.queu-timer {
    background: #058b7e;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}
.queu-header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(230, 234, 237, 0.5);
}
.queu-header h6 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.queu-content img {
    margin-bottom: 15px;
}
.queu-content h6 {
    font-size: 20px;
    color: #fff;
}
.queu-content ul {
    padding: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.queu-content a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}
.queu-content a.active {
    background: #fff;
}
.queu-content a:hover {
    background: #eee;
}
.rx-left {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #E6EAED;
    border-radius: 10px;
}
.rx-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rx-call {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #E6EAED;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.rx-call h6 {
    margin: 0;
}
.rx-call span {
    width: 25px;
    height: 25px;
    background: rgba(44, 202, 185, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #058b7e;
}
.allagries-rx {
    background: #FFDFB1;
    padding: 10px 10px 0;
    border-radius: 10px;
    margin-bottom: 15px;
}
.allagries-rx ul {
    padding: 0;
}
.allagries-rx ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.allagries-rx h5 {
    font-size: 14px;
}
.allagries-rx h6 {
    font-size: 14px;
    font-weight: 600;
}
.allagries-rx li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(38, 38, 44, 0.1);
}
.allagries-rx ul li:last-child {
    border: 0;
    margin: 0;
}
.allagries-rx .allegries-rate {
    color: #F51278;
}
.approved-sent {
    margin-bottom: 15px;
}
.approved-sent a {
    width: 100%;
}
.client-views {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #E6EAED;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.client-views img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.client-views h5 {
    font-size: 18px;
    color: #212B36;
    margin-bottom: 15px;
}
.patient-queue-head {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.patient-queue-head h5 {
    font-size: 18px;
    margin: 0;
}
.patient-search {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAED;
}
.patient-search i {
    position: absolute;
    top: 10px;
    right: 10px;
}
.patient-check {
    display: flex;
    align-items: center;
    position: relative;
}
.patient-profile-contents {
    margin-left: 25px;
    border: 1px solid #E6EAED;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.patient-lists{
    max-height: 100vh;
    overflow: auto;
    padding-right: 5px;
}
.patient-profile-img img {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    border-radius: 50px;
}
.patient-profile-names h5 {
    font-size: 15px;
    color: #212B36;
}
.patient-profile-names h6 {
    color: rgba(20, 20, 20, 0.5);
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}
.patient-checkboxs {
    position: relative;
}
.patient-check.active .patient-profile-contents {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    border: 1px solid #2CCAB9;
}
.patient-count{
    display: flex;
    align-items: center;
    color: #058b7e;
}
.patient-count span{
    padding-left: 20px;
    position: relative;
}
.patient-count span::after{
    position: absolute;
    content: "";
    background: #D9D9D9;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    left:7px;
    top: 7px;
}
.tot-prolist {
    border: 1px solid #E6EAED;
    padding: 28px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 60px 0px rgba(231, 231, 231, 0.47);
}
.tot-prolistcontent h5 {
    font-size: 16px;
    font-weight: 500;
}
.tot-prolistcontent h6 {
    font-size: 20px;
    margin: 0;
}
.tot-prolistimg span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(44, 202, 185, 0.1);
    border-radius: 5px;
}
.clinic-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.clinic-status h6{
    margin-bottom: 0;
    font-weight: 600;
}
.gfe-reports {
    background: #FDFDFD;
    padding: 15px;
    border: 1px solid #E6EAED;
    border-radius: 10px;
    margin-bottom: 15px;
}
.gfe-reports-head {
    margin-bottom: 15px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gfe-reports-head > ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}
.gfe-dropdown {
    border: 1px solid #E6EAED;
    padding: 7px 15px;
    border-radius: 5px;
    color: #141414;
}
.icon-action {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6EAED;
    border-radius: 5px;
}
.gfe-reports-head h5{
    font-size: 16px;
    color: #26262C;
    font-weight: 600;
}
.gfe-reports-head h6{
    font-size: 14px;
    margin: 0;
    color: rgba(38, 38, 44, 0.7);
}
.clinic-status ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.clinic-status ul li a {
    padding: 7px 15px;
    display: block;
    color: #656565;
    border: 1px solid #E6EAED;
    border-radius: 5px;
}
.clinic-status ul li a.active ,.clinic-status ul li a:hover {
    background: #058b7e;
    color: #fff;
}
.table tfoot tr td {
    background: rgba(44, 202, 185, 0.1);
    font-weight: 600;
    color: #26262C;
}
.filter-sets {
    border: 1px solid #E6EAED;
    padding: 10px;
    border-radius: 5px;
    background: #FBFBFB;
}
.filter-sets-head {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-sets-head h6 {
    font-size: 20px;
    margin: 0;
}
.filter-sets-head a {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
}
.filter-contetn ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    gap: 8px;
    margin-bottom: 15px;
}
.filter-contetn ul h6 {
    padding: 7px;
    background: #E4F6F8;
    color: #26A387;
    font-size: 14px;
    border-radius: 5px;
    margin: 0;
}
.filter-contetn ul h6 a {
    margin-left: 5px;
}
.filter-sets .accordion-item {
    border: 0;
    background: transparent;
}
.filter-sets button.accordion-button {
    background: transparent;
    padding: 10px;
    padding-left: 0;
    box-shadow: none !important;
}
.filter-sets .accordion-button::after {
    background-size: 15px;
}
.filter-sets .collapse {
    padding-left: 0;
}
.text-teal {
    text-align: center;
    text-decoration: underline;
}
.view-prediction {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #E6EAED;
}
.view-prediction-head {
    border-right: 1px solid #E6EAED;
    padding-right: 20px;
}
.view-prediction-head h5 {
    font-size: 20px;
    font-weight: 500;
}
.view-prediction-head h6 {
    font-size: 16px;
    color: rgba(38, 38, 44, 0.5);
}
.view-prediction-signature img {
    max-width: 150px;
}
.view-prediction-content h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.view-prediction-content ul {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.view-prediction-content ul li {
    width: 33.3%;
    margin-bottom: 15px;
}
.view-prediction-content ul li h5 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
    font-weight: 400;
}
.view-prediction-content ul li h6 {
    font-size: 14px;
    margin: 0;
}
.view-prediction-notes {
    background: rgba(38, 38, 44, 0.05);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E6EAED;
}
.view-prediction-notes h5 {
    font-size: 14px;
    color: rgba(38, 38, 44, 0.7);
}
.view-prediction-notes h6 {
    color: rgba(38, 38, 44, 0.77);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.reportdropdown h6{
    white-space: nowrap;
}
h6.reportshown {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}
.reportdropdown .dropdown-toggle {
    background: #EFEFEF;
}
.preminum-facial-head h6 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #141414;
}
.preminum-facial-content {
    background: linear-gradient(180deg, rgba(44, 202, 185, 0.05) 0%, rgba(158, 228, 220, 0.05) 100%);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(44, 202, 185, 0.2);
}
.preminum-facial-content h4 {
    font-size: 14px;
    color: #26262C;
    font-weight: 500;
}
.preminum-facial-content h5 {
    font-size: 14px;
}
.preminum-facial-content h5 span {
    position: relative;
    padding-left: 12px;
    display: inline-block;
}
.preminum-facial-content h5 span::after {
    position: absolute;
    content: "";
    background: #2CCAB9;
    width: 5px;
    height: 5px;
    top: 6px;
    left: 2px;
    border-radius: 50px;
}
.preminum-facial-content ul {
    padding: 0;
}
.fs-20{
    font-size: 20px !important;
}
.fs-24{
    font-size: 24px !important;
}
.preminum-facial-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #E6EAED;
}
.preminum-facial-content ul li h5 {
    margin: 0;
}
.preminum-facial-content ul li h6 {
    color: rgba(38, 38, 44, 0.7);
    font-size: 14px;
}
.preminum-facial-content ul li:last-child {
    border: 0;
    padding-bottom: 0;
}
.telehealth-set .checkboxs input:checked ~ .checkmarks {
    background-color: #26262C;
}
.login-return {
    margin-bottom: 15px;
}
.login-return h6 {
    font-size: 14px;
    border-left: 2px solid #FF9800;
    padding: 10px;
    background: rgba(255, 152, 0, 0.1);
}
.login-return h6 a {
    font-size: 14px;
    text-decoration: underline;
    color: #000;
}
.days-setspath ul{
    padding: 0 0 15px;
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.days-setspath ul li{
    width: calc(100% / 7 - 10px);
    text-align: center;
}
.day-block {
    display: none;
}
.days-setspath ul li a{
    width: 100%;
    padding: 5px;
    border: 1px solid #058b7e;
    color: #058b7e;
    border-radius: 5px;
    display: block;
}
.days-setspath ul li a.active{
    border: 1px solid #058b7e;
    color: #fff;
    background: #058b7e;
}
@media (max-width: 991.98px) {
    .order-informations {
        width: 100%;
        border-bottom: 1px solid #0420451A;
    }
    .avaliable-slots-set ul li {
        width: calc(25% - 20px);
    }
    .medical-takehead h5 {
        font-size: 24px;
    }
    .view-prediction-content ul li {
        width: 50%;
    }
    .medical-history-content.medical-history-adv ul li{
        width: 50%;
    }
    .prescribtion-content li{
        width: 50%;
    }
    .slot-allocate .offcanvas-time-left {
        flex-wrap: wrap;
        gap: 20px;
    }
    .slot-allocate .offcanvas-time{
        padding: 0  ;
    }
    .rx-type-set.rx-type-content li{
        width: 50%;
    }
    .family-history ul li{
        width: 50%;
    }
    .patient-clinic .form-privacy{
        flex-wrap: wrap;
        gap: 20px;
    }
    .patient-clinic .form-privacy-content ul{
        flex-wrap: wrap;
        gap: 20px;
    }
    .patient-clinic .form-privacy-content ul li {
        width:calc(50% - 40px);
    }
    .patient-clinic .form-privacy-content {
        width:100%;
    }
    .intake-progress-bar ul li span{
        padding: 2px;
    }
    .intake-title h5 {
        font-size: 18px;
    }
    .information-address ul li,
    .information-sets ul li{
        width: 50%;
    }
    .card .card-body {
        padding:8px;
    }
    .card-title {
        font-size: 16px;
    }
    .gfe-patient-information-vitals ul
    ,.notelink,.treatment-radio-set ul{
        flex-wrap: wrap;
    }
    .medical-intakes h4 {
        font-size: 14px;
    }
    .header-intake-content {
        display: none;
    }
    .mediataion-set-content-benefit ul li{
        width:50%;
    }
    .mini-sidebar .sidebar-menu ul ul.sidebar-menus a {
        justify-content: start;
    }
    .notes-soap-set ul li{
        width: 50%;
    }
    .appointment-details-name ul li,
    .appointment-summary ul li {
        width: 50%;
        margin-bottom: 15px;
    }
    .injection-divset{
        flex-wrap: wrap;
        gap: 10px;
    }
    .order-price-detilset{
        width: 50%;
        text-align: center;
    }
    .patient-appointments ul li {
        width: 50%;
    }
    .appt-div {
        flex-wrap: wrap;
    }
    .vitals-set ul li {
        width: 50%;
    }
    .choose-tips ul li{
        width: calc(50% - 10px);
    }
    .choose-tips ul{
        gap: 10px;
    }
    .choose-tips ul li + li {
        margin-left: 0;
    }
    .order-delivery ul li {
        margin-bottom: 15px;
        width: 50%;
    }
    .shipmentmethod-details,.shipmentmethod-price,.shipmentmethod{
        width: 100%;
    }
    .ship-inforamation ul li {
        width: calc(50% - 20px);
    }
    .ship-inforamation ul{
        gap: 20px;
    }
    .patient-profile-tab .patient-profile-ul{
        gap: 10px;
        justify-content: start;
    }
    .patient-profile-tab .nav-link{
        padding: 5px 10px;
    }
    .patient-profile-tab .patient-profile-ul button.active::after{
        opacity: 0;
    }
    .appointment-summary ul li {
        width:50%;
    }
    .measurement-img{
        display: none;
    }
    .gfe-patient-information-content {
        gap: 20px;
    }
    .gfe-patient-information-content {
        flex-wrap: wrap;
    }
    .intake-progress-bar ul li {
        padding: 2px;
    }
    .service-types-heads .reaction-set-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .clients-details ul li + li{
        padding: 0;
    }
    .clients-details ul li + li::after {
        background: 0;
    }
    .service-types-heads .clients-details ul{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .medical-history-content ul li,
    .reaction-content ul li {
        width: 50%;
    }
    .reaction-path,
    .clients-details ul{
        flex-wrap: wrap;
        gap: 20px;
    }
    .compilance-head,
    .md-meeeting-left {
        flex-wrap: wrap;
        gap: 20px;
    }

    .staff-information .reaction-details li {
        width:50%;
    }
    .staff-informations-symtoms .reaction-details ul li {
        width:50%;
    }
    .form-intake h6 {
        font-size: 20px;
    }
    .multistep-form{
        padding: 0;
    }
    .outstanding-content {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .offcanvas-bs-width {
        min-width: 100%;
        max-width: 100%;
    }
    .form-privacy{
        flex-wrap: wrap;
        gap: 20px;
    }
    .form-privacy-content {
        width: 100%;
    }
    button.mbsc-calendar-button.mbsc-calendar-button-today.cal-header-today.mbsc-reset.mbsc-font.mbsc-button {
        display: none;
    }
}

@media (max-width: 475.98px) {
    .appointment-details-name ul li, .appointment-summary ul li{
        width: 100%;
    }
    .family-history ul li{
        width: 100%;
    }
    .rx-type-set.rx-type-content li{
        width: 100%;
    }
    .view-prediction-content ul li {
        width: 100%;
    }
    .avaliable-slots-set ul li {
        width: calc(50% - 20px);
    }
    .prescribtion-content li{
        width: 100%;
    }
    .offcanvas-bs-width {
        min-width: 100%;
        max-width: 100%;
    }
    .outstanding-step ul{
        display: none;
    }
    .medical-history-content ul li,
    .reaction-content ul li {
        width: 100%;
    }
    .information-address ul li,
    .information-sets ul li{
        width: 100%;
    }
    .medical-history-content.medical-history-adv ul li{
        width: 100%;
    }
    .notes-soap-set ul li{
        width:100%;
    }
    .staff-information .reaction-details li {
        width:100%;
    }
    .staff-informations-symtoms .reaction-details ul li {
        width:100%;
    }
    .mediataion-set {
        flex-direction: column;
        gap: 20px;
    }
    .offcanvas-time{
        flex-wrap: wrap;
        gap: 15px;
    }
    .offcanvas-time-left{
        width: 100%;
    }
    .appointmnets-name-history,
    .appoint-header{
        gap: 10px;
    }
    .patient-appointments ul li {
        width: 100%;
    }
    .appoint-header h6 {
        font-size: 16px;
    }
    .appointment-summary ul li {
        width:100%;
    }
    .mediataion-set-content-benefit ul li{
        width:100%;
    }
    .offcanvas-time-toggle{
        width:100%;
    }
    .reaction-details ul li {
        width: 100%;
    }
}
