
@font-face {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/heebo/v28/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format('woff2');
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
body {
  width: 100%;
  height: 100%;
  direction: rtl;
  text-align:right;
  font-size: 18px;
  overflow-x: hidden;
  font-family: Heebo,sans-serif;
  color: #1d2530;
  background: #f9fafb;
}
header.mainheader {
    border-bottom: 1px solid #e0e5eb99;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}
h1,.h1 {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: bolder;
}

 h2, h3, h4, h5, h6 {
  
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label { 
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
.hidden{
  display: none !important  ;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  
}
.hidden{
  display: none;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.font-bold {
    font-weight: 700;
}
.font-medium {
    font-weight: 500;
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
i.text-ms {
    font-size: 0.8rem;
    opacity: 0.5;
}
a.btn-lig, button.btn-lig {
  background-color:#e4f1ef;
  color: #056154e6;
  height: 44px;
  line-height: 44px;
  border-radius: 0.8rem;
}
a.btn-lig.btn-sm, button.btn-lig.btn-sm {
    height: 32px;
    line-height: 22px;
    border-radius: 0.3rem;
}
a.btn-l:hover, button.btn-l:hover {
  background-color:#0561541a;
  color: #056154e6;
}

a.btn-l, button.btn-l {
  background-color:none;
  color: #1d2530;
  height: 44px;
  line-height: 44px;
  border-radius: 0.8rem;
}
a.btn-l:hover, button.btn-l:hover {
  background-color:#0561541a;
  color: #056154e6;
}
.btn-g, button.btn-g {
  background-color: #056154e6;
  color: #fff;
  height: 44px;
  line-height: 44px;
  border-radius: 0.8rem;
}

.gray-text{
  color:#6c7c93;
}

.table td, .table th {
    padding: 8px;
}

#column-right + .col_content {
    width: calc(100% - 250px);
    left: 0;
    position: absolute;
    top: 80px;
}
#column-right.wide_col + .col_content {
    width: 67%;
    left: 0;
    position: absolute;
    top: 80px;
}
div#side_col {
    width: 33%;
}
#content, #column-left, #column-right {
  position: relative;
}

.carlog_list_wrap {
    height: 410px;
    overflow-y: auto;
}


.tabs div[data-state="inactive"] {
    display: none;
}

div#report_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 400px;
}
#report_wrap.vertical .tablist {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 30%;
}
#report_wrap.vertical .tabs {
    width: 68%;
}
#report_wrap.vertical .tablist button {
    width: calc(100% - 8px);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: right;
    display: block;
}
.btn.audio_fill {
    height: 40px;
}
















a#small_white_side_logo {
    display: block;
    height: 100px;
    width: auto;
}
a#small_white_side_logo img{
    height: 100%;
    width: auto;
}

div#hp_image_1 {
    height: 600px;
}

/***** CALANDERS ******/
.calendar-grid {
    display: grid;
    grid-template-columns: 80px repeat(7, 1fr);
}

