/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700;900&display=swap'); */

/*==============================
=            Global            =
==============================*/

body,
html {
  /* font-family: 'Roboto', sans-serif; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --ic-ondm-white: white;
  --ic-ondm-black: #000000;
  --ic-ondm-ghost-white: #f8f9fd;
  --ic-ondm-light-grey: #ddd7d7;
  --ic-ondm-lighter-grey: #d9d9d9;
  --ic-ondm-primary-color: #ffcc54;
  --ic-ondm-primary-btn-color: #183346;
  --ic-ondm-red: red;
}

.ic-ondm-pointer {
  cursor: pointer;
}

.ic-ondm-box-container {
  background-color: linear-gradient(
    93.65deg,
    rgba(255, 255, 255, 0.4) 9.37%,
    rgba(255, 255, 255, 0.1) 70.66%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 30px 30px;
  border-radius: 20px;
}

.ic-ondm-fit-content {
  width: fit-content;
}

.ic-ondm-black {
  color: var(--ic-ondm-black);
}

.ic-ondm-text-error {
  color: var(--ic-ondm-red);
  margin-bottom: 10px;
  font-size: 15px;
}

.ic-carrier-labels {
  display: none;
}

.ic-ondm-text {
  font-size: 16px;
}

.ic-ondm-b-700 {
  font-weight: 700;
}

.ic-ondm-link-button {
  text-decoration: underline;
  color: var(--ic-ondm-black);
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

.ic-ondm-form-group {
  padding: 0.5rem 0;
}

.ic-ondm-middle {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.ic-ondm-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.ic-ondm-flex-between {
  justify-content: space-between;
}

.ic-ondm-flex-arround {
  justify-content: space-around;
}

.ic-ondm-flex-center {
  justify-content: center;
}

.ic-ondm-d-none {
  display: none;
}

.ic-ondm-text-center {
  text-align: center !important;
}

.ic-ondm-text-right {
  text-align: right !important;
}

.ic-ondm-m-auto {
  margin: auto !important;
}

.ic-ondm-m-center {
  margin: 0 auto;
}

.ic-ondm-ml-0 {
  margin-left: 0 !important;
}

.ic-ondm-mb-3 {
  margin-bottom: 3px;
}

.ic-ondm-mr-10 {
  margin-right: 10px;
}

.ic-ondm-mr-20 {
  margin-right: 20px;
}

.ic-ondm-mb-15 {
  margin-bottom: 15px;
}

.ic-ondm-mb-10 {
  margin-bottom: 10px;
}

.ic-ondm-mb-30 {
  margin-bottom: 30px;
}

.ic-ondm-mb-35 {
  margin-bottom: 35px;
}

.ic-ondm-mb-60 {
  margin-bottom: 60px;
}

.ic-ondm-mt-30 {
  margin-top: 30px;
}

.ic-ondm-mt-15 {
  margin-top: 15px;
}

.ic-ondm-p-0 {
  padding: 0;
}

.ic-ondm-p-15 {
  padding: 15px;
}

.ic-ondm-w-170 {
  width: 170px;
}

.ic-ondm-pt-10 {
  padding-top: 10px;
}

.ic-ondm-pb-10 {
  padding-bottom: 10px;
}

.ic-ondm-pt-15 {
  padding-top: 15px;
}

.ic-ondm-pb-15 {
  padding-bottom: 15px;
}

.ic-ondm-pb-30 {
  padding-bottom: 30px;
}

.ic-ondm-pl-35 {
  padding-left: 35px !important;
}

.ic-ondm-pr-35 {
  padding-right: 35px !important;
}

.ic-ondm-pl-0 {
  padding-left: 0;
}

.ic-ondm-pr-0 {
  padding-right: 0;
}

.ic-ondm-pl-15 {
  padding-left: 15px;
}

.ic-ondm-pl-60 {
  padding-left: 60px !important;
}

.ic-ondm-pl-30 {
  padding-left: 30px;
}

.ic-ondm-mr-15 {
  margin-right: 15px;
}

.ic-ondm-gap-30 {
  gap: 30px;
}

.ic-ondm-gap-100 {
  gap: 100px;
}

.ic-ondm-width-80 {
  max-width: 80%;
  width: 100%;
}

.ic-ondm-width-100 {
  width: 100%;
}

.ic-ondm-width-50 {
  width: 50%;
}

.ic-ondm-max-width {
  max-width: 80%;
}

[class*="ic-ondm-col"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ic-ondm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.ic-ondm-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.ic-ondm-col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.ic-ondm-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.ic-ondm-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.ic-ondm-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.ic-ondm-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.ic-ondm-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.ic-ondm-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.ic-ondm-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.ic-ondm-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.ic-ondm-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.ic-ondm-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.ic-ondm-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.ic-ondm-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .ic-ondm-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .ic-ondm-col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ic-ondm-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .ic-ondm-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .ic-ondm-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ic-ondm-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ic-ondm-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ic-ondm-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ic-ondm-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ic-ondm-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .ic-ondm-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ic-ondm-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .ic-ondm-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .ic-ondm-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .ic-ondm-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .ic-ondm-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ic-ondm-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .ic-ondm-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .ic-ondm-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ic-ondm-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ic-ondm-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ic-ondm-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ic-ondm-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ic-ondm-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .ic-ondm-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ic-ondm-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .ic-ondm-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .ic-ondm-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .ic-ondm-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .ic-ondm-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .ic-ondm-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* .ic-ondm-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    } */

  .ic-ondm-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .ic-ondm-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .ic-ondm-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .ic-ondm-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ic-ondm-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .ic-ondm-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .ic-ondm-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .ic-ondm-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .ic-ondm-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .ic-ondm-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .ic-ondm-text-xl-right {
    text-align: right !important;
  }
}

