:root {
  --bg_quarterary: #E9EBF0;
  --border_light: #F1F3F7;
}

.border_light {
  border-color: var(--border_light);
}

.border_danger {
  border-color: var(--danger) !important;
}

.bg_quarterary {
  background: var(--bg_quarterary);
}

.bg_tertiary {
  background: #D1F0EC;
  border: 1px solid #D1F0EC;
}

.fs_12 {
  font-size: 12px;
}

.rounded_16 {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.w_fit {
  width: fit-content;
  min-width: unset;
}

.btn_reset {
  background: transparent;
  border: none;
  outline: none;
}

.btn_arrow.dark::after {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.dashboard_profile .user_profile {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: start;
}

.user_profile .user_avatar {
  margin-top: -4px;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.user_profile .user_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user_profile .user_avatar::after {
  content: '';
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 15px;
  height: 15px;
  background: #10B981;
  border: 3px solid var(--bs-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  box-shadow: 0px 1px 2px 0px #0F11140F;
}

.dashboard_profile .btn_circle {
  border: 1px solid var(--secondary_border);
  background: var(--bg_primary_alt);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.dashboard_profile .btn_circle:hover {
  background: var(--bg_quarterary);
}

.dashboard_profile .dropdown-menu.dropdown_search {
  margin-top: 10px;
  right: -20px;
  width: 410px;
}

.dashboard_profile .dropdown-menu {
  padding: 0 !important;
  border: 1px solid #E9EBF0 !important;
  box-shadow: 0px 20px 25px -5px #0F111414;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
}

.dashboard_profile .nav_search {
  padding: 0 12px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}

.dashboard_profile .nav_search input,
.dashboard_profile .nav_search button {
  border: none;
  outline: none;
  background: transparent;
}

.dashboard_profile .nav_search input {
  width: 100%;
  padding: 12px 10px;
}

.dashboard_profile .nav_search button {
  position: absolute;
  top: 12px;
  left: 15px;
}

.search_not_found .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.search_tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: .5rem;
}

.search_tags a {
  padding: 2px 10px;
  padding-top: 3px;
  font-size: 12px;
  border: 1px solid #d8d8d8;
  background: var(--bg_quarterary);
  color: var(--secondary);
  text-shadow: 0.25px 0 currentColor, 0 0.25px currentColor;
  border-radius: 100px;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.search_tags a:hover {
  padding: 2px 10px;
  padding-top: 3px;
  font-size: 12px;
  border: 1px solid #d8d8d8;
  background: var(--secondary_alt);
}

.search_result_icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg_quarterary);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.search_box {
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.search_box:hover {
  background: var(--secondary_alt);
}

#search_results {
  max-height: 360px;
  overflow: auto;
  scrollbar-width: thin;
}

.search_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  background: var(--bs-white);
}

.search_footer button {
  background: none;
  outline: none;
  border: none;
}

.dashboard_profile .dropdown-menu.notification {
  margin-top: 10px;
  right: -100px;
  width: 410px;
}

.notification_box {
  max-height: 446px;
  overflow: auto;
}

.notification_box>div {
  border: 1px solid var(--bg_quarterary);
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.notification_box>div:hover {
  background: var(--secondary_alt);
}

.profile_dropdown {
  margin-top: 20px;
  width: 300px;
}

.profile_dropdown .profile_link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .8rem;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.profile_dropdown .profile_link:hover {
  background: var(--secondary_alt);
}

.dashboard_table {
  min-width: 700px;
}

.dashboard_table td,
.order_table td {
  height: 60px;
  vertical-align: middle;
}

.dashboard_table tr:last-child td,
.order_table tr:last-child td {
  border-bottom: none;
}

/* order */
.order_search {
  width: 400px;
  margin-top: 10px !important;
}

.select_option.remove_after .option:not([data-display])::after {
  display: none !important;
}

.order_select .option:not(:first-child) {
  padding: 8px 15px;
}

.order_select .list {
  width: 200px;
  right: 0;
}

.dropdown_order .dropdown-menu {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.dropdown_order .dropdown-menu a {
  display: block;
  text-decoration: none;
  color: var(--secondary);
  text-align: start;
  padding: 6px 20px;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.dropdown_order .dropdown-menu a:hover {
  background: var(--bg_quarterary);
}

.dropdown_order .dropdown-menu {
  width: 200px;
}

.order_table thead td {
  background: var(--secondary_alt);
}

.order_table {
  min-width: 900px;
}

/* order view */
.order_chat {
  display: flex;
  gap: 20px;
}

.order_chat .chat {
  flex: 1;
}

.order_chat .chat_files,
.order_chat .chat_details {
  width: 27%;
}

.order_chat .chat_files .box,
.order_chat .chat_details .box {
  background: #F9FAFC;
  border: 1px solid var(--border_light);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.order_chat .chat_details {}

.order_chat .chat_details .border-bottom {
  border-color: var(--border_light);
}


.order_chat .chat_files .file_box {
  border: 1px solid var(--border_light);
}

.order_chat .chat {
  align-self: flex-start;
  border: 1px solid var(--border_light);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.order_chat .chat .call .btn_primary {
  padding: 0;
  min-width: unset;
  width: 40px;
  height: 40px;
}

.order_chat .grid_file {
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 5px;
  padding-bottom: 5px;
}

.order_chat .grid_file .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.order_chat .grid_file .box:nth-child(1) {
  grid-column-start: 3;
  grid-row-start: 1;
  height: 100px;
}

.order_chat .grid_file .box:nth-child(2) {
  grid-column-start: 2;
  grid-row-start: 1;
  height: 100px;
}

.order_chat .grid_file .box:nth-child(3) {
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 205px;
}

.order_chat .grid_file .box:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 2;
  height: 100px;
}

.order_chat .grid_file .box:nth-child(5) {
  grid-column-start: 2;
  grid-row-start: 2;
  height: 100px;
}

.order_chat .chat_form {
  display: flex;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0px 10px 16px -3px #0F11140F;
}

.order_chat .chat_form button[type="submit"] {
  width: 40px;
  height: 40px;
  min-width: unset;
  text-shadow: unset;
}

.order_chat .chat_form button[type="button"] {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.order_chat .chat_form button[type="button"] input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.order_chat .chat_form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 10px;
  background: transparent;
}

.order_chat .chat_files .circle_file {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg_quarterary);
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
}

.order_chat .chat_files .circle_file img {
  width: 45px;
  height: 45px;
}

.order_chat .chat_files .darg_file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}


/* niceselect */
.select_option.remove_before .current {
  padding-right: 5px;
}

.select_option.remove_before::before {
  display: none;
}

.list_full .list {
  width: 100%;
}

.order_steps .num_row .num {
  width: 38px;
  height: 38px;
}

.order_steps .num_row {
  height: 70px;
}

.order_steps .num_row .num p {
  width: 38px;
  height: 38px;
  border: 2px solid var(--secondary_border);
}

.order_steps .num_row .num.active p {
  background: var(--bs-white);
  border-color: var(--primary);
  outline: #D1F0EC solid 4px;
}

.order_steps .num_row .num.completed p {
  background: var(--primary);
  border-color: var(--primary);
  padding-top: 0;
  color: var(--bs-white);
}

.order_steps .num_row .num.completed,
.order_steps .num_row .num.active {
  border-color: var(--primary);
}

.order_step_map {
  width: 100%;
  min-height: 250px;
  aspect-ratio: 1 / .4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.order_steps_upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--secondary_border);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.order_steps_upload:hover {
  background: #D1F0EC;
}

.order_steps_upload .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--secondary_border);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.order_steps_upload input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.order_step_upload_files .progress {
  height: 10px;
}

.order_step_box {
  position: relative;
}

.order_step_box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 45%;
  aspect-ratio: 1 / 1;
  background: url('../img/order-steps-before.svg') no-repeat;
  background-size: 100%;
}

.order_step_box::after {
  content: '';
  position: absolute;
  top: 3%;
  right: 15%;
  width: 45%;
  aspect-ratio: 1 / 1;
  background: url('../img/order-steps-after.svg') no-repeat;
  background-size: 100%;
}

.order_step_date {
  display: flex;
  gap: 10px;
}

.order_step_date>div,
.order_step_date>label {
  border-radius: 14px;
  position: relative;
  flex: 1;
  cursor: pointer;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.order_step_date>label input[type="radio"] {
  opacity: 0;
}

.order_step_date>label .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.order_step_date>label input[type="radio"]:checked~.border {
  border-color: var(--primary) !important;
}

.order_step_date>label:hover {
  background: var(--border_light);
}

.order_step_date>label input[type="radio"]:checked {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.order_step_date>label input[type="radio"]:checked~div p,
.order_step_date>label input[type="radio"]:checked~div h4 {
  color: var(--primary) !important;
}

.order_step_time .time_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 14px;
  cursor: pointer;
}

.order_step_time .time_box.disabled {
  pointer-events: none;
  opacity: .5;
}

.order_step_time .time_box .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.order_step_time .time_box input:checked~.border {
  border-color: var(--primary) !important;
}

.order_step_time .time_box input {
  accent-color: var(--primary);
}

#step_calendar {
  position: absolute;
  top: 135px;
  left: 0;
  z-index: 2;
}

.calendar-head-card {
  display: none;
}

.calendar-container {
  border: 1px solid var(--secondary_border);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/* order step summary */
.order_summary_boxes .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg_quarterary);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.minw_unset {
  min-width: unset !important;
}

/* Login */
.login_sec_shape {
  position: relative;
}

.login_sec_shape::before {
  content: "";
  width: 35%;
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/login-page-shape-img.svg') no-repeat;
  background-size: contain;
  background-position: top right;
  z-index: -1;
}

.tab-content>.tab-pane:focus {
  outline: none;
}

.phone_input_wrapper {
  display: flex;
  align-items: center;
  border: 1px solid var(--secondary_border);
  padding: 10px;
  direction: ltr;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: "Open Sans", sans-serif;

}

.cnumber_select {
  position: relative;
  min-width: 95px;
  border: 0;
  padding: 0;
  background-color: white;
  cursor: pointer;
}

.cnumber_select:focus {
  box-shadow: none;
}

.cnumber_select::before {
  display: none;
}

.cnumber_select::after {
  background: url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.833.917%205%205.083%209.167.917z%22%20fill%3D%22%23686E7D%22%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-position: center;
  right: 0;
  left: unset;
}

.cnumber_select .current {
  height: 100%;
  min-width: 90px;
  padding: 0 !important;
  line-height: 1;
}

.cnumber_select .current img.flag_icon {
  width: 24px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  object-position: center;
  border-radius: 50%;
}

.cnumber_select:focus,
.cnumber_select.open {
  box-shadow: none;
  z-index: 55;
}

.cnumber_select .list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  max-height: 240px;
  overflow: overlay;
  background-color: var(--bg_primary_alt);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-top: 5px;
  z-index: 99;
}

.cnumber_select .list img.flag_icon {
  width: 25px;
  height: 15px;
  margin-right: 5px;
  border: 1px solid var(--secondary_border);
}

.cnumber_select .list .option {
  padding: 5px 10px;
  padding-right: 0;
  cursor: pointer;
  font-size: 13px;
  color: var(--text_secondary);
}

.cnumber_select .list .option:hover,
.cnumber_select .list .option.focus,
.cnumber_select .list .option.selected {
  background-color: var(--light_gray);
}

.cnumber_select .input_item {
  flex-grow: 1;
  padding: 10px;
  margin-left: 10px;
  border: 1px solid var(--secondary_border);
  border-radius: 4px;
  font-size: 16px;
}

.cnumber_select .input_item::placeholder {
  font-family: 'FFShamel' !important;
}

.cnumber_select .list .option::before,
.cnumber_select .list .option::after {
  display: none;
}

.phone_input_wrapper .search-bar-wrapper input.search-bar {
  display: block;
  width: 90%;
  margin: auto;
  border: 0;
  border-bottom: 1px solid var(--secondary_border);
  padding: 10px 0;
  padding-left: 25px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.667%2012.333A5.667%205.667%200%201%200%206.667%201a5.667%205.667%200%200%200%200%2011.333m7.083%201.417-3.081-3.082%22%20stroke%3D%22%23152C5B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 16px;
  background-position: 3% center;
  font-size: 14px;
}

.phone_input_wrapper .search-bar-wrapper input.search-bar:focus {
  outline: none;
}

.phone_input_wrapper .input_item {
  flex: 1;
  border: none;
  outline: none;
  appearance: none;
}

.phone_input_wrapper .input_item::-webkit-outer-spin-button,
.phone_input_wrapper .input_item::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.phone_input_wrapper .input_item[type=number] {
  -moz-appearance: textfield;
  padding-left: 10px;
  background: transparent;
  color: var(--secondary);
}

.pricing_table_tablist {
  padding: 5px !important;
  border: 1px solid var(--secondary_border) !important;
}

.form_input_wrapper {
  border: 1px solid var(--secondary_border);
  background: var(--bg_primary_alt);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.form_input_wrapper input {
  outline: none;
  flex: 1;
  border: none;
  padding: 10px 5px;
  background: transparent;
  color: var(--secondary);
}

.form_input_wrapper img {
  width: 22px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}

.form_input_checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text_secondary);
  cursor: pointer;
}

.form_input_checkbox input {
  display: none;
}

.form_input_checkbox span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid var(--secondary_border);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: transparent;
}