.header-cell, .hour-label, .calendar-slot {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.header-cell { font-weight: bold;}
.hour-label { display: flex; align-items: center; justify-content: center; }
.calendar-slot { min-height: 50px; cursor: pointer; transition: background 0.2s; }
.calendar-slot:hover { background: #f1f1f1; }
.appointment-item { background: #d1ecf1; padding: 5px; border-radius: 4px; font-size: 0.8em; }
.week_table .calendar-header,.week_table .calendar-body {
    display: grid;
    grid-template-columns: repeat(8, 1fr); /* 7 עמודות שוות בדיוק */
    width: 100%;
}
.month_table .calendar-header, .month_table .calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 7 עמודות שוות בדיוק */
    width: 100%;
}

.header-cell {
    text-align: center;
    padding: 10px;
    font-weight: bold; 
}

.calendar-day {
    min-height: 80px;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
    background: #fff;
}
small.today_date {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 0 0px 0 6px;
    line-height: 26px;
}
.calendar-day.today-highlight {
    border-left: 2px solid #adb5bd;
    border-bottom: 2px solid #adb5bd;
    background: #f8f9fa;
}
.header-cell.is_today {
    background: #0561540d;
}

.empty-cell {
    background: #fafafa;
    border: 1px solid #ddd;
}

.daily_carelog {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px;
    width: 100%;
}

.daily_carelog > div {
    flex: 1;
    min-width: 8px;
    height: 10px;
    border-radius: 2px;
    border: 1px solid #eee;
}


.occupied_hour { background: #05615426; border: 1px solid #05615466 !important;}
.block_hour { background: #fdf1dd;  border: 1px solid #f59f0a4d !important;}

.info-wrapper {
    position: relative; /* מאפשר לבועה להתמקם ביחס לאייקון */
    display: inline-block;
    cursor: help;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    padding: 8px;
    border-radius: 6px;
    
    /* מיקום הבועה */
    position: absolute;
    z-index: 1;
    bottom: 125%; /* מופיע מעל האייקון */
    left: 50%;
    margin-left: -100px; /* ממורכז */
    
    /* אפקט שקיפות */
    opacity: 0;
    transition: opacity 0.3s;
}

/* הצגת הבועה במעבר עכבר */
.info-wrapper:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/***** CALANDERS ******/










#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

nav#top ul.list-inline {
    display: flex;
    justify-content: space-between;
}

/* logo */
.container.top {
    height: 64px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#top_logo {
    margin: 0;
    font-weight: bold;
    width: 200px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

a#logo {
    position: absolute;
    height: 100px;
    display: block;
    width: 160px;
    top: 6px;
}

#top_logo img {
    max-width: 100%;
}
#top_logo svg {
    color: #fff;
    display: inline-block;
}
#top_logo #svg_wrap a {
    position: absolute;
    top: 0;
    left: 0;
    height: 62px;
    display: block;
    width: 62px;
}
@media (min-width: 768px) {
  #top_logo {
    text-align: right;
  }
}


div#top_user {
    width: fit-content;
    display: flex;
    flex-direction: row-reverse;
}




/* menu */
#menu {
  height: 100%;
}
#menu {
    width: 400px;
    height: 100%;
}
#menu ul.nav.navbar-nav {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
}
#menu .navbar-nav > li > a {
  color:rgb(102, 117, 139);
  font-size: .875rem;
}

#menu .navbar-nav > li > a:hover {
  color: #1d2530;
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
.help{
  display: block;
  color:#666;
  font-size: 0.8em;
}
.help-inline{
  display: inline;
  color:#666;
  font-size: 0.8em;
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.border_danger{
  border: 2px solid rgb(95, 1, 1);
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

aside img#logo_w {
    width: 84px;
}


/* footer */

footer {
    position: absolute;
    bottom: 0;
    overflow:hidden;
}
footer {
  width: 100%;
  padding-top: 30px;
  background: #ffffff;
  border-top: 1px solid #ddd;
  color:#e0e5eb66;
  height: 109px;
}

.container.top {
    height: 104px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 0;
}
#bottom_logo {
    text-align: center;
    margin: 0;
    font-weight: bold;
    width: 110px;
    font-size: 18px;
    color: #1d2530;
}
#bottom_logo #svg_wrap {
    background: #056154;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    margin-left: 4px;
    line-height: 41px;
}
#bottom_logo svg {
    color: #fff;
    display: inline-block;
}
div#bottom_powered {
    color: #6c7c93;
}
#bottom_menu nav#menu {
    width: 280px;
}





/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background: #4982cf;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color:#fff;
  text-shadow: 1px 1px #741f93;
}
.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -5px;
    width: 29px;
    height: 29px;
    border-left: 1px solid var(--bs-border-color);
    border-top: 1px solid var(--bs-border-color);
    transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}





div#common-home {
    padding-top: 40px;
}



div#logo_account_right {
    margin: 20px 0 80px;
    position: relative;
}
#account-login #column-right {
    position: relative;
}

