@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Nunito:wght@300;400;500;600;700&display=swap");

/**=====================================================**
                ANIMATION-STYLES
=======================================================**/
.doctordetails-content .profileinfo .doctor-profile .doctor-featured .docinfo,
.dashboard-header-nav .dashboard-dropdown .dropdown-info,
.dashboard-header-nav .mynotifications-info {
    animation-duration: 350ms;
    animation-fill-mode: both;
}

@keyframes slideDownIn {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(-100%);
    }
}

@keyframes slideDownInMobile {
    0% {
        transform: translateY(-1.25rem);
    }

    100% {
        transform: translateY(0.625rem);
    }

    0% {
        transform: translateY(-1.25rem);
    }
}

@keyframes slideUpIn {
    0% {
        transform: translateY(-1.25rem);
    }

    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(1.25rem);
    }
}

.doctordetails-content .profileinfo .doctor-profile .doctor-featured .docinfo,
.dashboard-header-nav .dashboard-dropdown .dropdown-info,
.dashboard-header-nav .mynotifications-info {
    animation-name: slideUpIn;
}

@keyframes slideUpInMobile {
    0% {
        transform: translateY(2.5rem);
    }

    100% {
        transform: translateY(1.5625rem);
    }

    0% {
        transform: translateY(2.5rem);
    }
}

@keyframes slideLeftIn {
    0% {
        transform: translateX(6.25rem);
    }

    100% {
        transform: translateX(0);
    }

    0% {
        transform: translateX(-6.25rem);
    }
}

@keyframes slideRightIn {
    0% {
        transform: translateX(6.25rem);
    }

    100% {
        transform: translateX(0);
    }

    0% {
        transform: translateX(6.25rem);
    }
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(1%);
    }

    100% {
        transform: translateY(0%);
    }
}

