﻿

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('Uicons/css/uicons-solid-rounded.css');
@font-face {
    font-family: IRANSans;
    src: url(Fonts/IRANSans.ttf);
    font-weight: normal;
}

    @font-face {
        font-family: IRANSansBd;
        src: url(Fonts/IRANSansBd.ttf);
        font-weight: 500;
    }
:root {
    /*--mindaro*/
    --green-color: #d9fe66;
    --green-meno-color: #739942;
    /*--ghost-white*/
    --lightgray-color: #EFF1F5;
    /*--seasalt*/
    --white-color: #fafafa;
    /*--onyx*/
    --black-color: #424345;
    --gray-color: #7B7D81;
    --sidebar-width: 280px;
    --sidebar-width-collapsed: 80px;
}
html, body {
    font-family: IRANSans,'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}
h1{
    font-family:IRANSansBd;
}
a, .btn-link {
    color: #0071c1;
}
.nav-icon-item {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.btn-hover-green:hover {
    background-color: #d9fe66 !important;
}
    .btn-hover-green:hover:not(:disabled),
    .btn-hover-green.active {
        background-color: #d9fe66 !important;
    }
.background-lightgray {
    background-color: var(--lightgray-color);
}
.sidebar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: large !important;
    padding-top: 8px;
    margin: 3px;
}
.list-group-item-action:hover:not(:disabled) {
    background-color: var(--green-color);
    cursor: pointer;
}

/* Selected */
.plan-selected {
    background-color: var(--green-color) !important;
}

/* Disabled */
.list-group-item:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.sidbar-items-color {
    color: var(--gray-color); /*#81d4fa;*/
}
input:focus {
    outline: none;
    border: 1px solid #739942;
}
.form-control:focus {
    border-color: #739942 !important;
    box-shadow: 0 0 0 0.2rem rgba(115, 153, 66, 0.25) !important;
    outline: none !important;
}



.sidbar-return-color {
    color: var(--white-color);
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    margin-left: 50px;
    padding-left: 1rem;
    padding-right: 0 !important;
}
.text-error {
    color: red;
    text-align: right;
    direction: rtl;
}
article.content {
    height: 96vh;
}
.footer-item {
    margin: 1px;
    font-size: 10px ;
   padding:1px;
    white-space: nowrap;
}
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}
.custom-input {
    width: 150px;
    min-height: 30px;
}
.hover-tooltip {
    position: relative;
    cursor: pointer;
}

    .hover-tooltip .tooltip-content {
        visibility: hidden;
        width: 200px;
        background-color: #fff;
        color: #333;
        text-align: right;
        border-radius: 4px;
        padding: 8px;
        position: absolute;
        z-index: 1000;
        bottom: 125%;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
        opacity: 0;
        transition: opacity 0.3s;
    }
.custom-hover:hover {
    background-color: white !important;
    color: black !important; 
}
.three-digit-format {
    direction: ltr;
    text-align: right;
}
    .hover-tooltip:hover .tooltip-content {
        visibility: visible;
        opacity: 1;
    }
.custom-text {
    width: 100px;
}

.validation-message {
    color: red;
}

.hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
.clicked-row {
    background-color: #f8f9fa !important;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
a{
    text-decoration:none;
}
/*RTl css*/
.form-check .form-check-input {
    float: right;
    margin-right: 0;
    margin-left: 2px;

}
.form-select.rtl {
    background-position: left .75rem center;
    padding: .375rem .75rem .375rem 2.25rem;
}
/*Login page*/
.lg\:border-complete {
    border: 1px solid #F0F0F1;
    padding:20px;
}
.rtl{
    direction:rtl;
}
.item-center{
    justify-content:center;
}
.register-box{
    width:100%;
}
@media (min-width: 1024px) {
    .lg\:p-8 {
        padding: 32px;
    }
}

.inner-addon {
    position: relative;
 
}
.LoginStyle2 {
    width: 50%;
    background: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    display: flex;
    justify-content: center;
    align-items: center;
}


.LoginStyle1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh; /* کل صفحه */
    border-radius: 16px;
    padding: 20px;
    background: #eae7e5;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    overflow: hidden;
}

.LoginStyle3 {
    width: 50%;
    height: 100%;
    background: #F7F5F4;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    overflow: hidden;
    position: relative;
}

    .LoginStyle3 .carousel,
    .LoginStyle3 .carousel-inner,
    .LoginStyle3 .carousel-item,
    .LoginStyle3 .carousel-item.active {
        height: 100% !important;
        width: 100% !important;
    }

.LoginImage {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border: none;
    overflow: hidden;
    display: block;
}

