
@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;
}

.g_id_signin {
    position: fixed;
    bottom: 3px;
    right: 3px;
    z-index: 999999;
}

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 {
    overflow-y: auto;
}
#daily-view-content > table.table {
    table-layout: fixed;
}

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

div#report_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100vh - 553px);
    min-height: 336px;
}
div#report_content_wrap {
    min-height: 400px;
}
#report_content_wrap textarea {
    flex: 1;
    min-height: calc(100vh - 520px);
}
#report_content_wrap_ckeditor .wrapper_inp_btn {
    height: calc(100vh - 440px);
}

#report_wrap.vertical .tablist {
    /* display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start; */
    width: 100%;
    min-height: 100%;
}

#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;
}

.blink-link {
    animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

label.form-check-label {
    display: inline-block;
    width: calc(100% - 60px);
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
}
label.form-check-label[for=input-report_status_0] {
    color: #1d2530;
    background: #f0f2f4;
}
label.form-check-label[for=input-report_status_1] {
    background: #fdf1dd; 
    color: #f59f0a;
}
label.form-check-label[for=input-report_status_2] {
    background: #e4f6eb; 
    color: #29a356;
}
label.form-check-label[for=input-report_status_3] {
    background: #dff2fb;
    color: #189edc;
}

span#fileName {
    text-align: center;
    width: 100%;
    font-size: 12px;
    display: block;
}

.btn.audio_fill {
    height: 40px;
    width: 80px;
    float: left;
}
.btn.audio_fill {
  position: relative;
  border-radius: 10% !important;
  animation: pulse-ring 1.4s ease-out infinite;
}
.btn.audio_fill > svg#mic_svg {
    height: 24px;
}
.btn.audio_fill i {
  animation: mic-bounce 0.6s ease-in-out infinite alternate;
}

@keyframes pulse-ring {
  0%   { box-shadow: 0 0 0 0 rgba(13,110,253,0.55); }
  70%  { box-shadow: 0 0 0 14px rgba(13,110,253,0); }
  100% { box-shadow: 0 0 0 0 rgba(13,110,253,0); }
}

@keyframes mic-bounce {
  from { transform: scale(1); }
  to   { transform: scale(1.18); }
}


#waveform{
    width: calc(100% - 100px ); 
    float: right;
}
#report_record_btns{
    width: 80px;
    float: left;
}
#report_content_wrap_ckeditor div#cke_report_content {
    height: 100%;
}
.record_row_btns {
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}
.record_reports_row_btns {
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.record_row_btns > a, .record_row_btns > button {
    width: 65px;
}
.record_row_btns > a svg, .record_row_btns > button svg{
    margin:auto;
}
.record_row_btns > a.record_status {
    width: auto;
}
.speaker-therapist {
    background-color: #e8f4f8;
    border-right: 3px solid #2196F3; /* RTL - קו בצד ימין */
    padding: 8px 12px;
    margin: 6px 0;
    border-radius: 6px;
}

.speaker-client {
    background-color: #f0f0f0;
    border-right: 3px solid #4CAF50;
    padding: 8px 12px;
    margin: 6px 0;
    border-radius: 6px;
}

.speaker-label {
    font-weight: bold;
}



    @keyframes bounce-up {
        0%, 60% { transform: translateY(0); }
        20% { transform: translateY(-3px); }
    }
    .animate-up {
        animation: bounce-up 2s ease-in-out infinite;
    }



.hourglass-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    color: #666;
}

.hourglass {
    color: #f39c12; /* צבע כתום של המתנה */
    animation: flip 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes flip {
    0% {
        transform: rotate(0);
    }
    80% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.loading-text {
    font-size: 14px;
    /* אנימציה עדינה לטקסט */
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}



.authorize_pp {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #00000047;
    z-index: 9999;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    left: 0;
}
.authorize_pp > div {
    position: relative;
    right: 0;
    top: 48px;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 96vw;
    width: 571px;
}



div#register_goog_btn.g_id_signin {
    position: relative;
    margin: 10px -4px;
}





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;
    max-width: calc((100vw - 310px)/7);
}
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;
}
.calendar-day.today-highlight .gregorian-day > span {
    background: #056154;
    border-radius: 100%;
    padding: 6px;
    color: #fff;
    font-size: 14px;
}
.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 ******/

.date_to_date_filter > div {
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 8px;
}







#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
.alert {
    z-index: 999;
    max-width: 433px;
    top: 67px;
    position: absolute;
    opacity: 0.95;
}
#alert .alert {
  margin-bottom: 15px;
}
table.daily-carelogs td.alert {
    position: relative;
    top: 0;
}
#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);
}

/* מיקום מיכל ההתראות בפינה הימנית העליונה */
#alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 350px; /* רוחב קבוע להתראה */
}

.alert-animated {
    animation: slideIn 0.5s ease-out forwards;
}

.alert-animated.hide {
    animation: slideOut 0.5s ease-in forwards;
}

@keyframes slideIn {
    from {
        transform: translateX(120%); /* מתחיל מחוץ למסך מימין */
        opacity: 0;
    }
    to {
        transform: translateX(0); /* נעצר במיקום המקורי */
        opacity: 1;
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(120%); /* חוזר ימינה אל מחוץ למסך */
        opacity: 0;
    }
}


