/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* FONTS FOR MODALS */
@import url("./pure-min.css");
@import url("./grids-responsive-min.css");
/* @import url("./google-fonts.css"); */
@import url("./animate.css");

@font-face {
  font-family: souvenirStd;
  src: url(../fonts/SouvenirStd-Light.otf);
}

@font-face {
  font-family: basicGrotesque;
  src: url(../fonts/basis-grotesque-regular-pro.otf);
}

:root {
  --primary: #7f65ea !important;
  --primary-dark: #582b8c !important;
  --primary-light: #c1aedf !important;
  --primary-light2: #d6b8fe !important;
  --primary-lightest: #ede1ff !important;
  --primary-lightest2: #f6f0ff !important;
  --primary-light-shade500: #d6b7ff !important;
  --primary-area: #d5beff !important;
  --dark-shade500: #625a83 !important;
  --light-shade200: #f1ebe6 !important;
  --scaff-color: #f2efea !important;
  --black: #000;
  --white: #fff !important;
  --gray: #6c757d !important;
  --gray-dark: #343a40 !important;
  --section-light: #f5f5f5;
  --light-background: #f3efeb;
  --icon-grey: #666e78;
  --light-back: #f8f8f9;
  --dark-text: rgb(23, 43, 77);
  --dark-grey: #6b778c;
  --grey-light: #e8eaec;
}

p.error,
p.error-msg {
  margin: 18px 0px !important;
  font-size: 14px !important;
  padding: 0px 12px !important;
  background: #ff000024;
  color: red;
  font-weight: 500;
  border-left: 3px solid red;
  font-family: basicGrotesque !important;
}

p.msg-success {
  margin: 18px 0px !important;
  font-size: 14px !important;
  padding: 0px 12px !important;
  background: #0080001c;
  color: green;
  font-weight: 500;
  font-family: basicGrotesque !important;
  border-left: 3px solid green;
}

.error-2 {
  font-size: 13px !important;
}

.error-field {
  margin: -10px 0px !important;
}

.did-model a {
  color: var(--primary-dark) !important; 
  text-decoration: none !important;
}

.pure-button {
  padding: 0.6em 1em !important;
  height: 45px !important;
}

.did-model {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: basicGrotesque !important;
}

.did-model .modal-dialog {
  position: relative;
  width: 1100px;
  border-radius: 0.7vw;
  -webkit-box-shadow: rgba(67, 56, 56, 0.15) 0px 5px 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background: var(--light-background);
  margin: 0 auto;
  animation: 0.25s ease-in-out 0s 0.7 scale !important;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: visible !important;
}