.inner-addon .glyphicon {
        position: absolute;
        padding: 7px;
        pointer-events: none;
        height:50px;
    }
.inner-addon1 {
    
    height: 50px;
}
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}
.button-primary {
    width: -webkit-fill-available;
}
.form-login-inputs{
    direction:ltr;
}
/*Alert*/

.btn-main {
    width: 50%;
    padding: 10px;
    background-color: #555555;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    justify-content: center;
    display: flex;
}

    .btn-main:hover {
        background-color: #333333;
    }
.alert-dismissible .btn-close {
    left: 0;
    right: auto;
}
/*Sidebar Menu*/
.nav-meneu {
    height: 100%;
    position: fixed;
}

.circle-img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    padding: 10px;   
}
.circle-img02 {
    width: 50px;
    height: 50px;
    object-fit: cover;
    padding: 5px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.7;
}
    .circle-img02.active {
        transform: scale(1.25);
        opacity: 1;
    }
.circle-img01 {
    width: 120px;
    height:120px;
    object-fit: cover;
    padding: 5x;
}
/*.circle-img1 {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}*/


.active-menu {
    background-color: var(--green-color) !important;
    /*border-left: 4px solid #81d4fa;*/
}

    .active-menu > span > i, .active-menu > i {
        color: var(--black-color);
    }


.nav-item-title {
    color: black;
    font-size: x-small;
    inline-size: max-content;
    font-family: IRANSans;
    margin-top: 4px;
}
.nav-item{
    padding: 0 !important;
    min-height:60px;
}
.left-border{
    border-left:3px solid blue;
}
/*Clinics component*/
.list-group {
    height: 240px;
    line-height: 18px;
}
.list-group-css {
    height:172px;
    line-height: 18px;
}

