:root,
[data-bs-theme="light"] {
    --dashui-blue: #624bff;
    --dashui-indigo: #6610f2;
    --dashui-purple: #6f42c1;
    --dashui-pink: #d63384;
    --dashui-red: #dc3545;
    --dashui-orange: #fd7e14;
    --dashui-yellow: #ffc107;
    --dashui-green: #198754;
    --dashui-teal: #20c997;
    --dashui-cyan: #0dcaf0;
    --dashui-black: #000;
    --dashui-gray: #475569;
    --dashui-gray-dark: #1e293b;
    --dashui-gray-black: #000;
    --dashui-gray-100: #f1f5f9;
    --dashui-gray-200: #e2e8f0;
    --dashui-gray-300: #cbd5e1;
    --dashui-gray-400: #94a3b8;
    --dashui-gray-500: #64748b;
    --dashui-gray-600: #475569;
    --dashui-gray-700: #334155;
    --dashui-gray-800: #1e293b;
    --dashui-gray-900: #0f172a;
    --dashui-gray-white: #fff;
    --dashui-primary: #624bff;
    --dashui-secondary: #475569;
    --dashui-success: #198754;
    --dashui-info: #0dcaf0;
    --dashui-warning: #ffc107;
    --dashui-danger: #dc3545;
    --dashui-light: #f1f5f9;
    --dashui-dark: #1e293b;
    --dashui-white: #fff;
    --dashui-primary-rgb: 98, 75, 255;
    --dashui-secondary-rgb: 71, 85, 105;
    --dashui-success-rgb: 25, 135, 84;
    --dashui-info-rgb: 13, 202, 240;
    --dashui-warning-rgb: 255, 193, 7;
    --dashui-danger-rgb: 220, 53, 69;
    --dashui-light-rgb: 241, 245, 249;
    --dashui-dark-rgb: 30, 41, 59;
    --dashui-primary-text-emphasis: #271e66;
    --dashui-secondary-text-emphasis: #1c222a;
    --dashui-success-text-emphasis: #0a3622;
    --dashui-info-text-emphasis: #055160;
    --dashui-warning-text-emphasis: #664d03;
    --dashui-danger-text-emphasis: #58151c;
    --dashui-light-text-emphasis: #334155;
    --dashui-dark-text-emphasis: #334155;
    --dashui-primary-bg-subtle: #e0dbff;
    --dashui-secondary-bg-subtle: #dadde1;
    --dashui-success-bg-subtle: #d1e7dd;
    --dashui-info-bg-subtle: #cff4fc;
    --dashui-warning-bg-subtle: #fff3cd;
    --dashui-danger-bg-subtle: #f8d7da;
    --dashui-light-bg-subtle: #f8fafc;
    --dashui-dark-bg-subtle: #94a3b8;
    --dashui-primary-border-subtle: #c0b7ff;
    --dashui-secondary-border-subtle: #b5bbc3;
    --dashui-success-border-subtle: #a3cfbb;
    --dashui-info-border-subtle: #9eeaf9;
    --dashui-warning-border-subtle: #ffe69c;
    --dashui-danger-border-subtle: #f1aeb5;
    --dashui-light-border-subtle: #e2e8f0;
    --dashui-dark-border-subtle: #64748b;
    --dashui-white-rgb: 255, 255, 255;
    --dashui-black-rgb: 0, 0, 0;
    --dashui-font-sans-serif: "Inter", "sans-serif";
    --dashui-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --dashui-gradient: linear-gradient(180deg,
            hsla(0, 0%, 100%, 0.15),
            hsla(0, 0%, 100%, 0));
    --dashui-body-font-family: "Inter", "sans-serif";
    --dashui-body-font-size: 0.875rem;
    --dashui-body-font-weight: 400;
    --dashui-body-line-height: 1.5;
    --dashui-body-color: #475569;
    --dashui-body-color-rgb: 71, 85, 105;
    --dashui-body-bg: #f1f5f9;
    --dashui-body-bg-rgb: 241, 245, 249;
    --dashui-emphasis-color: #000;
    --dashui-emphasis-color-rgb: 0, 0, 0;
    --dashui-secondary-color: rgba(71, 85, 105, 0.75);
    --dashui-secondary-color-rgb: 71, 85, 105;
    --dashui-secondary-bg: #e2e8f0;
    --dashui-secondary-bg-rgb: 226, 232, 240;
    --dashui-tertiary-color: rgba(71, 85, 105, 0.5);
    --dashui-tertiary-color-rgb: 71, 85, 105;
    --dashui-tertiary-bg: #f1f5f9;
    --dashui-tertiary-bg-rgb: 241, 245, 249;
    --dashui-heading-color: var(--dashui-headings-color);
    --dashui-link-color: #624bff;
    --dashui-link-color-rgb: 98, 75, 255;
    --dashui-link-decoration: none;
    --dashui-link-hover-color: #4e3ccc;
    --dashui-link-hover-color-rgb: 78, 60, 204;
    --dashui-link-hover-decoration: underline;
    --dashui-code-color: #d63384;
    --dashui-highlight-color: #475569;
    --dashui-highlight-bg: #fff3cd;
    --dashui-border-width: 1px;
    --dashui-border-style: solid;
    --dashui-border-color: var(--dashui-border-color);
    --dashui-border-color-translucent: #cbd5e1;
    --dashui-border-radius: 0.375rem;
    --dashui-border-radius-sm: 0.25rem;
    --dashui-border-radius-lg: 0.5rem;
    --dashui-border-radius-xl: 1rem;
    --dashui-border-radius-xxl: 2rem;
    --dashui-border-radius-2xl: var(--dashui-border-radius-xxl);
    --dashui-border-radius-pill: 50rem;
    --dashui-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --dashui-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --dashui-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --dashui-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --dashui-focus-ring-width: 0.25rem;
    --dashui-focus-ring-opacity: 0.25;
    --dashui-focus-ring-color: rgba(98, 75, 255, 0.25);
    --dashui-form-valid-color: #198754;
    --dashui-form-valid-border-color: #198754;
    --dashui-form-invalid-color: #dc3545;
    --dashui-form-invalid-border-color: #dc3545;
}