/* 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;
}



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;
}

.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;
}


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;
}



header#header_cp.has-right-column {
    width: calc(100% - 244px) !important;
    right: 243px !important;
}

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

section#hp_image_1 {
    width: 100%;
    text-align: center;
}

section#hp_image_1 img {
    width: 100%;
    height: auto;
    display: block;
}

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 {

    
}

.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;
    max-height: 90vh;
    overflow: auto;
}
.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;
}
div#transcription_view {
    white-space: pre-line;
}

div#transcription_view .summary-container ol {
    padding-right: 24px; /* indent in RTL */
    padding-left: 0;
    margin: 8px 0;
    list-style-position: outside;
}
div#transcription_view .summary-container li {
    margin-bottom: 6px;
}

#transcription-text {
    width: 100%;
    min-height: 76px;
    border: 0px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    overflow-y: auto;
}
#saved_text {
    min-height: 160px;
    background: #f9f9f9;
    color: #666;
    border: 1px solid #ddd;
    overflow-y: auto;
    position: relative;
    z-index: 9999; /* מוודא שהוא "מעל" הכל */
}
#report_wrap textarea {
    height: calc(100vh - 618px);
    min-height: 229px;
}
#report_wrap > div {
    height: calc(100vh - 618px);
    min-height: 229px;
}

select.form-control {
    height: 42px;
    line-height: 33px;
}
/* כפתורי 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 של אופנקארט */
  background-position: left;
}

.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;
}
#carelogs_btns_wrap {
    display: grid;
    grid-template-columns: repeat(4, 36px);
    gap: 6px;
    justify-content: space-around;
    align-items: center;
}
ul#ul_carelog_hour_details {
    padding: 8px;
    text-align: right;
    display: grid;
    grid-template-columns: repeat(2, 49%); 
    gap: 6px;
    flex-wrap: nowrap;
    justify-content: start;
    justify-content: space-between;
    margin-bottom: 10px;
}


.dropdown-menu {
    padding: 0;
}

/* 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;
}






.form-select.action-select {
    height: 43px;
    overflow: hidden;
    background-position: 10px 14px;
    background-color: #f9fafb ;
    width: 100%;
}
.form-select.action-select.open {
    height: auto;
    position: absolute;
    width: calc(100% - 24px);
}
.action-select .select-trigger {
    cursor: pointer;
    line-height: 30px;
    display: block;
    height: 30px;
    padding: 0 10px;
}
.action-select .select-trigger:hover {
    background: #eee;
}
.option-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    line-height: 26px;
    margin: 5px 0;
    border-bottom: 1px solid #ededed;
    min-height: 30px;
}
.option-item  .option-actions {
    width: 120px;
    display: flex;
    justify-content: space-between;
}


#billing-boxes_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.billing-box {
    width: 360px;
    max-width: 100%;
}



        .record-container {
            background-color: #ffffff;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            width: 400px;
            max-width: 90%;
            margin: auto;
            text-align: center;
        }

        .treatment-info {
            margin-bottom: 0.5rem;
            border-bottom: 2px solid #eee;
            padding-bottom: 1rem;
        }

        .treatment-info h2 {
            margin: 0;
            color: #333;
            font-size: 1.5rem;
        }

        .treatment-info p {
            color: #666;
            margin: 5px 0;
        }

        .timer-display {
            font-size: 3rem;
            font-weight: bold;
            margin: 0;
            color: #2c3e50;
            font-variant-numeric: tabular-nums;
        }

        .progress-bar-container {
            background-color: #e0e0e0;
            border-radius: 10px;
            height: 10px;
            width: 100%;
            margin-bottom: 2rem;
            overflow: hidden;
        }

        .progress-bar-fill {
            background-color: #e74c3c;
            height: 100%;
            width: 0%;
            transition: width 0.3s ease;
        }


        button {
            padding: 12px 20px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-weight: bold;
            transition: all 0.2s;
            flex: 1;
        }

        .btn-pause { background-color: #e74c3c; display: none; }

        button:hover { opacity: 0.9; transform: translateY(-2px); }
        button:active { transform: translateY(0); }

        .status-dot {
            height: 10px;
            width: 10px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            margin-left: 8px;
        }

        .recording .status-dot {
            background-color: #e74c3c;
            animation: blink 1s infinite;
        }

        @keyframes blink {
            0% { opacity: 1; }
            50% { opacity: 0.3; }
            100% { opacity: 1; }
        }


        .uploading #statusText {
            color: #3498db;
            font-weight: bold;
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% { opacity: 1; }
            50% { opacity: 0.5; }
            100% { opacity: 1; }
        }
        .icon-pending {
            opacity: 0.6;
            animation: blink 2s infinite;
        }

        @keyframes blink {
            0% { opacity: 0.3; }
            50% { opacity: 0.7; }
            100% { opacity: 0.3; }
        }






.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; }



@media print {
    p{
        margin:4px;
    } 
}




.mobile-install-btn {
  display: none; /* ברירת מחדל - מוסתר */
  position: fixed;
bottom: 24px;
left: 145px;
  transform: translateX(-50%);
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

@media (max-width: 768px) {
  /* הכפתור יוצג רק אם נוסיף לו קלאס 'show-btn' דרך ה-JS */
  .mobile-install-btn.show-btn {
    display: block;
  }
}

.flex-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
button.circ-btn, a.circ-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 80px !important;
    width: 80px !important;
    min-width: 80px;
    max-width: 80px;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
    padding: 0 !important;
    gap: 2px !important;
    white-space: normal; /* מאפשר לטקסט להתעטף לשורה שנייה */
    text-align: center;
    overflow: hidden;
}

button.circ-btn svg, button.circ-btn i {
    font-size: 28px;
    margin: 0;
}