.list-group-item{
    border:0;
}
.schedual-list {
    height: 100%;
}
.icon-btn{
    border:none;
    font-size:15px;
}
.btn-danger {
    background-color: red !important; 
    color: white !important;
    border-color: darkred !important;
}
.bg-custom {
    background-color: #739942 !important;
}
.card {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-header:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-header-title {
    margin-bottom: 0;
}
.card-header {
    padding: 1px;
    background-color: var(--green-meno-color);
}
.custom-button {
    background-color: var(--green-meno-color);
    color: white;
    border: none;
}

    .custom-button:hover {
        background-color: var(--green-meno-color);
        color: white;
    }

.custom-button-outline {
    background-color: transparent;
    color: var(--green-meno-color);
    border: 1px solid var(--green-meno-color);
}

    .custom-button-outline:hover {
        background-color: var(--green-meno-color);
        color: white;
    }

.custom-tabs-css {
    border: none;
    border-bottom: 2px solid var(--green-meno-color);
    background-color: transparent;
}
.card-header1 {
    padding: 1px;
    background-color: #fff;
    color: black;
    font-size: 10px;
}
/*.receppage-css {
    width: 100%;
    height: 95vh;
    padding: 5px;
}*/
.receppage-css {
    height: 100%;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.row1-css {
    background-color: #739942;
    height: 70px;
}
.fixed-tabs-css {
    position: fixed;
    bottom: 0;
   
    background-color: #f8f9fa; 
    border-top: 1px solid #ddd; 
    padding: 10px 0; 
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); 
}
    .search-icon{
    font-size:medium;
    color:black;
    padding:2px;
}

.search-icon1 {
    font-size: medium;
    color: dimgray;
    padding: 2px;
}
.AddEditTrush-icon{
    font-size:small;
    color:white;
}
.AddEditTrush-icon1 {
    font-size: large;
    color: var( --black-color);
    margin: 4px;
    padding: 2px;
}
.AddEditTrush-icon2 {
    font-size: 20px;
    color: var( --black-color);
    margin-top: 4px;
    padding: 2px;
}
.AddEditTrush-icon3 {
    font-size: 20px;
    color: var( --black-color);
    margin: 4px;
    padding: 2px;
}
    .tabs-container-css {
    position: fixed;
    bottom: 0;

    background: #ffffff;
    border-top: 1px solid #ddd;
    z-index: 1000;
}

.tab-content-up-css {
    position: absolute;
    bottom: 100%; 
    left: 0;
    background: #f8f9fa;
    border: 1px solid #ddd;
    z-index: 1000;
    padding: 10px;
  
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    animation: slide-up 0.3s ease-in-out; 
}

@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.accordion {
    background-color: #eee;
    color: gray;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    
}
.ToastsPlacement-TopRight {
    position: fixed !important;
    top: 1rem !important;
    right: 1rem !important;
    z-index: 1050;
}
.bg-panel {
    background-color: #d4d4d4;
}

.bg-Doctor {
    background-color: #e2e2e2; /* کم‌رنگ‌تر از قبلی */
    border-radius: 12px; /* گوشه‌های گرد */
    transition: background-color 0.2s ease;
}
.addclinic-icon-btn {
    color: #81d4fa;
}
.form-control.border-bottom-only,
.custom-select.border-bottom-only {
    width: 100%;
}
.form-control,.card {
    font-size: small
}
.search-box{
    width:30% !important;
}
.search-box1 {
    width: 50% !important;
}
.btnClinics{
    position:relative;
}
.btnClinics .delete-icon {
    display: none;
    position: absolute;
    top: 30%;
    transform: translateY(-50);
}
.btnClinics td:hover.delete-icon,
.btnClinics:hover .delete-icon {
    display: inline-block;
}

.btnClinics1 {
    position: relative;
}
    .btnClinics1 .delete-iconPlan {
        display: none;
        position: absolute;
        top: 15%;
        transform: translateY(-50);
    }

    .btnClinics1 td:hover.delete-iconPlan,
    .btnClinics1:hover .delete-iconPlan {
        display: inline-block;
    }
.font-color {
    color: #739942;
    left: 0;
}
.font-color-white {
    color: var(--green-meno-color);
    left: 30px;
}
/*Add Clinic component*/
.clinic-activity-table {
    font-size: xx-small;
}
.clinic-activity-header tr td{
    text-align:center;
    font-size:12px;
}
.list-group-item.active {
    background-color: #f8f9fa;
    color: black;
}
/*Add Doctor component*/
.text-with-lines {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}
.list-group-item.bg-Doctor {
    background-color: #e2e2e2;
    border-radius: 12px;
    transition: background-color 0.2s ease;
}
    .list-group-item.bg-Doctor.active {
        background-color: #d9fe66 !important;
        border-radius: 12px !important;
        color: black;
    }
.list-group-item-action1 {
    background-color: #F7F7F7 !important; 
    color: black !important; 
    opacity: 1 !important;
  
}
    .list-group-item-action1.active {
        background-color: #D6D6D6 !important;
        color: black !important;
    }

    .list-group-item-action1:hover {
        background-color: #E0E0E0 !important; 
        color: black !important; 
    }
.line {
    flex: 1;
    height: 1px;
    background-color: #555;
}
select option:hover {
    background-color: #739942 !important;
}
/*Doctor plane component*/
.list-container {
    height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shift-box-header {
    background: rgba(0, 0, 0, .03) !important;
    border-bottom: 1px solid white;
}
.shift-box-body {
    background: rgba(0, 0, 0, .03) !important;
    height: 100%;
}
.shiftDetail-header {
    color: var( --gray-color);
}
.shiftDetail-line {
    height: 3px;
    background-color: var( --gray-color);
}
.doctorplan-center-icon {
    font-size: 100px;
    color: gray;
    line-height: 0.8;
}
.doctorplan-center-icon-css {
    font-size: 50px;
    color: gray;
    line-height: 0.8;
}
.doctorplan-center-icon1 {
    font-size:40px;
    
    line-height: 0.8;
}
.doctorplan-center-icon2 {
    font-size: 50px;
    line-height: 1;
}
.plan-group a:hover {
    background-color: var(--lightgray-color) !important;
}
.plan-group , .shift-panel {
    padding-inline-start: 0;
}
.list-group-item.activePlan {
    background-color: var(--lightgray-color);
    color: black;
}
/*.list-group a:hover {
    background-color: #81d4fa !important;
}*/
.progress-bar::before {
    content: attr(data-label);
    position: absolute;
    width: 100%;
    text-align: center;
    color: inherit;
    visibility: visible;
}
.btnClinics .delete-icon {
    display: none;
}

.btnClinics:hover .delete-icon {
    display: inline-block;
}
.btnClinics .delete-iconPlan {
    display: none;
}

.btnClinics:hover .delete-iconPlan {
    display: inline-block;
}

.progress-bar.empty {
    background-color: #e0e0e0; /* Set a background color for empty progress */
    color: #333; /* Adjust color for better readability */
}
.plan-date {
  
    text-align: center;
    border-radius: 6px;
    width: 100px;
}
/*a.list-group-item.d-flex.justify-content-between.align-items-center:active*/
.list-group a:active {
    background-color: #739942;
}

.add0reditPlan-card {
    min-width: 1000px;
}
.add0reditPlan-rightPanel {
    width: 400px;
}
.doctor-shift-card {
    height: 200px;
    border-color: #739942;
}
.doctor-shift-cardheader {
    padding-top: 4px;
    padding-left: 15%;
}
.calender-card {
    height: 430px;
    border-color: #739942;
}
.calender-cardheader {
    height: 30px;
}

/*.time-width {
     !important;
}*/
/*Loading Component*/
.load-componenr {
    width: 100%;
    height: 100%;
}

/*Add Doctor component*/
.form-control.border-bottom-only,
.custom-select.border-bottom-only {
    border-radius: 24px;
    outline: none;
    box-shadow: none;
    width: auto;
    padding: 5px;
    background: #1e1e1e;
    color: white;
    height: 30px;
    font-size: 12px;
}

.form-control.border-bottom-only1,
.custom-select.border-bottom-only1 {
    border-radius: 24px;
    outline: none;
    box-shadow: none;
    width: 120px;
    font-size:12px;
    background: #1e1e1e;
    color: white;
    height: 25px;
}

    .form-control.border-bottom-only:focus,
    .custom-select.border-bottom-only:focus {
        border-bottom-color: #739942; /* Darker color on focus */
        box-shadow: none;
    }
.form-control.border-bottom-only2,
.custom-select.border-bottom-only2 {
    border-radius: 24px;
    outline: none;
    box-shadow: none;
 
    padding: 5px;
    background: #1e1e1e;
    color: white;
    height: 40px;
}

/*Loading in index*/
.loading {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
}
.form-check-input:checked {
    background-color: #739942 !important;
    border-color: #739942 !important;
}

.loading-container .progress {
    height: 4px;
}

.loading-container {
    text-align: center;
    width: 200px;
}

.progress-bar-index {
    transition: width 0.4s ease;
    background-color: var( --green-meno-color);
}

/*Reception Page*/
.input-search-rtl {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .375rem !important;
    border-bottom-right-radius: .375rem !important;
}
.button-search-rtl {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .375rem !important;
    border-bottom-left-radius: .375rem !important;
}
.custom-discount-button {
    width: 150px;
    height: 50px;
    background-color: #739942;
    color: white;
    border-radius: 5px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.search-service {
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 24px;
    background-color:white;
    transition: width 0.3s ease;
}

    .search-service.open {
        width: 100%;
        display: flex;
    }
.search-user {
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 24px;
    background-color: var(--lightgray-color);
    transition: width 0.3s ease;
    
}

.search-user.open {
    width: 250px;
    display: flex;
}
.search-userlist {
    display: flex;
    align-items: center;
    width: 200px;
    height: 40px;
    border-radius: 24px;
    background-color: white;
    transition: width 0.3s ease;
}

.search-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    color: var(--black-color);
    font-size: 18px;
}

.search-input {
    flex: 1;
    height: 48px;
    border: none;
    outline: none;
    padding: 0 12px;
    background: transparent;
}

    .search-input::placeholder {
        color: var(--black-color);
        opacity: .7;
    }
    .search-input:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }
.search-divider {
    width: 1px;
    height: 32px;
    background: #ccc;
}
/*-------------*/
.search-clinic {
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    background-color: var(--lightgray-color);
    transition: width 0.3s ease;
}

    .search-clinic.open {
        width: 220px;
        display: flex;
    }
.search-Clinic1 {
    display: flex;
    align-items: center;
    width: 200px;
    height: 40px;
    border-radius: 24px;
    background-color: white;
    transition: width 0.3s ease;
}
.search-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    cursor: pointer;
    color: var(--black-color);
    font-size: 18px;
}