.border-dashed {
    border: 1px dashed var(--dashui-border-color) !important;
}

[data-bs-theme="dark"] {
    --dashui-body-color: #cbd5e1;
    --dashui-body-color-rgb: 203, 213, 225;
    --dashui-body-bg-rgb: 15, 23, 42;
    --dashui-emphasis-color: #fff;
    --dashui-emphasis-color-rgb: 255, 255, 255;
    --dashui-secondary-color: rgba(203, 213, 225, 0.75);
    --dashui-secondary-color-rgb: 203, 213, 225;
    --dashui-secondary-bg: #1e293b;
    --dashui-secondary-bg-rgb: 30, 41, 59;
    --dashui-tertiary-color: rgba(203, 213, 225, 0.5);
    --dashui-tertiary-color-rgb: 203, 213, 225;
    --dashui-tertiary-bg: #172033;
    --dashui-tertiary-bg-rgb: 23, 32, 51;
    --dashui-primary-text-emphasis: #a193ff;
    --dashui-secondary-text-emphasis: #9199a5;
    --dashui-success-text-emphasis: #75b798;
    --dashui-info-text-emphasis: #6edff6;
    --dashui-warning-text-emphasis: #ffda6a;
    --dashui-danger-text-emphasis: #ea868f;
    --dashui-light-text-emphasis: #f1f5f9;
    --dashui-dark-text-emphasis: #cbd5e1;
    --dashui-primary-bg-subtle: #140f33;
    --dashui-secondary-bg-subtle: #0e1115;
    --dashui-success-bg-subtle: #051b11;
    --dashui-info-bg-subtle: #032830;
    --dashui-warning-bg-subtle: #332701;
    --dashui-danger-bg-subtle: #2c0b0e;
    --dashui-light-bg-subtle: #1e293b;
    --dashui-dark-bg-subtle: #0f151e;
    --dashui-primary-border-subtle: #3b2d99;
    --dashui-secondary-border-subtle: #2b333f;
    --dashui-success-border-subtle: #0f5132;
    --dashui-info-border-subtle: #087990;
    --dashui-warning-border-subtle: #997404;
    --dashui-danger-border-subtle: #842029;
    --dashui-light-border-subtle: #334155;
    --dashui-dark-border-subtle: #1e293b;
    --dashui-heading-color: inherit;
    --dashui-link-color: #a193ff;
    --dashui-link-hover-color: #b4a9ff;
    --dashui-link-color-rgb: 161, 147, 255;
    --dashui-link-hover-color-rgb: 180, 169, 255;
    --dashui-code-color: #e685b5;
    --dashui-highlight-color: #cbd5e1;
    --dashui-highlight-bg: #664d03;
    --dashui-border-color-translucent: hsla(0, 0%, 100%, 0.15);
    --dashui-form-valid-color: #75b798;
    --dashui-form-valid-border-color: #75b798;
    --dashui-form-invalid-color: #ea868f;
    --dashui-form-invalid-border-color: #ea868f;
    color-scheme: dark;
}