.ic-ondm-align-items-center {
  align-items: center;
}

.ic-ondm-primary-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--ic-ondm-black);
}

.ic-ondm-primary-title {
  font-size: 19px;
  font-weight: 600;
  color: var(--ic-ondm-black);
}

.ic-ondm-secondary-title {
  font-weight: 600;
  font-size: 30px;
  color: var(--ic-ondm-black);
}

.ic-ondm-primary-button {
  background: var(--ic-ondm-primary-btn-color);
  color: var(--ic-ondm-ghost-white);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
}

.ic-ondm-primary-button:hover {
  background: var(--ic-ondm-primary-btn-color);
  color: var(--ic-ondm-ghost-white);
}

.ic-ondm-secondary-button {
  background: var(--ic-ondm-primary-color);
  color: var(--ic-ondm-black);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  border-radius: 30px;
}

.ic-ondm-secondary-button:hover {
  color: var(--ic-ondm-black);
  background: var(--ic-ondm-primary-color);
}

.ic-ondm-outlined-button {
  background: transparent;
  border: 1px var(--ic-ondm-dark-yellow) solid;
  border-radius: 30px;
  color: var(--ic-ondm-dark-yellow);
}

.ic-ondm-outlined-button:hover {
  color: var(--ic-ondm-dark-yellow);
  background-color: transparent;
}

.ic-ondm-back-button {
  color: #203a4d;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 35px;
}

/*=============================================
=            Back button arrow            =
=============================================*/

.ic-ondm-arrow {
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px 10px 10px;
  position: relative;
  text-decoration: none;
  margin-bottom: 35px;
}

.ic-ondm-left {
  transform: rotate(180deg) scale(1.2);
  -webkit-transform: rotate(180deg) scale(1.2);
  -ms-transform: rotate(180deg) scale(1.2);
}

.ic-ondm-arrow:before,
.ic-ondm-arrow:after {
  border-right: 1px solid;
  content: "";
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  right: 10px;
  top: 50%;
  width: 0;
  cursor: pointer;
}

