@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
  /* font-family: "Inter", sans-serif; */
  background-color: #fff !important;
}
.order-main-hed h1 {
  color: #47477d;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.order-main-hed p {
  color: rgba(71, 71, 125, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.order-main-hed .blue-row {
  border-radius: 4px;
  background: #47477d;
  margin-top: 28px;
  padding: 8px 16px;
}
.order-main-hed .blue-row h1 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}
.order-main-hed .inner-form-sec {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-top: 19px;
}
.inner-form-sec .form-label {
  color: #47477d;
  font-family: "Inter", sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.inner-form-sec .form-select {
  border-radius: 4px;
  border: 1px solid rgba(71, 71, 125, 0.2);
  background-color: #fff;
  color: rgba(71, 71, 125, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  padding: 13px 12px 11px 12px;
}
.inner-form-sec .form-control {
  border-radius: 4px;
  border: 1px solid rgba(71, 71, 125, 0.2);
  background-color: #fff;
  color: rgba(71, 71, 125, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  padding: 13px 12px 11px 12px;
}
.inner-form-sec textarea {
  resize: none;
}
.inner-form-sec .btn-minus {
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid rgba(71, 71, 125, 0.2);
  background: #fff;
  color: #47477d;
  padding: 8px;
}
.inner-form-sec .btn-plus {
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid rgba(71, 71, 125, 0.2);
  /*background: #47477d;
  color: #fff;*/
  padding: 8px;
  margin-left: 10px;
}
.inner-form-sec .input-number {
  text-align: center;
}
.inner-form-sec .select-msg {
  color: rgba(71, 71, 125, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  float: right;
  margin-top: 8px;
}
.inner-form-sec .phone-drop select {
  border-radius: 4px;
  background: #47477d;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
}
.inner-form-sec .phone-drop select option {
  background-color: #fff;
  color: #1e1e1e;
}
.inner-form-sec
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 4px;
  margin-right: 10px;
}
.inner-form-sec
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 4px;
}
.inner-form-sec .checkbox-sec label {
  color: rgba(71, 71, 125, 0.8);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
}
.inner-form-sec .checkbox-sec label > a {
  color: #47477d;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
}
.inner-form-sec .checout-btn {
  border-radius: 4px;
  background: #47477d;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 133.333% */
  margin-top: 16px;
  padding: 12px;
  width: 100%;
}
/* ==========================================================   NUMBERS PLUS MINUS    ============================================================ */
.upload_dropZone {
  border-radius: 4px;
  border: 1px solid rgba(71, 71, 125, 0.2);
  background-color: #fff;
  outline-offset: -12px;
  transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out,
    background-color 0.2s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload_dropZone.highlight {
  outline-offset: -4px;
  outline-color: var(--colorPrimaryNormal, #0576bd);
  background-color: var(--colorPrimaryEighth, #c8dadf);
}
.upload_svg {
  fill: #47477d99;
}
.btn-upload {
  color: rgba(71, 71, 125, 0.6);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}
.btn-upload span {
  color: #47477d;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 133.333% */
  text-decoration-line: underline;
}
.upload_img {
  width: calc(33.333% - (2rem / 3));
  object-fit: contain;
}
/* ===================================================== RADIO BUTTON CSS ================================================ */
/* .radio-toolbar {
    margin: 10px;
  } */
.radio-toolbar span {
  font-size: 12px;
  font-weight: 300;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
  padding: 11px 7px 26px 12px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid rgba(71, 71, 125, 0.2);
  background: #fff;
  color: #47477d;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

.radio-toolbar label:hover {
  background-color: #47477d;
  color: #fff;
}

/* .radio-toolbar input[type="radio"]:focus + label {
      border: 2px dashed red;
  } */

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #47477d;
  color: #fff;
}
/* ======================================= TABS CSS ====================================== */

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 13px 61px 11px 63px;
  border-radius: 4px;
  background: rgba(71, 71, 125, 0.06);
  cursor: pointer;
  color: #47477d;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-left: 16px;
}

input:focus-visible + label {
  outline: 2px solid rgba(0, 102, 204, 1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  border-bottom: 2px solid #47477d !important;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
}

.tab-panel {
  padding: 30px 0;
}
.field-icon {
  float: right;
  right: 20px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  color: #47477d66;
}
.dropdown-menu {
  min-width: 57px;
}
.dropdown-item {
  padding: 0px 11px;
}
/* ============================================================== PAYMENT CARD START HERE ======================================================== */
.writers-choice {
  border-radius: 12px;
  margin-top: 93px;
  /* position: fixed;
  right: 0px; */
}
.writers-choice .choice {
  background: #47477d;
  padding: 10px 20px;
  border-radius: 12px 12px 0px 0px;
}
.writers-choice .choice h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: Inter;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 0px;
}
.writers-choice .payment-sec {
  border-radius: 0px 0px 12px 12px;
  padding: 12px 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}
.writers-choice .payment-sec p {
  color: rgba(30, 30, 30, 0.4);
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
.writers-choice .payment-sec .essay {
  padding-bottom: 12px;
}
.writers-choice hr {
  background: 1px solid rgba(71, 71, 125, 0.1);
  margin: 0px;
  margin-bottom: 8px;
}
.writers-choice .price p {
  color: rgba(30, 30, 30, 0.8);
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}
.writers-choice .secure-payment p {
  color: #1e1e1e;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  padding-bottom: 12px;
}
.writers-choice .price h6 {
  color: #47477d;
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
.writers-choice .price h6 span {
  font-weight: 400;
}
.writers-choice .price .green {
  color: #43c643;
}
.writers-choice .price .green span {
  font-weight: 400;
}
.writers-choice .payment-img {
  display: flex;
}
.payment-img img {
  padding-left: 8px;
}
.writers-choice .input-sec {
  display: flex;
  padding-top: 12px;
}
.writers-choice .form-control {
  border-radius: 4px;
  border: 1px solid rgba(71, 71, 125, 0.2);
  background: #fff;
  color: rgba(71, 71, 125, 0.6);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  padding: 12px;
}
.writers-choice .apply-btn {
  border-radius: 4px;
  background: #47477d;
  padding: 12px 19px 12px 20px;
  color: #fff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .writers-choice {
    position: relative !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
  .writers-choice {
    position: relative !important;
    margin-top: 50px;
  }
  .tabset > label {
    width: 80%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .writers-choice {
    position: relative !important;
    margin-top: 50px;
  }
  .tabset > label {
    width: 100%;
    margin-left: 0px;
    padding: 13px 61px 11px 43px;
  }
  .writers-choice .apply-btn {
    margin-top: 8px;
  }
}