*,
:after,
:before {
    box-sizing: border-box;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #1a76d1;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.header-underline a::before {
    background: none !important;
    border: 0;
}

.col-md-6,.col-md-12,.col-12 {
    /* margin-bottom: 20px;  */
  }

  .form-check-label{
    color: #424646 !important;
    font-weight: 600;
  }
  .form-label{
    font-weight: bold !important; 
  }

  h6,h5{
    font-weight: bold;
  }

#title-container {
    min-height: 460px;
    height: 100%;
    color: #fff;
    background-color: #DC3545;
    text-align: center;
    padding: 105px 28px 28px 28px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}

#title-container h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    padding: 0;
    margin-bottom: 0px;
}

#title-container h3 {
    font-size: 25px;
    font-weight: 600;
    color: #82000a;
    padding: 0;
}

#title-container p {
    font-size: 13px;
    padding: 0 25px;
    line-height: 20px;
}

.covid-image {
    width: 214px;
    margin-bottom: 15px;
}

.border-bottom {
    border-bottom: 0.45px solid #d9d9d9;
}

.chat-container {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 1200px;
    height: 90vh;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.chat-header {
    padding: 10px 20px;
    background-color: #4a76a8;
    color: white;
    text-align: center;
}

.chat-main {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.message {
    padding: 10px;
    border-radius: 8px;
    background-color: #e0e7f1;
    position: relative;
}

.message .username {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #4a76a8;
}

.message .timestamp {
    font-size: 0.75em;
    color: #777;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.text-message {
    background-color: #e6f0ff;
}

.link-message a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #0077cc;
}

.link-message img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.image-message .shared-image {
    max-width: 100%;
    border-radius: 5px;
}

.video-message .shared-video {
    max-width: 100%;
    border-radius: 5px;
}

.file-message .file-link {
    text-decoration: underline;
    color: #0077cc;
}

.chat-footer {
    display: flex;
    padding: 10px;
    background-color: #e9eef3;
    border-top: 1px solid #ccc;
}

.chat-footer textarea {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}

.send-button,
.attach-button {
    padding: 10px 15px;
    margin-left: 5px;
    background-color: #4a76a8;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.send-button:hover,
.attach-button:hover {
    background-color: #3b5f88;
}

.input-group {
    width: 355% !important;
}

.c {
    overflow-x: auto;
}



.title {
    background-color: var(--dashui-card-cap-bg);
    /* border-bottom: var(--dashui-card-border-width) solid var(--dashui-card-border-color); */
    color: var(--dashui-card-cap-color);
    margin-bottom: 0;
    padding: var(--dashui-card-cap-padding-y) var(--dashui-card-cap-padding-x);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}


#qbox-container {
    /* background: url(/assets/img/doc3.jpg); */
    /* background-repeat: repeat; */
    /* position: relative; */
    padding: 30px 62px;
    min-height: 630px;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}


.appointment_form {
    /* background-color:#efeefe; */
}


.badge-info-soft {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

#steps-container {
    margin: auto;
    width: 500px;
    min-height: 420px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.step4-style {
    width: 100% !important;
    margin-top: 7% !important;
}

.step {
    display: none;
}

.step h4 {
    margin: 0 0 26px 0;
    padding: 0;
    position: relative;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.6;
}

button#prev-btn,
button#next-btn,
button#submit-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    width: 130px;
    height: 50px;
    /* background: #DC3545; */
    background: #1a76d1;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

button#prev-btn:after,
button#next-btn:after,
button#submit-btn:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #cc0616; */
    background: #1a76d1;
    content: "";
    z-index: -2;
    transition: transform .3s;
}

button#prev-btn:hover::after,
button#next-btn:hover::after,
button#submit-btn:hover::after {
    transform: translateY(-80%);
    transition: transform .3s;
}

