#thankYouScreen input.form-control {
    margin-bottom: 9px;
    background-color: #efefef;
}

#thankYouScreen label {
    margin-bottom: 5px;
}
.form-container .form-check {
    text-align: left;
    padding: 0px 25px 10px 25px;
}
.form-logo img {
    max-width: 260px;
}
.already-availed-message {
    text-align: center;
}

.theme-btn {
    background-color: #102475;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}

.theme-btn:hover, .theme-btn:focus {
    background-color: #00a6ff;
}
.form-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

.form-container img {
  display: block;
  margin: 0 auto 20px;
  width: 100px;
}

.form-container button {
  width: 100%;
}

.hidden-field {
  display: none;
}

.iti {
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
}

.copyable {
  cursor: pointer;
  border: 1px solid #ced4da;
  background-color: #e9ecef;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  color: #495057;
}

.copyable:hover {
  background-color: #d3d3d3;
}

.thank-you .btn-primary {
  width: 100%;
}

.form-group label {
  margin-bottom: 8px;
  font-weight: 600;
}

p.info {
  font-weight: 600;
}

.form-wrap {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.form-wrap .form-logo {
  margin-bottom: 40px;
  text-align: center;
}
#whatsapp-widget {
    position: fixed;
    bottom: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    z-index: 99999999;
    -webkit-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
    left: 20px;
}
#whatsapp-widget .ww-icon-link {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 2px 2px 6px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0;
    background: #4dc247 !important;
    width: 75px;
    height: 75px;
}
#whatsapp-widget svg {
    fill: #fff;
    z-index: 1;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
    width: 100%;
    height: 100%;
    stroke: none;
}

@media only screen and (max-width: 767px) {
	#whatsapp-widget .ww-icon-link {
        width: 60px;
        height: 60px;
    }
}