.form_input_checkbox input:checked+span {
  color: #fff;
  background: var(--primary);
  border-color: var(--primary);
}

.reset_link {
  color: var(--secondary);
  text-decoration: none;
}

.reset_link:hover {
  text-decoration: underline;
}

.inp_password {
  color: var(--text_secondary);
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.danger_text {
  color: #DC2626;
}

.incorrect_password+div #service_gov_content_2 .form_input_wrapper,
.incorrect_password+div .otp_code_input {
  border-color: #FCA5A5;
}

.primary_link {
  color: #115C52;
  text-decoration: none;
}

.primary_link:hover {
  text-decoration: underline;
}

.btn_primary:disabled {
  opacity: .5;
  background: #F1F3F7;
  border-color: #E9EBF0;
  color: #9FA5B2;
}

.sent_again_counter {
  text-decoration: none;
  color: #9FA5B2;
}

.sent_again_counter.active {
  color: var(--primary);
  cursor: pointer;
}

/* Login > Verify */
.otp_code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otp_code input {
  width: 20%;
  aspect-ratio: 1/.7;
  padding-top: 5px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid var(--secondary_border);
  background: var(--bg_primary_alt);
  color: var(--secondary);
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.otp_code input:focus {
  border-color: var(--primary);
}

.otp_code input.active {
  border-color: var(--primary);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* New Password */

.password_strength_container {
  display: flex;
  gap: 5px;
  position: relative;
}

.password_strength_container .p_segment {
  flex: 1;
  height: 6px;
  border-radius: 5px;
  background: #F9FAFC;
}

.password_strength_container .p_segment.active1 {
  background: #FA6C4C;
}

.password_strength_container .p_segment.active2 {
  background: #FA6C4C;
}

.password_strength_container .p_segment.active3 {
  background: var(--primary);
}

.password_strength_container .p_segment.active4 {
  background: var(--primary);
}

.password_strength_container.active_good .p_segment.active1,
.password_strength_container.active_good .p_segment.active2,
.password_strength_container.active_good .p_segment.active3 {
  background: var(--primary) !important;
}

.password_strength_container.active_strong .p_segment.active1,
.password_strength_container.active_strong .p_segment.active2,
.password_strength_container.active_strong .p_segment.active3,
.password_strength_container.active_strong .p_segment.active4 {
  background: var(--primary) !important;
}

.password_strength_text {
  display: flex;
  align-items: center;
  gap: 5px;
}


/* Order Steps Summary */
.payment_method_label {
  border: 1px solid var(--secondary_border);
  background: var(--bg_primary_alt);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  cursor: pointer;
}

.payment_method_label input {
  display: none;
}

.payment_method_label img {
  width: 50px;
}

.payment_method_label span.input_circle {
  border: 1px solid var(--secondary_border);
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: transparent;
  margin-right: auto;
  font-size: 14px;
}

.payment_method_label input:checked+span.input_circle {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.primary_link2 {
  color: #1D9A89;
  text-decoration: none;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.primary_link2:hover {
  text-decoration: underline;
}

.invoice_summary {
  position: relative;
}

.invoice_summary::before {
  content: "";
  position: absolute;
  top: 80px;
  left: -10px;
  width: 33%;
  max-width: 440px;
  aspect-ratio: 1 / 1;
  background: url(../img/service-concept-shape.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

.promocode_box {
  position: relative;
  width: 100%;
  border: 1px solid #F1F3F7;
  display: flex;
  align-items: center;
  padding: 15px 0;
  padding-left: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #0F11140F;
}

.promocode_box img {
  width: 20px;
  position: absolute;
  right: 15px;
}

.promocode_box input {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  outline: none;
  border: none;
  flex: 1;
  padding-right: 45px;
  background: transparent;
  color: var(--secondary);
}

.copyToClipboard {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  gap: 8px;
  border: none;
  text-decoration: none;
  background: transparent;
  position: relative;
}

.copyToClipboard:hover::after,
.copyToClipboard:hover::before {
  opacity: 1;
}

.copyToClipboard::after {
  content: "Copy to clipboard";
  position: absolute;
  top: 120%;
  width: 130px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  padding: 5px;
  background: var(--bg_primary_alt);
  border: 1px solid var(--secondary_border);
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
  opacity: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.copyToClipboard::before {
  content: "";
  width: 15px;
  height: 15px;
  opacity: 0;
  background: var(--bg_primary_alt);
  border: 1px solid var(--secondary_border);
  position: absolute;
  left: 50%;
  top: 110%;
  transform: rotate(45deg) translate(-50%, 50%);
  -webkit-transform: rotate(45deg) translate(-50%, 50%);
  -moz-transform: rotate(45deg) translate(-50%, 50%);
  -ms-transform: rotate(45deg) translate(-50%, 50%);
  -o-transform: rotate(45deg) translate(-50%, 50%);
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.copyToClipboard.copied::after {
  content: "Copied";
}

/* Order Checkout OTP - 5 */
#progress-bar--container {
  display: flex;
  justify-content: center;
}

#progress-bar--container svg {
  width: 300px;
  transform: rotate(-90deg);
}

#progress--circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
}

#progress--text {
    font-family: "Open Sans", sans-serif;
    fill: var(--secondary);
    font-weight: 600;
    font-size: 6px;
    transform-origin: center;
    transform: rotate(90deg) translate(0, 3px);
    -webkit-transform: rotate(90deg) translate(0, 3px);
    -moz-transform: rotate(90deg) translate(0, 3px);
    -ms-transform: rotate(90deg) translate(0, 3px);
    -o-transform: rotate(90deg) translate(0, 3px);
}

/* Order Checkout - OTP 9 */
.order_checkout_otp9_img {
  position: relative;
}
.order_checkout_otp9_img::before {
  content: "";
  position: absolute;
  top: 190px;
  right: -50px;
  width: 30%;
  aspect-ratio: 1/1;
  background: url('../img/order-checkout-otp-9-before_img.svg') no-repeat;
  background-position: center;
  background-size: cover;
}

.btn_square {
  width: 45px !important;
  height: 45px !important;
}

.select_option2 {
  width: 100%;
}
.select_option2::before {
  display: none;
}
.select_option2 .list li::before,
.select_option2 .list li::after {
  display: none;  
}
.select_option2 .list li {
  padding-right: 13px;
  padding-left: 13px;
}

.label_radio {
  
}
.label_radio input {
  display: none;
}
.label_radio input:checked img {
  display: block;
}

.switch_language label{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.switch_language label input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.switch_language label i{
  opacity: 0;
  transition: var(--transition_3s);
  -webkit-transition: var(--transition_3s);
  -moz-transition: var(--transition_3s);
  -ms-transition: var(--transition_3s);
  -o-transition: var(--transition_3s);
}

.switch_language label input:checked ~ i{
  opacity: 1;
  color: var(--primary);
}