#account-account ul.list-unstyled {
    margin: 40px 0;
    padding: 0;
    max-width: 320px;
}
#account-account ul.list-unstyled li {
    width: 100%;
    text-align: right;
    line-height: 38px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
}
#account-account ul.list-unstyled li:hover {
    opacity: 0.8;
    background: #eee;
}
#account-account ul.list-unstyled li i {
    font-size: 26px;
    line-height: 40px;
    margin-left: 20px;
    vertical-align: -4px;
}

#account-patient ul.list-unstyled {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 40px 0;
    padding: 0;
}
#account-patient ul.list-unstyled li {
    display: block;
    width: 220px;
    padding: 20px 0;
    text-align: center;
    max-width: 48vw;
    margin: 4px;
}
#account-patient ul.list-unstyled span {
    display: block;
}
#account-patient ul.list-unstyled span.btns a {
    height: 38px;
    padding: 0 14px;
}
#account-patient ul.list-unstyled span.btns a > i {
    font-size: 14px;
    line-height: 38px;
}
#account-patient ul.list-unstyled li:hover {
    opacity: 0.8;
}
#account-patient ul.list-unstyled li i {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 52px;
}


input.flatpickr {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 10px center; /* מיקום האייקון בצד שמאל (עבור עברית) */
    background-size: 18px;
    padding-left: 35px; /* מרווח לטקסט שלא יעלה על האייקון */
}
.wrapper_inp_btn {
  display: flex;
  gap: 8px;
}

.wrapper_inp_btn textarea {
  flex: 1;
}
.wrapper_inp_btn input {
  flex: 1; 
}
.wrapper_inp_btn .btn {
  display: flex;
  align-items: center;   
  justify-content: center; 
}

.close_report_btn{
  position: absolute;
  left: 12px;
  bottom: 20px;
  width: 169px;
}
/************************/

#popup-audiofill {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0;
    z-index: 10001;
    width: 90%;
    max-width: 860px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
}
.audiofill-header {
    background: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px 4px 0 0;
}
.audiofill-header h3 { margin: 0; font-size: 16px; color: #444; }
.audiofill-body { padding: 15px; }
.audiofill-footer {
    padding: 10px 15px;
    background: #f5f5f5;
    border-top: 1px solid #eee;
    text-align: left;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#transcription-text {
    width: 100%;
    min-height: 76px;
    border: 0px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    overflow-y: auto;
}
#saved_text {
    position: relative;
    z-index: 9999; /* מוודא שהוא "מעל" הכל */
}
#report_wrap textarea{
    flex: 1;
    min-height: calc(100vh - 446px);
}

/* כפתורי OpenCart סטנדרטיים */
.btn-audiofill {
    padding: 8px 14px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-size: 13px;
    transition: opacity 0.2s;
}
.btn-audiofill:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-primary-audiofill { background: #1e91cf; color: #fff; } /* כחול OpenCart */
.btn-success-audiofill { background: #e4f6eb;  color: #198754; } /* ירוק אישור */
.btn-danger-audiofill { background: #da4f49; color: #f0f2f4; }  /* אדום ביטול */

#overlay-audiofill {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 10000;
}

button#start-btn .stop_svg {
    display: none;
}

button#pause-btn .pause_svg {
    display: block;
}
button#pause-btn .pause_mic_svg {
    display: none;
}
button#pause-btn.disabled .pause_svg {
    display: none;
}
button#pause-btn.disabled .pause_mic_svg {
    display: block;
}



/************************/

.success-bg , .success-bg > td{
    background-color: rgb(215 255 215); 
} 

/**  CARELOG LIST  **/

/* עיצוב ה-Switch */
.form-switch {
  display: inline-block;
  vertical-align: middle;
}

.form-check-input {
  width: 40px;
  height: 20px;
  appearance: none;
  background-color: #ccc;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: background 0.3s;
}

.form-check-input:checked {
  background-color: #056154; /* צבע ה-Info של אופנקארט */
}

.form-check-input::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 1px;
  left: 2px;
  background: white;
  transition: transform 0.3s;
}