.ic-ondm-arrow:after {
  margin-top: -1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.ic-ondm-arrow:hover,
.ic-ondm-arrow:focus,
.ic-ondm-arrow:hover:before,
.ic-ondm-arrow:hover:after,
.ic-ondm-arrow:focus:before,
.ic-ondm-arrow:focus:after {
  color: #203a4d;
}

/*=====  End of Back button arrow  ======*/

.ic-ondm-horizontal-line {
  border: 1px solid var(--ic-ondm-light-grey);
  margin-bottom: 35px;
}

.ic-ondm-vertical-line {
  border-left: 2px var(--ic-ondm-primary-color) solid;
}

/*================================
=            Checkbox            =
=================================*/

/* The container */
.ic-ondm-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
}

.ic-ondm-checkbox-container > a {
  text-decoration: underline;
  color: #4553d7;
}

/* Hide the browser's default checkbox */
.ic-ondm-checkbox-container input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.ic-ondm-checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.ic-ondm-checkbox-container:hover input[type="checkbox"] ~ .ic-ondm-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ic-ondm-checkbox-container
  input[type="checkbox"]:checked
  ~ .ic-ondm-checkmark {
  background-color: var(--ic-ondm-primary-color);
}

/* Create the ic-ondm-checkmark/indicator (hidden when not checked) */
.ic-ondm-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the ic-ondm-checkmark when checked */
.ic-ondm-checkbox-container
  input[type="checkbox"]:checked
  ~ .ic-ondm-checkmark:after {
  display: block;
}

/* Style the ic-ondm-checkmark/indicator */
.ic-ondm-checkbox-container .ic-ondm-checkmark:after {
  left: 5px;
  top: 1.5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*=====  End of Checkbox  ======*/

.ic-ondm-radio-label {
  font-size: 14px !important;
}

/*=====  End of Global  ======*/

/*==============================
=            Inputs            =
==============================*/

.ic-ondm-label {
  color: var(--ic-ondm-black);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}

.ic-ondm-input {
  border-radius: 31px !important;
  box-shadow: 0px 2px 2px rgba(164, 164, 164, 0.25) !important;
  height: 50px !important;
}

.ic-ondm-input-group > select {
  cursor: pointer;

  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 1.5em;
  height: 20px;
}

.ic-ondm-input-group > select > option {
  cursor: pointer;
  padding: 10px;
}

/* Chrome, Safari, Edge, Opera */
.ic-ondm-input-group > input::-webkit-outer-spin-button,
.ic-ondm-input-group > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  text-align: inherit;
  padding: 20px;
}

/* Firefox */
.ic-ondm-input-group > input[type="number"] {
  -moz-appearance: textfield;
  text-align: inherit;
  padding: 20px;
}

.ic-ondm-input-group-text {
  position: relative;
}

.ic-ondm-input-suffix {
  position: absolute;
  top: 50px;
  right: 35px;
  text-transform: capitalize;
  color: var(--ic-ondm-black);
  font-weight: 400;
  font-size: 14px;
}

/*=====  End of Inputs  ======*/

/*====================================
=            Radio Button            =
=====================================*/

.ic-ondm-radio {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.5rem;

  /* hiding browser el */
  appearance: none;
  /* Safari support */
  -webkit-appearance: none;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: transparent;
  box-shadow: 0 0 0 2px var(--ic-ondm-primary-color);
}

/* keyboard navigation focus appearance */
.ic-ondm-radio:focus-visible {
  outline-offset: 0;
}

.ic-ondm-radio:hover {
  border-width: 0;
}

.ic-ondm-radio:checked {
  box-shadow: 0 0 0 2px var(--ic-ondm-primary-color);
  background: var(--ic-ondm-primary-color);
  border-width: 0.18rem;
}

.ic-ondm-radio:checked + span {
  font-weight: bold;
}

/*=====  End of Radio Button  ======*/

/*==========================================
=           Full Screen Loading            =
==========================================*/

.ic-ondm-full-screen-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  pointer-events: none;
  z-index: 9999;
}

.ic-ondm-full-screen-loading div {
  height: 100vh;
}

.ic-ondm-full-screen-loading.show {
  z-index: 99999999999999;
  pointer-events: initial;
  display: block;
}

.ic-ondm-full-screen-loading-img {
  width: 70px;
  animation: rotateAnimation 1s infinite linear;
  transform: rotateZ(360deg);
}