.progress {
    /* border-radius: 0px !important; */
}

.q__question {
    position: relative;
}

.q__question:not(:last-child) {
    margin-bottom: 10px;
}

.question__input {
    position: absolute;
    left: -9999px;
}

.question__label {
    position: relative;
    display: block;
    line-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 12px;
    padding: 5px 20px 5px 50px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.question__label:hover {
    /* border-color: #DC3545; */
    border-color: #1a76d1;
}


/* .appointment-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} */

/* .appointment-header h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
} */

.appointment-info {
    margin-bottom: 20px;
}

.appointment-info p {
    font-size: 1.1rem;
    color: #555;
}

.appointment-info p strong {
    color: #333;
}

.status {
    padding: 4px 8px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.status.accepted {
    background-color: #28a745;
}

.status.pending {
    background-color: #ffc107;
}

.status.rejected {
    background-color: #dc3545;
}

.appointment-questions {
    margin-top: 20px;
}

.appointment-questions h2 {
    margin-bottom: 15px;
    color: #333;
}

/* .question-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 10px;
} */

/* .question-item p {
    margin: 5px 0;
    color: #555;
} */

.appointment-details {
    /* max-width: 900px; */
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.tabs {
    display: flex;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.tab {
    flex: 1;
    padding: 10px;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-bottom: none;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
}

.tab.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

/* .tab-content {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px; */


.content-section h2 {
    margin-top: 0;
    color: #333;
}

.content-section p {
    font-size: 1rem;
    color: #555;
}

.qa-item {
    margin-bottom: 15px;
}

.status {
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    text-transform: capitalize;
}

.status.accepted {
    background-color: #28a745;
    color: white;
}

.status.pending {
    background-color: #ffc107;
    color: black;
}

.status.rejected {
    background-color: #dc3545;
    color: white;
}


/* .appointment-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
} */

.appointment-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.appointment-header {
    font-size: 1rem;
    margin-top: 5px;
    color: #1e293b;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    margin-top: 0;
}

/* .appointment-header {
    background-color: #007bff;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
} */
/* 
.appointment-details {
    font-size: 14px;
    line-height: 1.6;
} */


.chat-item {
    position: relative;
    transition: background-color 0.3s;
}

.chat-item .chat-actions {
    align-items: center;
    background-color: var(--dashui-gray-100);
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0.75rem;
    top: 0;
    width: 3rem;
    z-index: 2;
}

.chat-item:hover {
    background-color: var(--dashui-gray-100) !important;
}

.chat-item:hover .chat-actions {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s;
}

.chat-layout {
    /* z-index: 999; */
}


/*-----------------
	29. Patient Dashboard
-----------------------*/

.profile-sidebar {
    background-color: #fff;
	border: 1px solid #f0f0f0;
    border-radius: 4px;
	margin-bottom:30px;
	overflow: hidden;
}
.pro-widget-content {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
}

.profile-info-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    text-align: left;
}
.profile-info-widget .booking-doc-img {
    margin-right: 15px;
}
.profile-info-widget .booking-doc-img img {
    border-radius: 4px;
    height: 90px;
    width: 90px;
    object-fit: cover;
}
.profile-det-info {
	overflow: hidden;
}
.profile-det-info h3 {
	font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.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;
}
.dashboard-menu ul {
    color: #757575;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.dashboard-menu ul li {
	line-height: inherit;
}
.dashboard-menu > ul > li {
	border-bottom:1px solid #f0f0f0;
	position: relative;
}
.dashboard-menu > ul > li:last-child {
	border-bottom: 0;
}
.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
	display: inline-block;
	vertical-align: middle;
}
.dashboard-menu > ul > li > a {
	color: #757575;
	display: block;
	padding: 16px 20px;
}
.dashboard-menu > ul > li:hover > a,
.dashboard-menu > ul > li.active > a {
	color:#0de0fe;
}
.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}
.unread-msg {
    background-color: #09e5ab;
    border-radius: 2px;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

/*-----------------
	30. Profile Settings
-----------------------*/

.change-avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.change-avatar .profile-img {
	margin-right: 15px;
}
.change-avatar .profile-img img {
    border-radius: 4px;
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.change-avatar .change-photo-btn {
    margin: 0 0 10px;
    width: 150px;
}
.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
	padding: 0;
}
.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

/*-----------------
	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;
}
.appointment-action a {
    font-size: 13px;
}
.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;
}

.card-header {
    background-color: var(--dashui-card-cap-bg);
    border-bottom: var(--dashui-card-border-width) solid var(--dashui-card-border-color);
    color: var(--dashui-card-cap-color);
    margin-bottom: 0;
    padding: var(--dashui-card-cap-padding-y) var(--dashui-card-cap-padding-x);
}

.card-header:first-child {
    border-radius: var(--dashui-card-inner-border-radius) var(--dashui-card-inner-border-radius) 0 0;
}

.top-0 {
    top: 0 !important;
  }

  .me-4 {
    margin-right: 1rem !important;
  }

  .end-0 {
    right: 0 !important;
  }


  .section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 
}
.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
 
}
.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;


}

.solution_cards_box .solution_card:hover {
  background: #309df0;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

.solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
  color: #212121;
  font-size: 1.3rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #42c3ca 0%,
    #42c3ca 50%,
    #42c3cac7 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

@media screen and (max-width: 991px){
    .form-image{
        border-bottom-right-radius: 6%;
        border-top-right-radius: 6%;
    }
}


/*start media query*/
@media screen and (min-width: 300px) {
   
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}
@media only screen and (min-width:768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
  
}
@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }
  .our_solution_category {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 1199.98px) {

    /* .chat-layout .chat-body {
      background: var(--dashui-gray-100);
      bottom: 0;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      transform: translateX(100%);
      transition: transform 0.3s ease, visibility 0.3s ease;
      visibility: hidden;
      width: 100%;
      z-index: 1020;
    } */
    .chat-layout .chat-body {
        background: var(--dashui-gray-100);
        bottom: 0;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1020;
    }

    .input-group {
        width: auto !important;
    }

}



.chat-container {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 1200px;
    height: 90vh;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.chat-header {
    padding: 10px 20px;
    background-color: #4a76a8;
    color: white;
    text-align: center;
}

.chat-main {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



@media (max-width: 990px) {
    .chat-layout .chat-body.chat-body-visible {
        transform: translateX(0);
        visibility: visible;
    }
}


@media (max-width:768px){
  .input-group {
    width: auto !important;}
}

@media (max-width:425px){
  .input-group {
    width: auto !important;
}
}
@media (max-width:425px){
  .input-group {
    width: auto !important;
}
}

.chat-footer {
  bottom: 0;
  position: sticky;
  width: 100%;
}


.chat-footer {
    bottom: 0;
    position: sticky;
    width: 100%;
    background: white;
}
/* 
.detail-item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.appointment-header {
    font-size: 23px;
}


.detail-item {
    font-size: 18px;
    background: aliceblue;
    padding: 15px;
}

.question-item {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-left: 4px solid #007bff;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 18px;
} */


.status-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    color: white;
}

.simplebar-placeholder {
    height: auto !important;
    width: auto !important;
}

.status-badge.pending {
    background-color: #ffc107;
}

.status-badge.accepted {
    background-color: #17a2b8;
}

.status-badge.finished {
    background-color: #28a745;
}

.questions-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.questions-list {
    list-style: none;
    padding-left: 0;
}

/* .question-item {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-left: 4px solid #007bff;
    background-color: #ffffff !important ;
    border-radius: 4px;
} */

.button-group .custom-button {
    border-radius: 20px;
    font-size: 14px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.button-group .custom-button:hover {
    background-color: #0056b3;
    color: white;
}


.question__label:before,
.question__label:after {
    position: absolute;
    content: "";
}

.question__label:before {
    top: 12px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ced4da;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.question__input:checked+.question__label:before {
    /* background-color: #DC3545; */
    background-color: #1a76d1;
    box-shadow: 0 0 0 0;
}

.question__input:checked+.question__label:after {
    top: 22px;
    left: 18px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.form-check-input:checked,
.form-check-input:focus {
    /* background-color: #DC3545 !important; */
    background-color: #1a76d1 !important;
    outline: none !important;
    border: none !important;
}

input:focus {
    outline: none;
}

#input-container {
    display: inline-block;
    box-shadow: none !important;
    margin-top: 36px !important;
}

label.form-check-label.radio-lb {
    margin-right: 15px;
}

#q-box__buttons {
    text-align: center;
}

input[type="text"],
input[type="email"] {
    padding: 8px 14px;
}

input[type="text"]:focus,
input[type="email"]:focus {
    border: 1px solid #007efa;
    border-radius: 5px;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.form-check-input:checked[type=radio],
.form-check-input:checked[type=radio]:hover,
.form-check-input:checked[type=radio]:focus,
.form-check-input:checked[type=radio]:active {
    border: none !important;
    -webkit-outline: 0px !important;
    box-shadow: none !important;
}

.form-check-input:focus,
input[type="radio"]:hover {
    box-shadow: none;
    cursor: pointer !important;
}

#success {
    display: none;
}

#success h4 {
    color: #DC3545;
}

.back-link {
    font-weight: 700;
    color: #DC3545;
    text-decoration: none;
    font-size: 18px;
}

.back-link:hover {
    color: #82000a;
}

.rounded-circle {
    border-radius: 50% !important;
}


.avatar img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}


.avatar-md {
    height: 2.5rem;
    width: 2.5rem;
}

/*-----------------
	23. Profile
-----------------------*/

.profile-header {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    padding: 1.5rem;
}
.profile-menu {
    background-color: #fff;
	border: 1px solid #f0f0f0;
    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: "\f073";
	display: block;
	font-family: "FontAwesome";
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.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;
}


.link {
    color: #007bff  !important;
    text-decoration: underline;
}

.form-check-input[type="checkbox"] {
    width: 1.5em !important;
    height: 1.5em !important;
}

.sigCanvas {
    border: 1px solid black;
}

.question-container h5 {
    font-weight: bold !important; /* Makes the headings bold */
    color: #343a40 !important; /* Dark gray color for better visibility */
}

.question-container p {
    color: #6c757d !important; /* Slightly darker muted text for better contrast */
}

.table th, .table td {
    font-weight: 500 !important; /* Medium weight for better readability */
    color: #212529 !important; /* Darker text color for table headers and cells */
}

.form-label {
    font-weight: 600 !important; /* Bold labels for clarity */
    color: #212529 !important; /* Dark text for labels */
}

.form-select {
    font-weight: 500 !important; /* Medium weight for select dropdown */
}


.select_diff_text {
    font-weight: 500 !important; /* Bold labels for clarity */
    font-size: 17px !important;
    margin-top: 5px !important;
    color: #212529 !important;

}

/* sambhav css  */

/* * MEDIA QUERIES */
@media (min-width: 1900px) {
    .modal-xl {
        max-width: 2400px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
/* 
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
} */

@media (min-width: 990px) and (max-width: 1199px) {
    #title-container {
        padding: 80px 28px 28px 28px;
    }

    #steps-container {
        width: 85%;
    }
}

@media (max-width: 991px) {
    #title-container {
        padding: 30px;
        min-height: inherit;
    }
}

@media (max-width: 767px) {
    #qbox-container {
        padding: 30px;
    }

    #steps-container {
        width: 100%;
        min-height: 400px;
    }

    #title-container {
        padding-top: 50px;
    }
}

@media (max-width: 560px) {
    #qbox-container {
        padding: 15px;
    }

    #title-container {
        padding-top: 45px;
    }
}