.search-input {
    flex: 1;
    height: 30px;
    border: none;
    outline: none;
    padding: 0 12px;
    background: transparent;
}

    .search-input::placeholder {
        color: var(--black-color);
        opacity: .7;
    }

    .search-input:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

.search-divider {
    width: 1px;
    height: 32px;
    background: #ccc;
}
.form-select-rtl {
    background-position: left .75rem center !important;
}

.placeholder-select {
    font-size: 0.8rem;
    color: #999;
    padding: .45rem 0.75rem !important;
}
.img-circle {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    flex-shrink: 0;
}

.img-bg-green {
    background-color: var(--green-color);
    color: var(--black-color);
}

.img-bg-black {
    background-color: var(--black-color);
    color: var(--white-color);
}
.plus-icon {
    font-size: 25px;

    color: var(--black-color);
    cursor: pointer;
    line-height: 1;
}

.widget-box {
    border-radius: 30px;
    border: 0 !important;
    outline: none !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
}
.action-btn {
    width:25px;
    height:17px;
    transition: background-color 0.2s ease;
    border-radius: 50%;
}

    .action-btn:hover,
    .action-btn:active,
    .action-btn:focus {
        background-color: #d9fe66 !important;
    }

.stepper-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    max-width: 960px;
    margin: 24px auto;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
   
    gap: 8px;
    position: relative;
}