@keyframes rotateAnimation {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

/*=====  End of Full Screen Loading  ======*/

/*=============================
=            Modal            =
=============================*/

.ic-ondm-modal-wrap {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ic-ondm-modal-wrap.visible {
  opacity: 1;
  visibility: visible;
}

.ic-ondm-modal-wrap .ic-ondm-modal-container {
  background: var(--ic-ondm-white);
  margin: 1em;
  max-width: 100%;
  width: 1000px;
  z-index: 1000;
  border-radius: 30px;
}

.ic-ondm-modal-wrap .ic-ondm-modal-container .ic-ondm-modal-header,
.ic-ondm-modal-wrap .ic-ondm-modal-container .ic-ondm-modal-footer {
  width: 100%;
}

.ic-ondm-modal-wrap .ic-ondm-modal-header .ic-ondm-modal-title {
  color: var(--ic-ondm-black);
  font-size: 1.5em;
  margin: 0;
  padding: 15px 30px;
}

.ic-ondm-modal-wrap .ic-ondm-modal-header .ic-ondm-close-modal {
  background: transparent;
  border: 0;
  color: var(--ic-ondm-black);
  cursor: pointer;
  font-size: 40px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ic-ondm-modal-wrap .ic-ondm-modal-header .ic-ondm-close-modal:hover {
  opacity: 1;
}

.ic-ondm-modal-wrap .ic-ondm-modal-content {
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  font-size: 15px;
}

.ic-ondm-modal-wrap .ic-ondm-modal-content p:last-child {
  margin-bottom: 0;
}

/*=====  End of Modal  ======*/

/* Accordion */

.ic-ondm-accordion {
  background-color: #203a4d !important;
  color: var(--ic-ondm-white);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 15px;
}

.ic-ondm-active,
.ic-ondm-accordion:hover {
  background-color: #203a4d;
  color: var(--ic-ondm-white);
}

.ic-ondm-accordion:after {
  content: "\002B";
  color: var(--ic-ondm-white);
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.ic-ondm-active:after {
  content: "\2212";
}

.ic-ondm-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  transition: max-height 0.2s ease-out;
  margin-bottom: 40px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 15px;
}

/* End Accordion */

/*========================================
=            Country Dropdown            =
========================================*/

#ic_ondm_global_country {
  max-width: 80px;
  color: var(--ic-ondm-black);
  border: none !important;
  box-shadow: 0px 2px 2px transparent;
  border-radius: 0;
}

@media screen and (max-width: 1024.98px) {
  .ic-ondm-input-group.ic-ondm-country-container {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 0 5px 20px;
  }
}

/*=====  End of Country Dropdown  ======*/

/*=======================================
=            On Demand Step1            =
=======================================*/

#on-demand-shipment-details.step1 {
  border-radius: 10px;
}

#on-demand-shipment-details.step1 .zone-selector {
  background: var(--ic-ondm-ghost-white);
  box-shadow: inset 0px 2px 4px var(--ic-ondm-light-grey);
  width: 100%;
  border-radius: 35.5px;
  padding: 10px;
  margin: 0 auto 30px;
  max-width: 540px;
}

#on-demand-shipment-details.step1 .single-zone-label {
  font-weight: bold;
  text-align: center;
  padding: 11px;
  cursor: pointer;
  text-transform: uppercase;
  color: #203a4c;
  width: 50%;
  font-size: 15px;
}

#on-demand-shipment-details.step1 .single-zone-label > p {
  height: 0;
}

#on-demand-shipment-details.step1 .single-zone-label[data-active="true"] {
  background: var(--ic-ondm-primary-color);
  border-radius: 24.721px;
}

#on-demand-shipment-details.step1 .single-zone-label[data-active="true"] > p {
  color: var(--ic-ondm-dark);
  text-transform: capitalize;
}

.package-type-container {
  gap: 50px;
  margin-bottom: 15px;
  justify-content: center;
}

.package-type-container > label {
  cursor: pointer;
  font-size: 15px;
}

/*=====  End of On Demand Step1  ======*/