.form-check-input:checked::before {
  transform: translateX(18px);
}
i.gray {
    color: #999;
}
/* שורת פרטים */
.bg-light {
  background-color: #f9f9f9 !important;
}

/**  CARELOG LIST  **/
div.carelogs_wrap > div.carelog {
    border: 1px solid #eee;
    margin: 4px 0;
    padding: 8px;
}


/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

button.close {
    border-radius: 50%;
    height: 30px;
    line-height: 27px;
    padding: 0;
    width: 30px;
    margin: 0 20px;
    left: 0;
    position: absolute;
    border: 0px;
    background: none;
    font-size: 30px;
}

span#meeting_bill_details {
    display: flex;
    height: 30px;
    line-height: 30px;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
}
span#meeting_bill_details p {
    padding: 0 0 0 20px;
}


/* שינוי רקע לכל סוגי השדות, הטקסט והתפריטים */
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="tel"],
textarea, 
select {
    background-color: #f9fafb !important; /* לבן נקי */
    background-image: none !important;    /* מבטל רקעים של דפדפנים */
}

/* טיפול במילוי אוטומטי (Autofill) של כרום - חשוב מאוד! */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f9fafb inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
::placeholder {
  color: #94a3b8; /* צבע אפור בהיר מודרני */
  opacity: 1;    /* פיירפוקס נותן שקיפות נמוכה בדיפולט, אז מקבעים ל-1 */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #94a3b8;
}

/* Microsoft Edge */
::-ms-input-placeholder {
  color: #94a3b8;
}








.print_v {
	background: #1d2530 none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #43ff05;
	direction: ltr;
	left: 0;
	overflow: auto;
	padding: 10px;
	position: fixed;
	top: 32px;
	min-width: 50px;
	max-width: 80vw;
	max-height: 80vh;
	z-index: 99999;
	transition: all 0.6s;
	transition-timing-function: ease-in-out;
}

.print_v.close {
	left: -100% !important;
}


.print_v .open, .print_v .close {
	background: #0f0 none repeat scroll 0 0;
	border-radius: 20px;
	box-shadow: 1px 1px 3px #1d2530;
	cursor: pointer;
	height: 20px;
	left: 5px;
	font-weight:bold;
	color:#fff;
	line-height: 20px;
	position: fixed;
	text-align: center;
	top: 5px;
	width: 20px;
	opacity: 0.8;
}
.print_v .close {
	background: #f00 none repeat scroll 0 0;
}
.print_v pre *{
	background: none;
	color: #2eee00;
	direction: ltr !important;
	text-align: left;
	border: 0;
}



@media (max-width: 576px) {
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }  
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .alert.alert-danger, .alert.alert-success {
      z-index: 9999;
      position: fixed;
      top: 10%;
      left: 0;
      width: 400px;
      max-width: calc(100vw - 80px);
      right: 0;
      margin: auto;
  }
  .text-danger {
      font-size: 0.85rem;
  }
  #container {
      overflow-x: hidden;
  }

.container.top {
    width: 100%;
    padding: 0;
    margin: 0;
}
  div#top_logo {
      width: 140px;
      height: 100%;
  }
  a#logo {
    position: absolute;
    height: 74px;
    display: block;
    width: 128px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4px;
}  

div#top_menu {
    width: 49px;
    margin-top: 0;
    height: 60px;
}
nav#menu {
    width: 41px;
    margin: 0;
    padding: 0;
    height: 50px;
}
div#navbar-menu {
    background: #fff;
    width: 212px;
    box-shadow: -2px 2px 7px -6px;
}
#menu > button.navbar-toggler {
    font-size: 1.5rem;
    height: 50px;
    width: 50px;
    color: #999;
    display: none;
}
#menu > button.navbar-toggler i{
    font-size: 1.5rem;
    color: #999;
}
div#navbar-menu {
    background: #fff;
    width: 212px;
    box-shadow: -2px 2px 7px -6px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 96px;
}
#bottom_menu div#navbar-menu {
    background: #fff;
    width: 212px;
    box-shadow: -2px 2px 7px -6px;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}