.step-wrapper {
    display: flex;
    align-items: center;
    justify-content:center;
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    cursor: pointer;
}

.step-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f1f3f5;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02) inset;
    z-index: 2;
    flex-shrink: 0;
}

.step-number {
    font-weight: 400;
    color: #6c757d;
}

.step-circle svg.check {
    width: 20px;
    height: 20px;
    fill: white;
}

.step-label {
    margin-left: 12px;
    color: #6f7a86;
    font-size: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.step-connector {
    position: absolute;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% + 24px);
    right: -50%;
    margin-left: 0;
    z-index: 1;
}

.step-wrapper .step-connector {
    width: calc(100% - 30px);
    left: 48px;
    background: #e9ecef;
    border-radius: 4px;
}

.step-circle.active {
    background: var(--green-color);
    box-shadow: 0 4px 14px rgba(95,156,230,0.18);
}

    .step-circle.active .step-number {
        color: var(--black-color);
    }

.step-circle.completed {
    background: var(--green-color);
}

    .step-circle.completed svg.check {
        fill: var(--black-color);
    }

.step-connector.completed {
    background: linear-gradient(90deg, var(--green-color), var(--green-color));
}

.step-connector.active {
    background: linear-gradient(90deg, var(--green-color), var(--lightgray-color));
}
.hover-green:hover {
    background-color: var(--green-color);
    transition: background-color 0.2s ease-in-out;
}
.active-green {
    background-color: var(--green-color) !important;
    
}
.active-green1 {
    background-color: var(--green-color) !important;
    color: black !important;
}

.selected-green {
    background-color: var(--green-color);
}


.background-color-lightgray {
    background-color: var(--lightgray-color) !important;
    border: none !important;
    color: #000;
}
    .background-color-lightgray:disabled,
    .background-color-lightgray.disabled {
        background-color: var(--lightgray-color) !important;
        color: #adb5bd !important; 
        opacity: 1 !important;
        cursor: not-allowed;
        border: none !important;
    }
.circle-img1 {
    width: 55%;
    aspect-ratio: 1/1; /* مربع ثابت */
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
}

    .circle-img1 img,
    .circle-img1 Image {
        width: 100%;
        height: 100%;
        object-fit: contain; /* یا cover */
    }
.form-wrapper {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
}



    .form-wrapper input {
        width: 80%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 15px;
    }

.form-block {
    width: 80%;
    max-width: 600px;
    min-width: 400px;
}


.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* آیکن داخل اینپوت */
.input-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #6c757d;
    pointer-events: none;
}
.icon-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    cursor: pointer;
    font-size: 1.2rem;
}

    .icon-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
/* فاصله متن از آیکن */
.pr-with-icon {
    padding-right: 100px;
}

/* تضمین هم‌عرض بودن اینپوت و دکمه داخل بلاک 50٪ */
.form-control,
.btn-main {
    width: 100%;
    box-sizing: border-box;
}

.widget-boxLogin {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: white;
    gap: 4px;
    justify-content: center;
    align-items: center;
}
.hidden {
    display: none !important;
}
.form-wrapper1 {
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
}



    .form-wrapper1 input {
        width: 80%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 15px;
    }
.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-toggle:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.recep-item {
    transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-radius: 8px;
}

    .recep-item:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        background-color: #fafafa;
    }
    .recep-item .delete-icon {
        display: none;
        cursor: pointer;
        color: #6c757d; /* طوسی تیره */
        font-size: 14px;
    }

.recep-item:hover .delete-icon {
    display: inline-block;
}
    .recep-item.active {
        background-color: #e1e5ea;
    }
    .recep-item:hover .delete-iconPlan {
        display: inline-block;
    }

    .recep-item.active {
        background-color: #e1e5ea;
    }
.side-tab {
    position: fixed;
    right: 110px;
    top: 40%;
    transform: rotate(-90deg);
    transform-origin: right top;
    background-color: var(--black-color);
    color: white;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: small;
}

.side-panel {
    position: fixed;
    top: 0;
    right: -450px;
    width: 450px;
    height: 100%;
    background-color: #1e1e1e;
    color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s ease;
    z-index: 1001;
}

    .side-panel.open {
        right: 0;
    }


.panel-header {
       padding: 10px;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    align-items: center;
    text-align: start;
}

.panel-content {
    padding: 20px;
}
.calendar-container {
    width: 200px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 0px;
    margin: 0;
}