/**=====================================================**
                BREAKPOINT-VARIABLES
=======================================================**/
/**=====================================================**
                BREAKPOINT-FUNCTIONS
=======================================================**/
/**=====================================================**
                    BREAKPOINT-MIXIN
=======================================================**/
/**=====================================================**
                    BREAKPOINT-USAGE
=======================================================**/
html {
    box-sizing: border-box;
    font-size: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

html:focus-within {
    scroll-behavior: inherit;
}

* {
    box-sizing: inherit;
}

*::before,
*::after {
    box-sizing: inherit;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
button,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
input,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
main,
nav,
object,
ol,
output,
option,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
select,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
textarea,
u,
ul,
var,
video {
    font-family: inherit;
    margin: 0;
}

a::-moz-selection,
abbr::-moz-selection,
acronym::-moz-selection,
address::-moz-selection,
applet::-moz-selection,
article::-moz-selection,
aside::-moz-selection,
audio::-moz-selection,
b::-moz-selection,
big::-moz-selection,
blockquote::-moz-selection,
button::-moz-selection,
body::-moz-selection,
canvas::-moz-selection,
caption::-moz-selection,
center::-moz-selection,
cite::-moz-selection,
code::-moz-selection,
dd::-moz-selection,
del::-moz-selection,
details::-moz-selection,
dfn::-moz-selection,
div::-moz-selection,
dl::-moz-selection,
dt::-moz-selection,
em::-moz-selection,
embed::-moz-selection,
fieldset::-moz-selection,
figcaption::-moz-selection,
figure::-moz-selection,
footer::-moz-selection,
form::-moz-selection,
header::-moz-selection,
hgroup::-moz-selection,
html::-moz-selection,
i::-moz-selection,
input::-moz-selection,
iframe::-moz-selection,
img::-moz-selection,
ins::-moz-selection,
kbd::-moz-selection,
label::-moz-selection,
legend::-moz-selection,
li::-moz-selection,
mark::-moz-selection,
menu::-moz-selection,
main::-moz-selection,
nav::-moz-selection,
object::-moz-selection,
ol::-moz-selection,
output::-moz-selection,
option::-moz-selection,
p::-moz-selection,
pre::-moz-selection,
q::-moz-selection,
ruby::-moz-selection,
s::-moz-selection,
samp::-moz-selection,
section::-moz-selection,
small::-moz-selection,
span::-moz-selection,
strike::-moz-selection,
strong::-moz-selection,
sub::-moz-selection,
summary::-moz-selection,
select::-moz-selection,
sup::-moz-selection,
table::-moz-selection,
tbody::-moz-selection,
td::-moz-selection,
tfoot::-moz-selection,
th::-moz-selection,
thead::-moz-selection,
time::-moz-selection,
tr::-moz-selection,
tt::-moz-selection,
textarea::-moz-selection,
u::-moz-selection,
ul::-moz-selection,
var::-moz-selection,
video::-moz-selection {
    background: hsl(231, 15%, 24%);
    color: hsl(0, 0%, 100%);
}

a::selection,
abbr::selection,
acronym::selection,
address::selection,
applet::selection,
article::selection,
aside::selection,
audio::selection,
b::selection,
big::selection,
blockquote::selection,
button::selection,
body::selection,
canvas::selection,
caption::selection,
center::selection,
cite::selection,
code::selection,
dd::selection,
del::selection,
details::selection,
dfn::selection,
div::selection,
dl::selection,
dt::selection,
em::selection,
embed::selection,
fieldset::selection,
figcaption::selection,
figure::selection,
footer::selection,
form::selection,
header::selection,
hgroup::selection,
html::selection,
i::selection,
input::selection,
iframe::selection,
img::selection,
ins::selection,
kbd::selection,
label::selection,
legend::selection,
li::selection,
mark::selection,
menu::selection,
main::selection,
nav::selection,
object::selection,
ol::selection,
output::selection,
option::selection,
p::selection,
pre::selection,
q::selection,
ruby::selection,
s::selection,
samp::selection,
section::selection,
small::selection,
span::selection,
strike::selection,
strong::selection,
sub::selection,
summary::selection,
select::selection,
sup::selection,
table::selection,
tbody::selection,
td::selection,
tfoot::selection,
th::selection,
thead::selection,
time::selection,
tr::selection,
tt::selection,
textarea::selection,
u::selection,
ul::selection,
var::selection,
video::selection {
    background: hsl(231, 15%, 24%);
    color: hsl(0, 0%, 100%);
}

body {
    background: hsl(0, 3%, 94%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    overflow: hidden;
    margin: 0;
}

@media screen and (min-width: 62rem) {
    body {
        font-size: 0.9375rem;
    }
}

.dashboard-body {
    margin-top: 4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    margin: 0;
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
    background: hsl(231, 15%, 24%);
    color: hsl(0, 0%, 100%);
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
    background: hsl(231, 15%, 24%);
    color: hsl(0, 0%, 100%);
}

img {
    max-width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

a,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}

a {
    display: block;
}

input,
select,
textarea {
    border: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=search]::-webkit-search-decoration:focus,
input[type=search]::-webkit-search-cancel-button:focus,
input[type=search]::-webkit-search-results-button:focus,
input[type=search]::-webkit-search-results-decoration:focus {
    outline: none;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}

input[type=date]::before {
    content: attr(data-placeholder);
    width: 100%;
}

input[type=date]:focus::before,
input[type=date]:valid::before {
    display: none;
}

table tr {
    vertical-align: middle;
}

table tr th,
table tr td {
    vertical-align: middle;
}

.frontbody {
    margin-top: 4rem;
}

.speciality {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    border-radius: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", sans-serif;
    font-size: 0.65rem;
    padding: 0.3125rem;
    text-align: center;
    /*max-width: 99%;*/
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-new-doctor {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    border-radius: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", sans-serif;
    font-size: 0.95rem;
    padding: 0.5125rem;
    text-align: center;
    /*max-width: 99%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 36rem) {
    .speciality {
        padding: 0.25rem 0.655rem;
    }
}

@media screen and (min-width: 48rem) {
    .speciality {
        font-size: 0.765rem;
    }
}

button,
[type=button],
[type=reset],
[type=submit] {
    background: transparent;
    border: 0;
    cursor: pointer;
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

button:focus,
button:visited,
button:active,
[type=button]:focus,
[type=button]:visited,
[type=button]:active,
[type=reset]:focus,
[type=reset]:visited,
[type=reset]:active,
[type=submit]:focus,
[type=submit]:visited,
[type=submit]:active {
    box-shadow: none;
    outline: none;
}

button:not([disabled]):hover,
[type=button]:not([disabled]):hover,
[type=reset]:not([disabled]):hover,
[type=submit]:not([disabled]):hover {
    cursor: pointer;
}

.up-btn {
    opacity: 1;
    padding: 0.75rem;
    border: 0;
}

.btn-hamburger {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.btn-hamburger span {
    display: inline-block;
    width: 80%;
    height: 0.125rem;
    background: hsl(0, 0%, 100%);
    position: relative;
    transition: all 0.2s;
}

.btn-hamburger span::before,
.btn-hamburger span::after {
    content: "";
    position: absolute;
    width: 100%;
    background: hsl(0, 0%, 100%);
    height: 0.125rem;
    left: 0rem;
    transition: all 0.3s;
}

.btn-hamburger span::before {
    top: 0.5rem;
}

.btn-hamburger span::after {
    bottom: 0.5rem;
}

.btn-hamburger span.active {
    background: transparent;
}

.btn-hamburger span.active::before,
.btn-hamburger span.active::after {
    top: 0rem;
    left: 0rem;
    background: hsl(5, 86%, 56%);
}

.btn-hamburger span.active::before {
    transform: rotate(45deg);
}

.btn-hamburger span.active::after {
    transform: rotate(-45deg);
}

.btn-hamburger:not([disabled]):hover span {
    background: #a3aac2;
}

.btn-hamburger:not([disabled]):hover span::before,
.btn-hamburger:not([disabled]):hover span::after {
    background: #a3aac2;
}

.btn-hamburger:not([disabled]):hover span::before {
    left: 0.25rem;
}

.btn-hamburger:not([disabled]):hover span::after {
    left: -0.25rem;
}

.btn-hamburger:not([disabled]):hover span.active {
    background: transparent;
}

.btn-hamburger:not([disabled]):hover span.active::before {
    left: 0rem;
    background: hsl(5, 86%, 56%);
}

.btn-hamburger:not([disabled]):hover span.active::after {
    left: 0rem;
    background: hsl(5, 86%, 56%);
}

.btn-submit {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    height: 2.25rem;
    padding: 0.5rem;
    transition: all 350ms ease-in-out;
}

@media screen and (min-width: 62rem) {
    .btn-submit {
        font-size: 0.875rem;
    }
}

.btn-submit:not([disabled]):hover {
    background: hsl(1, 71%, 54%);
    color: hsl(0, 0%, 100%);
}

.btn-resend {
    display: inline-block;
    width: auto;
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    transition: all 350ms ease-in-out;
}

.btn-resend:not([disabled]):hover {
    color: hsl(5, 86%, 56%);
}

.btn-read {
    background: hsl(0, 100%, 64%);
    color: hsl(0, 0%, 100%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    padding: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    transition: all 350ms ease-in-out;
}

@media screen and (min-width: 36rem) {
    .btn-read {
        font-size: 0.875rem;
    }
}

.btn-read:not([disabled]):hover {
    background: #fa0000;
    color: hsl(0, 0%, 100%);
}

.btn-send {
    width: 100%;
    padding: 0.75rem;
    position: relative;
    background: hsl(0, 0%, 100%);
    border: solid 0.125rem hsl(0, 100%, 64%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 350ms ease-in-out;
    width: 12.5rem;
}

.btn-send::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: hsl(0, 100%, 64%);
    transition: all 350ms ease-in-out;
}

.btn-send .btn-text {
    color: hsl(0, 0%, 100%);
    position: relative;
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .btn-send .btn-text {
        font-size: 0.875rem;
    }
}

.btn-send:not([disabled]):hover .btn-text {
    color: hsl(0, 100%, 64%);
}

.btn-send:not([disabled]):hover::before {
    width: 0;
}

.btn-info {
    cursor: pointer;
    background: transparent;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.btn-info svg {
    width: 100%;
    height: 100%;
}

.btn-link {
    color: hsl(0, 3%, 6%);
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    border: none;
    transition: all 350ms ease-in-out;
}

.btn-link:not([disabled]):hover {
    color: hsl(5, 86%, 56%);
}

.card-welcome {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    padding: 1rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.25rem;
}

@media screen and (min-width: 48rem) {
    .card-welcome {
        flex-direction: row;
        gap: 2.5rem;
        padding: 2rem;
    }
}

.card-welcome .card-detail {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    order: 1;
}

@media screen and (min-width: 48rem) {
    .card-welcome .card-detail {
        order: 0;
        width: calc(100% - 10.625rem);
    }
}

.card-welcome .card-detail .cardtitle {
    color: hsl(226, 20%, 20%);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 36rem) {
    .card-welcome .card-detail .cardtitle {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 62rem) {
    .card-welcome .card-detail .cardtitle {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 75rem) {
    .card-welcome .card-detail .cardtitle {
        font-size: 1.75rem;
    }
}

.card-welcome .card-detail .cardtitle span {
    color: hsl(5, 86%, 56%);
    font: inherit;
}

.card-welcome .card-detail .cardtext {
    color: hsl(226, 20%, 20%);
}

@media screen and (min-width: 62rem) {
    .card-welcome .card-detail .cardtext {
        font-size: 1rem;
    }
}

@media screen and (min-width: 75rem) {
    .card-welcome .card-detail .cardtext {
        font-size: 1.125rem;
    }
}

.card-welcome .card-detail .author {
    color: hsl(233, 3%, 50%);
}

@media screen and (min-width: 62rem) {
    .card-welcome .card-detail .author {
        font-size: 1rem;
    }
}

.card-welcome .card-thumbnail {
    width: 8.125rem;
    height: 8.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    order: 0;
}

@media screen and (min-width: 48rem) {
    .card-welcome .card-thumbnail {
        order: 1;
    }
}

.card-welcome .card-thumbnail img {
    width: 100%;
}

.card-impression {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    padding: 1rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media screen and (min-width: 48rem) {
    .card-impression {
        padding: 2rem;
    }
}

.card-impression-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.card-impression-header .impression-title {
    color: hsl(226, 20%, 20%);
}

.card-impression-header .impression-text {
    color: hsl(0, 7%, 52%);
    font-size: 0.75rem;
}

@media screen and (min-width: 62rem) {
    .card-impression-header .impression-text {
        font-size: 0.8125rem;
    }
}

.card-progress {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    padding: 1rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}

@media screen and (min-width: 48rem) {
    .card-progress {
        padding: 1.25rem;
    }
}

.card-progress .progress-title {
    color: hsl(226, 20%, 20%);
    font-weight: 700;
}

.card-progress .progress-completed,
.card-progress .progress-text {
    color: hsl(226, 20%, 20%);
    font-size: 0.8125rem;
    font-weight: 300;
}

.card-progress-body {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.card-progress-body .progress {
    background: hsl(0, 0%, 85%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    height: 0.625rem;
}

.card-progress-body .progress-bar {
    background: hsl(5, 86%, 56%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.card-schedule {
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    padding: 0.75rem;
    position: relative;
}

.card-schedule::before {
    background: hsl(0, 0%, 100%);
    border: solid 0.0625rem rgba(41, 46, 61, 0.5);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: 1;
}

.card-schedule .schedule-time,
.card-schedule .location {
    color: hsl(226, 20%, 20%);
    font-size: 0.8125rem;
    font-weight: 300;
    position: relative;
    z-index: 10;
    transition: all 350ms ease-in-out;
}

.card-schedule .hospitalname {
    color: hsl(226, 20%, 20%);
    font-weight: 700;
    position: relative;
    z-index: 10;
    transition: all 350ms ease-in-out;
}

.card-schedule.active {
    background: hsl(5, 86%, 56%);
    border-color: hsl(5, 86%, 56%);
}

.card-schedule.active::before {
    display: none;
    opacity: 1;
}

.card-schedule.active .schedule-time,
.card-schedule.active .hospitalname,
.card-schedule.active .location {
    color: hsl(0, 0%, 100%);
}

.card-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    padding: 1rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    gap: 0.3rem;
}

.card-view-icon {
    background: rgba(239, 62, 46, 0.2);
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.75rem;
}

.card-view-icon svg {
    width: 100%;
    height: 100%;
}

.card-view-thumb {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-view-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-view-detail {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: right;
    width: calc(100% - 4rem);
}

.card-view-detail-chamber {
    display: flex;
    flex-direction: column;
    width: calc(100% - 4rem);
}

.view-title {
    color: hsl(0, 0%, 0%);
    font-weight: 500;
}

card-view-detail .view-count {
    color: hsl(0, 0%, 0%);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4;
}

.view-count-chamber {
    color: white;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4;
    background: hsl(5, 86%, 56%);
    border-radius: 100%;
    height: 1.9rem;
    width: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-notification {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
}

@media screen and (min-width: 48rem) {
    .card-notification {
        padding: 1.25rem;
        gap: 1.5rem;
    }
}

.card-notification .listicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 100%;
    overflow: hidden;
}

.card-notification .listicon svg {
    width: 100%;
}

.card-notification .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: calc(100% - 1rem);
}

@media screen and (min-width: 48rem) {
    .card-notification .info {
        width: calc(100% - 1.5rem);
    }
}

.card-notification .info .notification-detail {
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: 0.625rem;
}

.card-notification .info .notification-detail .icon {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-notification .info .notification-detail .icon svg {
    width: 100%;
}

.card-notification .info .notification-detail .detail {
    width: calc(100% - 1.875rem);
}

.card-notification .info .notification-detail .detail .detail-text {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: hsl(226, 20%, 20%);
}

.card-notification .info .notification-detail .detail .detail-text strong {
    color: inherit;
    font-size: inherit;
}

.card-notification .info .notification-detail .detail .detail-text span {
    color: hsl(5, 86%, 56%);
    font: inherit;
}

.card-notification .info .postedtime {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

@media screen and (min-width: 48rem) {
    .card-notification .info .postedtime {
        width: auto;
    }
}

.card-notification .info .postedtime .time {
    color: hsl(0, 0%, 63%);
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.card-notification .accordion {
    width: 100%;
}

.card-notification .accordion-item {
    border: 0;
    border-radius: 0;
}

.card-notification .accordion-item:last-of-type .accordion-collapse,
.card-notification .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0rem;
    border-radius: 0rem;
}

.card-notification .accordion-button {
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: 1rem;
    background: transparent;
    border: 0;
    border-radius: 0;
}

@media screen and (min-width: 62rem) {
    .card-notification .accordion-button {
        align-items: center;
    }
}

.card-notification .accordion-button::after {
    display: none;
    box-shadow: none;
}

@media screen and (min-width: 48rem) {
    .card-notification .accordion-button {
        gap: 1.5rem;
    }
}

.card-notification .accordion-button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 100%;
    overflow: hidden;
}

.card-notification .accordion-button .icon svg {
    width: 100%;
}

.card-notification .accordion-button .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    width: calc(100% - 1rem);
}

@media screen and (min-width: 48rem) {
    .card-notification .accordion-button .info {
        width: calc(100% - 1.5rem);
    }
}

.card-notification .accordion-button .info .notification-detail {
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: 0.625rem;
}

@media screen and (min-width: 62rem) {
    .card-notification .accordion-button .info .notification-detail {
        align-items: center;
    }
}

.card-notification .accordion-button .info .notification-detail .icon {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-notification .accordion-button .info .notification-detail .detail {
    width: calc(100% - 1.875rem);
}

.card-notification .accordion-button .info .notification-detail .detail .detail-text {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: hsl(226, 20%, 20%);
}

.card-notification .accordion-button .info .notification-detail .detail .detail-text strong {
    color: inherit;
    font-size: inherit;
}

.card-notification .accordion-button .info .notification-detail .detail .detail-text span {
    color: hsl(5, 86%, 56%);
    font: inherit;
}

.card-notification .accordion-button .info .notification-detail .arricon {
    transform: rotate(0deg);
}

.card-notification .accordion-button .info .postedtime {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

@media screen and (min-width: 48rem) {
    .card-notification .accordion-button .info .postedtime {
        width: auto;
    }
}

.card-notification .accordion-button .info .postedtime .time {
    color: hsl(0, 0%, 63%);
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.card-notification .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.card-notification .accordion-button:not(.collapsed)::after {
    box-shadow: none;
    display: none;
}

.card-notification .accordion-button:not(.collapsed) .info .notification-detail .arricon {
    transform: rotate(180deg);
}

.card-notification .accordion-body {
    background: rgba(255, 255, 255, 0.5);
}

.card-notification .accordion-body .message {
    color: hsl(226, 20%, 20%);
    font-size: 0.875rem;
}

.card-blog {
    background: hsl(0, 0%, 100%);
    border: solid 0.0625rem hsl(0, 0%, 94%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    padding: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

@media screen and (min-width: 48rem) {
    .card-blog {
        flex-direction: row;
    }
}

.card-blog .blog-thumbnail {
    width: 100%;
    height: 12.5rem;
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (min-width: 48rem) {
    .card-blog .blog-thumbnail {
        width: 12.1875rem;
        height: 6.25rem;
    }
}

@media screen and (min-width: 62rem) {
    .card-blog .blog-thumbnail {
        height: 7.5rem;
    }
}

.card-blog .blog-thumbnail img {
    width: 100%;
    height: 100%;
}

.card-blog .blog-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

@media screen and (min-width: 48rem) {
    .card-blog .blog-details {
        width: calc(100% - 12.8125rem);
    }
}

@media screen and (min-width: 62rem) {
    .card-blog .blog-details {
        flex-direction: row;
    }
}

.card-blog .blog-details .blog-article {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    width: 60%;
}

@media screen and (min-width: 75rem) {
    .card-blog .blog-details .blog-article {
        width: 80%;
    }
}

.card-blog .blog-details .blog-article .blog-title {
    color: hsl(5, 86%, 56%);
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 48rem) {
    .card-blog .blog-details .blog-article .blog-title {
        font-size: 1.5rem;
    }
}

.card-blog .blog-details .blog-article .blog-text {
    color: hsl(0, 7%, 52%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 48rem) {
    .card-blog .blog-details .blog-article .blog-text {
        font-size: 0.875rem;
    }
}

.card-blog .blog-details .divider {
    width: 100%;
    height: 0.0625rem;
    background: hsl(0, 0%, 94%);
}

@media screen and (min-width: 62rem) {
    .card-blog .blog-details .divider {
        height: 100%;
        width: 0.0625rem;
    }
}

.card-blog .blog-details .blogviews {
    color: hsl(0, 3%, 17%);
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

.card-blog .blog-details .shareblog {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.card-blog .blog-details .shareblog .sharetext {
    color: hsl(0, 7%, 52%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

.card-blog .blog-details .publish-badge {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.card-blog .blog-details .publish-badge .icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.3125rem;
}

.card-blog .blog-details .publish-badge .icon svg {
    width: 100%;
    height: 100%;
}

.card-blog .blog-details .publish-badge .sharetext {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

.card-blog .blog-details .publish-badge.published .icon {
    background: rgba(77, 203, 113, 0.2);
}

.card-blog .blog-details .publish-badge.published .icon svg path {
    fill: hsl(137, 55%, 55%);
}

.card-blog .blog-details .publish-badge.published .sharetext {
    color: hsl(137, 55%, 55%);
}

.card-blog .blog-details .publish-badge.unpublished .icon {
    background: rgba(196, 196, 196, 0.2);
}

.card-blog .blog-details .publish-badge.unpublished .icon svg path {
    fill: hsl(0, 0%, 77%);
}

.card-blog .blog-details .publish-badge.unpublished .sharetext {
    color: hsl(0, 0%, 77%);
}

.doctorslider .swiper-wrapper { align-items: stretch; }
.doctorslider .swiper-slide {
    display: flex;
    height: auto;
    padding: 0;
}

.slidelink { display: block; width: 100%; height: 100%; }

.card-doctor {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}


.card-doctor-header {
    width: 100%;
    height: 10rem;
    border-radius: 0.5rem;
    /*border-radius: 0.5rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-doctor-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 350ms ease-in-out;
    margin: 0 auto; /* center the image horizontally */
}

.card-doctor-body {
    display: flex;
    padding: 0.5rem 0.5rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.4rem;
}

.card-doctor-body .name-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.card-doctor-body .name {
    color: hsl(231, 15%, 24%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;       /* max 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

    max-width: 40ch;             /* ~40 characters width */
}


@media screen and (min-width: 62rem) {
    .card-doctor-body .name {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 87.5rem) {
    .card-doctor-body .name {
        font-size: 1rem;
    }
}

.card-doctor-body .name:not([disabled]):hover {
    color: hsl(0, 100%, 64%);
}

.card-doctor-body .status {
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: hsl(233, 3%, 50%);
}

.card-doctor-body .status.active {
    background: hsl(137, 55%, 55%);
}

.card-doctor-body .position {
    color: hsl(231, 15%, 24%);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    display: inline-block;
    max-width: 35ch;   /* limits to ~25 characters */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 576px) and (max-width: 1159px)  {
    .card-doctor-body .position {
        max-width: 18ch;   /* limits to ~25 characters */
    }
}

@media (min-width: 1200px)  {
    .card-doctor-body .position {
        max-width: 23ch;   /* limits to ~25 characters */
    }
}
.speciality-headline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* show max 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.575rem;
    line-height: 1.1; /* keep spacing nice */
}

.card-doctor:not([disabled]):hover .card-doctor-header img {
    transform: scale(0.95);
}

.card-gallery {
    background: hsl(210, 38%, 95%);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
    height: 100%;
}

.card-gallery-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-gallery-header .card-thumbnail {
    width: 100%;
    height: 12.5rem;
    overflow: hidden;
}

@media screen and (min-width: 48rem) {
    .card-gallery-header .card-thumbnail {
        height: 16.25rem;
    }
}

@media screen and (min-width: 62rem) {
    .card-gallery-header .card-thumbnail {
        height: 40.625rem;
    }
}

.card-gallery-header .card-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform 350ms ease-in-out;
}

.card-gallery-header .card-thumbnail img:not([disabled]):hover {
    transform: scale(1.05);
}

.card-gallery-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0rem 1.5rem 1.5rem;
}

.card-gallery-body .doctorname .name {
    color: hsl(218, 17%, 35%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    transition: color 350ms ease-in-out;
}

@media screen and (min-width: 48rem) {
    .card-gallery-body .doctorname .name {
        font-size: 1rem;
    }
}

.card-gallery-body .doctorname .name:not([disabled]):hover {
    color: hsl(0, 0%, 0%);
}

.cardblog {
    background: hsl(0, 0%, 100%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.875rem;
    padding: 0.625rem;
}

.cardblog-header {
    position: relative;
    width: 100%;
    height: 11rem;
    overflow: hidden;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.cardblog-header .blogthumbnail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.cardblog-header .blogthumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    transition: all 350ms ease-in-out;
}

.cardblog-header .blogthumbnail::before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.cardblog-header .tags {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    flex-wrap: wrap;
    z-index: 100;
}

.cardblog-header .tags .tag {
    background: hsl(0, 0%, 100%);
    color: hsl(0, 3%, 6%);
    border-radius: 0.78125rem;
    border-radius: 0.78125rem;
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    padding: 0.25rem 0.625rem;
    text-align: center;
}

.cardblog-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 1rem;
}

.cardblog-body .blogtitle {
    color: hsl(0, 0%, 9%);
    font-family: "Nunito", sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    transition: color 350ms ease-in-out;
}

.cardblog-body .blogtitle:not([disabled]):hover {
    color: hsl(1, 71%, 54%);
}

.cardblog-body .bloginfos .blogtext {
    color: hsl(218, 23%, 23%);
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.cardblog-body .bloglist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.cardblog-body .bloglist-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.cardblog-body .bloglist-item .icon {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cardblog-body .bloglist-item .icon svg {
    width: 100%;
    height: 100%;
}

.cardblog-body .bloglist-item .icon svg path {
    fill: hsl(233, 3%, 50%);
}

.cardblog-body .bloglist-item .author {
    color: hsl(233, 3%, 50%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

.cardblog-body .viewdetail {
    color: hsl(0, 0%, 9%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    transition: color 350ms ease-in-out;
}

.cardblog-body .viewdetail:not([disabled]):hover {
    color: hsl(1, 71%, 54%);
}

.cardblog:not([disabled]):hover .cardblog-header .blogthumbnail img {
    transform: scale(1.05);
}

.card-article {
    background: hsl(0, 0%, 100%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.375rem;
    width: 100%;
    height: 100%;
}

.card-article-header {
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 100%;
    height: 10.625rem;
    overflow: hidden;
}

.card-article-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 350ms ease-in-out;
}

.card-article-header img:not([disabled]):hover {
    transform: scale(1.05);
}

.card-article-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.375rem;
}

.card-article-body .title-date {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}

.card-article-body .title-date .title {
    color: hsl(0, 0%, 9%);
    font-family: "Nunito", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    transition: color 350ms ease-in-out;
}

.card-article-body .title-date .title:not([disabled]):hover {
    color: hsl(0, 100%, 64%);
}

.card-article-body .title-date .date {
    color: hsl(216, 15%, 52%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.card-article-body .articledescript .articletext {
    color: hsl(216, 15%, 52%);
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6153846154;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.card-article-body .articlelink {
    color: hsl(218, 23%, 23%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    transition: color 350ms ease-in-out;
}

.card-article-body .articlelink:not([disabled]):hover {
    color: hsl(0, 100%, 64%);
}

.card-bigblog {
    background: hsl(0, 0%, 100%);
    border-radius: 1rem;
    border-radius: 1rem;
    overflow: hidden;
}

.card-bigblog-thumbnail {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 61.9375rem) {
    .card-bigblog-thumbnail {
        border-radius: 1rem;
        border-radius: 1rem;
    }
}

.card-bigblog-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-bigblog-details {
    padding: 2.75rem 2.75rem 2.75rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;
}

@media screen and (min-width: 87.5rem) {
    .card-bigblog-details {
        padding: 2.5rem 2.625rem 2.5rem 0rem;
    }
}

@media screen and (min-width: 75rem) {
    .card-bigblog-details {
        gap: 2rem;
        padding: 1.875rem 1.875rem 1.875rem 0rem;
    }
}

@media screen and (max-width: 61.9375rem) {
    .card-bigblog-details {
        padding: 2rem;
    }
}

.card-bigblog-details .info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 75rem) {
    .card-bigblog-details .info {
        gap: 1.75rem;
    }
}

.card-bigblog-details .info-head {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.card-bigblog-details .info-head .blogtitle {
    color: hsl(0, 0%, 0%);
    font-family: "Nunito", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

@media screen and (min-width: 48rem) {
    .card-bigblog-details .info-head .blogtitle {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 62rem) {
    .card-bigblog-details .info-head .blogtitle {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 87.5rem) {
    .card-bigblog-details .info-head .blogtitle {
        font-size: 2.25rem;
    }
}

.card-bigblog-details .info-head .date {
    font-family: "Nunito", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 48rem) {
    .card-bigblog-details .info-head .date {
        font-size: 1rem;
    }
}

.card-bigblog-details .info-body .blogtext {
    color: hsl(216, 15%, 52%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

@media screen and (min-width: 48rem) {
    .card-bigblog-details .info-body .blogtext {
        font-size: 1.125rem;
    }
}

.card-bigblog-details .readinfo {
    width: 12.5rem;
}

.card-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.225rem;
    text-align: center;
    width: 100%;
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
}

.card-thumb-header {
    width: 100%;
    height: 5rem;
}

@media screen and (min-width: 1200px) {
    .card-thumb-header {
        width: 100%;
        height: 6.25rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .card-thumb-header {
        width: 100%;
        height: 4.25rem;
    }
}

.card-thumb-header .card-thumbnail {
    width: 100%;
    height: 100%;
    padding: .25rem;
}

.card-thumb-header .card-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    border-radius: 0.5rem;
}

.card-thumb-body {
    padding: 0.325rem 0.25rem;
    display: none;
}

@media screen and (min-width: 48rem) {
    .card-thumb-body {
        display: block;
    }
}

.card-thumb-body .doctorname .name {
    color: hsl(218, 17%, 35%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.carddoctor {
    background: hsl(0, 0%, 100%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.carddoctor-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem;
    flex-direction: column;
}

.business-card .specilities {
    display: flex;
    flex-direction: row;
    gap: 0.3125rem;
    width: 100%;
    padding: 0 0.375rem;
    flex-wrap: wrap;
}

.carddoctor-header .thumbnail {
    width: 4.625rem;
    height: 4.625rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
    overflow: hidden;
}

.carddoctor-header .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.carddoctor-body {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0rem 0.75rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-height: 130px;
}

.carddoctor-body .name {
    color: hsl(0, 0%, 0%);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carddoctor-body .text {
    color: hsl(0, 2%, 51%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.carddoctor-footer {
    display: flex;
    justify-content: space-between; /* Push buttons to opposite ends */
    align-items: center;
    padding: 0.75rem;
    margin-top: auto;
}

.carddoctor-footer .btn-card {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    /* Remove width: 50%; */
}

.carddoctor-footer .btn-card .icon {
    width: 0.875rem;
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.carddoctor-footer .btn-card .icon svg {
    width: 100%;
    height: 100%;
}

.carddoctor-footer .btn-card .text {
    color: hsl(0, 0%, 63%);
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
}

.carddoctor-footer .btn-card:not([disabled]):hover .icon svg path:not(.whitepath) {
    fill: hsl(5, 86%, 56%);
}

.carddoctor-footer .btn-card:not([disabled]):hover .text {
    color: hsl(5, 86%, 56%);
}

.mydoctor {
    background: hsl(0, 0%, 100%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 48rem) {
    .mydoctor {
        flex-direction: row;
        align-items: center;
    }
}

.mydoctor-detail {
    display: flex;
    align-items: center;
    align-items: flex-start;
    gap: 0.75rem;
}

@media screen and (min-width: 48rem) {
    .mydoctor-detail {
        align-items: center;
    }
}

.mydoctor-detail .thumb {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (min-width: 30rem) {
    .mydoctor-detail .thumb {
        width: 9.375rem;
        height: 9.375rem;
    }
}

.mydoctor-detail .thumb img {
    width: 100%;
    height: 100%;
}

.mydoctor-detail .detail {
    width: calc(100% - 5rem);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media screen and (min-width: 30rem) {
    .mydoctor-detail .detail {
        width: calc(100% - 9.375rem);
    }
}

.mydoctor-detail .detail .name {
    color: hsl(5, 86%, 56%);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

@media screen and (min-width: 48rem) {
    .mydoctor-detail .detail .name {
        font-size: 1.5rem;
    }
}

.mydoctor-detail .detail .text {
    color: hsl(226, 20%, 20%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

@media screen and (min-width: 48rem) {
    .mydoctor-detail .detail .text {
        font-size: 0.875rem;
    }
}

.mydoctor-detail .detail .specilities {
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.mydoctor .divider {
    width: 100%;
    height: 0.0625rem;
    background: hsl(0, 0%, 94%);
}

@media screen and (min-width: 48rem) {
    .mydoctor .divider {
        width: 0.0625rem;
        height: 8.75rem;
        margin-left: auto;
    }
}

.mydoctor-info {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

@media screen and (min-width: 48rem) {
    .mydoctor-info {
        padding-inline: 2rem;
    }
}

.mydoctor-info .btn-calendar,
.mydoctor-info .btn-delete {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mydoctor-info .btn-calendar {
    background: rgba(50, 46, 239, 0.1);
}

.mydoctor-info .btn-calendar .icon {
    width: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}

.mydoctor-info .btn-calendar .icon svg {
    width: 100%;
    height: 100%;
}

.mydoctor-info .btn-delete {
    background: rgba(239, 62, 46, 0.1);
}

.mydoctor-info .btn-delete .delicon {
    width: 1.875rem;
    height: 1.875rem;
    overflow: hidden;
}

.mydoctor-info .btn-delete .delicon svg {
    width: 100%;
    height: 100%;
}

.doctoday {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0.625rem 0rem 0rem;
    overflow: hidden;
}

.doctoday .thumb {
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.doctoday .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.doctoday-detail {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-inline: 0.625rem;
    min-height: 134px;
}

.doctoday-detail .name {
    color: hsl(226, 20%, 20%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

@media screen and (min-width: 48rem) {
    .doctoday-detail .name {
        font-size: 1rem;
    }
}

.doctoday-detail .speciality {
    font-size: 0.515rem;
}

.doctoday-detail .text {
    color: hsl(226, 20%, 20%);
    font-family: "Nunito", sans-serif;
    font-size: 0.6875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.doctoday-footer {
    background: hsl(0, 0%, 94%);
    padding: 0.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.doctoday-footer .text {
    color: hsl(0, 0%, 0%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
}

.card-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.625rem;
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    padding: 1.25rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    height: 100%;
    border-bottom: solid 0.3125rem transparent;
}

@media screen and (min-width: 48rem) {
    .card-counter {
        padding: 2.5rem 1.25rem;
    }
}

.card-counter .title {
    color: hsl(226, 20%, 20%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-counter .count {
    color: hsl(0, 0%, 0%);
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
}

.card-counter.counter-1 {
    border-color: hsl(256, 85%, 58%);
}

.card-counter.counter-2 {
    border-color: hsl(343, 79%, 50%);
}

.card-counter.counter-3 {
    border-color: hsl(17, 92%, 48%);
}

.card-counter.counter-4 {
    border-color: hsl(215, 87%, 51%);
}

.card-counter.counter-5 {
    border-color: hsl(232, 36%, 38%);
}

.card-counter.counter-6 {
    border-color: hsl(215, 87%, 51%);
}

.card-counter.counter-7 {
    border-color: hsl(325, 73%, 51%);
}

.card-counter.counter-8 {
    border-color: hsl(237, 77%, 59%);
}

.header {
    background: hsl(0, 3%, 6%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 4rem;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.header-nav .logo {
    width: 8.5rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header-nav .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-nav .desktoplist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-nav .desktoplist-link {
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    transition: all 350ms ease-in-out;
}

.header-nav .desktoplist-link:hover:not(.active) {
    color: hsl(0, 100%, 64%);
}

.header-nav .desktoplist-link.active {
    color: hsl(0, 100%, 64%);
}

.header-nav .btn-mobsearch {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.header-nav .btn-mobsearch svg path {
    fill: hsl(0, 0%, 100%);
    transition: all 350ms ease-in-out;
}

.header-nav .btn-mobsearch:not([disabled]):hover svg path {
    fill: hsl(5, 86%, 56%);
}

.dashboard-header {
    background: hsl(0, 3%, 6%);
    height: 4rem;
    display: flex;
    align-items: center;
}

.dashboard-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-inline: 1.25rem;
}

.dashboard-header-nav .dashboard-dropdown {
    cursor: pointer;
    position: relative;
    min-height: 4rem;
    padding-inline: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 577px){
    .dashboard-header-nav .dashboard-dropdown {
        padding-inline: 1.25rem !important;
    }

    .dashboard-header-nav .dashboard-dropdown .dropdownlink .text {
        font-size: 1rem !important;
    }

    .dashboard-header-nav .mynotifications {
        padding-inline: 1.25rem !important;
    }
}

.dashboard-header-nav .dashboard-dropdown .dropdownlink {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
}

.dashboard-header-nav .dashboard-dropdown .dropdownlink .text {
    color: hsl(0, 0%, 100%);
    font-family: "Inter", sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.dashboard-header-nav .dashboard-dropdown .dropdownlink .icon svg {
    transition: transform 350ms ease-in-out;
}

.dashboard-header-nav .dashboard-dropdown .dropdown-info {
    position: absolute;
    top: 100%;
    left: -1rem;
    width: max-content;
    padding-top: 0.0625rem;
    display: none;
    min-width: fit-content;
}

.dashboard-header-nav .dashboard-dropdown .dropdown-info .dropdownlist {
    display: flex;
    flex-direction: column;
    gap: 0.0625rem;
}

.dashboard-header-nav .dashboard-dropdown .dropdown-info .dropdownlist .dropdownlink {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: hsl(226, 20%, 20%);
    padding: 0.684375rem 0.9375rem;
    transition: all 350ms ease-in-out;
}

.dashboard-header-nav .dashboard-dropdown .dropdown-info .dropdownlist .dropdownlink .icon {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dashboard-header-nav .dashboard-dropdown .dropdown-info .dropdownlist .dropdownlink .icon svg {
    width: 100%;
    height: 100%;
}

.dashboard-header-nav .dashboard-dropdown .dropdown-info .dropdownlist .dropdownlink .text {
    color: hsl(0, 0%, 100%);
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.025rem;
}

.dashboard-header-nav .dashboard-dropdown .dropdown-info .dropdownlist .dropdownlink:not([disabled]):hover {
    background: #525b7a;
}

.dashboard-header-nav .dashboard-dropdown:not([disabled]):hover .dropdownlink .arrowicon svg {
    transform: rotateX(180deg);
}

.dashboard-header-nav .dashboard-dropdown:not([disabled]):hover .dropdown-info {
    display: block;
}

.dashboard-header-nav .mynotifications {
    cursor: pointer;
    position: relative;
    min-height: 4rem;
    padding-inline: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-header-nav .mynotifications .notificationlink {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dashboard-header-nav .mynotifications .notificationlink svg {
    width: 100%;
    height: 100%;
}

.dashboard-header-nav .mynotifications-info {
    position: absolute;
    top: 100%;
    right: 0rem;
    width: 100%;
    width: 18.75rem;
    padding-top: 0.0625rem;
    display: none;
}

.dashboard-header-nav .mynotifications-info .notificationlist {
    background: #a3aac2;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.0625rem;
    width: 100%;
    max-height: 15.25rem;
    overflow-x: hidden;
    overflow-y: scroll;
}

.dashboard-header-nav .mynotifications-info .notificationlist::-webkit-scrollbar {
    background: transparent;
    background: hsl(226, 20%, 20%);
    width: 0.5rem;
}

.dashboard-header-nav .mynotifications-info .notificationlist::-webkit-scrollbar-thumb {
    background: hsl(5, 86%, 56%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    width: 0.5rem;
}

.dashboard-header-nav .mynotifications-info .notificationlist-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: hsl(226, 20%, 20%);
    padding: 0.625rem 0.9375rem;
    transition: all 350ms ease-in-out;
}

.dashboard-header-nav .mynotifications-info .notificationlist-link .icon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    overflow: hidden;
}

.dashboard-header-nav .mynotifications-info .notificationlist-link .icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard-header-nav .mynotifications-info .notificationlist-link .textbox {
    width: calc(100% - 3rem);
}

.dashboard-header-nav .mynotifications-info .notificationlist-link .text {
    color: hsl(0, 0%, 100%);
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.025rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.dashboard-header-nav .mynotifications-info .notificationlist-link:not([disabled]):hover {
    background: #525b7a;
}

.dashboard-header-nav .mynotifications-info .viewall {
    width: 100%;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #3d445c;
}

.dashboard-header-nav .mynotifications-info .viewall-link {
    color: hsl(0, 0%, 100%);
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.025rem;
    transition: all 350ms ease-in-out;
}

.dashboard-header-nav .mynotifications-info .viewall-link:not([disabled]):hover {
    color: rgba(255, 255, 255, 0.75);
}

.dashboard-header-nav .mynotifications:not([disabled]):hover .mynotifications-info {
    display: flex;
    flex-direction: column;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    box-shadow: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    outline: none;
    box-shadow: none;
}

.form-item {
    position: relative;
    margin-bottom: 0.9375rem;
}

.form-item input {
    display: block;
    min-width: 18.75rem;
    max-width: 25rem;
    height: 2.5rem;
    background: transparent;
    border: solid 1px #ccc;
    border: solid 0.0625rem #ccc;
    transition: all 0.3s ease;
    padding: 0 0.9375rem;
}

.form-item input:focus {
    border-color: blue;
}

.form-item input,
.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all 0.3s ease;
}

.form-item input:focus+label,
.form-item input:valid+label {
    font-size: 11px;
    top: -5px;
}

.form-item input:focus+label {
    color: blue;
}

.form-check {
    margin: 0rem;
}

.form-check-input {
    background-color: hsl(0, 0%, 63%);
    border-color: hsl(0, 0%, 63%);
}

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

.form-check-input:not(:checked)[type=checkbox] {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-image: var(--bs-form-switch-bg);
    background-color: hsl(0, 0%, 63%);
    border-color: hsl(0, 0%, 63%);
}

.form-switch {
    padding: 0rem;
}

.form-switch .form-check-input {
    cursor: pointer;
    margin: 0rem;
    width: 3.4375rem;
    height: 1.75rem;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-image: var(--bs-form-switch-bg);
}

.form-switch .form-check-input:checked {
    background-color: hsl(5, 86%, 56%);
    border-color: hsl(5, 86%, 56%);
}

label {
    color: hsl(226, 20%, 20%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

label span {
    color: hsl(0, 84%, 50%);
}

.form-control {
    color: hsl(226, 20%, 20%);
    border-color: rgba(41, 46, 61, 0.2);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    padding: 0.6875rem 1rem;
    transition: all 350ms ease-in-out;
}

.form-control::-moz-placeholder {
    color: hsl(0, 0%, 63%);
}

.form-control::placeholder {
    color: hsl(0, 0%, 63%);
}

.form-control:focus {
    border-color: hsl(226, 20%, 20%);
}

.form-control:disabled {
    background: hsl(0, 0%, 85%);
    border: none;
    border-radius: 0rem;
    border-radius: 0rem;
}

.schedulefield {
    border-radius: 0rem;
    border-radius: 0rem;
}

.inputbox {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.inputbox .select-dropdown__button {
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 10%);
    border: solid 0.0625rem rgba(41, 46, 61, 0.2);
    border-radius: 0.375rem;
    border-radius: 0.375rem;
    padding: 0.6875rem 1rem;
    height: 2.71875rem;
    transition: all 350ms ease-in-out;
}

.inputbox .select-dropdown__button .select-dropdown--0 {
    color: hsl(226, 20%, 20%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.inputbox .select-dropdown__button .arrowicon svg path {
    fill: hsl(0, 0%, 63%);
}

.inputbox .select-dropdown__button:focus {
    border-color: hsl(226, 20%, 20%);
}

.inputbox .error-message {
    color: hsl(0, 84%, 50%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.edubtns {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.25rem;
}

.edubtns .btn-profile-add,
.edubtns .btn-profile-close {
    width: 7.75rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 0.375rem;
    letter-spacing: 0.1rem;
    transition: all 350ms ease-in-out;
}

@media screen and (min-width: 62rem) {

    .edubtns .btn-profile-add,
    .edubtns .btn-profile-close {
        font-size: 0.875rem;
    }
}

.edubtns .btn-profile-add {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.edubtns .btn-profile-add:not([disabled]):hover {
    background: hsl(343, 79%, 50%);
    color: hsl(0, 0%, 100%);
}

.btn-doctor-profile-add {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-family: "Inter", sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding: 0.35rem 0.45rem;
    transition: all 350ms ease-in-out;
}

.btn-doctor-profile-add:not([disabled]):hover {
    background: hsl(1, 71%, 54%);
    color: hsl(0, 0%, 100%);
}

.edubtns .btn-profile-close {
    background: hsl(5, 5%, 49%);
    color: hsl(0, 0%, 100%);
}

.edubtns .btn-profile-close:not([disabled]):hover {
    background: hsl(0, 0%, 44%);
    color: hsl(0, 0%, 100%);
}

.checkfield {
    display: flex;
    align-items: center;
}

.checkfield .checkinput:checked~.checklabel::before {
    background: hsl(5, 86%, 56%);
    border-color: hsl(5, 86%, 56%);
}

.checkfield .checkinput:checked~.checklabel::after {
    opacity: 1;
    visibility: visible;
}

.checkfield .checklabel {
    position: relative;
    padding-left: 1.625rem;
    cursor: pointer;
    color: hsl(226, 20%, 20%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.025rem;
}

@media screen and (min-width: 62rem) {
    .checkfield .checklabel {
        font-size: 0.875rem;
    }
}

.checkfield .checklabel::-moz-selection {
    background: transparent;
    color: hsl(226, 20%, 20%);
}

.checkfield .checklabel::selection {
    background: transparent;
    color: hsl(226, 20%, 20%);
}

.checkfield .checklabel::before,
.checkfield .checklabel::after {
    content: "";
    position: absolute;
    top: 50%;
}

.checkfield .checklabel::before {
    left: 0;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 1.125rem;
    background: hsl(0, 0%, 85%);
    border: solid 0.125rem hsl(0, 0%, 85%);
}

.checkfield .checklabel::after {
    width: 0.3125rem;
    height: 0.625rem;
    border: solid 0.125rem hsl(0, 0%, 100%);
    transform: translateY(-60%) rotate(45deg);
    border-top: 0;
    border-left: 0;
    left: 0.4375rem;
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease-in-out;
}

.tagswrapper {
    display: flex;
    align-items: center;
    gap: 0.25rem 0.75rem;
    border: solid 0.0625rem rgba(41, 46, 61, 0.2);
    border-radius: 0.375rem;
    border-radius: 0.375rem;
    min-height: 2.75rem;
    padding: 0.5rem;
    transition: all 350ms ease-in-out;
    flex-wrap: wrap;
}

.tagswrapper:focus {
    border-color: hsl(226, 20%, 20%);
}

.tagswrapper .tag {
    position: relative;
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    max-width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 2.25rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 0.5rem;
}

@media screen and (min-width: 36rem) {
    .tagswrapper .tag {
        width: 9.0625rem;
    }
}

@media screen and (min-width: 62rem) {
    .tagswrapper .tag {
        font-size: 0.875rem;
    }
}

.tagswrapper .tag button {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: -0.0625rem;
    right: -0.0625rem;
}

.tagswrapper .tag button svg {
    width: 100%;
    height: 100%;
}

.tagswrapper .tag input {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .tagswrapper .tag input {
        font-size: 0.875rem;
    }
}

.socialbox {
    border: solid 0.0625rem rgba(41, 46, 61, 0.2);
    border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.socialbox .icon {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-right: solid 0.0625rem rgba(41, 46, 61, 0.2);
}

.socialbox .icon i {
    font-size: 1.25rem;
}

.socialbox .detail {
    width: calc(100% - 3.5rem);
}

.socialbox .detail input {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    width: 100%;
}

.gender {
    display: flex;
    align-items: center;
    gap: 0.5rem 3rem;
    flex-wrap: wrap;
}

.gender-box {
    display: flex;
    align-items: center;
    gap: 0.5rem 1rem;
    flex-wrap: wrap;
}

.gender-box .gender-single input[type=radio]:checked~label {
    background: hsl(5, 86%, 56%);
}

.gender-box .gender-single input[type=radio]:checked~label .icon svg path {
    fill: hsl(0, 0%, 100%);
}

.gender-box .gender-single input[type=radio]:checked~label .gentext {
    color: hsl(0, 0%, 100%);
}

.gender-box .gender-single label {
    background: hsl(0, 0%, 85%);
    width: 18.75rem;
    height: 2.75rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    cursor: pointer;
}

@media screen and (min-width: 36rem) {
    .gender-box .gender-single label {
        width: 9.375rem;
    }
}

.gender-box .gender-single label .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gender-box .gender-single label .icon svg {
    width: 100%;
    height: 100%;
}

.gender-box .gender-single label .icon svg path {
    fill: hsl(0, 0%, 10%);
}

.gender-box .gender-single label .gentext {
    color: hsl(0, 0%, 10%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .gender-box .gender-single label .gentext {
        font-size: 0.875rem;
    }
}

.offcanvas {
    height: 100vh;
    width: 100%;
    background: hsl(0, 3%, 6%);
}

.offcanvas.offcanvas-top {
    border-bottom: 0;
    height: 100vh;
}

.offcanvas.offcanvas-bottom {
    border-top: 0;
}

.offcanvas.offcanvas-start {
    border-right: 0;
}

.offcanvas.offcanvas-end {
    border-left: 0;
}

.offcanvas-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.offcanvas-header .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.offcanvas-header .btn-close {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

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

.offcanvas-header .btn-close svg {
    width: 100%;
    height: 100%;
    transition: transform 350ms ease-in-out;
}

.offcanvas-header .btn-close svg path {
    fill: hsl(0, 0%, 100%);
}

.offcanvas-header .btn-close:not([disabled]):hover {
    opacity: 1;
}

.offcanvas-header .btn-close:not([disabled]):hover svg {
    transform: rotate(180deg);
}

.offcanvas-header .btn-close:not([disabled]):hover svg path {
    fill: hsl(5, 86%, 56%);
}

.offcanvas-body .mobilelist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.offcanvas-body .mobilelist-link {
    border-bottom: solid 0.0625rem hsl(0, 0%, 100%);
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.03rem;
    padding: 0.5rem 0rem;
    width: 100%;
    text-transform: uppercase;
    transition: all 350ms ease-in-out;
}

.offcanvas-body .mobilelist-link:hover:not(.active) {
    color: hsl(0, 100%, 64%);
    border-color: hsl(0, 100%, 64%);
}

.offcanvas-body .mobilelist-link.active {
    color: hsl(0, 100%, 64%);
    border-color: hsl(0, 100%, 64%);
}

.offcanvas-body::-webkit-scrollbar {
    background: transparent;
    width: 0.5rem;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.headersearch {
    display: flex;
    align-items: center;
    border-radius: 3.125rem;
    border-radius: 3.125rem;
    overflow: hidden;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 62rem) {
    .headersearch {
        min-width: 22rem;
        margin-inline: auto;
    }
}

@media screen and (min-width: 64rem) {
    .headersearch {
        min-width: 22rem;
    }
}

@media screen and (min-width: 75rem) {
    .headersearch {
        min-width: 25rem;
    }
}

.headersearch .searchfield {
    width: calc(100% - 4rem);
    height: 100%;
    background: transparent;
    color: hsl(0, 0%, 100%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    padding-left: 1rem;
}

.headersearch .searchfield::-moz-placeholder {
    color: hsl(214, 20%, 69%);
}

.headersearch .searchfield::placeholder {
    color: hsl(214, 20%, 69%);
}

.headersearch .btn-search {
    background: hsl(0, 100%, 64%);
    width: 4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headersearch .btn-search svg path {
    fill: hsl(0, 0%, 100%);
}

.mobilesearch {
    background: hsl(0, 3%, 6%);
}

.mobilesearch .collapse {
    padding-bottom: 1rem;
}

.modal-content {
    border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.modal-header {
    border-bottom: 0;
}

.modal-header .modal-title {
    font-family: "Nunito", sans-serif;
    font-size: 1.125rem;
}

.modal-header .btn-close {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    opacity: 1;
}

.modal-header .btn-close svg {
    width: 100%;
    height: 100%;
    transition: transform 350ms ease-in-out;
}

.modal-header .btn-close:not([disabled]):hover svg {
    transform: rotate(90deg);
}

.modal-header .btn-close:not([disabled]):hover svg path {
    stroke: hsl(1, 71%, 54%);
}

.modal-body p {
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
}

.modal-body .delete-title {
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.modal-footer .rightbuttons {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.modal-footer .btn-remove,
.modal-footer .btn-cancel,
.modal-footer .btn-update {
    width: 5.5rem;
    height: 2.25rem;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
}

.modal-footer .btn-remove {
    background: hsl(1, 71%, 54%);
    color: hsl(0, 0%, 100%);
}

.modal-footer .btn-remove:not([disabled]):hover {
    background: #d62724;
    color: hsl(0, 0%, 100%);
}

.modal-footer .btn-cancel {
    background: hsl(5, 5%, 49%);
    color: hsl(0, 0%, 100%);
}

.modal-footer .btn-cancel:not([disabled]):hover {
    background: #766c6b;
    color: hsl(0, 0%, 100%);
}

.modal-footer .btn-update {
    background: #c70000;
    color: hsl(0, 0%, 100%);
}

.modal-footer .btn-update:not([disabled]):hover {
    background: #fa0000;
    color: hsl(0, 0%, 100%);
}

.tooltip-inner {
    background: hsl(226, 20%, 20%);
    font-size: 0.75rem;
}

.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: hsl(226, 20%, 20%);
}

.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: hsl(226, 20%, 20%);
}

.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: hsl(226, 20%, 20%);
}

.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: hsl(226, 20%, 20%);
}

.footer {
    width: 100%;
    background: hsl(225, 6%, 13%);
    position: relative;
    z-index: 100;
}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer .footerupper {
    padding: 4rem 0rem 5rem;
}

.footer .footerupper .footerlogo {
    width: 15rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-self: center;
    overflow: hidden;
}

@media screen and (min-width: 48rem) {
    .footer .footerupper .footerlogo {
        justify-content: flex-start;
    }
}

.footer .footerupper .footerinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}

@media screen and (min-width: 62rem) {
    .footer .footerupper .footerinfo {
        align-items: flex-start;
    }
}

.footer .footerupper .footerinfo-header .footerinfo-title {
    color: hsl(0, 0%, 100%);
    font-family: "Nunito", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    line-height: 0.7583333333;
}

.footer .footerupper .footerinfo-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.5rem;
}

@media screen and (min-width: 62rem) {
    .footer .footerupper .footerinfo-body {
        align-items: flex-start;
    }
}

.footer .footerupper .footerinfo-body .footerlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
}

@media screen and (min-width: 62rem) {
    .footer .footerupper .footerinfo-body .footerlist {
        align-items: flex-start;
    }
}

.footer .footerupper .footerinfo-body .footerlist-link {
    color: hsl(0, 0%, 100%);
    display: inline-block;
    position: relative;
    transition: all 350ms ease-in-out;
}

.footer .footerupper .footerinfo-body .footerlist-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.0625rem;
    width: 0;
    background: hsl(0, 100%, 64%);
    transition: all 350ms ease-in-out;
}

.footer .footerupper .footerinfo-body .footerlist-link:not([disabled]):hover {
    color: hsl(0, 100%, 64%);
}

.footer .footerupper .footerinfo-body .footerlist-link:not([disabled]):hover::before {
    width: 100%;
}

.footer .footerupper .footerinfo-body .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer .footerupper .footerinfo-body .social-list-link {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer .footerupper .footerinfo-body .social-list-link svg {
    width: 100%;
    height: 100%;
}

.footer .footerlower {
    background: hsl(0, 0%, 10%);
    padding: 0.75rem;
}

.footer .footerlower .copyright .copyright-text {
    color: hsl(0, 0%, 100%);
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
}

.dashboard-footer {
    width: 100%;
    background: hsl(0, 3%, 6%);
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 62rem) {
    .dashboard-footer {
        width: calc(100% - 15.625rem);
        margin-left: auto;
    }
}

.dashboard-footer .text-copyright {
    color: hsl(0, 0%, 100%);
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
}

.dashboard-footer.collapsed-footer {
    width: calc(100% - 5rem);
}

.preloader {
    background: hsl(0, 0%, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0rem;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    z-index: 9999;
}

.preloader .loader {
    width: 9.375rem;
    height: 9.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 36rem) {
    .preloader .loader {
        width: 12.5rem;
        height: 12.5rem;
    }
}

@media screen and (min-width: 48rem) {
    .preloader .loader {
        width: 15.625rem;
        height: 15.625rem;
    }
}

.sidebar {
    background: hsl(0, 3%, 6%);
    width: 15.625rem;
    height: calc(100vh - 4rem);
    position: fixed;
    top: 4rem;
    left: 0rem;
    transition: width 350ms cubic-bezier(1, 0.335, 0.89, 0.825);
    display: none;
}

@media screen and (min-width: 62rem) {
    .sidebar {
        display: flex;
        flex-direction: column;
    }
}

.sidebar-header {
    padding: 0.25rem;
    border-bottom: solid 0.0625rem #525b7a;
}

.sidebar-header .userlink {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sidebar-header .userlink .userlink-info {
    display: flex;
    flex-direction: column;
}

.sidebar-header .userlink .userlink-info .name {
    color: hsl(220, 2%, 68%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .sidebar-header .userlink .userlink-info .name {
        font-size: 1rem;
    }
}

@media screen and (min-width: 75rem) {
    .sidebar-header .userlink .userlink-info .name {
        font-size: 1.125rem;
    }
}

.sidebar-header .userlink .userlink-info .mail {
    color: hsl(220, 2%, 68%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .sidebar-header .userlink .userlink-info .mail {
        font-size: 0.8125rem;
    }
}

.sidebar-body {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 5.1875rem);
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-body::-webkit-scrollbar {
    background: transparent;
    width: 0.5rem;
}

.sidebar-body::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.sidebar-body .sidelist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.125rem;
}

.sidebar-body .sidelist-link {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    gap: 0.75rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    margin-bottom: 1px;
}

.sidebar-body .sidelist-link .icon {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sidebar-body .sidelist-link .icon svg {
    width: 100%;
    height: 100%;
}

.sidebar-body .sidelist-link .text {
    color: hsl(220, 2%, 68%);
    font-family: "Inter", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.sidebar-body .sidelist-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-body .sidelist-link.active {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-body .userlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.125rem;
}

.sidebar-body .userlist-link {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    gap: 0.75rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.sidebar-body .userlist-link .icon {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sidebar-body .userlist-link .icon svg {
    width: 100%;
    height: 100%;
}

.sidebar-body .userlist-link .text {
    color: hsl(220, 2%, 68%);
    font-family: "Inter", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.sidebar-body .userlist-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-body .userlist-link.active {
    background: rgba(255, 255, 255, 0.2);
}

/* Set sidebar width when collapsed */
.sidebar.collapsed-sidebar {
    width: 5rem;
}

/* Hide user info text in header */
.sidebar.collapsed-sidebar .sidebar-header .userlink .userlink-info {
    display: none;
}

/* Hide all sidebar text */
.sidebar.collapsed-sidebar .sidebar-body .sidelist-link .text,
.sidebar.collapsed-sidebar .sidebar-body .userlist-link .text {
    display: none;
}

/* ICON WRAPPER (important for spacing) */
.collapsed-sidebar .sidelist-link .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Make icons larger */
.collapsed-sidebar .sidelist-link .icon i,
.collapsed-sidebar .sidelist-link .icon svg {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
}

/* Center icon vertically */
.collapsed-sidebar .sidelist-link {
    justify-content: center;
    padding: 14px 0;
    display: flex;
    align-items: center;
}


.mobilesidebar {
    background: hsl(0, 3%, 6%);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    height: 100%;
}

.mobilesidebar-header {
    padding: 1.25rem 1.25rem 0rem;
}

.mobilesidebar-header .userlink {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mobilesidebar-header .userlink .userlink-info {
    display: flex;
    flex-direction: column;
}

.mobilesidebar-header .userlink .userlink-info .name {
    color: hsl(220, 2%, 68%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .mobilesidebar-header .userlink .userlink-info .name {
        font-size: 1rem;
    }
}

@media screen and (min-width: 75rem) {
    .mobilesidebar-header .userlink .userlink-info .name {
        font-size: 1.125rem;
    }
}

.mobilesidebar-header .userlink .userlink-info .mail {
    color: hsl(220, 2%, 68%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .mobilesidebar-header .userlink .userlink-info .mail {
        font-size: 0.8125rem;
    }
}

.mobilesidebar .divider {
    width: 100%;
    height: 0.0625rem;
    background: #525b7a;
}

.mobilesidebar-body {
    padding: 0rem 1.25rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 5.1875rem);
}

.mobilesidebar-body .sidelist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.125rem;
}

.mobilesidebar-body .sidelist-link {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    gap: 0.75rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.mobilesidebar-body .sidelist-link .icon {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mobilesidebar-body .sidelist-link .icon svg {
    width: 100%;
    height: 100%;
}

.mobilesidebar-body .sidelist-link .text {
    color: hsl(220, 2%, 68%);
    font-family: "Inter", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.mobilesidebar-body .sidelist-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.2);
}

.mobilesidebar-body .sidelist-link.active {
    background: rgba(255, 255, 255, 0.2);
}

.mobilesidebar-body .userlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.125rem;
}

.mobilesidebar-body .userlist-link {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    gap: 0.75rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.mobilesidebar-body .userlist-link .icon {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mobilesidebar-body .userlist-link .icon svg {
    width: 100%;
    height: 100%;
}

.mobilesidebar-body .userlist-link .text {
    color: hsl(220, 2%, 68%);
    font-family: "Inter", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.mobilesidebar-body .userlist-link:hover:not(.active) {
    background: rgba(255, 255, 255, 0.2);
}

.mobilesidebar-body .userlist-link.active {
    background: rgba(255, 255, 255, 0.2);
}

.sidebarlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.sidebarlist-link {
    color: hsl(0, 0%, 9%);
    display: flex;
    align-items: center;
    transition: color 350ms ease-in-out;
    justify-content: space-between;
}

.sidebarlist-link .categorytitle {
    color: inherit;
    font-family: "Nunito", sans-serif;
    font-size: 0.7125rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    /*width: calc(100% - 2.5rem);*/
}

.sidebarlist-link .categorycounter {
    color: inherit;
    font-family: "Nunito", sans-serif;
    font-size: 0.6125rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    /*width: 2.5rem;*/
}


@media (min-width: 992px) {
    .sidebarlist-link .categorytitle {
        width: calc(100% - 2.5rem);
        font-size: 0.9125rem;
        font-weight: 700;
    }

    .sidebarlist-link .categorycounter {
        width: 2.5rem;
        font-size: 0.9125rem;
        font-weight: 700;
    }
}

.sidebarlist-link:not([disabled]):hover {
    color: hsl(5, 86%, 56%);
}

.mainsection {
    width: 100%;
    min-height: 100vh;
    padding: 2rem 1.25rem;
    transition: width 350ms cubic-bezier(1, 0.335, 0.89, 0.825);
}

@media screen and (min-width: 62rem) {
    .mainsection {
        padding: 2.5rem;
        width: calc(100% - 15.625rem);
        margin-left: auto;
    }
}

.mainsection.collapsed-main {
    width: calc(100% - 5rem);
}

.myprofile {
    min-height: 100vh;
}

@media screen and (min-width: 62rem) {
    .myprofile {
        width: calc(100% - 15.625rem);
        margin-left: auto;
    }
}

.myprofile.collapsed-main {
    width: calc(100% - 5rem);
}

.table thead tr th {
    font-size: 0.75rem;
}

.table tbody tr td {
    font-size: 0.75rem;
    max-width: 99%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table tbody tr td .actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.table tbody tr td .actions .btn-view {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: hsl(5, 86%, 56%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0.5rem;
}

.table tbody tr td .actions .btn-view svg {
    width: 100%;
    height: 100%;
}

.table tbody tr td .actions .btn-view svg path {
    fill: hsl(0, 0%, 100%);
}

.table tbody tr td .actions .btn-action {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.table tbody tr td .actions .btn-action svg {
    width: 100%;
    height: 100%;
}

.table tbody tr td .actions .btn-action svg path {
    fill: hsl(218, 17%, 35%);
}

.table tbody tr td .actions .btn-action:first-child:not([disabled]):hover svg path {
    fill: hsl(17, 92%, 48%);
}

.table tbody tr td .actions .btn-action:not([disabled]):hover svg path {
    fill: hsl(5, 86%, 56%);
}

.table tbody tr td .specilities {
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    flex-wrap: wrap;
}

.table tbody tr td .specilities .specility {
    font-size: 0.625rem;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    background: hsl(0, 64%, 90%);
    color: hsl(5, 86%, 56%);
}

.table tbody tr td .blogimg {
    width: 6rem;
    height: 3rem;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.table tbody tr td .blogimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.table tbody tr td .description {
    max-width: 9.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.table tbody tr td .description p {
    font-size: 0.6875rem;
}

.bstable{
    overflow: visible;
}
.pending {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5rem;
}

.pending-icon {
    background: hsl(0, 0%, 94%);
    border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    width: 17.5rem;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pending-icon svg g {
    width: 100%;
}

.pending-title {
    color: hsl(0, 0%, 0%);
}

.pending-text {
    color: hsl(0, 0%, 63%);
}

@media screen and (min-width: 87.5rem) {
    .pending-text {
        font-size: 1.125rem;
    }
}

.pending-contact {
    position: relative;
    background: hsl(0, 23%, 16%);
    border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pending-contact .icon {
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}

@media screen and (min-width: 36rem) {
    .pending-contact .icon {
        width: 7.875rem;
        height: 7.875rem;
        left: -20%;
    }
}

.pending-contact .icon svg {
    width: 100%;
    height: 100%;
}

.pending-contact .descript {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 1.5rem;
    width: 18.75rem;
    height: 5.625rem;
}

.pending-contact .descript .divider {
    width: 12.375rem;
    height: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 3.75rem;
}

.pending-contact .descript .divider svg {
    width: 100%;
    height: 100%;
}

.pending-contact .descript .calltitle,
.pending-contact .descript .phonenumber {
    font-size: 1.25rem;
    color: hsl(0, 16%, 82%);
    font-weight: 700;
    width: 12.375rem;
    margin-left: 3.75rem;
}

.calendar {
    background: hsl(0, 0%, 100%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 0.625rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.calendar-header .month-year {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .calendar-header .month-year {
        font-size: 1rem;
    }
}

.calendar-header .calendar-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 0.25rem;
}

.calendar-header .calendar-buttons .btn--previous,
.calendar-header .calendar-buttons .btn--next {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-header .calendar-buttons .btn--previous svg,
.calendar-header .calendar-buttons .btn--next svg {
    width: 100%;
    height: 100%;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
}

.table-calendar-header tr {
    border-radius: 0.125rem;
    border-radius: 0.125rem;
}

.table-calendar-header tr th {
    border: 0;
    color: hsl(0, 0%, 0%);
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.02625rem;
    padding: 0.3125rem;
}

@media screen and (min-width: 62rem) {
    .table-calendar-header tr th {
        font-size: 0.875rem;
    }
}

.table-calendar-body tr {
    border-radius: 0.125rem;
    border-radius: 0.125rem;
}

.table-calendar-body tr .date-picker {
    border: 0;
    vertical-align: middle;
    padding: 0.3125rem;
    text-align: center;
}

.table-calendar-body tr .date-picker span {
    color: hsl(0, 0%, 0%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5166666667;
    letter-spacing: 0.02625rem;
}

@media screen and (min-width: 62rem) {
    .table-calendar-body tr .date-picker span {
        font-size: 0.875rem;
    }
}

.table-calendar-body tr .date-picker.selected {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    border-radius: 0.125rem;
    border-radius: 0.125rem;
}

.table-calendar-body tr .date-picker.selected span {
    color: inherit;
    font-weight: bold;
}

.table-calendar-body tr.active-week .date-picker span {
    color: hsl(0, 0%, 100%);
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
}

.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}

.activeweek {
    background: green;
}

.active-week {
    background: hsl(30, 2%, 18%);
    color: hsl(0, 0%, 100%);
}

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.select-dropdown--0 {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .select-dropdown--0 {
        font-size: 0.875rem;
    }
}

.select-dropdown__button {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 0.625rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    max-width: 100%;
    min-width: 9.1875rem;
    height: 2.25rem;
    letter-spacing: 0.1rem;
    padding: 0.375rem 0.75rem;
    text-align: left;
    text-transform: uppercase;
}

@media screen and (min-width: 48rem) {
    .select-dropdown__button {
        min-width: 10rem;
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 62rem) {
    .select-dropdown__button {
        font-size: 0.875rem;
    }
}

.select-dropdown__button:focus {
    outline: none;
}

.select-dropdown__button .arrowicon {
    transition: transform 350ms ease-in-out;
}

.select-dropdown__button.active .arrowicon {
    transform: rotate(180deg);
}

.select-dropdown__list {
    background: hsl(0, 0%, 85%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    position: absolute;
    display: block;
    left: 0rem;
    right: 0rem;
    min-width: 10rem;
    max-height: 18.75rem;
    overflow: auto;
    margin: 0rem;
    padding: 0.3125rem;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    top: calc(100% + 0.3125rem);
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    background: transparent;
    color: hsl(0, 3%, 17%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    display: block;
    list-style-type: none;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}

.select-dropdown__list-item:not([disabled]):hover {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    transition: all ease-in-out 0.3s;
}

.nice-select {
    background: hsl(0, 0%, 100%);
    height: 2.75rem;
}

.slider {
    position: relative;
    padding: 0 0rem; /* Add space for arrows */
}

@media (min-width: 576px){
    .slider {
        position: relative;
        padding: 0 3rem; /* Add space for arrows */
    }
}

.slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* So content is clickable below */
}

.slider-buttons button {
    width: 2.25rem;
    height: 2.25rem;
    pointer-events: auto; /* Make buttons clickable */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.slider-buttons button svg {
    width: 100%;
    height: 100%;
}

.slider-buttons button svg path {
    fill: hsl(226, 20%, 20%);
    transition: all 350ms ease-in-out;
}

.slider-buttons button:not([disabled]):hover svg path {
    fill: hsl(0, 100%, 64%);
}

.slider-buttons button::after {
    content: "";
    width: 0rem;
    height: 0rem;
    display: none;
}

.slidelink {
    display: block;
    height: 100%;
}

.authentication {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.authentication-detail {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 0rem;
}

.authentication-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 0.875rem;
}

.authentication-header .authentic-title {
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.0875rem;
}

@media screen and (min-width: 62rem) {
    .authentication-header .authentic-title {
        font-size: 1.5rem;
    }
}

.authentication-body {
    padding: 1.5rem;
    background: hsl(0, 0%, 100%);
    box-shadow: 0 0.375rem 1rem 0 rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (min-width: 62rem) {
    .authentication-body {
        padding: 3rem 2rem;
    }
}

.authentication-body .authinfo {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.authentication-body .forgotlink {
    color: hsl(231, 15%, 24%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    transition: all 350ms ease-in-out;
}

.authentication-body .forgotlink:not([disabled]):hover {
    color: hsl(5, 86%, 56%);
}

.authentication-body .authtext {
    color: hsl(0, 0%, 0%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.authentication-body .authtext .link {
    font: inherit;
    font-weight: 600;
    color: hsl(5, 86%, 56%);
    transition: all 350ms ease-in-out;
}

.authentication-body .authtext .link:not([disabled]):hover {
    text-decoration: underline;
}

.authentication-body .infotext {
    color: hsl(0, 3%, 17%);
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.authentication-body .or {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.authentication-body .or-header {
    border-bottom: solid 0.0625rem hsl(0, 0%, 63%);
    position: relative;
}

.authentication-body .or-header .ortitle {
    position: absolute;
    top: -0.5rem;
    left: 50%;
    color: hsl(233, 3%, 50%);
    transform: translateX(-50%);
    background: hsl(0, 0%, 100%);
    padding-inline: 1.25rem;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.authentication-body .or-body {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

@media screen and (min-width: 36rem) {
    .authentication-body .or-body {
        flex-wrap: nowrap;
    }
}

.authentication-body .or-body .btn-or {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    border: solid 0.0625rem hsl(0, 0%, 85%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
}

.authentication-body .or-body .btn-or .icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.authentication-body .or-body .btn-or .icon svg {
    width: 100%;
    height: 100%;
}

.authentication-body .or-body .btn-or .text {
    color: hsl(0, 0%, 10%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

.authentication-body .havetext {
    color: hsl(0, 3%, 17%);
    font-family: "Inter", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.authentication-body .verifybox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
}

.authentication-body .verifybox .verifynumber {
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 10%);
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.0625rem rgba(41, 46, 61, 0.2);
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    transition: all 350ms ease-in-out;
}

.authentication-body .verifybox .verifynumber:focus {
    border-color: hsl(226, 20%, 20%);
}

.authentication-body .successbox {
    padding: 1.5rem;
}

.authentication-body .successbox .successicon {
    text-align: center;
    font-size: 8rem;
}

.authentication-body .successbox .successicon::-moz-selection {
    background: transparent;
}

.authentication-body .successbox .successicon::selection {
    background: transparent;
}

.authentication-body .emoji::-moz-selection {
    background: transparent;
}

.authentication-body .emoji::selection {
    background: transparent;
}

.pagination {
    gap: 0.5rem;
}

.pagination .page-item .btn-previous svg circle,
.pagination .page-item .btn-previous svg path,
.pagination .page-item .btn-next svg circle,
.pagination .page-item .btn-next svg path {
    transition: all 350ms ease-in-out;
}

.pagination .page-item .btn-previous:not([disabled]):hover svg circle,
.pagination .page-item .btn-next:not([disabled]):hover svg circle {
    fill: hsl(5, 86%, 56%);
}

.pagination .page-item .btn-previous:not([disabled]):hover svg path,
.pagination .page-item .btn-next:not([disabled]):hover svg path {
    fill: hsl(0, 0%, 100%);
}

.pagination-list {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    max-width: 12.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.pagination-list .page-item .page-link {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(0, 0%, 100%);
    color: hsl(0, 3%, 17%);
    border: 0;
}

.pagination-list .page-item .page-link:focus {
    box-shadow: none;
    outline: none;
}

.pagination-list .page-item:hover:not(.active) .page-link {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.pagination-list .page-item.active .page-link {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.custom-radio .radio-input:checked~.radio-label::after {
    opacity: 1;
    visibility: visible;
}

.custom-radio .radio-label {
    position: relative;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    padding-left: 1.875rem;
}

@media screen and (min-width: 62rem) {
    .custom-radio .radio-label {
        font-size: 1.125rem;
    }
}

.custom-radio .radio-label::before,
.custom-radio .radio-label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.custom-radio .radio-label::before {
    width: 1.125rem;
    height: 1.125rem;
    border: solid 0.0625rem hsl(0, 0%, 100%);
    border-radius: 100%;
    transition: transform 350ms ease-in-out;
}

.custom-radio .radio-label::after {
    background: hsl(0, 0%, 100%);
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 100%;
    left: 0.28125rem;
    opacity: 0;
    visibility: hidden;
    transition: transform 350ms ease-in-out;
}

.viewscounter {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.schedulefield {
    height: 2.75rem;
}

.chambersection-details {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.chambersection-header {
    padding-bottom: 0.875rem;
    border-bottom: solid 0.0625rem hsl(5, 86%, 56%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chambersection-header .title {
    color: hsl(226, 20%, 20%);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .chambersection-header .title {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 75rem) {
    .chambersection-header .title {
        font-size: 1.25rem;
    }
}

.chambersection-header .searchbox {
    display: flex;
    align-items: center;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    overflow: hidden;
}

.chambersection-header .searchbox .searchfield {
    width: calc(100% - 2.25rem);
    height: 2.25rem;
    padding: 0.5rem 1rem;
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    letter-spacing: 0.009375rem;
}

.chambersection-header .searchbox .searchfield::-moz-placeholder {
    color: hsl(0, 0%, 63%);
}

.chambersection-header .searchbox .searchfield::placeholder {
    color: hsl(0, 0%, 63%);
}

.chambersection-header .searchbox .btn-search {
    width: 2.25rem;
    height: 2.25rem;
    background: hsl(5, 86%, 56%);
}

.chambersection-body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.chambersection-body .nav-tabs {
    border: none;
    width: 100%;
    background: hsl(0, 0%, 100%);
    border: solid 0.0625rem hsl(0, 0%, 94%);
    gap: 0.25rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border-radius: 0.5rem;
}

@media screen and (min-width: 62rem) {
    .chambersection-body .nav-tabs {
        gap: 0.5rem;
    }
}

.chambersection-body .nav-tabs-item:first-child .nav-link,
.chambersection-body .nav-tabs-item:last-child .nav-link {
    border-radius: 0rem;
    border-radius: 0rem;
}

.chambersection-body .nav-tabs .nav-link {
    background: hsl(0, 0%, 100%);
    color: hsl(0, 3%, 17%);
    border: none;
    border-radius: 3.125rem;
    border-radius: 3.125rem;
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.009375rem;
    margin: 0rem;
    padding: 0.375rem 0.75rem;
    transition: all 350ms ease-in-out;
}

@media screen and (min-width: 62rem) {
    .chambersection-body .nav-tabs .nav-link {
        padding: 0.5rem 1.25rem;
    }
}

.chambersection-body .nav-tabs .nav-link:hover:not(.active) {
    border: none;
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.chambersection-body .nav-tabs .nav-link.active {
    border: none;
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.chambersection-body .emptydoctors {
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 2rem;
}

.chambersection-body .emptydoctors-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}

.chambersection-body .emptydoctors-header .icon {
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.chambersection-body .emptydoctors-header .icon svg {
    width: 100%;
    height: 100%;
}

.chambersection-body .emptydoctors-header .title {
    color: hsl(0, 0%, 0%);
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif;
}

@media screen and (min-width: 62rem) {
    .chambersection-body .emptydoctors-header .title {
        font-size: 1.875rem;
    }
}

.chambersection-body .emptydoctors-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.chambersection-body .emptydoctors-body .text {
    color: hsl(0, 0%, 63%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
}

.chambersection-body .emptydoctors-body .text a {
    text-decoration: underline;
    color: hsl(5, 86%, 56%);
    font: inherit;
    font-style: italic;
    display: inline-block;
    width: 3.75rem;
    transition: all 350ms ease-in-out;
}

.chambersection-body .emptydoctors-body .text a:not([disabled]):hover {
    text-decoration: none;
}

.chambersection-body .mydoctors {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.createschedule {
    background: hsl(0, 0%, 100%);
    padding: 1rem;
}

@media screen and (min-width: 62rem) {
    .createschedule {
        padding: 2rem;
    }
}

.createschedule .detail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.createschedule .detail .name {
    color: hsl(226, 20%, 20%);
    font-family: "Nunito", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 48rem) {
    .createschedule .detail .name {
        font-size: 1.75rem;
    }
}

.createschedule .detail .name span {
    color: hsl(5, 86%, 56%);
    font: inherit;
}

.createschedule .detail .text {
    color: hsl(226, 20%, 20%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .createschedule .detail .text {
        font-size: 1rem;
    }
}

.createschedule .thumbnail {
    width: 9.375rem;
    height: 9.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-inline: auto;
}

@media screen and (min-width: 48rem) {
    .createschedule .thumbnail {
        margin-left: auto;
    }
}

.createschedule .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.singleschedulebox {
    width: calc(100% - 2.5rem);
}

.schedulesbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    margin-top: auto;
    justify-content: flex-end;
    height: 100%;
}

@media screen and (min-width: 48rem) {
    .schedulesbutton {
        margin-top: -1.5rem;
    }
}

.schedulesbutton button {
    width: 11.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    padding: 0.5rem;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.schedulesbutton .btn-special {
    background: hsl(5, 5%, 49%);
    color: hsl(0, 0%, 100%);
}

.schedulesbutton .btn-save {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.mc-calendar {
    z-index: 1300;
}

.noteform {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.scheduletable {
    background: hsl(0, 0%, 100%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media screen and (min-width: 62rem) {
    .scheduletable {
        padding: 1.5rem;
    }
}

.scheduletable-header .title {
    color: hsl(0, 0%, 0%);
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 62rem) {
    .scheduletable-header .title {
        font-size: 1.125rem;
    }
}

.scheduletable table {
    background: hsl(0, 0%, 100%);
}

.scheduletable table td {
    color: hsl(0, 0%, 0%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
}

.scheduletable table td:first-child {
    text-align: center;
}

.scheduletable table .docschedules {
    display: flex;
    flex-direction: column;
}

.scheduletable table .docschedules .detail {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    border-bottom: solid 0.0625rem hsl(210, 14%, 89%);
    padding: 0.75rem;
}

.scheduletable table .docschedules .detail:last-child {
    padding-bottom: 0rem;
    border-bottom: 0rem;
}

.scheduletable table .docschedules .detail .name {
    color: hsl(226, 20%, 20%);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.scheduletable table .docschedules .detail .time {
    font-weight: 400;
    font-size: 0.8125rem;
    font-family: "Nunito", sans-serif;
}

.dashtodaydoctors {
    background: hsl(0, 0%, 100%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media screen and (min-width: 62rem) {
    .dashtodaydoctors {
        padding: 1.5rem;
    }
}

.dashtodaydoctors-header .title {
    color: hsl(0, 0%, 0%);
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 62rem) {
    .dashtodaydoctors-header .title {
        font-size: 1.125rem;
    }
}

.viewschedule {
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewschedule .link {
    color: hsl(0, 3%, 6%);
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    transition: all 350ms ease-in-out;
}

.viewschedule .link:not([disabled]):hover {
    color: hsl(5, 86%, 56%);
}

.requestlist {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 62rem) {
    .requestlist {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.requestlist .request {
    background: hsl(0, 0%, 100%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

@media screen and (min-width: 62rem) {
    .requestlist .request {
        width: calc(50% - 1rem);
    }
}

.requestlist .request-info {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.requestlist .request-info .request-thumbnail {
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.requestlist .request-info .request-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.requestlist .request-info .request-detail {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.requestlist .request-info .request-detail .namerequest {
    color: hsl(0, 0%, 0%);
    font-size: 0.875rem;
    font-weight: 600;
}

.requestlist .request-info .request-detail .textrequest {
    color: hsl(231, 15%, 24%);
    font-size: 0.75rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.requestlist .request-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.requestlist .request-actions button {
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    text-align: center;
    max-width: 8.125rem;
}

.requestlist .request-actions .btn-accept {
    background: hsl(137, 55%, 55%);
    color: hsl(0, 0%, 100%);
}

.requestlist .request-actions .btn-accept:not([disabled]):hover {
    background: #34b257;
    color: hsl(0, 0%, 100%);
}

.requestlist .request-actions .btn-decline {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.requestlist .request-actions .btn-decline:not([disabled]):hover {
    background: #da2110;
    color: hsl(0, 0%, 100%);
}

.blog {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.blog-header {
    border-bottom: solid 0.125rem hsl(5, 86%, 56%);
    padding-bottom: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media screen and (min-width: 36rem) {
    .blog-header {
        flex-direction: row;
        justify-content: space-between;
    }
}

.blog-header .title-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.blog-header .title-box .blog-title {
    color: hsl(226, 20%, 20%);
    font-weight: 600;
    text-transform: uppercase;
}

.blog-header .title-box .blog-badge {
    background: rgba(239, 62, 46, 0.2);
    color: hsl(5, 86%, 56%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 1.75rem;
    text-align: center;
}

.blog-header .rightinfo {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.blog-header .rightinfo .btn-search {
    background: hsl(5, 86%, 56%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-header .rightinfo .addpost .btn-add {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    height: 2.25rem;
    padding: 0.3125rem;
}

.blog-header .rightinfo .addpost .btn-add .text {
    color: inherit;
    font-family: "Inter", sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

@media screen and (min-width: 48rem) {
    .blog-header .rightinfo .addpost .btn-add .text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 62rem) {
    .blog-header .rightinfo .addpost .btn-add .text {
        font-size: 0.875rem;
    }
}

.blog-header .btn-publish,
.blog-header .btn-update {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    text-align: center;
    padding: 0.5rem 0.875rem;
}

@media screen and (min-width: 62rem) {

    .blog-header .btn-publish,
    .blog-header .btn-update {
        font-size: 0.875rem;
        padding: 0.5rem 1.5rem;
    }
}

.blog-header .btn-publish {
    background: hsl(137, 55%, 55%);
    color: hsl(0, 0%, 100%);
}

.blog-header .btn-update {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.blog-body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.blog-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogsearch .searchform {
    display: flex;
    align-items: center;
    background: hsl(0, 0%, 100%);
    border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.blogsearch .searchform .btn-search {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(5, 86%, 56%);
}

.blogsearch .searchform .mysearches {
    width: calc(100% - 2.5rem);
    height: 2.5rem;
}

.blogsearch .searchform .mysearches .searchfield {
    background: transparent;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.notifications {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.notifications-header {
    border-bottom: solid 0.125rem hsl(5, 86%, 56%);
    padding-bottom: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media screen and (min-width: 36rem) {
    .notifications-header {
        flex-direction: row;
        justify-content: space-between;
    }
}

.notifications-header .title-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.notifications-header .title-box .notification-title {
    color: hsl(226, 20%, 20%);
    font-weight: 600;
    text-transform: uppercase;
}

.notifications-header .title-box .notification-badge {
    background: rgba(239, 62, 46, 0.2);
    color: hsl(5, 86%, 56%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 1.75rem;
    text-align: center;
}

.notifications-header .filternotification {
    width: 100%;
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
}

@media screen and (min-width: 36rem) {
    .notifications-header .filternotification {
        width: 18.75rem;
    }
}

.notifications-header .filternotification input {
    width: calc(100% - 1rem);
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    padding: 0.25rem;
}

.notifications-header .filternotification input::-moz-placeholder {
    color: hsl(0, 0%, 63%);
}

.notifications-header .filternotification input::placeholder {
    color: hsl(0, 0%, 63%);
}

.notifications-header .filternotification label {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.notifications-header .filternotification label svg {
    width: 100%;
    height: 100%;
}

.notifications-body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.notifications-body .notification {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.notifications-body .notification-date .dateinfo {
    color: hsl(0, 0%, 0%);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

.notifications-body .notification-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 62rem) {
    .notifications-body .notification-list {
        gap: 1.25rem;
    }
}

.mc-calendar--inline .mc-select__month .mc-select__nav--next,
.mc-select__nav--next {
    right: -1.5rem;
}

.schedule {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.schedule-header {
    padding-bottom: 0.875rem;
    border-bottom: solid 0.125rem hsl(5, 86%, 56%);
}

.postform .postimage {
    background: hsl(0, 0%, 100%);
    border: solid 0.0625rem rgba(41, 46, 61, 0.2);
    border-radius: 0.375rem;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.postform .postimage-filename {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    width: calc(100% - 2rem);
}

.postform .postimage-filename .icon {
    width: 2.6875rem;
    height: 2.6875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.postform .postimage-filename .icon svg {
    width: 100%;
    height: 100%;
}

.postform .postimage-filename .fileinfo {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    width: calc(100% - 3.5625rem);
}

.postform .postimage-filename .fileinfo .filename {
    color: hsl(0, 0%, 63%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.postform .postimage-filename .fileinfo .btn-remove {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    overflow: hidden;
    display: none;
}

.postform .postimage-filename .fileinfo .btn-remove svg {
    width: 100%;
    height: 100%;
}

.postform .postimage .btn-upload {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.postform .postimage .btn-upload svg {
    width: 100%;
    height: 100%;
}

.postform .postimage.is-active {
    background: hsl(0, 67%, 90%);
    border-color: hsl(0, 0%, 94%);
}

.postform .postimage.is-active .postimage-filename .fileinfo .filename {
    color: hsl(5, 86%, 56%);
    text-decoration: underline;
}

.postform .postimage.is-active .postimage-filename .fileinfo .btn-remove {
    display: flex;
    align-items: center;
    justify-content: center;
}

.postform .upload-thumbnail {
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    width: 100%;
    height: 9.375rem;
    overflow: hidden;
}

.postform .upload-thumbnail img {
    width: 100%;
    height: 100%;
}

.ck-editor {
    border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.ck-content {
    min-height: 12.5rem;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: rgba(41, 46, 61, 0.2);
    transition: all 350ms ease-in-out;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    border-color: hsl(0, 0%, 77%);
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    padding: 1rem;
}

.swal2-styled.swal2-cancel {
    border: 0 !important;
    background: transparent !important;
    color: hsl(5, 86%, 56%) !important;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    outline: none;
}

.swal2-styled.swal2-cancel:not([disabled]):hover {
    color: hsl(343, 79%, 50%) !important;
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: none;
    outline: none;
}

.swal2-title {
    color: hsl(226, 20%, 20%);
    font-family: "Inter", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.swal2-html-container {
    color: hsl(0, 0%, 44%);
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.feedbackform {
    background: hsl(0, 0%, 100%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (min-width: 62rem) {
    .feedbackform {
        padding: 1.5rem;
    }
}

.feedbackform-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feedbackform-header .feedback-title {
    color: hsl(226, 20%, 20%);
}

.feedbackform-header .feedback-title span {
    color: hsl(5, 86%, 56%);
}

@media screen and (min-width: 62rem) {
    .feedbackform-header .feedbackinfo {
        max-width: 75%;
    }
}

.feedbackform-header .feedback-text {
    color: hsl(226, 20%, 20%);
}

.feedbackform-body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feedbackform-body .inputbox {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.myprofile .nav-tabs {
    width: 100%;
    background: hsl(0, 0%, 100%);
}

.myprofile .nav-tabs .nav-item {
    width: 25%;
    border-right: solid 0.125rem hsl(0, 0%, 94%);
}

.myprofile .nav-tabs .nav-item:last-of-type {
    border-right: 0rem;
}

.myprofile .nav-tabs .nav-link {
    color: hsl(226, 20%, 20%);
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-align: center;
    border: 0;
    border-radius: 0rem;
    border-radius: 0rem;
    border-bottom: solid 0.125rem transparent;
    transition: all 350ms ease-in-out;
}

@media screen and (min-width: 62rem) {
    .myprofile .nav-tabs .nav-link {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 75rem) {
    .myprofile .nav-tabs .nav-link {
        font-size: 1rem;
    }
}

.myprofile .nav-tabs .nav-link:hover:not(.active) {
    color: hsl(5, 86%, 56%);
    border-color: hsl(5, 86%, 56%);
}

.myprofile .nav-tabs .nav-link.active {
    color: hsl(5, 86%, 56%);
    border-color: hsl(5, 86%, 56%);
}

.myprofile-detail {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(240, 65, 48, 0) 0%, rgba(240, 65, 48, 0.0979167) 48.96%, rgba(240, 65, 48, 0.2) 100%);
}

.myprofile-detail .icon {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.myprofile-detail .icon svg {
    width: 100%;
    height: 100%;
}

.myprofile-detail .detail {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: calc(100% - 4.75rem);
}

.myprofile-detail .detail .profile-title {
    color: hsl(5, 86%, 56%);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .myprofile-detail .detail .profile-title {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 75rem) {
    .myprofile-detail .detail .profile-title {
        font-size: 1.25rem;
    }
}

.myprofile-detail .detail .profiletext {
    color: hsl(0, 7%, 52%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .myprofile-detail .detail .profiletext {
        font-size: 0.875rem;
    }
}

.myprofile .personalinfo,
.myprofile .professionalinfo,
.myprofile .educationinfo,
.myprofile .profileimage {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.myprofile .personalinfo-info {
    padding: 2rem 1.25rem;
}

@media screen and (min-width: 62rem) {
    .myprofile .personalinfo-info {
        padding: 2.5rem;
    }
}

.myprofile .personalinfo-info .details {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.25rem;
}

@media screen and (min-width: 48rem) {
    .myprofile .personalinfo-info .details {
        padding: 2rem;
    }
}

@media screen and (min-width: 62rem) {
    .myprofile .personalinfo-info .details {
        padding: 3rem;
    }
}

.myprofile .professionalinfo-info {
    padding: 2rem 1.25rem;
}

@media screen and (min-width: 62rem) {
    .myprofile .professionalinfo-info {
        padding: 2.5rem;
    }
}

.myprofile .professionalinfo-info .details {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media screen and (min-width: 48rem) {
    .myprofile .professionalinfo-info .details {
        padding: 2rem;
    }
}

@media screen and (min-width: 62rem) {
    .myprofile .professionalinfo-info .details {
        padding: 3rem;
    }
}

.myprofile .professionalinfo-info .details .treatment-summary {
    padding: 0.75rem;
    border: solid 0.0625rem hsl(0, 0%, 63%);
    position: relative;
}

.myprofile .professionalinfo-info .details .treatment-summary .summarytitle {
    position: absolute;
    top: -0.5rem;
    left: 0.75rem;
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 63%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    padding-inline: 0.25rem;
}

.myprofile .professionalinfo-info .details .treatment-summary .summarytext {
    color: hsl(0, 0%, 10%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.025rem;
}

@media screen and (min-width: 62rem) {
    .myprofile .professionalinfo-info .details .treatment-summary .summarytext {
        font-size: 0.875rem;
    }
}

.myprofile .professionalinfo-info .details-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.myprofile .professionalinfo-info .details-header .title {
    color: hsl(226, 20%, 20%);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .myprofile .professionalinfo-info .details-header .title {
        font-size: 1.25rem;
    }
}

.myprofile .professionalinfo-info .details-body .emptyeducation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.myprofile .professionalinfo-info .details-body .emptyeducation .icon {
    width: 8.125rem;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.myprofile .professionalinfo-info .details-body .emptyeducation .icon svg {
    width: 100%;
    height: 100%;
}

.myprofile .professionalinfo-info .details-body .emptyeducation .info {
    max-width: 32.5rem;
    text-align: center;
}

.myprofile .professionalinfo-info .details-body .emptyeducation .info p {
    color: hsl(0, 0%, 10%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .myprofile .professionalinfo-info .details-body .emptyeducation .info p {
        font-size: 0.875rem;
    }
}

.myprofile .professionalinfo-info .details-body .btn-qualifications {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 17.125rem;
    height: 2.75rem;
    background: hsl(0, 0%, 100%);
    border: solid 0.0625rem hsl(5, 86%, 56%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    /* transition: all 350ms ease-in-out; */
}

.myprofile .professionalinfo-info .details-body .btn-qualifications .text {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .myprofile .professionalinfo-info .details-body .btn-qualifications .text {
        font-size: 0.875rem;
    }
}

.myprofile .professionalinfo-info .details-body .btn-qualifications .icon {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    overflow: hidden;
}

.myprofile .professionalinfo-info .details-body .btn-qualifications:not([disabled]):hover {
    background: hsl(5, 86%, 56%);
}

.myprofile .professionalinfo-info .details-body .btn-qualifications:not([disabled]):hover .text {
    color: hsl(0, 0%, 100%);
}

.myprofile .professionalinfo-info .details-body .btn-qualifications:not([disabled]):hover .icon svg g path {
    fill: hsl(0, 0%, 100%);
}

.myprofile .professionalinfo-info .details-body .btn-qualifications:not([disabled]):hover .icon svg defs clipPath rect {
    fill: hsl(5, 86%, 56%);
}

.myprofile .professionalinfo-info .details-body .qualificationsinfo {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .institute-name {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .institute-name {
        font-size: 0.875rem;
    }
}

.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .duration .coursedeadline {
    color: hsl(0, 0%, 10%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .duration .coursedeadline {
        font-size: 0.875rem;
    }
}

.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .actions .btn-edit,
.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .actions .btn-delete {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (min-width: 62rem) {

    .myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .actions .btn-edit,
    .myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .actions .btn-delete {
        width: 2.3125rem;
        height: 2.3125rem;
    }
}

.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .actions .btn-edit svg,
.myprofile .professionalinfo-info .details-body .qualificationsinfo .qualificationlist-item .actions .btn-delete svg {
    width: 100%;
    height: 100%;
}

.myprofile .educationinfo-info {
    padding: 2rem 1.25rem;
}

@media screen and (min-width: 62rem) {
    .myprofile .educationinfo-info {
        padding: 2.5rem;
    }
}

.myprofile .educationinfo .details {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media screen and (min-width: 48rem) {
    .myprofile .educationinfo .details {
        padding: 2rem;
    }
}

@media screen and (min-width: 62rem) {
    .myprofile .educationinfo .details {
        padding: 3rem;
    }
}

.myprofile .educationinfo .details-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.myprofile .educationinfo .details-header .title {
    color: hsl(226, 20%, 20%);
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .myprofile .educationinfo .details-header .title {
        font-size: 1.25rem;
    }
}

.myprofile .educationinfo .details-body .emptyeducation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.myprofile .educationinfo .details-body .emptyeducation .icon {
    width: 8.125rem;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.myprofile .educationinfo .details-body .emptyeducation .icon svg {
    width: 100%;
    height: 100%;
}

.myprofile .educationinfo .details-body .emptyeducation .info {
    max-width: 32.5rem;
    text-align: center;
}

.myprofile .educationinfo .details-body .emptyeducation .info p {
    color: hsl(0, 0%, 10%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .myprofile .educationinfo .details-body .emptyeducation .info p {
        font-size: 0.875rem;
    }
}

.myprofile .educationinfo .details-body .btn-qualifications {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 17.125rem;
    height: 2.75rem;
    background: hsl(0, 0%, 100%);
    border: solid 0.0625rem hsl(5, 86%, 56%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    transition: all 350ms ease-in-out;
}

.myprofile .educationinfo .details-body .btn-qualifications .text {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .myprofile .educationinfo .details-body .btn-qualifications .text {
        font-size: 0.875rem;
    }
}

.myprofile .educationinfo .details-body .btn-qualifications .icon {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    overflow: hidden;
}

.myprofile .educationinfo .details-body .btn-qualifications:not([disabled]):hover {
    background: hsl(5, 86%, 56%);
}

.myprofile .educationinfo .details-body .btn-qualifications:not([disabled]):hover .text {
    color: hsl(0, 0%, 100%);
}

.myprofile .educationinfo .details-body .btn-qualifications:not([disabled]):hover .icon svg g path {
    fill: hsl(0, 0%, 100%);
}

.myprofile .educationinfo .details-body .btn-qualifications:not([disabled]):hover .icon svg defs clipPath rect {
    fill: hsl(5, 86%, 56%);
}

.myprofile .educationinfo .details-body .qualificationsinfo {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .institute-name {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .institute-name {
        font-size: 0.875rem;
    }
}

.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .duration .coursedeadline {
    color: hsl(0, 0%, 10%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .duration .coursedeadline {
        font-size: 0.875rem;
    }
}

.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .actions .btn-edit,
.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .actions .btn-delete {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (min-width: 62rem) {

    .myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .actions .btn-edit,
    .myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .actions .btn-delete {
        width: 2.3125rem;
        height: 2.3125rem;
    }
}

.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .actions .btn-edit svg,
.myprofile .educationinfo .details-body .qualificationsinfo .qualificationlist-item .actions .btn-delete svg {
    width: 100%;
    height: 100%;
}

.myprofile .profileimage-info {
    padding: 2rem 1.25rem;
}

@media screen and (min-width: 62rem) {
    .myprofile .profileimage-info {
        padding: 2.5rem;
    }
}

.myprofile .profileimage-info .details {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.25rem;
}

@media screen and (min-width: 48rem) {
    .myprofile .profileimage-info .details {
        padding: 2rem;
    }
}

@media screen and (min-width: 62rem) {
    .myprofile .profileimage-info .details {
        padding: 3rem;
    }
}

.myprofile .profileimage-info .details .default-thumb {
    width: 17.75rem;
    height: 21.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1.25rem;
}

.myprofile .profileimage-info .details .default-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.myprofile .profileimage-info .details .default-thumb label {
    position: absolute;
    bottom: -0.75rem;
    right: -1.75rem;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.myprofile .profileimage-info .details .default-thumb label svg {
    width: 100%;
    height: 100%;
}

.myprofile .profileimage-info .details .updateinfo .btn-update {
    width: 17.125rem;
    height: 2.75rem;
    background: hsl(0, 0%, 100%);
    color: hsl(5, 86%, 56%);
    border: solid 0.0625rem hsl(5, 86%, 56%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    transition: all 350ms ease-in-out;
}

@media screen and (min-width: 62rem) {
    .myprofile .profileimage-info .details .updateinfo .btn-update {
        font-size: 0.875rem;
    }
}

.myprofile .profileimage-info .details .updateinfo .btn-update:not([disabled]):hover {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.myprofile .profileimage-info .details .empty-info {
    display: none;
}

.myprofile .profileimage-info .details.emptyprofile .empty-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
    text-align: center;
}

.myprofile .profileimage-info .details.emptyprofile .empty-info p {
    color: hsl(214, 28%, 15%);
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
}

@media screen and (min-width: 62rem) {
    .myprofile .profileimage-info .details.emptyprofile .empty-info p {
        font-size: 0.875rem;
    }
}

.doctorstoday {
    padding: 0.5rem 0rem;
}

.doctorstoday-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 0.25rem;
    text-align: center;
}

.doctorstoday-info .doctorstoday-title {
    color: hsl(0, 0%, 10%);
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

.doctorstoday-info .datetoday {
    color: hsl(218, 17%, 35%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}



.blogs {
    padding: 3rem 0rem;
}

.blogs .bloglink {
    display: block;
    width: 100%;
    height: 100%;
}

.blogs-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
}

.blogs-header .blogtitle {
    color: hsl(0, 0%, 10%);
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

.doctorsinfo {
    background: hsl(0, 0%, 100%);
    padding: 3rem 0rem;
}

.doctorsinfo .doctorlasts {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem; /* 👈 Add space below content */
    margin-bottom: 0.5rem; /* 👈 Space below scrollbar */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

@media screen and (min-width: 768px) {
    .doctorsinfo .doctorlasts {
        flex-direction: column; /* Column on large screens */
        overflow-x: visible;
        padding-bottom: 0rem; /* 👈 Add space below content */
        margin-bottom: 0rem; /* 👈 Space below scrollbar */
    }
}

.doctorsinfo .doctorlasts-left,
.doctorsinfo .doctorlasts-right {
    flex: 0 0 auto; /* Prevent shrink and allow scroll */
    /*min-width: 200px;*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .doctorsinfo .doctorlasts-left,
    .doctorsinfo .doctorlasts-right {
        flex: 0 0 auto; /* Prevent shrink and allow scroll */
        min-width: 130px;
    }
}

@media (min-width: 992px) {
    .doctorsinfo .doctorlasts-left,
    .doctorsinfo .doctorlasts-right {
        flex: 0 0 auto; /* Prevent shrink and allow scroll */
        min-width: 200px;
    }
}

.doctorsinfo .doctorlasts-right .gallery-thumbs {
    display: flex;
    align-items: center;
    gap: 0.70rem;
    flex-direction: row;
}

@media screen and (min-width: 48rem) {
    .doctorsinfo .doctorlasts-right .gallery-thumbs {
        flex-direction: column;
        gap: 0.25rem;
    }
}

.doctorsinfo .doctorlasts-right .gallery-thumbs .card-thumb {
    width: 9rem;
}

@media screen and (max-width: 991px) {
    .doctorsinfo .doctorlasts-right .gallery-thumbs .card-thumb {
        width: 7rem;
        height: 100%;
        margin-inline: auto;
        justify-content: start;
    }
}

@media (min-width: 991px) and (max-width:1200px) {
    .doctorsinfo .doctorlasts-right .gallery-thumbs .card-thumb {
        width: 6rem;
        justify-content: start;
    }
}

.doctorsinfo .categories {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.doctorsinfo .categories .seeall-link {
    color: hsl(0, 0%, 0%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    transition: color 350ms ease-in-out;
}

.doctorsinfo .categories .seeall-link:not([disabled]):hover {
    color: hsl(5, 86%, 56%);
}

.schedule-today {
    background: hsl(0, 0%, 100%);
    box-shadow: 0.25rem 0.25rem 1rem 0.1875rem rgba(72, 75, 137, 0.2);
    padding: 1rem;
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
}

@media screen and (min-width: 48rem) {
    .schedule-today {
        padding: 1.25rem;
    }
}

.schedule-today-header .schedule-title {
    color: hsl(226, 20%, 20%);
    font-weight: 700;
}

.schedule-today-body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.doctors-section {
    padding: 0rem 0rem 3rem;
    overflow: auto;
}

@media screen and (min-width: 48rem) {
    .doctors-section {
        padding: 3rem 0rem;
    }
}

.doctors-section .filter {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.doctors-section .filter .inputbox {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}

.doctors-section .filter .inputbox .inputlabel {
    color: hsl(210, 11%, 15%);
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
}

.doctors-section .select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.doctors-section .select-dropdown--0 {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 62rem) {
    .doctors-section .select-dropdown--0 {
        font-size: 0.875rem;
    }
}

.doctors-section .select-dropdown__button {
    background: hsl(0, 0%, 100%);
    color: hsl(218, 23%, 23%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    border: none;
    gap: 0.5rem;
    max-width: 100%;
    min-width: 9.1875rem;
    width: 100%;
    height: 2.75rem;
    letter-spacing: 0rem;
    padding: 0.375rem 0.75rem;
    text-align: left;
    text-transform: capitalize;
}

@media screen and (min-width: 48rem) {
    .doctors-section .select-dropdown__button {
        min-width: 10rem;
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 62rem) {
    .doctors-section .select-dropdown__button {
        font-size: 0.875rem;
    }
}

.doctors-section .select-dropdown__button:focus {
    outline: none;
}

.doctors-section .select-dropdown__button .arrowicon {
    transition: transform 350ms ease-in-out;
}

.doctors-section .select-dropdown__button.active .arrowicon {
    transform: rotate(180deg);
}

.doctors-section .select-dropdown__list {
    background: hsl(0, 0%, 85%);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    position: absolute;
    display: block;
    left: 0rem;
    right: 0rem;
    min-width: 10rem;
    max-height: 18.75rem;
    overflow: auto;
    margin: 0rem;
    padding: 0.3125rem;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    top: calc(100% + 0.3125rem);
}

.doctors-section .select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.doctors-section .select-dropdown__list-item {
    background: transparent;
    color: hsl(0, 3%, 17%);
    border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    display: block;
    list-style-type: none;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0rem;
    text-align: center;
    text-transform: capitalize;
    transition: all ease-in-out 0.3s;
}

.doctors-section .select-dropdown__list-item:not([disabled]):hover {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
    transition: all ease-in-out 0.3s;
}

.doctors-section .mobilefilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0rem;
}

.doctors-section .mobilefilter-title {
    color: hsl(210, 11%, 15%);
    font-family: "Nunito", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
}

.doctors-section .mobilefilter .btn-filter {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.doctors-section .mobilefilter .btn-filter svg {
    width: 100%;
    height: 100%;
}

.doctors-section .mobilefilter .btn-filter svg path {
    transition: all 350ms ease-in-out;
}

.doctors-section .mobilefilter .btn-filter:not([disabled]):hover svg path {
    fill: hsl(5, 86%, 56%);
}

.doctors-section .mobilefilter .offcanvas-body .filter .inputlabel {
    color: hsl(0, 0%, 100%);
}

.blogbanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogbanner .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blogbanner-content {
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogbanner-content .banner-title {
    position: relative;
    z-index: 2;
    color: hsl(204, 45%, 98%);
    font-family: "Nunito", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 48rem) {
    .blogbanner-content .banner-title {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 62rem) {
    .blogbanner-content .banner-title {
        font-size: 2.25rem;
    }
}

@media screen and (min-width: 68.75rem) {
    .blogbanner-content .banner-title {
        font-size: 3rem;
    }
}

.myblogs {
    padding: 3rem 0rem;
}

@media screen and (min-width: 62rem) {
    .myblogs {
        padding: 5rem 0rem;
    }
}

.allblogs {
    padding: 3rem 0rem;
    background: hsl(0, 0%, 96%);
}

@media screen and (min-width: 62rem) {
    .allblogs {
        padding: 5rem 0rem;
    }
}

.allblogs-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3rem;
}

.allblogs-content .viewall {
    width: 12.5rem;
}

.blogdetails {
    padding: 2.5rem 0.5rem 5rem;
}

@media screen and (max-width: 61.9375rem) {
    .blogdetails {
        padding: 2.5rem 0.5rem 2.5rem;
    }
}

.blogdetails-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
}

@media screen and (min-width: 62rem) {
    .blogdetails-content {
        gap: 3rem;
    }
}

.blogdetails-thumbnail {
    width: 100%;
    border-radius: 1rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 21.25rem;
}

@media screen and (min-width: 36rem) {
    .blogdetails-thumbnail {
        height: 25rem;
    }
}

@media screen and (min-width: 48rem) {
    .blogdetails-thumbnail {
        height: 30rem;
    }
}

@media screen and (min-width: 62rem) {
    .blogdetails-thumbnail {
        height: 36.25rem;
        width: 85%;
    }
}

.blogdetails-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 350ms ease-in-out;
}

.blogdetails-thumbnail img:not([disabled]):hover {
    transform: scale(1.05);
}

.blogdetails .bloginfo {
    width: 100%;
}

.blogdetails .bloginfo .blogdescriptions {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media screen and (min-width: 62rem) {
    .blogdetails .bloginfo .blogdescriptions {
        gap: 3rem;
    }
}

.blogdetails .bloginfo .blogdescriptions-header {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.blogdetails .bloginfo .blogdescriptions-header .titlebox .title {
    color: hsl(0, 0%, 0%);
    font-family: "Nunito", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

@media screen and (min-width: 30rem) {
    .blogdetails .bloginfo .blogdescriptions-header .titlebox .title {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 48rem) {
    .blogdetails .bloginfo .blogdescriptions-header .titlebox .title {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 62rem) {
    .blogdetails .bloginfo .blogdescriptions-header .titlebox .title {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 68.75rem) {
    .blogdetails .bloginfo .blogdescriptions-header .titlebox .title {
        font-size: 1.75rem;
    }
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media screen and (min-width: 48rem) {
    .blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1.5rem;
    }
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .authorinfo {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .authorinfo .authorname {
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: hsl(216, 15%, 52%);
}

@media screen and (min-width: 48rem) {
    .blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .authorinfo .authorname {
        font-size: 0.9375rem;
    }
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .authorinfo .date {
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: hsl(216, 15%, 52%);
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sharetitle {
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: hsl(216, 15%, 52%);
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.25rem;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist-link .icon {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.875rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 350ms ease-in-out;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist-link .icon svg {
    width: 100%;
    height: 100%;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist-link .icon svg path {
    transition: all 350ms ease-in-out;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist-link .text {
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: hsl(216, 15%, 52%);
    text-align: center;
    transition: all 350ms ease-in-out;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist-link:not([disabled]):hover .icon {
    background: white;
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist-link:not([disabled]):hover .icon svg path {
    fill: hsl(0, 100%, 64%);
}

.blogdetails .bloginfo .blogdescriptions-header .authorinfo-shareinfo .shareinfo .sociallist-link:not([disabled]):hover .text {
    color: hsl(0, 100%, 64%);
}

.blogdetails .bloginfo .blogdescriptions .divider {
    width: 100%;
    height: 0.0625rem;
    background: hsl(214, 20%, 69%);
}

.blogdetails .bloginfo .blogdescriptions-body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.blogdetails .bloginfo .blogdescriptions-body .detail {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.blogdetails .bloginfo .blogdescriptions-body .detail-title {
    color: hsl(218, 23%, 23%);
    font-family: "Nunito", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

@media screen and (min-width: 48rem) {
    .blogdetails .bloginfo .blogdescriptions-body .detail-title {
        font-size: 1.5rem;
    }
}

.blogdetails .bloginfo .blogdescriptions-body .detail .description {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.blogdetails .bloginfo .blogdescriptions-body .detail .description .descriptiontext {
    font-family: "Nunito", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6153846154;
    color: hsl(216, 15%, 52%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

@media screen and (min-width: 48rem) {
    .blogdetails .bloginfo .blogdescriptions-body .detail .description .descriptiontext {
        font-size: 0.9375rem;
    }
}

.contact {
    padding: 3rem 0.5rem;
}

@media screen and (min-width: 62rem) {
    .contact {
        padding: 5rem 0rem;
    }
}

.contact-content {
    background: hsl(0, 0%, 100%);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

@media screen and (min-width: 36rem) {
    .contact-content {
        padding: 2.5rem;
    }
}

@media screen and (min-width: 48rem) {
    .contact-content {
        padding: 2.5rem 3.4375rem;
        gap: 4rem;
    }
}

@media screen and (min-width: 62rem) {
    .contact-content {
        padding: 5rem 6.875rem;
        gap: 5rem;
    }
}

.contact-content .contact-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contact-content .contact-header .contact-title {
    color: hsl(0, 0%, 0%);
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

@media screen and (min-width: 48rem) {
    .contact-content .contact-header .contact-title {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 62rem) {
    .contact-content .contact-header .contact-title {
        font-size: 3.25rem;
    }
}

.contact-content .contact-body .contactform {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-content .contact-body .contactform .inputbox {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-content .contact-body .contactform .inputbox .inputlabel {
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    color: hsl(210, 21%, 33%);
}

.contact-content .contact-body .contactform .inputbox .inputfield {
    border: solid 0.0625rem hsl(214, 32%, 91%);
    border-radius: 0.375rem;
    border-radius: 0.375rem;
    background: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    font-family: "Nunito", sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    padding: 0.71875rem 1rem;
    transition: all 350ms ease-in-out;
}

.contact-content .contact-body .contactform .inputbox .inputfield::-moz-placeholder {
    color: hsl(240, 6%, 73%);
}

.contact-content .contact-body .contactform .inputbox .inputfield::placeholder {
    color: hsl(240, 6%, 73%);
}

.contact-content .contact-body .contactform .inputbox .inputfield:focus {
    border-color: hsl(214, 20%, 69%);
}

.contact-content .contact-body .contactform .inputbox textarea {
    resize: none;
}

.contact-content .contact-body .contactform .inputbox textarea:focus {
    outline: none;
}

.contact-body .formsubmit {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.contact-body .formsubmit .btn-submit {
    width: 12.5rem;
}

.doctordetails {
    padding: 3rem 0rem 0rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
}

@media screen and (min-width: 62rem) {
    .doctordetails {
        gap: 3rem;
    }
}

.doctordetails-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media screen and (max-width: 61.9375rem) {
    .doctordetails-content {
        gap: 6rem;
    }
}

.doctordetails-content .profileinfo {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.doctordetails-content .profileinfo .doctor-profile {
    position: relative;
    width: 100%;
    height: 26.875rem;
}

/* Default for 767px and below */
.doctordetails-content .profileinfo .doctor-featured {
    position: relative;
    width: 100%;
    height: 100%;
}

.doctordetails-content .profileinfo .doctor-profile img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.doctordetails-content .profileinfo .doctor-featured img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    /*display: block;*/
}

.doctordetails-content .profileinfo .doctor-profile .docinfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.8rem 0.3rem;
    background: rgba(255, 71, 71, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    transition: all 350ms ease-in-out;
}

.doctordetails-content .profileinfo .doctor-featured .docinfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.8rem 0.3rem;
    background: rgba(255, 71, 71, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    transition: all 350ms ease-in-out;
}

.docinfo-right {
    flex: 1;
    padding: 0 0.4rem;
}

.docinfo-left{
    flex: 1;
    padding: 0 0.4rem;
    justify-content: right;
    text-align: right;
}

.docinfo-left-doctor-details{
    flex: 1;
    padding: 0 0.4rem;
}


.divider-vertical {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #999;
}

.divider-horizontal {
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 1rem 0;
}

/* Visibility toggles */
.only-desktop {
    display: block;
}
.only-mobile {
    display: none;
}


@media (max-width: 576px) {
    .doctordetails-content .profileinfo .doctor-profile .docinfo {
        flex-direction: column;
    }

    .doctordetails-content .profileinfo .doctor-featured .docinfo {
        flex-direction: column;
        align-items: center;

    }

    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .docinfo-left,
    .docinfo-right {
        text-align: center;
    }

    .docinfo-right-item{
        justify-content: center;
    }

}


.docinfo-right-item{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: start;
}

.doctordetails-content .profileinfo .doctor-profile .docinfo .name {
    color: hsl(0, 0%, 100%);
}

.doctordetails-content .profileinfo .doctor-profile .docinfo .designation {
    color: hsl(210, 38%, 95%);
}

.doctordetails-content .profileinfo .doctor-profile:not([disabled]):hover .docinfo {
    display: flex;
}

doctordetails-content .profileinfo .doctor-featured .docinfo .name {
    color: hsl(0, 0%, 100%);
}

.doctordetails-content .profileinfo .doctor-featured .docinfo .designation {
    color: hsl(210, 38%, 95%);
}

.doctordetails-content .profileinfo .doctor-featured:not([disabled]):hover .docinfo {
    display: flex;
}

.doctordetails-content .profileinfo .biography {
    padding: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.doctordetails-content .profile-information {
    background: hsl(0, 0%, 100%);
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.doctordetails-content .profile-information .name {
    color: hsl(225, 6%, 13%);
    margin-bottom: 0.25rem;
}

.doctordetails-content .profile-information .studylist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.doctordetails-content .profile-information .studylist-item {
    font-size: 0.75rem;
    font-weight: 500;
}

.doctordetails-content .profile-information .workingplace {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
    color: hsl(225, 6%, 13%);
    font-weight: 500;
}

.doctordetails-content .profile-information .specilities {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.doctordetails-content .profile-information .specilities-body {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.doctordetails-content .profile-information .specilities-body .spacility {
    background: hsl(210, 38%, 95%);
    color: hsl(225, 6%, 13%);
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    display: inline-block;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.doctordetails-content .profile-information .experience {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.doctordetails-content .profile-information .contacts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.doctordetails-content .profile-information .contacts-body .followlist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.doctordetails-content .profile-information .contacts-body .followlist-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: hsl(210, 38%, 95%);
    border-radius: 100%;
}

.doctordetails-content .profile-information .contacts-body .followlist-link.facebook-link {
    color: hsl(221, 44%, 41%);
}

.doctordetails-content .profile-information .contacts-body .followlist-link.facebook-link:not([disabled]):hover {
    background: hsl(221, 44%, 41%);
    color: hsl(0, 0%, 100%);
}

.doctordetails-content .profile-information .contacts-body .followlist-link.twitter-link {
    color: hsl(197, 100%, 47%);
}

.doctordetails-content .profile-information .contacts-body .followlist-link.twitter-link:not([disabled]):hover {
    background: hsl(197, 100%, 47%);
    color: hsl(0, 0%, 100%);
}

.doctordetails-content .profile-information .contacts-body .followlist-link.youtube-link {
    color: hsl(5, 86%, 56%);
}

.doctordetails-content .profile-information .contacts-body .followlist-link.youtube-link:not([disabled]):hover {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.doctordetails-content .profile-information .contacts-body .followlist-link.linkedin-link {
    color: hsl(201, 100%, 35%);
}

.doctordetails-content .profile-information .contacts-body .followlist-link.linkedin-link:not([disabled]):hover {
    background: hsl(201, 100%, 35%);
    color: hsl(0, 0%, 100%);
}

.doctordetails .chember {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.doctordetails .moredoc {
    background: hsl(214, 32%, 91%);
    gap: 1.5rem;
    text-align: center;
}

.doctordetails .moredoc-header .suggestedtitle {
    color: hsl(0, 0%, 10%);
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
}

.stickyfilter {
    position: fixed;
    width: 16.25rem;
    background: hsl(0, 3%, 94%);
    top: 7rem;
    padding-inline: 0.625rem;
    z-index: 10;
}

.stickyfilter .filter {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 21.875rem;
}

.stickyfilter .filter::-webkit-scrollbar {
    background: transparent;
    width: 0.5rem;
}

.stickyfilter .filter::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.doctorsingleinfo {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
}

@media screen and (min-width: 62rem) {
    .doctorsingleinfo {
        padding: 3rem;
    }
}

.doctorsingleinfo .actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.doctorsingleinfo .actions .btn-action {
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.doctorsingleinfo .actions .btn-action svg {
    width: 100%;
    height: 100%;
}

.doctorsingleinfo .actions .btn-action svg path {
    fill: hsl(218, 17%, 35%);
}

.doctorsingleinfo .actions .btn-action:first-child:not([disabled]):hover svg path {
    fill: hsl(17, 92%, 48%);
}

.doctorsingleinfo .actions .btn-action:not([disabled]):hover svg path {
    fill: hsl(5, 86%, 56%);
}

.doctorsingleinfo .info {
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    background: hsl(0, 0%, 100%);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.doctorsingleinfo .info-header {
    padding: 1rem 1.5rem;
    border-bottom: solid 0.0625rem rgba(41, 46, 61, 0.2);
}

.doctorsingleinfo .info-header .infotitle {
    color: hsl(0, 0%, 0%);
    font-size: 1.125rem;
    font-weight: 500;
}

.doctorsingleinfo .info-body {
    padding: 0.5rem 1.5rem 1.5rem;
}

.doctorsingleinfo .info-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.doctorsingleinfo .info-body .profileimg {
    width: 8.125rem;
    height: 8.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.doctorsingleinfo .info-body .profileimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.filteroptions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.filteroptions button {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.25rem;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filteroptions button svg path {
    fill: hsl(0, 0%, 100%);
}

.filteroptions .btn-search {
    background: hsl(5, 86%, 56%);
}

.filteroptions .btn-filter {
    background: hsl(241, 86%, 56%);
}

/*
 ERROR-SECTION START
*/
.error {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding: 1rem;
    background: hsl(0, 0%, 100%);
}

.error-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media screen and (min-width: 36rem) {
    .error-thumbnail {
        width: 18.75rem;
        height: 18.75rem;
    }
}

@media screen and (min-width: 62rem) {
    .error-thumbnail {
        width: 30rem;
        height: 30rem;
    }
}

.error-thumbnail svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.error-thumbnail .st0::-moz-selection,
.error-thumbnail .st1::-moz-selection,
.error-thumbnail .st2::-moz-selection,
.error-thumbnail .st3::-moz-selection,
.error-thumbnail .st4::-moz-selection,
.error-thumbnail .st5::-moz-selection {
    background: transparent;
    color: hsl(1, 71%, 54%);
}

.error-thumbnail .st0::selection,
.error-thumbnail .st1::selection,
.error-thumbnail .st2::selection,
.error-thumbnail .st3::selection,
.error-thumbnail .st4::selection,
.error-thumbnail .st5::selection {
    background: transparent;
    color: hsl(1, 71%, 54%);
}

.section-title {
    color: hsl(226, 20%, 20%);
    font-weight: 700;
    text-transform: uppercase;
}

.btn-viewall {
    border: solid 0.0625rem hsl(0, 100%, 64%);
    background: hsl(0, 0%, 100%);
    color: hsl(0, 100%, 64%);
    font-family: "Nunito", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    padding: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.5rem;
    border-radius: 0.5rem;
    transition: all 350ms ease-in-out;
}

@media screen and (min-width: 36rem) {
    .btn-viewall {
        font-size: 0.875rem;
    }
}

.btn-viewall:not([disabled]):hover {
    background: hsl(0, 100%, 64%);
    color: hsl(0, 0%, 100%);
}

.bloglink {
    width: 100%;
    height: 100%;
}

.fa-facebook-f {
    color: hsl(221, 44%, 41%);
}

.fa-twitter {
    color: hsl(197, 100%, 47%);
}

.fa-youtube {
    color: hsl(5, 86%, 56%);
}

.fa-linkedin-in {
    color: hsl(201, 100%, 35%);
}

.z-doc-exp {
    width: 17.125rem;
    border-radius: 0.3125rem;
    border: solid 0.0625rem hsl(5, 86%, 56%);
    gap: 0.5rem;
    height: 2.75rem;
    background: hsl(0, 0%, 100%);
    font-family: "Inter", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.z-doc-exp:hover {
    background: hsl(5, 86%, 56%);
    color: hsl(0, 0%, 100%);
}

.z-doc-exp:not([disabled]):hover .icon svg g path {
    fill: hsl(0, 0%, 100%);
}

.z-doc-exp:not([disabled]):hover .icon svg defs clipPath rect {
    fill: hsl(5, 86%, 56%);
}

.experience-fieldset {
    border: 2px solid #ccc; /* Adjust border style and color */
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
    border-radius: 5px; /* Optional: for rounded corners */
}

.experience-fieldset legend {
    font-weight: bold; /* Optional: style for legend text */
}

.fs-7 {
    font-size: .8rem !important;
}


@media screen and (max-width: 675px) {
    .doctorstoday-info .doctorstoday-title {
        font-size: 1rem;
    }

    .doctorstoday-info .datetoday {
        font-size: 0.575rem;
    }

    .doctorstoday-info .active-doctor a {
        font-size: 0.475rem;
    }
}


.user-avatar img {
    height: 64px;
    width: 64px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .user-avatar img {
        height: 80px;
        width: 80px;
    }
}


.doctorlasts-wrapper {
    overflow-x: auto;
}

.business-card {
    overflow: hidden;
    flex-direction: row;
    flex-grow: 1;
}

.carddoctor-wrapper {
    display: flex;
    flex-direction: column;
    background: #e0f7f7;
    border-radius: 10px;
    height: 100%;
    background: linear-gradient(to right, #f0f4f3, #d4f1ef);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.profile-img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 5px solid #00c2b8;
}

.info-section {
    flex: 1;
    padding-left: 0.5rem;
}

.doctor-name {
    font-weight: 700;
    font-size: 1.2rem;
}

.doctor-title {
    font-weight: 500;
    color: gray;
    margin-bottom: 1rem;
}

.contact-item {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
}

.contact-item i {
    color: #00c2b8;
    width: 20px;
}

/*chamber css */
.doctordetails .chember-body .schedulelist-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Push contact to bottom */
    background: hsl(0, 89%, 81%);
    padding: 1rem 0.3rem;
    border-radius: 0.5rem;
    min-height: 230px; /* Adjust as needed */
    width: 255px;
    flex: 0 0 auto;
    overflow: hidden;
}

/* Upper section */
.doctordetails .chember-body .schedulelist-top {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

/* Lower/contact section */
.doctordetails .chember-body .schedulelist-contact {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

/* Each line */
.doctordetails .chember-body .schedulelist-item span {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.30rem;
}

.doctordetails .chember-body .schedulelist-item span .icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 1.5rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.doctordetails .chember-body .schedulelist-item span .icon i {
    color: hsl(204, 45%, 98%);
    font-size: 1rem;
    line-height: 1;
}

.doctordetails .chember-body .schedulelist-item span.text {
    color: hsl(204, 45%, 98%);
    font-weight: 400;
    font-size: 0.8125rem;
    text-align: center;
    line-height: 1.9;
}

.doctordetails .chember-body .schedulelist-item span .link {
    color: hsl(204, 45%, 98%);
    font-size: 0.8125rem;
    font-weight: 600;
    transition: color 350ms ease-in-out;
}

.doctordetails .chember-body .schedulelist-item span .link:not([disabled]):hover {
    color: hsl(204, 45%, 98%);
}

.swiper-slide .schedulelist-item {
    background-color: #ced4da;
    transition: all 0.3s ease;
    transform: scale(0.95);
    opacity: 0.8;
    border-radius: 0.5rem; /* base radius */
    overflow: hidden;
}

/* Active centered card */
.swiper-slide-active .schedulelist-item {
    background-color: #ff5a5f !important;
    transform: scale(1.05);
    opacity: 1;
    border-radius: 0.5rem !important;
    overflow: hidden; /* force corners */
}

.chamberslider .swiper-slide {
    cursor: pointer !important;
    border-radius: 0.5rem!important;
    overflow: hidden;
}


.chamber-container {
    position: relative;
    max-width: 800px;
    margin: auto;
}


@media (max-width: 576px) {
    .chamber-container {
        max-width: 260px!important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .chamber-container {
        max-width: 550px !important;
    }
}

.swiper {
    padding: 0 0px; /* keep space for arrows */
}

.swiper-slide {
    flex-shrink: 0;
}


.swiper-chamber-button-next,
.swiper-chamber-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: #28a745;
    font-size: 24px;
    z-index: 20;
}

.swiper-chamber-button-prev {
    left: -40px;
}

.swiper-chamber-button-next {
    right: -40px;
}


/* Show dropdown on hover (desktop only) */
/*@media (min-width: 992px) {*/
/*    .hover-login:hover .dropdown-menu {*/
/*        display: block;*/
/*        margin-top: 10rem;*/
/*    }*/
/*}*/

/* Pointer arrow */
.login-menu {
    position: relative;
    border-radius: 12px;
    padding: 8px 8px;
    width: max-content;
}


/* Main login toggle button */
/* Main login toggle button (red background) */
.btn.btn-primary.login-toggle {
    background-color: hsl(0, 100%, 64%) !important;
    border-color: hsl(0, 100%, 64%) !important;
    color: white !important;
}

/* Dropdown primary button (Log in) */
.login-menu .btn.btn-primary {
    background-color: hsl(0, 100%, 64%) !important;
    border-color: hsl(0, 100%, 64%) !important;
    color: white !important;
}

/* Dropdown outline button (As a Doctor) - Default state */
.login-menu .btn.btn-outline-primary {
    background-color: white !important;
    border-color: hsl(0, 100%, 64%) !important; /* red border */
    color: hsl(0, 100%, 64%) !important; /* red text */
}

/* Icon inside "As a Doctor" button (default) */
.login-menu .btn.btn-outline-primary span {
    color: hsl(0, 100%, 64%) !important;
}

/* Hover states for all buttons */
.btn.btn-primary.login-toggle:hover,
.login-menu .btn.btn-primary:hover {
    background-color: hsl(0, 100%, 54%) !important;
    border-color: hsl(0, 100%, 54%) !important;
    color: white !important;
}

/* Hover state for "As a Doctor" */
.login-menu .btn.btn-outline-primary:hover {
    background-color: hsl(0, 100%, 64%) !important; /* red background */
    border-color: hsl(0, 100%, 64%) !important;
    color: white !important; /* white text */
}

/* Icon hover state for "As a Doctor" */
.login-menu .btn.btn-outline-primary:hover span {
    color: white !important; /* white icon */
}

@media (max-width: 992px) {
    .login-menu {
        position: relative;
        border-radius: 12px;
        padding: 8px 8px;
        width: 100%;
    }
}


/*terms and conditions*/
/*.terms-container {*/
/*    background: #fff;*/
/*    border-radius: 8px;*/
/*    padding: 30px;*/
/*    box-shadow: 0 2px 8px rgba(0,0,0,0.05);*/
/*}*/
.terms-container h2,
.terms-container h5 {
    color: hsl(0,100%,35%);
}
.terms-container p,
.terms-container li {
    line-height: 1.7;
    color: #333;
}
.terms-container ul {
    padding-left: 1.2rem;
}

.terms-container ul li::marker {
    font-weight: bold; /* makes a, b, c... bold */
}


.terms-container ol {
    list-style-type: decimal; /* 1, 2, 3… */
}

.terms-container ol li::marker {
    font-weight: bold; /* make numbers bold */
}


/* make the row stretch all columns to the same height */
.equal-height,
.equal-height.align-items-stretch { /* in case Bootstrap utilities are used */
    align-items: stretch;
}

/* each column becomes a flex container, and the inner box fills it */
.equal-col { display:flex; }
.equal-box {
    display:flex;
    flex-direction: column;
    width:100%;
    height:100%;
}

@media (min-width: 768px) { /* md breakpoint */
    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .row > .equal-col.col-md-7 {
        padding-left: 0;
    }

    .row > .equal-col.col-md-2 {
        padding-left: 0;
    }
}


/*mobile sidebar*/
.mobilesidebar-header .custom-close {
    position: absolute;     /* detach from flex flow */
    top: 0;                 /* align to top */
    right: 0;               /* align to right */
    background: transparent;
    border: none;
    padding: 10px;          /* touch-friendly */
    color: #fff;            /* make currentColor white */
    display: flex;
    justify-content: end;
}

.mobilesidebar-header .custom-close svg {
    fill: currentColor;     /* inherit white from button */
    width: 22px;
    height: 22px;
}


@media (min-width: 1800px) {
    .col-xxxl-auto { flex: 0 0 auto; width: auto; }
    .col-xxxl-1   { flex: 0 0 auto; width: 8.333333%; }
    .col-xxxl-2   { flex: 0 0 auto; width: 16.666667%; }
    .col-xxxl-3   { flex: 0 0 auto; width: 25%; }       /* 4 per row */
    .col-xxxl-4   { flex: 0 0 auto; width: 33.333333%; }
    .col-xxxl-5   { flex: 0 0 auto; width: 41.666667%; }
    .col-xxxl-6   { flex: 0 0 auto; width: 50%; }
    .col-xxxl-7   { flex: 0 0 auto; width: 58.333333%; }
    .col-xxxl-8   { flex: 0 0 auto; width: 66.666667%; }
    .col-xxxl-9   { flex: 0 0 auto; width: 75%; }
    .col-xxxl-10  { flex: 0 0 auto; width: 83.333333%; }
    .col-xxxl-11  { flex: 0 0 auto; width: 91.666667%; }
    .col-xxxl-12  { flex: 0 0 auto; width: 100%; }
}


/* Normal active state */
.btn-submit {
    background-color: #e53935; /* strong red */
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Disabled look */
.btn-submit:disabled {
    background-color: #f8bfbf; /* light red */
}