/*=============================================
=             On Demand Step 2              =
=============================================*/

#shipment-fastest-item-container,
#shipment-best-priced-item-container,
#shipment-best-rated-item-container {
  font-size: 15px;
}

#edit-package-details {
  color: var(--ic-ondm-primary-color);
}

.ic-ondm-shipment-details-container {
  background-color: var(--ic-ondm-ghost-white);
  width: 100%;
  padding: 20px;
  max-width: 500px;
  border-radius: 20px;
}

.ic-ondm-details-label > span {
  color: var(--ic-ondm-black);
  font-weight: 600;
  font-size: 15px;
}

.ic-ondm-details-label,
.ic-ondm-details-value {
  line-height: 1.9;
  font-weight: 400;
  font-size: 15px;
}

.ic-ondm-tab-list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}

.ic-ondm-bb-2 {
  border-bottom: 2.5px solid var(--ic-ondm-ghost-white);
}

.ic-ondm-tab-list > li {
  padding-right: 30px;
  font-size: 15px;
}

.ic-ondm-tab-list > li > span {
  align-items: center;
  cursor: pointer;
  font-size: 17px;
}

.ic-ondm-tab-list > li > .active {
  color: var(--ic-ondm-black);
  border-bottom: 2px solid var(--ic-ondm-primary-color);
  width: fit-content;
  padding-bottom: 14px;
  font-size: 17px;
}

.ic-ondm-carriers-title {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--ic-ondm-black);
  padding: 30px 0;
}

.ic-ondm-carriers-title > p {
  margin-bottom: 0;
}

.ic-ondm-shipment-item {
  background: #f8f9fd;
  border-radius: 50px;
  padding: 13px 16px;
  margin-bottom: 20px;
}

.ic-ondm-shipment-header {
  border-radius: 50px;
  padding: 13px 16px;
  margin-bottom: 20px;
}

/*=====  End of  On Demand Step 2    ======*/

/*========================================
=            On Demand Step 4            =
========================================*/

/* Credit Card Style */
#ic-ondm-card-number {
  position: relative;
}

.ic-ondm-card-container {
  border: 1px var(--ic-ondm-lighter-grey) solid;
  padding: 30px 30px;
  border-radius: 20px;
  font-size: 15px;
}

.ic-ondm-card-number-icon {
  height: 48px;
  position: absolute;
  right: 33px;
  width: 48px;
}

#ic-ondm-order-summary-location-from > p:last-of-type,
#ic-ondm-order-summary-location-to > p:last-of-type {
  color: var(--ic-ondm-primary-color);
}

/* End Credit Card Style */

/*=====  End of On Demand Step 4  ======*/

/*=============================================
=            On Demand Step 5            =
=============================================*/

.ic-ondm-tracking-container {
  background-color: linear-gradient(
    93.65deg,
    rgba(255, 255, 255, 0.4) 9.37%,
    rgba(255, 255, 255, 0.1) 70.66%
  );
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 30px;
}

