@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root,
[data-bs-theme=light] {
  --bs-border-radius: 0.25rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Inter";
  line-height: 1.6;
  color: #404040;
}

body {
  font-size: 14px;
  line-height: 1.5;
}

strong {
  font-weight: bold;
  font-family: "Inter" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: bold;
  font-family: "Sentient";
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: #ff6600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 5%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  padding: 0 15px;
}

.section-title {
  font-size: 2rem;
  color: #404040;
  font-family: "Sentient";
  line-height: 1.6;
  font-weight: bold;
}

.toast.alert-success {
  --bs-toast-bg: var(--bs-success-bg-subtle);
  --bs-toast-border-color: var(--bs-success-border-subtle);
  color: var(--bs-alert-color);
}
.toast.alert-danger {
  --bs-toast-bg: var(--bs-danger-bg-subtle);
  --bs-toast-border-color: var(--bs-danger-border-subtle);
  color: var(--bs-alert-color);
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 14px !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  padding: 8px;
}

select {
  cursor: pointer;
}

.form-check-input {
  cursor: pointer;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #ffe7f1;
  border-color: #ff6600;
}
.form-check-input:checked {
  background-color: #ff6600;
  border-color: #ff6600;
}

.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem #ffe7f1;
  border-color: #ff6600;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #ff6600;
  border-color: #ff6600;
}

.signBtn {
  background: linear-gradient(270deg, #ff6600 0%, #FF2D14 102.2%);
  color: #fff;
  padding: 8px 16px !important;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.signBtn:hover {
  background-color: #3F2B55;
}

.form-item {
  margin-bottom: 1rem;
}

.smallText {
  font-size: 14px;
}

.dependent-field {
  display: none;
}

.form-sub-section {
  border: 1px solid #ff6600;
}
.form-sub-section .sub-heading {
  background: #ff6600;
  padding: 12px;
  color: #fff;
  font-size: 18px;
}

fieldset {
  border: 1px solid #ff6600;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}

legend {
  font-size: 18px;
  color: #ff6600;
  font-weight: bold;
  width: auto;
  padding: 0 0.5rem;
  margin-top: -1.9rem;
  background: #fff;
}

#tabs {
  width: 100%;
  padding-right: 0px;
}
#tabs li {
  width: 50%;
}
#tabs li .nav-link {
  background: #ffe7f1;
  border: 1px solid #ffe7f1;
  font-weight: bold;
  color: #404040;
}
#tabs li .nav-link.active {
  background: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
}
#tabs li .nav-link.active:focus {
  border: 1px solid #ff6600;
}
#tabs li button {
  width: 100%;
}

ul.wp-block-list {
  padding-left: 24px;
}

.iti {
  width: 100%;
}

table th {
  background: #ff6600;
  border-color: #ff6600 !important;
}

.td-25 {
  width: 25%;
}

.td-33 {
  width: 33.33%;
}

.td-50 {
  width: 50%;
}

.td-75 {
  width: 75%;
}

.td-100 {
  width: 100%;
}

.label {
  font-weight: bold;
}

#errorMessage ul {
  margin-bottom: 0px;
}