#menu ul.nav.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
div#hp_image_1 {
    height: 52vw;
}

header#header_cp {
    width: calc(100% - 48px) !important;
    right: 48px !important;
    padding: 0 10px;
}
div#cp_breadcrumb {
    position: absolute;
    top: 3px;
}

aside#column-right.wide_col {
    display: none;
}
#column-right.wide_col + .col_content {
    width: 100%;
}
fieldset.register_inputs > div.row {
    width: 100%;
    margin: auto;
}
#column-right + .col_content {
    width: calc(100% - 61px);
    top: 62px;
    padding: 0;
}
#column-right + .col_content > main {
    padding: 0;
    margin: 20px 4px;
    width: calc(100% - 18px);
}
#header_cp h1 {
    display: none;
}
#header_cp > button, #header_cp > a {
    margin-top: 12px;
}


#aside_right_col {
    width: 50px;
    overflow: hidden;
    transition: width 0.8s;
}
#aside_right_col.open {
    width: 15rem;
}

aside#aside_right_col > #aside_right_col_top {
    padding: 16px !important;
}
#column-right nav ul li a {
    padding-right: 8px !important;
}

#column-right nav ul li a span, 
#column-right #aside_top_name , 
#column-right #aside_powered{
    display: none;
}

#column-right aside#aside_right_col.open nav ul li a span, 
#column-right aside#aside_right_col.open #aside_powered{
    display: block;
}
#column-right aside#aside_right_col.open #aside_top_name{
  display: flex;
}
#aside_open_arrow{
  transform: rotate(180deg);
}
#column-right aside#aside_right_col.open #aside_open_arrow{
  transform: rotate(0deg);
}

.cp_carelog_row {
    padding: 8px 8px 8px 20px !important;
}

header#header_cp.mob_w_100 {
    width: 100% !important;
    right: 0 !important;
}
header#header_cp.mob_w_100 div#cp_breadcrumb{
    top:14px;
}


div#calendar_wrap > div {
    padding: 4px;
}
.calendar-header > .header-cell {
    font-size: 2vw; /* הגופן יגדל ויקטן יחד עם רוחב הדפדפן */
    white-space: nowrap; /* מונע מהטקסט לרדת שורה */
    overflow: hidden;
}
div.calendar-day {
    font-size: 2vw;
    white-space: nowrap;
    overflow: hidden;
    height: calc(100vw - 310px);
    min-height: 60px;
}
.week_table .calendar-header, .week_table .calendar-body {
    white-space: nowrap;
    overflow: hidden;
}
.daily_carelog {
    margin-top: 4px;
}
.daily_carelog > div {
    flex: 1;
    min-width: 1px;
    height: 10px;
    border-color: #f8f9fa;
}

div#calender_week_nav {
    width: 30%;
    font-size: 3vw;
}
#calender_week_nav > button {
    width: 12px;
}

.header-cell, .hour-label, .calendar-slot {
    padding: 2px;
     font-size: 2vw;
}
.calendar-slot > div > p {
    font-size: 2vw;
}
.calendar-slot > div {
    padding: 2px !important;
    border-radius: 1px;
    height: 29px;
    width: calc((100vw - 112px) / 8);
    line-height: 16px;
}
.calendar-header > .header-cell {
    font-size: 2vw;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    padding: 8px 0;
    margin: 0;
}
.calendar-header > .header-cell > small {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 3vw;
    display: block;
    float: right;
    line-height: 4vw;
    font-size: 2vw;
}
.header-cell, .hour-label, .calendar-slot {
    padding: 2px;
    font-size: 2vw;
    min-height: 30px;
    height: 36px;
    border-left: 1px solid #dddddd;
}