.ic-ondm-tracking-container > div:first-child {
  background: var(--ic-ondm-ghost-white);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (max-width: 768px) {
  .ic-ondm-tracking-container > div:first-child {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/*=====  End of On Demand Step 5  ======*/

/*=====================================
=            Select2 Style            =
=====================================*/

.select2-container--open {
  z-index: 9999999;
}

.select2-container--open .select2-dropdown {
  font-size: 15px;
}

.select2-container {
  width: 100% !important;
  margin-bottom: 10px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #777777 !important;
  line-height: 46px !important;
  margin-left: 10px !important;
  font-size: 15px;
}

.select2-container--default .select2-selection--single {
  border-radius: 31px !important;
  box-shadow: 0px 2px 2px rgba(164, 164, 164, 0.25) !important;
  height: 50px !important;
  border: 2px #e5e5e5 solid !important;
  outline: none !important;
}

.select2-container--default .select2-selection--single > span {
  cursor: pointer;

  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5em;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single > select > option {
  cursor: pointer;
  padding: 10px;
}

/*=====  End of Select2 Style  ======*/

/*================================================
=            Confirmation Popup Style            =
================================================*/

.box-background {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  padding: 35px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  gap: 20px;
  max-width: 80%;
}

.box div {
  margin-top: 10px;
}

/*=====  End of Confirmation Popup Style  ======*/

/* Popup Message Style*/

.ic-ondm-popup-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 9999;
}

.ic-ondm-popup-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 25px;
  gap: 10px;
  z-index: 9999;
  border-radius: 10px;
  background-color: white;
  width: 50%;
}

/* End Popup Message Style*/

@media (max-width: 768px) {
  .ic-carrier-labels {
    display: initial;
  }

  .ic-ondm-shipment-header {
    display: none;
  }

  .ic-ondm-popup-container {
    width: 90%;
  }

  .ic-ondm-shipment-item {
    margin-top: 20px;
    padding: 20px 0;
  }

  /* .ic-ondm-primary-button {
        width: 100%;
    } */

  .ic-ondm-shipment-item > div > div > img {
    width: 100px;
  }

  .ic-ondm-mr-0 {
    margin-right: 0;
  }

  .ic-ondm-sm-mb-20 {
    margin-bottom: 20px;
  }

  .d-sm-none {
    display: none !important;
  }

  .ic-ondm-sm-gap {
    gap: 11px;
  }

  .ic-ondm-sm-flex-center {
    justify-content: center !important;
  }

  .ic-ondm-text-sm-center {
    text-align: center !important;
  }

  .ic-ondm-image-width {
    width: 100px !important;
  }

  .ic-ondm-sm-text {
    font-size: 16px;
  }

  .ic-ondm-sm-width-50 {
    width: 50%;
  }

  .ic-ondm-sm-35 {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .ic-ondm-shipment-header {
    display: none;
  }

  .ic-carrier-labels {
    display: initial;
  }

  .ic-ondm-popup-container {
    width: 90%;
  }

  .ic-ondm-text-md-center {
    text-align: center !important;
  }

  .ic-ondm-image-width {
    width: 75px !important;
  }

  .ic-ondm-md-text {
    font-size: 16px;
  }

  .ic-ondm-md-flex-center {
    justify-content: center !important;
  }

  .ic-ondm-md-width-50 {
    width: 50%;
  }

  .ic-ondm-md-35 {
    margin-bottom: 35px !important;
  }
}

/*======================================
=            Arabic Section            =
=======================================*/

html[lang="ar"] .ic-ondm-input-suffix {
  position: absolute !important;
  top: 50px;
  left: 35px !important;
  right: auto;
}

html[lang="ar"] .select2-container--default .select2-selection--single > span {
  background-position: left 1rem !important;
}

html[lang="ar"] .ic-ondm-input-group > select {
  background-position: 1rem !important;
}

html[lang="ar"] .select2-container--default .select2-selection--single {
  height: 50px !important;
}

html[lang="ar"]
  .select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 20px !important;
  padding-left: 20px;
}

html[lang="ar"] .ic-ondm-label {
  margin-right: 10px !important;
}

html[lang="ar"] .ic-ondm-text-right {
  text-align: left !important;
}

html[lang="ar"] #on-demand-shipment-details > div {
  flex-direction: row-reverse;
  width: 100%;
}

html[lang="ar"] .ic-ondm-card-number-icon {
  left: 33px !important;
  right: inherit !important;
}


html[lang="ar"] .ic-ondm-backButton{
	display: flex !important;
    flex-direction: row-reverse !important;
    width: 100% !important;
}


html[lang="ar"] .ic-ondm-checkmark {
    left: auto !important;
    right: 0 !important;
}

html[lang="ar"] .ic-ondm-checkbox-container {
    padding-right: 35px !important;
}

/*=====  End of Arabic Section  ======*/

/*======================================
=            Intl tel Input            =
======================================*/

.iti {
  width: 100%;
}

.iti__selected-flag {
  height: 49px !important;
  background-color: transparent;
}

/*=====  End of Intl tel Input  ======*/

/*Start of countries select*/
#ic-ondm-country-icon {
  width: 28px;
  height: 28px;
}
/*End of countries select*/