button {
  background: linear-gradient(270deg, #ff6600 0%, #FF2D14 102.2%);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
}

nav button.navbar-toggler:hover {
  background: unset;
}

.button,
.btn {
  background-color: #ff6600;
  border: 1px solid #ff6600;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  font-weight: bold;
  min-width: 160px;
  justify-content: center;
}
.button:disabled,
.btn:disabled {
  background: #EAEAEA;
  border-color: #EAEAEA;
  color: rgba(105, 104, 104, 0.7490196078);
}

.btn-outline-secondary {
  border: 1px solid #ff6600;
  background: #fff;
  color: #ff6600;
}
.btn-outline-secondary svg path {
  stroke: #ff6600;
}
.btn-outline-secondary:hover svg path {
  stroke: #fff;
}

.btn-primary {
  background-color: #ff6600;
  border-color: #ff6600;
}

.btn-primary:hover,
.button:hover,
.btn:hover {
  border-color: #ff6600;
  background-color: #ff6600;
}

.button:focus,
.btn:focus,
.button:active,
.btn:active {
  background-color: #3F2B55;
  box-shadow: none;
  border-color: #3F2B55 !important;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  border: 1px solid #ff6600;
  background-color: #FF6600 !important;
  background: #FF6600;
  color: #fff;
}

.btn.btn-link {
  background: transparent;
  color: #ff6600;
  padding: 6px 10px;
  border-color: transparent;
}
.btn.btn-link:active, .btn.btn-link:focus, .btn.btn-link:hover {
  background-color: transparent !important;
  color: #ff6600 !important;
  border-color: transparent !important;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header .close {
  background: unset;
  color: #000;
  font-size: 20px !important;
  padding: 0 8px;
}

.modal-footer {
  display: block;
}
.modal-footer #terms-condition {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-footer #terms-condition label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-footer #terms-condition label input {
  margin-right: 8px;
}

.text-center {
  text-align: center;
}

strong {
  font-family: "Sentient";
}

.fontBold {
  font-weight: bold;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.p-1 {
  padding: 1rem;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.whiteColor {
  color: #fff !important;
}

.redColor {
  color: #ff0000 !important;
}

.topPadding {
  padding-bottom: 24px;
}

.bottomPadding {
  padding-bottom: 24px;
}

.topMargin {
  margin-top: 24px;
}

.bottomMargin {
  margin-bottom: 24px;
}

.error {
  color: #ff4300;
  font-size: 14px;
  font-style: italic;
}

input.error,
select.error,
textarea.error {
  background-color: #ffece5;
  border: 1px solid #ff4300;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.iti--separate-dial-code {
  height: calc(1.5em + 0.75rem + 2px);
}

.required-asterisk {
  color: red;
  font-weight: bold;
}

.success-icon {
  color: #008000;
}

input[type=checkbox],
input[type=radio] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #cccccc;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

input[type=checkbox] {
  border-radius: 0.25em;
}

input:checked[type=checkbox] {
  background-color: #ff6600;
  border-color: #ff6600;
}

input:checked[type=checkbox]:disabled {
  background-color: #EAEAEA;
  border-color: #cccccc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ccc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 10 4 4 8-8'/%3e%3c/svg%3e");
}

input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 10 4 4 8-8'/%3e%3c/svg%3e");
}

input[type=radio] {
  border-radius: 50%;
}

input:checked[type=radio] {
  background-color: #fff;
  border-color: #ff6600;
}

input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.4' fill='%23ff6600'/%3e%3c/svg%3e");
}

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

header {
  position: fixed;
  background: #fff !important;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
header nav {
  padding: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header nav .navbar-brand {
  padding: 8px 0;
}
header nav li.nav-item {
  padding: 0 8px;
}
header nav li.nav-item:last-child {
  padding-right: 0;
}
header nav li.nav-item a.nav-link {
  color: rgba(105, 104, 104, 0.7490196078) !important;
}
header nav li.nav-item a.nav-link.signBtn {
  color: #fff !important;
}
header nav .logo img {
  max-width: 200px;
}
header nav .navbar-collapse {
  flex-grow: unset;
}
header nav.bottom-menu {
  height: 100%;
  padding: 0;
}
header nav.bottom-menu .navbar-nav {
  flex: 0 0 auto;
  width: 68%;
  height: 100%;
  align-items: center;
}
header nav.bottom-menu li.nav-item {
  margin: 0 auto;
}
header nav.bottom-menu li.nav-item a.nav-link {
  color: #ff6600 !important;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] {
  top: calc(100% + 14px);
  padding: 0;
  border: 0;
  border-radius: 0;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item {
  padding: 10px 16px;
  background: #ff6600;
  color: #fff;
  border-bottom: 1px solid #fff;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item:hover {
  background: #fff;
  color: #ff6600;
  text-decoration: none;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li:last-child .dropdown-item {
  border-bottom: 0;
}
header nav .navbar-nav {
  align-items: center;
}
header nav .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}
header nav .dropdown-toggle .profile-picture {
  border-radius: 100%;
}
header nav .dropdown-menu {
  width: 100%;
  top: calc(100% + 6px) !important;
}
header .design-element {
  margin: -1px auto 0 auto;
  width: 100%;
  height: 70px;
  display: block;
  padding: 0px 0 0px 60px;
  position: relative;
  z-index: 0;
  left: 30%;
  background: #fff;
}
header .design-element::before {
  background: url("../images/menu-part.png") no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 92px;
  height: 70px;
  z-index: -1;
}

main {
  min-height: calc(93vh - 24px);
  padding-top: 64px;
}

footer {
  background: #3F2B55;
}
footer .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loginFormBlock,
.registerFormBlock {
  border: 1px solid #ccc;
  padding: 24px;
  border-radius: 10px;
}

.sectionPadding {
  margin: 24px 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease-in-out;
}

#leadForm_popup .registerFormBlock {
  border: unset;
}

.overlay.show {
  transform: scaleY(1);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 99999999;
}
.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #575757;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  transition: color 0.3s ease;
  font-weight: 500;
  background-image: url("../images/icons/close-icon.svg");
  background-repeat: no-repeat;
}
.popup .close-btn:hover {
  color: #ff6600;
}

.formSection {
  z-index: 1;
  border: 1px solid #ff6600;
}
.formSection .card-body {
  border: none;
  border-radius: unset;
}
.formSection button {
  border: 1px solid #ff6600;
}
.formSection button .toggle-icon .fa-chevron-down {
  transition: transform 0.2s ease-in-out;
  transform: rotate(-180deg);
}
.formSection button.collapsed .toggle-icon .fa-chevron-down {
  transform: rotate(0deg);
}

.forgotPasswordLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.forgotPasswordLink a {
  text-decoration: underline;
}

#multiStepTab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-bottom: unset;
}
#multiStepTab .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe7f1;
  border: 1px solid #ffe7f1;
  color: #404040;
  font-weight: bold;
  padding: 8px 24px;
  border-radius: unset;
  cursor: pointer;
}
#multiStepTab .nav-link span {
  font-size: 1rem;
  padding-right: 1rem;
}
#multiStepTab .nav-link.active {
  background: #ff6600;
  border: #ff6600;
  color: #fff;
}

