* {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
      }
 ::-webkit-scrollbar {
  width: 5px;
} 
      table {
        border-collapse: collapse;
        width: 100%;
      }
      th,
      td {
        text-align: center;
        padding: 0.5em;
      }
      .htmlPage {
        padding: 0.48em;
        border-radius: 50%;
        height: 15px;
        width: 15px;
        background-color: #c5e5d0;

        font-size: bolder;
      }
      .availableDay {
        padding: 0.48em;
        border-radius: 50%;
        background-color: #b5e4c4;
        color: #000;
        font-weight: bold;
      }
      .currentDay {
        padding: 0.48em;
        background-color: rgb(220, 158, 158);
        border-radius: 50%;
      }
      .availableDay:hover {
        background-color: #3b8855;
        color: white;
        cursor: pointer;
      }
      .unavailableDay:hover {
        cursor: not-allowed;
      }
      .selectedDay {
        padding: 0.48em;
        border-radius: 50%;
        background-color: #3b8855;
        color: white;
      }
      .dateSchedules:hover {
        background-color: #3b8855;
        color: white;
        cursor: pointer;
      }
      .unavailableDay {
        padding: 0.5em;
        background-color: #fff;
        color: #000;
        font-size: bolder;
      }
      .hidden {
          display: none !important;
      }
      .img-logo {
          width: 80%;
          max-width: 230px;
      }
      
      .singleDigits {
          padding-left: 11px !important; 
          padding-right: 11px !important;
      }
      .calendar-info-holder {
          
      }
      .auto-padded {
          
      }
      .calenxdar-table {
        font-size: 14px;
    }
.callsavvy_speech-bubble {
	position: relative;
	background: #efefef;
	border-radius: .5em;
    width: 180px;
    padding: 10px;
    box-shadow:  0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    display:none;
}

.callsavvy_speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 180px;
	width: 0;
	height: 0;
	border: 1.125em solid transparent;
	border-top-color: #efefef;
	border-bottom: 0;
	border-right: 0;
	margin-left: -0.562em;
	margin-bottom: -1.125em;
}
@media only screen and (max-width: 800px) {
    /* Styles for mobile devices */
    .img-logo {
         margin: 0px auto;
     }
    .calenxdar-table {
        font-size: 12px;
    }
    .singleDigits {
      padding-left: 8px !important; 
      padding-right: 8px !important;
    }
    .availableDay {
        padding: 0.43em;
      }
}


 .processer {
            position: absolute;top:0;left:0;withd:100%;height:100%;z-index:100;background:rgba(255,255,255,0.7);
        }
        .form-control::-ms-input-placeholder { 
          color: #aaa;
        }
        .form-control::placeholder {
          color: #aaa; 
        }
        h2 {
            font-size: 25px;
            color: #666;
        }
        h3 {
            font-size: 15px;
            color: #999;
            margin-top: 15px;
        }
        
        h4 {
            font-size: 18px;
            color: #666;
            margin-top: 25px;
            margin-bottom: 25px;
        }
        .form-control {
            padding: 12px 19px;
        }
        label {
            padding-bottom: 5px;
        }
        .btn {
            padding: 12px 19px;
        }
        .btn-file {
            --bs-btn-color: #fff;
            --bs-btn-bg: #1b898b;
            --bs-btn-border-color: #3e8891;
            --bs-btn-hover-color: #fff;
            --bs-btn-hover-bg: #13977f;
            
            --bs-btn-color: #3e8891;
            --bs-btn-bg: rgba(0,0,0.0.1);
        }
        
        /* General form styling */
/* Form input styling */
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    /*width: 100%;
    padding: 15px;
    margin: 10px 0 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;*/
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
}


input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #0078D7;
    box-shadow: inset 0 2px 4px rgba(0, 120, 215, 0.3);
    outline: none;
}


/* Textarea styling */
textarea {
    height: 100px;
    resize: vertical;
}

/* Add some transition for focus state */
input, textarea {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
    .w-100 {
            max-width: 900px;
            padding: 0px;
        }
        .auto-padded {
            padding: 1.625rem 1.875rem 4.375rem;
        }
    #whileBooking {
        background: #e8f4ee;
        background: linear-gradient(180deg, #f5f6f5 0%, #e6efeb 100%);
    }
    .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #327333;
        --bs-btn-border-color: #35533e;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #659474;
        --bs-btn-hover-border-color: #659474;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #659474;
        --bs-btn-active-border-color: #659474;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #0d6efd;
        --bs-btn-disabled-border-color: #0d6efd;
    }
    .notes_txt {
        clear: both;
        font-size: 0.75rem;
        margin: 1.25rem 0px 0px 0.25rem;
    }
    body {
        font-family: "Trirong", serif;
        background-color: #f1f1f1; 
        background: linear-gradient(180deg, #298958 0%, #e0fff3 100%);
        background-attachment: fixed; 
    }
    .main_body {
        height: 100%; 
        width: 100%;
        min-height: 100vh; 
        background-attachment: fixed; 
        background-image: url('https://getcallsavvy.com/callsavvy_wavy_light.png'); 
        background-size: cover;
        background-position: center 292px;
        background-repeat: no-repeat;
    }
    .cf_pgf {
        color:#242424;
        font-size:15px;
        line-height:16.5px;
        font-family: "Trirong", serif;
    }
    .cf_hdr {
        color:#242424;
        font-size:20px;
        line-height:21.5px;
        font-family: "Trirong", serif;
        font-weight:bold;
    }
    .cf_header {
        color:#242424;
        font-size:27px;
        line-height:28.5px;
        font-family: "Trirong", serif;
        font-weight:bold;
    }
    .form_footer {
        background: rgba(255, 255, 255, 0.4);
        width: 100%;
        padding: 2rem 4rem ;
        border-top: 1px solid #298958;
        font-size:12px;
        line-height: 16px;
        font-family: "Trirong", serif;
    }
    
    .form_footer2 {
        margin-top: 30px;
        background: rgba(200, 222, 200, 0.3);
        width: 100%;
        padding: 1.3rem 3rem ;
        border-top: 1px solid #298958;
        font-size:12px;
        line-height: 16px;
        font-family: "Trirong", serif;
    }
    .ad_img {
        width: 95%;
        max-width:160px;
    }
    .footer-logo {
        width: 150px;
        margin-bottom:20px;
    }
    .footer-logo2 {
        width: 150px;
        margin-bottom:2px;
    }
    .btn-smaller {
        font-size: 14px;
        padding: 7px 15px;
    }
    .required_ast {
        margin-left:5px;
        color: red;
    }

@media only screen and (max-width: 600px) and (orientation: portrait) {
    .w-50 {
        width: 95% !important;
    }    
    .btn {
        padding: 7px 14px;
    }
    p.responsive {
        font-size:12px;
    }
    h2.responsive {
        font-size:17px;
    }
}