/*
*= require simple_calendar
*/
.nav-image {
    height: 34px;
    width: 34px;
    border-radius: 17px;
}
.nav-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.nav-tab {
  padding: 0.5rem 1rem;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: rgb(41, 53, 70);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 600
}

.nav-tab.active {
  border-bottom: 3px solid rgb(41, 53, 70);
  color: rgb(255, 0, 0);
}

.hover-red:hover {
  border-bottom: 3px solid rgb(41, 53, 70);
  color:  rgb(255, 0, 0);
}

html, body {
  touch-action: manipulation;
}
input[type="text"]:focus {
  border-color: #D1D5DB !important;
  outline: none;
  box-shadow: none;
}

input[type="text"].dark:focus {
  border-color: #6B7280 !important;
  outline: none;
  box-shadow: none;
}
#reminders-list {
  max-height: 600px; 
  overflow-y: auto; 
}
input:disabled {
  cursor: not-allowed; 
}
#test-modal-content {
  max-height: 600px; 
  overflow-y: auto; 
}
.flash {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  position: absolute;
}

.flash.notice {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.flash.alert, .flash.error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.flash.warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.flash.info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
@media (min-width: 640px) {
  .custom-ml-24 {
    margin-left: 6rem;
  }
}

.rounded-lg-custom{
  border-radius: 20px;
}

.rounded-lg-custom1{
  border-radius: 70px;
}

.global_bg{
  background-color: #f7f7f5;
}

.button-bg-edit {
  color: #323c4c;
  background-color: white !important;
}
.button-bg-automated {
  color: #323c4c;
  background-color: white !important;
}
.button-bg-edit:hover,
.edit-button.button-bg-edit:hover {
  color: #323c4c;
  background-color: #f6f6f6 !important;
}

.button-bg1{
  color: #323c4c;
  background-color: #e4e6eb !important;
}
.button-bg1:hover{
    color: #4a5568;
}
button#openModalBtn1 {
  margin-top: 30px;
}
.font_welcome{
  font-size: 43px;
  font-weight: 400;
}
.font-top-margin{
  margin-top: 40px;

}
.font-buttons{
font-size: 16px;
border: 1px solid #e5e7eb;
border-radius: 9999px; 
}

.font-buttons:hover {
  background-color: #f9fafb;  
}
.lower-font-button{
  margin-right: 21px;
  border: 1px solid #ef9553;
  box-shadow: 0px 4px 2px -2px #ef9553;
}
.font-background-color{
background: #f7faff;
}
.script-regular {
  font-family: "Kaushan Script", serif;
  font-style: normal;
}
.font-lower-heading{
	margin-top: 45px;
	font-size: 43px;
	font-weight: 400;
	margin-bottom: 45px; 
}
.top-font-div{
    margin-left: 0px;
}
.lowerdiv {
  justify-content: center;
}
.imageModalBlur {
  backdrop-filter: blur(10px); 
}

@font-face {
  font-family: 'Playfair Display';
  src: url("/assets/PlayfairDisplay-Italic-VariableFont_wght-146d06d4.ttf") format('truetype');
  font-weight: 100 900; /* Supports a range of weights */
  font-style: italic;
}

.italic-light {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 300; /* Example for a light weight */
}

.italic-bold {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700; /* Example for a bold weight */
}

.relative {
  position: relative;
}

/* Floating Label Setup */
.floating-label input {
  padding-top: 1rem;
}

.floating-label .label-text {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  background: white;
  padding: 0 0.25rem;
  font-size: 1rem;
  color: #60667f;
  pointer-events: none;
  font-weight: 500;
}

/* Move label on focus or when field is filled */
.floating-label input:focus + .label-text,
.floating-label input:not(:placeholder-shown) + .label-text {
  top: 1px;
  font-size: 0.75rem;
  color: #888c99; 
}
.floating-label input:focus::placeholder {
  color: transparent;
  transition: color 0.2s ease-in-out;
}
button#contactToggleBtn {
  margin-top: 56px;
}