.admissionPayment .basicInfo {
  border: 1px solid #ccc;
  border-top: unset;
  border-radius: 0 0 4px 4px;
}
.admissionPayment .card-title {
  padding: 12px;
  background: #ccc;
  font-weight: bold;
}
.admissionPayment .detailsBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.admissionPayment .detailsBlock .item {
  flex: 0 1 calc(50% - 24px);
  border-radius: 4px;
}
.admissionPayment .detailsBlock .left {
  border: 1px solid #ccc;
}
.admissionPayment .detailsBlock .left .form-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.admissionPayment .detailsBlock .right {
  border: 1px solid #ccc;
}
.admissionPayment .detailsBlock .right .summaryText {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.admissionPayment .detailsBlock .right .summaryText .item {
  display: flex;
  justify-content: space-between;
}

.discountFee {
  color: #32CD32;
}

#otpSection .otp-field {
  display: flex;
  justify-content: space-around;
  gap: 8px;
}
#otpSection #resendOtpBtn {
  padding: 8px 12px !important;
  width: auto !important;
  font-size: 12px;
  background: none;
  color: #404040;
  text-decoration: underline;
  border: none;
}
#otpSection .otp-result-message {
  font-size: 12px;
  font-style: italic;
  color: #008000;
}
#otpSection .otp-result-message.error {
  color: #ff4300;
}
#otpSection #resendOtpBtn:disabled {
  color: #000;
}

.resendOTPBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation-link {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}

.noteText {
  display: flex;
  font-size: 12px;
}

.form-preview h5 {
  background: #ff6600;
  text-align: center;
  color: #fff;
  padding: 12px;
  margin-bottom: 0px;
}
.form-preview table td {
  background: #fff;
  padding: 0.5rem;
}
.form-preview .preivew-photo {
  width: 200px;
}

.declartion-info {
  border: 1px solid #ff6600;
}
.declartion-info .details {
  padding: 1rem;
}
.declartion-info .details ul {
  padding-left: 24px;
}

.gap-20 {
  gap: 20px;
}
.gap-20 .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 5px;
}
.gap-20 .radio-wrap input[type=checkbox] {
  order: 1;
}
.gap-20 .radio-wrap label.error {
  order: 3;
  flex: 0 0 auto;
  width: 100%;
}
.gap-20 .radio-wrap label.for-label {
  order: 2;
  margin-bottom: 0;
  flex: 0 0 auto;
  width: 97%;
}
.gap-20 .radio-wrap.yes-no {
  align-items: center;
}
.gap-20 .radio-wrap.yes-no label.for-label {
  flex: none;
  width: auto;
}

.uploadCallbackBtn {
  display: flex;
  align-items: center;
}
.uploadCallbackBtn .fa-xmark {
  cursor: pointer;
  margin: 5px 0 0 5px;
}

#documentsInfo .input-group .btn {
  padding: 0.275rem 0.75rem;
}
#documentsInfo .input-group input[type=file] {
  order: 1;
}
#documentsInfo .input-group label.error {
  order: 3;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 5px;
}
#documentsInfo .input-group button {
  order: 2;
  margin-left: 5px;
}