.did-primary-btn {
  font-family: basicGrotesque !important;
  background-color: var(--primary) !important;
  color: white !important;
  border-radius: 3px !important;
  background: radial-gradient(60% 70% at 15% 25%, #d81919 0, #a60000 100%)
    no-repeat 0 50%/100% 100% !important;
}

.did-primary-btn:hover {
  color: white !important;
}

.did-text-btn {
  /* font-family: "Inter", sans-serif !important; */
  font-family: basicGrotesque !important;
  background-color: transparent !important;
  color: var(--primary) !important;
  border-radius: 3px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.did-text-btn:hover {
  color: var(--primary) !important;
}

.did-flat-btn {
  /* font-family: "Inter", sans-serif !important; */
  font-family: basicGrotesque !important;
  background-color: transparent !important;
  color: #565759 !important;
  border-radius: 3px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  border: 1px solid #dfdfdf !important;
  color: var(--dark-grey) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.did-flat-btn:focus {
  outline: 0 !important;
  border: none !important;
  background-image: none !important;
}

.did-flat-btn:hover {
  background-image: none !important;
}

.did-model .modal-dialog-small {
  width: 650px;
  top: 25%;
}

.dustid-label-text {
  font-size: 2vw !important;
  margin-top: 2vw !important;
  margin-bottom: 2vw !important;
  padding-bottom: 0px !important;
  font-family: souvenirStd !important;
  color: #000 !important;
}

.did-right-btn {
  float: right !important;
}

.did-model .modal-dialog-medium {
  width: 48vw;
  top: 10% !important;
  margin-bottom: 100px !important;
}

.did-header {
  padding: 15px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.did-header img {
  height: 33px !important;
  width: auto !important;
  object-fit: contain !important;
}

.did-content-area {
  padding: 1.8vw;
  position: relative !important;
}

.did-text-area {
  padding: 0.7em 0.7em !important;
  border-color: #d2d6dc !important;
  border-width: 1px !important;
  border-radius: 0.3rem !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 16px !important;
  border: 1px solid #d2d6dc !important;
  background-color: white !important;
}

.did-model textarea {
  width: 100%;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  height: 45px !important;
  padding: 0 0.7em !important;
  border-color: #d2d6dc !important;
  border-radius: 0.4rem !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 16px !important;
  border: 1px solid black !important;
  background-color: white !important;
  font-family: basicGrotesque !important;
}

.my-did-form,
.did-model input[type="text"],
input[type="password"] {
  width: 100%;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  height: 45px !important;
  padding: 0 0.7em !important;
  border-radius: 0.4vw !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 16px !important;
  border: 1px solid black !important;
  background-color: white !important;
  font-family: basicGrotesque !important;
}

.did-model select {
  width: 100%;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  height: 45px !important;
  padding: 0 0.7em !important;
  border-color: #d2d6dc !important;
  border-radius: 0.4vw !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 16px !important;
  border: 1px solid black !important;
  background-color: white !important;
  font-family: basicGrotesque !important;
}

.did-model input[type="text"]:focus {
  border-color: #999 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}


.did-footer {
  padding-left: 1.8vw !important;
  padding-right: 1.8vw !important;
  padding-bottom: 1.8vw !important;
  display: flex;
  justify-content: flex-end;
  background: var(--light-background);
  border-bottom-left-radius: 0.7vw;
  border-bottom-right-radius: 0.7vw;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pr-2 {
  padding-left: 20px !important;
}

.ml-auto {
  margin-left: auto !important;
}

.did-sub-text {
  margin-top: 0;
  font-size: 0.9vw;
  color: black;
  font-family: basicGrotesque !important;
}

.did-sub-text a {
  color: var(--primary-dark) !important;
}

.did-sub-text-2 {
  margin-top: 0;
  font-size: 1vw;
  color: black;
  font-family: basicGrotesque !important;
  margin-bottom: 5px;
}

.w-100 {
  width: 100% !important;
}

.did-label-text {
  margin-bottom: 5px !important;
  font-weight: 500 !important;
  color: black !important;
  font-size: 16px !important;
  padding-bottom: 0px !important;
}

.did-version {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  background: #f1f2f4;
  padding: 3px 12px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 3px;
  color: var(--dark-grey);
}

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

.w-25 {
  width: 25% !important;
}

.w-75 {
  width: 75% !important;
}

.w-35 {
  width: 35%;
}

.w-65 {
  width: 65%;
}

.did-text-end {
  width: 100%;
  text-align: end;
}

.did-logout-btn {
  position: relative;
  top: 0;
  background: var(--primary);
  padding: 3px 10px;
  border-radius: 15px;
  color: white !important;
}

/* @keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
} */

@-webkit-keyframes scale {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.did-loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.didSpinner {
  width: 3rem;
  height: 3rem;
}

.didSpinner.didSpinner1 {
  border: 3px solid 3px solid rgba(255, 0, 0, 0.25) !important;
  border-top-color: #a00000 !important;
  border-radius: 50%;
  -webkit-animation: rotation 0.8s ease infinite;
  animation: rotation 0.8s ease infinite;
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.did-btn-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.918);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.didBtnSpinner {
  width: 3rem;
  height: 3rem;
}

.didBtnSpinner.didSpinner1 {
  border: 3px solid var(--primary-lightest) !important;
  border-top-color: var(--primary) !important;
  border-radius: 50%;
  -webkit-animation: rotation 0.8s ease infinite;
  animation: rotation 0.8s ease infinite;
}

.fingerprint-img {
  width: 100%;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
}

.fingerprint-img img {
  height: 117px !important;
}

.did-disabled {
  cursor: not-allowed !important;
}

.did-logo-res {
  width: 211px;
  height: auto;
}

.did-model-content .fluid-width-video-wrapper {
  padding-top: 0px !important;
  height: 300px !important;
}

.did-model .modal-dialog-large {
  width: 800px;
  top: 10%;
  margin-bottom: 150px;
}

.did-l-box {
  padding: 0em 0.3em !important;
  padding-bottom: 0.7em !important;
}

.w-20 {
  width: 20% !important;
}

.w-80 {
  width: 80% !important;
}

.did-show-hide-btn {
  border: none !important;
  background-color: #f7f7f7 !important;
  font-size: 13px !important;
}

a:focus {
  outline-color: transparent !important;
}

.did-shipping-div {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  background: #a000000d;
  padding: 10px;
  border-radius: 10px;
  position: relative !important;
}

.did-shipping-div img {
  transition: transform 0.2s;
}

.did-shipping-div img:hover {
  cursor: pointer !important;
  transform: scale(1.04) !important;
}

.did-shipping-div .did-how-its-word {
  color: #444 !important;
  margin-left: 10px !important;
}

.did-quick-sign-up {
  font-size: 18px !important;
}

.did-quick-sign-up input {
  margin-bottom: 15px !important;
}

.did-detail-hook {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
  background: #f2ebff;
  padding: 1.2vw;
  border-radius: 10px;
  margin-top: 10px !important;
}

.did-logo-product {
  height: 1.2vw !important;
  width: auto !important;
  margin-right: 1.2vw;
}

.did-v-divider {
  margin: 0px 7px;
  height: 52px;
  background: #00000024;
  width: 1px;
}

.did-product-question {
  display: inherit !important;
  display: inherit !important;
  height: 1.3vw !important;
  /* margin-bottom: -4px !important; */
  margin-left: 10px !important;
  width: auto !important;
}

.did-detail-hook a {
  color: #000 !important;
  font-family: basicGrotesque !important;
  font-size: 0.9vw;
}

.did-detail-hook a u {
  padding-left: 0.5vw !important;
  font-weight: 600;
}

.did-ship-to-different {
  display: flex;
  align-items: center;
  margin: 10px 0px !important;
}

.powered-bu-did {
  display: flex;
  justify-content: end;
  align-items: center;
}

.powered-bu-did img {
  width: 8.2vw;
  margin-top: 0.4vw;
}

.did-ship-to-different input {
  margin: 0px !important;
  position: relative !important;
  /* transform: translateY(-23%) !important; */
}

.did-ship-to-different label span {
  /* margin-left: 8px !important; */
  font-size: 1.2vw;
  font-weight: bold !important;
  font-family: basicGrotesque !important;
}

.how_its_work {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.did-custom-hr {
  width: 100%;
  height: 1px;
  background-color: #828282;
}

.how_its_work a {
  color: var(--primary-dark) !important;
}

.did-text-center {
  text-align: center !important;
}

.did-btns-flex {
  display: flex;
  flex-direction: column-reverse;
}

.did-selected-friend {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #a000000d;
  border-radius: 11px;
  margin-top: 10px;
}

.did-selected-friend img {
  height: 60px !important;
  width: 70px !important;
  object-fit: cover !important;
  border-radius: 9px !important;
}

.did-selected-friend p {
  margin-left: 12px !important;
  font-size: 18px !important;
  color: var(--dark-text) !important;
  font-weight: 500 !important;
}

.autoComplete_wrapper input {
  width: 100%;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  height: 45px !important;
  padding: 0 0.7em !important;
  border-radius: 0.4vw !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 16px !important;
  border: 1px solid black !important;
  background-color: white !important;
  font-family: basicGrotesque !important;
}

.did-friends-selection ul {
  position: absolute !important;
  background: white !important;
  width: 100% !important;
  margin-left: 0px;
  padding: 0px !important;
  max-height: 300px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border: 1px solid black !important;
  margin: 0 !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}

.did-friends-selection li img {
  height: 40px !important;
  width: 40px !important;
  object-fit: cover !important;
}

.did-friends-selection ul li {
  justify-content: flex-start !important;
  align-items: center !important;
  cursor: pointer !important;
  padding: 15px !important;
  border-bottom: 1px solid #f3f3f3 !important;
  margin: 0 !important;
}

.did-friends-selection ul li:hover {
  background: #f4f4f4 !important;
}

.did-friends-selection ul li span {
  margin-left: 11px !important;
  color: #000 !important;
  font-size: 17px !important;
  font-family: basicGrotesque !important;
}

.did-friends-selection ul li span mark {
  font-weight: 400 !important;
}

.did-friends-selection .did-friend-img-selected img {
  height: 45px !important;
  width: 50px !important;
  margin-right: 7px !important;
  object-fit: cover !important;
}

.autoComplete_wrapper {
  flex-grow: 4 !important;
}

.did-change-friend-icon {
  background-color: var(--primary);
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding: 4px 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
}

.did-change-friend-icon svg {
  fill: white !important;
}

.signup-btn-merchant {
  margin-right: auto !important;
}

/********************** v3 ********************/

.did-shipping-div-new {
  margin-bottom: 20px !important;
  position: relative !important;
  padding-top: 15px;
}

.did-bd-box {
  position: relative !important;
  border: 1px solid black;
  margin-top: 10px;
  padding: 1.2vw;
  border-radius: 10px;
  background-color: var(--light-background);
}

.dustid-btn {
  padding: 0px 15px !important;
  border: 1px solid black !important;
  height: 45px !important;
  color: #000 !important;
  background-color: var(--primary-light2) !important;
  font-family: basicGrotesque !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  border-color: #000 !important;
  min-width: 100px !important;
  font-size: 15px !important;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: capitalize !important;
}

.dustid-btn-close {
  padding: 0px 15px !important;
  border: 1px solid black !important;
  height: 45px !important;
  color: #000 !important;
  background-color: transparent !important;
  font-family: basicGrotesque !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  border-color: #000 !important;
  min-width: 100px !important;
  font-size: 15px !important;
  cursor: pointer;
  text-decoration: none !important;
  text-transform: capitalize !important;
}

.did-change-friend-btn {
  margin: 20px 0px;
}

@media screen and (min-width: 768px) {
  .did-ph-l-box {
    padding: 0px 10px !important;
  }
}

@media screen and (max-width: 375px) {
  .did-shipping-div-sign > input[type="text"] {
    width: 100% !important;
  }
}

.did-sign-in-btn {
  background-color: var(--primary-light2);
  color: white;
  border-radius: 10px;
  width: 140px;
}

.otp-div .text-field {
  border: solid black;
  border-width: 1px;
  border-radius: 10px;
  width: 40px !important;
  margin-bottom: 10px;
  text-align: center;
}

.fa {
  margin-left: -12px;
  margin-right: 8px;
}

.did-save-selection-btn {
  background-color: var(--primary-light2);
  color: white;
  border-radius: 10px;
}

.did-logout-btn-v3 {
  cursor: pointer;
  color: black;
  font-family: basicGrotesque !important;
  font-size: 0.8vw !important;
}

.did-selected-friend-v3 {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: var(--primary-lightest);
  border-radius: 10px;
}

.did-selected-friend-v3 img {
  /* height: 60px !important; */
  width: 70px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

.did-selected-friend-v3 p {
  margin-left: 12px !important;
  font-size: 24px !important;
  color: var(--dark-text) !important;
  font-weight: bold !important;
  margin-bottom: 0px;
}

.did-selected-address-div button {
  border: solid var(--primary-light2);
  border-width: 1px;
  background-color: white;
  color: #7f65ea;
  border-radius: 10px;
  width: 120px;
}

.did-friend-confirm-div {
  border: 1px solid rgb(188, 188, 188);
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
}

.did-confirm-friend-v3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.did-confirm-friend-v3 p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-family: basicGrotesque !important;
}

.did-confirm-friend-v3 img {
  height: 31px !important;
  width: 31px !important;
  object-fit: contain !important;
}

.did-confirm-friend-v3 p {
  margin-left: 12px !important;
  font-size: 20px !important;
  color: black !important;
  font-weight: bold !important;
  font-family: basicGrotesque !important;
}

.confirm-confirm-friend-area {
  text-align: center !important;
}

.confirm-confirm-friend-area .did-confirm-sub-text {
  font-size: 15px !important;
  margin-bottom: 0px !important;
  margin-top: 12px !important;
  font-family: basicGrotesque !important;
  color: #000 !important;
}

.did-my-self-v3 {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: var(--primary-area);
  border-radius: 10px;
}

.did-my-self-v3 img {
  height: 60px !important;
  width: 60px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}

.did-my-self-v3 p {
  margin-left: 12px !important;
  font-size: 22px !important;
  color: black !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  font-family: basicGrotesque !important;
}

.did-myself-address-select {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  height: 45px !important;
  padding: 0 0.7em !important;
  border-color: #d2d6dc !important;
  border-radius: 0.4vw !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  font-size: 16px !important;
  border: 1px solid black !important;
  background-color: white !important;
  font-family: basicGrotesque !important;
}

.show-to-myself-contact button {
  background-color: #7f65ea;
  color: white;
  border-radius: 10px;
  margin-top: 15px;
}

.signup-terms-conditions {
  font-size: 0.8vw !important;
  display: flex;
  align-items: start;
}

.signup-terms-conditions p {
  margin-left: 0.8vw;
}

.did-manually-address {
  margin-left: 0.3vw !important;
  font-weight: bold !important;
  text-decoration: underline !important;
  font-size: 0.8vw;
}

.did-version {
  display: none !important;
}

.auto-fill-address-type {
  margin-left: 6px !important;
}

.did-disable-image {
  opacity: 0 !important;
  pointer-events: none !important;
}

.how-its-work-d-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1vw;
}

.how-its-work-d-flex img {
  height: 1.5vw !important;
  width: 2.2vw !important;
  object-fit: contain !important;
}

.how-its-work-d-flex span {
  color: #000;
  font-weight: 400;
  font-size: 12px;
}

.did-logo-area {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}

.did-logo-area img {
  height: 1.1vw !important;
  width: auto !important;
  object-fit: contain !important;
  margin: 0px 0.5vw;
}

.did-logo-area p {
  color: #000;
  font-size: 0.8vw !important;
  margin: 0 !important;
  font-family: basicGrotesque !important;
}

.nxt-prv-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none !important;
}

.nxt-prv-btn img {
  object-fit: contain;
  margin: 0.5vw;
  width: 0.8vw;
}

.nxt-prv-btn p {
  margin: 0 !important;
  font-size: 0.8vw !important;
}

.c-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-action-row .did-indicator-img {
  width: 5vw !important;
  height: 0.5vw !important;
  object-fit: contain !important;
}

.did-v3-row {
  margin: -0.8vw !important;
}

.did-p-box {
  padding: 0.8vw !important;
  /* height: 100% !important; */
}

.did-caro-img {
  width: 100%;
  height: 20.5vw !important;
  object-fit: contain;
}

.h-90-betw {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 90% !important;
}

.area-1 {
  order: 1;
}

.area-2 {
  order: 2;
}

.area-3 {
  order: 2;
}

.input-wrapper {
  margin-bottom: 0.5em;
}

.input-wrapper.with-suffix {
  position: relative;
  max-width: 150px;
  overflow: hidden;
}

.input-wrapper.with-suffix input {
  margin: 0;
  width: 100%;
  outline: 0;
  padding-left: 4px;
  padding-right: 16px;
}

.input-wrapper.with-suffix .suffix {
  position: absolute;
  padding-left: 6px;
  top: 2px;
  pointer-events: none;
  width: 100%;
}

.input-wrapper.with-suffix .suffix span {
  user-select: none;
  pointer-events: none;
}

.input-wrapper.with-suffix .suffix .filler {
  display: inline-block;
  white-space: pre; /* Allow more than two whitespaces to be rendered */
  color: rgba(0, 0, 0, 0);
  max-width: calc(100% - 16px);
}

.suffix-field {
  display: flex;
  align-items: center;
  box-shadow: none !important;
  background-color: white;
  border-radius: 0.4vw !important;
  padding-left: 13px;
  border: 1px solid #000;
}

.suffix-field p {
  margin: 0px !important;
  width: 2vw;
  font-size: 1vw;
}

.suffix-field input[type="text"] {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.suffix-field .field-divider {
  width: 1px;
  height: 23px;
  margin-left: 13px;
  background: #80808033;
}

.otp-fields {
  display: flex !important;
}

.otp-fields input[type="text"] {
  outline: #000 !important;
  margin-bottom: 0px !important;
  margin-right: 10px !important;
}

.prefix-field {
  display: flex;
  align-items: center;
  box-shadow: none !important;
  background-color: white;
  border-radius: 0.4vw !important;
  padding-right: 13px;
  border: 1px solid black;
  position: relative !important;
}

.prefix-field p {
  margin: 0px !important;
  width: 2vw;
  font-size: 1vw;
}

.prefix-field input[type="text"] {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.prefix-field input[type="password"] {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.prefix-field .prefix-eye {
  height: 1.1vw !important;
  width: 1.2vw;
  cursor: pointer;
  object-fit: contain;
}

.without-flex {
  display: block !important;
}

.under-line-a {
  text-decoration: underline !important;
}

.signup-terms-conditions p {
  margin-bottom: 0px !important;
}

.manually-address-area {
  margin-top: 3.8vw;
}

.address-it-with {
  display: flex;
}

.address-it-with .address-it-with-img {
  height: 2.6vw !important;
  width: auto !important;
  cursor: pointer !important;
}

.address-it-with .address-with-it-question {
  height: 1.5vw !important;
  width: auto !important;
  cursor: pointer !important;
  margin-left: 0.7vw !important;
}

.enter-add-maunally {
  font-size: 0.9vw !important;
  font-family: basicGrotesque !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  margin-top: 16px !important;
}

.did-close-widget {
  height: 1.5vw !important;
  cursor: pointer !important;
  background-color: var(--light-background) !important;
  border-radius: 100px !important;
}

.d-flex-start {
  display: flex;
  align-items: start;
}

.single-row-form {
  display: flex;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.dont-hav-acc {
  margin-bottom: 0px !important;
  font-family: basicGrotesque !important;
  font-size: 0.9vw !important;
  margin-top: 15px !important;
  color: #000;
}

.dont-hav-acc a {
  font-weight: bold !important;
  color: var(--primary) !important;
}

.did-h3 {
  margin-top: 12px !important;
  margin-bottom: 14px !important;
  font-family: souvenirStd !important;
  font-weight: bold !important;
  font-size: 1.7vw !important;
  color: #000 !important;
}

.did-radio-flex {
  display: flex;
  align-self: center;
  margin-bottom: 17px;
}

.did-radio-flex input[type="radio"] {
  accent-color: var(--primary) !important;
  margin-right: 7px !important;
  border-color: var(--primary) !important;
}

.did-radio-flex label {
  margin-bottom: 0px !important;
  font-size: 16px !important;
  font-family: basicGrotesque !important;
  margin-right: 10px !important;
  color: #000 !important;
}

.did-spin {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: var(--primary-dark);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.did-myself-address-input {
  margin-top: 20px !important;
}

.did-submission-complete .did-sc-text-1 {
  margin-top: 0px !important;
  font-family: basicGrotesque !important;
  font-size: 20px !important;
  margin-bottom: 3px !important;
}

.did-submission-complete .did-sc-text-2 {
  margin-top: 0px !important;
  font-family: basicGrotesque !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.did-widget-otp-fields {
  justify-content: center !important;
  margin-top: 19px !important;
  margin-bottom: 27px !important;
}

/* Mobile devices ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 480px) {
  #shipping-div .did-logo-res {
    width: 174px !important;
  }

  .did-model .modal-dialog {
    border-radius: 10px;
  }

  .did-model .modal-dialog-small {
    width: 95% !important;
  }

  .did-model .modal-dialog-medium {
    width: 95% !important;
  }

  .did-model .modal-dialog-large {
    width: 95% !important;
  }

  .did-iframe {
    height: 200px !important;
  }

  .did-header img {
    height: 27px !important;
  }

  .did-version {
    font-size: 13px !important;
  }

  .did-flex-sign-up {
    display: block !important;
  }

  .w-65 {
    width: 100% !important;
  }

  .w-35 {
    width: 100% !important;
  }

  .did-btns-flex {
    display: flex !important;
    margin-top: 10px;
    flex-direction: row !important;
  }

  .did-friends-selection ul {
    max-height: 280px !important;
    margin-left: -77px !important;
  }

  .did-friends-selection ul {
    max-height: 280px !important;
    margin-left: 0px !important;
  }

  .did-content-area {
    padding: 17px !important;
  }

  .did-footer {
    padding-left: 17px !important;
    padding-right: 17px !important;
    padding-bottom: 17px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .did-logo-area {
    margin-bottom: 15px !important;
  }

  .did-logo-area p {
    font-size: 13px !important;
  }
  .did-sub-text {
    font-size: 15px;
  }

  .did-logo-area img {
    height: 14px !important;
    margin: 0px 8px;
  }

  .c-action-row {
    margin-bottom: 20px;
  }

  .c-action-row .did-indicator-img {
    width: 43px !important;
    height: 26px !important;
  }

  .nxt-prv-btn img {
    margin: 8px;
    width: 13px;
  }

  .nxt-prv-btn p {
    font-size: 13px !important;
  }

  .did-caro-img {
    height: 250px !important;
  }

  .dustid-btn {
    padding: 0px 15px !important;
    height: 34px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    min-width: 100px !important;
  }

  .dustid-btn-close {
    padding: 0px 15px !important;
    height: 34px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    min-width: 100px !important;
  }

  .area-1 {
    order: 2 !important;
  }

  .area-2 {
    order: 1 !important;
  }

  .signup-btn-merchant {
    width: 100%;
    margin-bottom: 10px;
  }

  .dustid-btn-close {
    width: 48%;
    margin: 0px 1% !important;
  }

  .signup-btn {
    width: 48%;
    margin: 0px 1% !important;
  }

  .dustid-label-text {
    font-size: 8.5vw;
  }

  .suffix-field {
    border-radius: 2.4vw !important;
  }

  .suffix-field p {
    width: 10vw;
    font-size: 4.5vw;
  }

  .did-model input[type="text"],
  input[type="password"] {
    border-radius: 2.4vw !important;
  }

  .prefix-field {
    border-radius: 2.4vw !important;
  }

  .prefix-field p {
    width: 10vw;
    font-size: 4.5vw;
  }

  .prefix-field .prefix-eye {
    height: 8.1vw !important;
    width: 6.2vw;
  }

  .did-model select {
    border-radius: 2.4vw !important;
  }

  .did-manually-address {
    margin-left: 2.3vw !important;
    font-size: 4vw !important;
  }

  .signup-terms-conditions p {
    margin-left: 2.8vw;
    font-size: 4.2vw;
  }

  .full-w-btn {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .how-its-work-d-flex img {
    height: 6.5vw !important;
    width: 10.2vw !important;
  }

  .signup-terms-conditions {
    margin-bottom: 30px;
  }

  .how-its-work-d-flex {
    margin-bottom: 9px;
    margin-top: 9px;
  }

  .did-detail-hook {
    padding: 4.2vw;
  }

  .did-logo-product {
    height: 4.2vw !important;
    margin-right: 3.2vw;
  }

  .did-detail-hook a {
    font-size: 3.9vw;
  }

  .did-detail-hook a u {
    padding-left: 1.5vw !important;
  }

  .did-product-question {
    height: 4.3vw !important;
  }

  .how_its_work {
    flex-wrap: wrap;
  }

  .did-ship-to-different label span {
    font-size: 18px !important;
  }

  .powered-bu-did img {
    width: 135px !important;
    margin-top: 2px !important;
  }

  .address-it-with .address-it-with-img {
    height: 39px !important;
  }

  .address-it-with .address-with-it-question {
    height: 24px !important;
    margin-left: 11px !important;
  }

  .enter-add-maunally {
    font-size: 15px !important;
  }

  .did-bd-box {
    padding: 15px !important;
  }

  .my-did-form {
    border-radius: 9px !important;
  }

  .single-row-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .single-row-form button {
    margin: 0px !important;
    margin-top: 15px !important;
    width: 100% !important;
    height: 42px !important;
  }

  .did-bd-box .did-sub-text {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }

  .dont-hav-acc {
    font-size: 15px !important;
  }

  .dont-hav-acc a {
    display: var(--primary-dark) !important;
  }

  .did-close-widget {
    height: 30px !important;
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
  }

  .did-h3 {
    font-size: 20px !important;
  }

  .did-logout-btn-v3 {
    font-size: 15px !important;
  }

  .did-myself-address-select {
    border-radius: 8px !important;
  }

  .did-my-self-v3 {
    padding: 9px !important;
  }

  .did-my-self-v3 img {
    height: 40px !important;
    width: 40px !important;
  }

  .did-my-self-v3 p {
    font-size: 18px !important;
  }

  .did-save-selection-btn {
    width: 100% !important;
    height: 42px !important;
  }

  .submit-myself-selection {
    width: 100% !important;
    height: 42px !important;
  }

  .did-selected-address-div button {
    margin: 17px 0px !important;
    width: 100% !important;
    height: 42px !important;
  }

  .btn-submit-otp {
    width: 100% !important;
    height: 42px !important;
  }

  .confirm-confirm-friend-area {
    text-align: start !important;
  }

  .did-confirm-friend-v3 img {
    height: 25px !important;
    width: 25px !important;
  }

  .did-confirm-friend-v3 p {
    margin-left: 11px !important;
    font-size: 17px !important;
  }

  .confirm-confirm-friend-area .did-confirm-sub-text {
    font-size: 14px !important;
    margin-top: 4px !important;
    margin-left: 41px !important;
  }

  .did-sign-in-loader {
    width: 100% !important;
    height: 42px !important;
  }
}

/*  iPads, Tablets (Portrait)*/
@media (min-width: 481px) and (max-width: 768px) {
  #shipping-div .did-logo-res {
    width: 125px !important;
  }

  .did-change-friend-icon svg {
    height: 13px !important;
    width: 13px !important;
  }

  .did-model .modal-dialog-large {
    width: 90% !important;
  }

  .did-ph-l-box {
    margin-top: 2px !important;
  }

  .did-model .modal-dialog-medium {
    width: 66vw !important;
  }

  .did-content-area {
    padding: 17px !important;
  }

  .did-logo-area p {
    font-size: 13px !important;
  }

  .did-footer {
    padding-left: 17px !important;
    padding-right: 17px !important;
    padding-bottom: 17px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-wrap: wrap;
  }

  .did-logo-area {
    margin-bottom: 15px;
  }

  .did-sub-text {
    font-size: 15px;
  }

  .did-logo-area img {
    height: 14px !important;
    margin: 0px 8px;
  }

  .c-action-row {
    margin-bottom: 20px;
  }

  .c-action-row .did-indicator-img {
    width: 43px !important;
    height: 26px !important;
  }

  .nxt-prv-btn img {
    margin: 8px;
    width: 13px;
  }

  .nxt-prv-btn p {
    font-size: 13px !important;
  }

  .did-caro-img {
    height: 250px !important;
  }

  .dustid-btn {
    padding: 0px 15px !important;
    height: 34px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    min-width: 100px !important;
  }

  .dustid-btn-close {
    padding: 0px 15px !important;
    height: 34px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    min-width: 100px !important;
  }

  .area-1 {
    order: 2 !important;
  }

  .area-2 {
    order: 1 !important;
  }

  .signup-btn-merchant {
    width: 100%;
    margin-bottom: 10px;
  }

  .dustid-btn-close {
    width: 48%;
    margin: 0px 1% !important;
  }

  .signup-btn {
    width: 48%;
    margin: 0px 1% !important;
  }

  .dustid-label-text {
    font-size: 8.5vw;
  }

  .suffix-field {
    border-radius: 2.4vw !important;
  }

  .suffix-field p {
    width: 10vw;
    font-size: 4.5vw;
  }

  .did-model input[type="text"],
  input[type="password"] {
    border-radius: 2.4vw !important;
  }

  .prefix-field {
    border-radius: 2.4vw !important;
  }

  .prefix-field p {
    width: 10vw;
    font-size: 4.5vw;
  }

  .prefix-field .prefix-eye {
    height: 8.1vw !important;
    width: 6.2vw;
  }

  .did-model select {
    border-radius: 2.4vw !important;
  }

  .did-manually-address {
    margin-left: 2.3vw !important;
    font-size: 4vw !important;
  }

  .signup-terms-conditions p {
    margin-left: 2.8vw;
    font-size: 4.2vw;
  }

  .full-w-btn {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .how-its-work-d-flex img {
    height: 6.5vw !important;
    width: 10.2vw !important;
  }

  .signup-terms-conditions {
    margin-bottom: 30px;
  }

  .how-its-work-d-flex {
    margin-bottom: 9px;
    margin-top: 9px;
  }

  .did-detail-hook {
    padding: 4.2vw;
  }

  .did-logo-product {
    height: 4.2vw !important;
    margin-right: 3.2vw;
  }

  .did-detail-hook a {
    font-size: 3.9vw;
  }

  .did-detail-hook a u {
    padding-left: 1.5vw !important;
  }

  .did-product-question {
    height: 4.3vw !important;
  }

  .how_its_work {
    flex-wrap: wrap;
  }

  .did-ship-to-different label span {
    font-size: 18px !important;
  }

  .powered-bu-did img {
    width: 135px !important;
    margin-top: 2px !important;
  }

  .address-it-with .address-it-with-img {
    height: 39px !important;
  }

  .address-it-with .address-with-it-question {
    height: 24px !important;
    margin-left: 11px !important;
  }

  .enter-add-maunally {
    font-size: 15px !important;
  }

  .did-bd-box {
    padding: 15px !important;
  }

  .my-did-form {
    border-radius: 9px !important;
  }

  .single-row-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .single-row-form button {
    margin: 0px !important;
    margin-top: 15px !important;
    width: 100% !important;
    height: 42px !important;
  }

  .did-bd-box .did-sub-text {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }

  .dont-hav-acc {
    font-size: 15px !important;
  }

  .dont-hav-acc a {
    display: block !important;
  }

  .did-close-widget {
    height: 30px !important;
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
  }

  .did-h3 {
    font-size: 20px !important;
  }

  .did-logout-btn-v3 {
    font-size: 15px !important;
  }

  .did-myself-address-select {
    border-radius: 8px !important;
  }

  .did-my-self-v3 {
    padding: 9px !important;
  }

  .did-my-self-v3 img {
    height: 40px !important;
    width: 40px !important;
  }

  .did-my-self-v3 p {
    font-size: 18px !important;
  }

  .did-save-selection-btn {
    width: 100% !important;
    height: 42px !important;
  }

  .submit-myself-selection {
    width: 100% !important;
    height: 42px !important;
  }

  .did-selected-address-div button {
    margin: 17px 0px !important;
    width: 100% !important;
    height: 42px !important;
  }

  .btn-submit-otp {
    width: 100% !important;
    height: 42px !important;
  }

  .confirm-confirm-friend-area {
    text-align: start !important;
  }

  .did-confirm-friend-v3 img {
    height: 25px !important;
    width: 25px !important;
  }

  .did-confirm-friend-v3 p {
    margin-left: 11px !important;
    font-size: 17px !important;
  }

  .confirm-confirm-friend-area .did-confirm-sub-text {
    font-size: 14px !important;
    margin-top: 4px !important;
    margin-left: 41px !important;
  }

  .did-sign-in-loader {
    width: 100% !important;
    height: 42px !important;
  }
}

/* Small screens, laptops or ipad (Landscape) */
@media (min-width: 769px) and (max-width: 1024px) {
  #shipping-div .did-logo-res {
    width: 125px !important;
  }

  .did-model .modal-dialog {
    border-radius: 1.2vw;
  }

  .did-model .modal-dialog-medium {
    width: 80vw !important;
  }

  .did-caro-img {
    height: 37.5vw !important;
  }

  .did-content-area {
    padding: 2.8vw;
  }

  .did-logo-area {
    margin-bottom: 2vw;
  }

  .did-logo-area p {
    font-size: 1.6vw !important;
  }

  .did-logo-area img {
    height: 1.5vw !important;
    margin: 0px 0.8vw;
  }

  .did-sub-text {
    font-size: 1.6vw;
  }

  .nxt-prv-btn img {
    width: 1.5vw;
  }

  .nxt-prv-btn p {
    font-size: 1.5vw !important;
  }

  .did-footer {
    padding-left: 2.8vw !important;
    padding-right: 2.8vw !important;
    padding-bottom: 2.8vw !important;
    border-bottom-left-radius: 1.2vw;
    border-bottom-right-radius: 1.2vw;
  }

  .dustid-btn {
    padding: 0px 1.8vw !important;
    height: 4.2vw !important;
    border-radius: 1vw !important;
    font-size: 1.9vw !important;
  }

  .dustid-btn-close {
    padding: 0px 1.8vw !important;
    height: 4.2vw !important;
    border-radius: 1vw !important;
    font-size: 1.9vw !important;
  }

  .c-action-row .did-indicator-img {
    width: 4vw !important;
    height: 1vw !important;
  }

  .dustid-label-text {
    font-size: 3vw !important;
  }

  .did-model input[type="text"],
  input[type="password"] {
    border-radius: 1vw !important;
  }

  .prefix-field {
    border-radius: 1vw !important;
  }

  .prefix-field .prefix-eye {
    height: 3.1vw !important;
    width: 2.2vw;
  }

  .suffix-field {
    border-radius: 1vw !important;
  }

  .suffix-field p {
    width: 5vw;
    font-size: 2vw;
  }

  .did-model select {
    border-radius: 1vw !important;
  }

  .did-manually-address {
    margin-left: 1.3vw !important;
    font-size: 1.8vw;
  }

  .signup-terms-conditions p {
    margin-bottom: 0px !important;
    font-size: 1.5vw;
  }

  .manually-address-area {
    margin-top: 5.2vw;
  }

  .how-its-work-d-flex img {
    height: 3.5vw !important;
    width: 3.2vw !important;
  }

  .how-its-work-d-flex {
    margin-bottom: 11px;
  }

  .did-detail-hook {
    padding: 3.2vw;
  }

  .did-logo-product {
    height: 2.2vw !important;
    margin-right: 2.2vw;
  }

  .did-detail-hook a {
    font-size: 1.9vw;
  }

  .did-detail-hook a u {
    padding-left: 1.5vw !important;
  }

  .did-product-question {
    height: 2.3vw !important;
  }

  .did-ship-to-different label span {
    font-size: 18px !important;
  }

  .powered-bu-did img {
    width: 135px !important;
    margin-top: 2px !important;
  }

  .address-it-with .address-it-with-img {
    height: 39px !important;
  }

  .address-it-with .address-with-it-question {
    height: 24px !important;
    margin-left: 11px !important;
  }

  .enter-add-maunally {
    font-size: 15px !important;
  }

  .did-bd-box {
    padding: 15px !important;
  }

  .my-did-form {
    border-radius: 9px !important;
  }

  .single-row-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .single-row-form button {
    margin: 0px !important;
    margin-top: 15px !important;
    width: 100% !important;
    height: 42px !important;
  }

  .did-bd-box .did-sub-text {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }

  .dont-hav-acc {
    font-size: 15px !important;
  }

  .dont-hav-acc a {
    display: block !important;
  }

  .did-close-widget {
    height: 30px !important;
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
  }

  .did-h3 {
    font-size: 20px !important;
  }

  .did-logout-btn-v3 {
    font-size: 15px !important;
  }

  .did-myself-address-select {
    border-radius: 8px !important;
  }

  .did-my-self-v3 {
    padding: 9px !important;
  }

  .did-my-self-v3 img {
    height: 40px !important;
    width: 40px !important;
  }

  .did-my-self-v3 p {
    font-size: 18px !important;
  }

  .did-save-selection-btn {
    width: 100% !important;
    height: 42px !important;
  }

  .submit-myself-selection {
    width: 100% !important;
    height: 42px !important;
  }

  .did-selected-address-div button {
    margin: 17px 0px !important;
    width: 100% !important;
    height: 42px !important;
  }

  .btn-submit-otp {
    width: 100% !important;
    height: 42px !important;
  }

  .did-confirm-friend-v3 img {
    height: 25px !important;
    width: 25px !important;
  }

  .did-confirm-friend-v3 p {
    margin-left: 11px !important;
    font-size: 17px !important;
  }

  .confirm-confirm-friend-area .did-confirm-sub-text {
    font-size: 14px !important;
    margin-top: 4px !important;
  }

  .did-sign-in-loader {
    width: 100% !important;
    height: 42px !important;
  }
}

.otp-container {
    display: flex;
    justify-content: space-between;
    width: 200px;
}

.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
}