#modal-daily table tr > th, #modal-daily table tr > td {
    width: auto !important;
    font-size: 3vw;
    padding: 3px;
    vertical-align: middle;
    text-align: center;
}
.carelog_hour_details > div {
    min-height: 34px;
}
#modal-daily table tr > td.carelog_hour_details {
    width: 50vw !important;
}
#modal-daily table tr > td.carelog_hour_details a.btn {
    position: absolute;
    left: 0;
    top: 0;
}
#modal-daily table tr > td.carelog_hour_details a.btn#add-field-btn {
    position: relative;
    width: 100%;
    height: 32px;
}
#modal-daily table tr > td.carelog_hour_details div.more {
    margin: 0;
    border-radius: 6px;
    text-align: right;
}
#modal-daily table tr > td.carelog_hour_details div.more > div {
    padding: 6px;
    border-radius: 6px;
} 

#modal-daily table tr > td.carelog_hour_details div.more li.comment > div {
    padding: 4px;
    border-radius: 6px;
}

.list_patient_row {
    padding: 6px !important;
    gap: 0.5rem !important;
}
.list_patient_title {
    padding: 16px 15px !important;
}
div#filter_patient_wrap {
    margin: 4px 4px 10px;
}
div#filter_patient_btns {
    justify-content: flex-end;
    padding-left: 4px;
}
#carelog_filter form > div {
    width: 100%;
    margin: 2px 0 !important;
} 


table.responsive-carelog-table{
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.table tbody.responsive-tbody-carelog {
        display: block;
        width: 100%;
}
tr.responsive-carelog  {
      display: flex !important;
      flex-wrap: wrap !important;
      width: 100%;
  }

  /* שלושת התאים הראשונים תופסים שליש שורה כל אחד (33.3%) */
tr.responsive-carelog td:nth-child(1),
tr.responsive-carelog td:nth-child(2),
tr.responsive-carelog td:nth-child(3) {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      display: block; /* חובה כדי שה-flex יעבוד נכון על td */
  }

  /* שני התאים האחרונים תופסים חצי שורה כל אחד (50%) */
tr.responsive-carelog td:nth-child(4),
tr.responsive-carelog td:nth-child(5) {
      flex: 0 0 50%;
      max-width: 50%;
      display: block;
  }
tr.responsive-carelog > td {
    border-bottom: 1px solid  #fefefe;
}
.responsive-carelog-details:not(.collapse) {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
    overflow: hidden;
}
tr.responsive-carelog-details td {
    flex: 0 0 100%;
    max-width: 100%;
}
tr.responsive-carelog-details td > div {
    max-width: 100%;
    display: block;
}
.responsive-carelog td {
    padding: 8px 8px 8px 0px !important;
    font-size: 0.8rem;
    text-align: center;
}


#hinput-patient_wrap{
  display: none;
}

.xs-block{
  display: block !important;
}
.hidden-xs, .xs-hidden{
  display: none !important;
}

footer {
    padding: 0 4px !important;
}
footer .container.top {
    display: flex;
    align-items: center;
    height: 80px;
}
#bottom_logo a#logo {
    position: relative;
    height: 74px;
    display: block;
    width: 100px;

}
div#bottom_powered {
    color: #6c7c93;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
}
}



.loader-overlay {
  position: fixed; /* מבטיח שהאנימציה תישאר במקומה גם בגלילה */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* רקע חצי שקוף */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* ערך גבוה מבטיח שהאנימציה תופיע מעל הכל */
  display: none; /* הסתרה התחלתית */
}


.spreading-waves {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 28vh auto;
}

.spreading-waves div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 4px solid #f3f3f3; /* צבע הגלים */
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%); /* מרכוז */
  animation: spreading 1.8s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

/* הגדרת האנימציה של הגלים המתפשטים */
@keyframes spreading {
  0% { width: 10px; height: 10px; opacity: 1; }
  100% { width: 100px; height: 100px; opacity: 0; }
}

/* השהייה לכל גל */
.spreading-waves div:nth-child(1) { animation-delay: 0s; }
.spreading-waves div:nth-child(2) { animation-delay: 0.6s; }
.spreading-waves div:nth-child(3) { animation-delay: 1.2s; }