#upload-user-image-popup {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 9999;
    /* width: 300px; */
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.spinner {
    display: none;
    width: 24px;
    height: 24px;
    border: 4px solid #ccc;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
#upload-user-image-popup button#close-popup {
    margin-left: 10px;
}

.elementor-kit-16 button,
.elementor-kit-16 input[type="button"],
.elementor-kit-16 input[type="submit"],
.elementor-kit-16 .elementor-button {
    font-size: initial !important;
    
}

/* add new css 8th sep 2025 */

#signin-signout-btn a.custom-login-button, #signin-signout-btn-client a.custom-login-button {
    font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #526f8f !important;
    fill: #526f8f !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}
/* #signin-signout-btn-client a.custom-login-button{
    display: block;
    margin-top: 1rem;
} */
#signin-signout-btn a.custom-login-button:hover,  #signin-signout-btn-client a.custom-login-button:hover{
    color: #acc8e9 !important;
    fill: #acc8e9 !important;
    border-bottom: 1px solid #acc8e9;
}

.custom-heding{
    margin-bottom: 0;
    font-size: 16px;
}

.custom-client-profile{
    font-size: 16px;
    margin-left: 30px;
}

/* #interpreter_page .e-con-inner{
        display: flex;
    flex-direction: row-reverse;
    justify-content: start;
} */

/* #interpreter_page .e-con-inner:last-child{
    width: 30%;
} */

.open-message-heading{
    font-size: 16px;
}

.elementor-515 .elementor-element.elementor-element-ce6ca02 {
    display: flex !important;
    color: white !important;
}

/* .elementor-field-group[data-name="daily_option"],
.elementor-field-group[data-name="recurrence_monthly"] {
  display: none;
} */
 
input {
  accent-color: #273d56 !important;
}


.radio-button-container {
    display: flex;
    gap: 5px; /* Adjust spacing between buttons */
    align-items: center;
    justify-content: center; /* Centers items horizontally */
}

.radio-button-container label {
    cursor: pointer;
}

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box !important;
    text-align: left !important;
}


.elementor-field-option[data-value*="Educational"],
.elementor-field-option[data-value*="Stage"] {
    font-weight: bold;
}

/* Custom CSS */
.elementor-kit-16 label {
    color: transparent !important; /* Makes the text invisible */
}
/* OR */
.elementor-kit-16 label {
    color: unset !important; /* Removes the global color */
}

 .add-interpreter-button {
      position: absolute;
      top: 10px;
      right: 10px;
      color: white;
      padding: 8px 12px;
      border-radius: 4px;
      text-decoration: none;
     
    }
    
 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 600px;
  border-radius: 8px;
}

/* The Close Button */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-body label {
    display: block;
    margin-bottom: 5px;
}

.avatar{
height: 148px;
width: 150px;   
} 


/* 25-oct-2025 */

.add-another-button{
    position: absolute;
    top: -55px;
    color: #fff !important;
}







