* {
  font-family: "Cairo", sans-serif;
}
@media only screen and (max-width: 600px) {
  .desktop-width {
    width: 100% !important;
  }
  .hide-mobile {
    display: none;
  }
  .icon-width {
    width: 50%;
    margin-bottom: 0.5rem;
  }
  .fs-08-m {
    font-size: 0.8rem;
  }
  .width-desk-50 {
    width: 100% !important;
  }
  .card-radius {
    border-radius: 0 !important;
  }
  .hide-desk {
    display: block !important;
    width: 100%;
  }
  .fs-04-m {
    font-size: 0.4rem;
  }
  .fs-06-m {
    font-size: 0.6rem;
  }
  .border-mobile {
    border: none !important;
  }
  .fs-9r {
    font-size: 0.9rem;
  }
}
.grey-text {
  color: #848484;
}
.hide-desk {
  display: none;
}
/* form1*/
.bg-green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #1aa79c !important;
  height: 72%;
  z-index: -1;
  border-radius: 0 0 40px 40px;
}
.thick-border {
  border-right: 10px solid #43ccba;
}
.note-blue {
  background: rgba(67, 204, 186, 0.09);
  border: 1px solid #43ccba;
}

.note-blue p{
  font-size: 0.875rem;
}

.btn-blue {
  background-color: #294c9d !important;
  width: 100%;
  color: white !important;
  margin-top: 1rem;
  box-shadow: 0px 9px 23px rgba(41, 76, 157, 0.34);
}
.btn-blue-light {
  background: rgba(41, 76, 157, 0.21) !important;
  width: 100%;
  color: #294c9d !important;
  margin-top: 1rem;
}

/* form2 */
.text-muted{
  font-size: 0.8rem;
}

.bg-F2F2F2 {
  background-color: #f2f2f2;
}
.blue-text {
  color: #294c9d !important;
}
.border-input-icon {
  border: 1px solid #dee2e6 !important;
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.border-input {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.red-text {
  color: red;
}
input.border-class {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
span#inputGroup-sizing-default {
  background-color: transparent;
  border-right: none;
  border-right: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
}

/* form3 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.fs-09 {
  font-size: 0.9rem;
}

button.qtyminus {
  border: none;
  background-color: transparent;
  font-weight: 800;
}
button.qtyplus {
  border: none;
  background-color: transparent;
  font-weight: 800;
}
input#qty {
  font-weight: 800;
}
button.qtyminus {
  border: none;
  background-color: transparent;
  font-weight: 800;
}
button.qtyplus {
  border: none;
  background-color: transparent;
  font-weight: 800;
}
/* page 5 */
.file-drop-area {
  color: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px;
  border: 2px dashed #294c9d;
  border-radius: 3px;
  transition: 0.2s;
  background-color: #f6f8fb;
  flex-direction: row-reverse;
}
.file-msg {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #294c9d;
}
.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.form-check .form-check-input {
  float: none !important;
  margin-left: auto !important;
  padding: 10px;
}
.form-check-input:checked {
  background-color: #43ccba !important;
  border: 2px solid #43ccba !important;
}
/* Page6 */
.btn-h:hover {
  text-decoration: underline;
}
.desktop-width {
  width: 60%;
}
.width-desk-50 {
  width: 50%;
}
.desktop-width-1 {
  width: 95%;
}

.arrow-left {
  left: 8px;
}
/* date */
.w3-bar-item {
  border-left: 6px solid transparent !important;
}
.w3-bar-item:not(:disabled):hover {
  border-color: #f44336 !important;
}
.w3-bar-item:focus {
  border-color: #2196f3 !important;
}
.w3-bar-item.expanded {
  color: #fff;
  background-color: #616161;
}
button.collapsed + div,
button.collapsed > :nth-child(3),
button.expanded > :nth-child(2) {
  display: none !important;
}
.w3-bar-item input[type="radio"],
.w3-bar-item label {
  cursor: pointer;
}
.w3-bar-item:focus-within {
  border-color: #2196f3 !important;
}

@media all and (min-width: 1200px) {
  .card-radius {
    border-radius: 25px !important;
  }
  .desktop-width-1 {
    width: 45%;
  }
}