.navbar-toggler {
  border-color: unset;
  background: unset !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 56, 116, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.my-applications .list-group-item {
  padding: 24px 16px;
  gap: 20px 0px;
}
.my-applications .list-group-item p {
  margin-bottom: 0;
}

.upperCase {
  text-transform: uppercase;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
}

.btn-orange-outline {
  background: #fff;
  background-color: #fff;
  color: #FF6600;
  border: 1px solid #FF6600;
  border-radius: 4px;
}

.btn-orange-outline:hover,
.btn-orange-outline:focus {
  background: #FF6600 !important;
  background-color: #FF6600 !important;
  color: #fff !important;
}

.btn-prev {
  color: rgba(105, 104, 104, 0.7490196078);
  background-color: #fff;
  background: #fff;
  border: none;
}

.btn-prev:hover,
.btn-prev:focus {
  background-color: #fff !important;
  background: #fff !important;
  border: none !important;
}

.ui-datepicker-calendar th {
  background: none;
  border-color: #fff !important;
}

label.error {
  font-style: normal;
  color: #FF270D;
  display: flex;
  align-items: center;
  margin-top: 6px;
  gap: 7px;
}

label.error::before {
  content: url("../images/icons/error-icon.png");
  max-height: 24px;
}

.fee-paid-msg {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
}

.paymentListing {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.paymentListing .details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}
.paymentListing .details label {
  font-weight: bold;
  padding-right: 8px;
}
.paymentListing .details .receipt-url .download-arrow {
  padding-right: 4px;
}
.paymentListing .details .receipt-url a {
  font-weight: bold;
}

.approverList .approver-levels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #FEE8DA;
}
.approverList .approver-levels .line-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 80%;
}
.approverList .approver-levels .line-item .title {
  font-weight: bold;
  font-size: 16px;
}
.approverList .approver-levels .line-item label {
  margin-right: 8px;
  font-weight: bold;
}
.approverList .approver-levels .line-item .success {
  background: #E5EDC3;
  padding: 8px 24px;
  color: #32CD32;
  border-radius: 50px;
}
.approverList .approver-levels .line-item .error {
  background: #FFE3E3;
  padding: 8px 24px;
  border-radius: 50px;
  font-style: normal;
}
.approverList .approver-levels .line-item .pending {
  background: #EAEAEA;
  color: rgba(105, 104, 104, 0.7490196078);
  padding: 8px 24px;
  border-radius: 50px;
}

.success-btn {
  background: #E5EDC3;
  padding: 12px 24px;
  border-radius: 4px;
  color: #4BB04F;
  font-weight: bold;
}

.pending-btn {
  background: #EAEAEA;
  padding: 12px 24px;
  border-radius: 4px;
  color: rgba(105, 104, 104, 0.7490196078);
  font-weight: bold;
}

.modal-header.terms {
  background: #ff6600;
  justify-content: center;
  color: #fff;
}
.modal-header.terms h2 {
  margin-bottom: 0px;
  font-size: 24px;
}

input[type=radio]:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  border-color: #ccc;
}

.modal.show .modal-dialog {
  max-width: 992px;
}

.fee-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.noteTextBlock {
  display: flex;
  padding: 24px;
}
.noteTextBlock p {
  font-size: 16px;
}

.mobileNumberBlock,
.emailBlock {
  position: relative;
}
.mobileNumberBlock #sendMobileOtpBtn,
.mobileNumberBlock #sendEmailOtpBtn,
.emailBlock #sendMobileOtpBtn,
.emailBlock #sendEmailOtpBtn {
  position: absolute;
  right: 0;
  top: 30px;
  padding: 6px 12px;
}

.discountInfo {
  color: #32CD32;
}

#sendMobileOtpBtn,
#sendEmailOtpBtn {
  cursor: pointer;
}

#email {
  width: 100%;
}

.floating-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.floating-wrap .whatsapp-wrap {
  background-color: #189D0E;
  color: #fff;
  display: flex;
  gap: 10px;
  padding: 10px 10px;
  align-items: center;
  border-radius: 100px;
}
.floating-wrap .whatsapp-wrap .hover-text {
  display: none;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 210px;
  max-width: -moz-max-content;
  max-width: max-content;
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 6px;
  text-align: center;
  border-radius: 6px;
}
.floating-wrap .whatsapp-wrap .hover-text::after {
  top: 50%;
  right: -8px;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  border-width: 8px 0 8px 8px;
  border-color: transparent rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
}
.floating-wrap .whatsapp-wrap:hover {
  text-decoration: none;
}
.floating-wrap .whatsapp-wrap:hover .hover-text {
  display: block;
}
.floating-wrap .whatsapp-wrap svg {
  width: 30px;
  height: 30px;
}

@media (min-width: 0) and (max-width: 575.98px) {
  .approverList .approver-levels {
    flex-direction: column;
    align-items: unset;
  }
  .approverList .approver-levels .line-item {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */