@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
/* body{
  max-width: 100vw;
  overflow-x: hidden;
} */
@font-face {
  font-family: Sacramento_Local;
  src: url(Sacramento-Regular.ttf);
}
@font-face {
  font-family: DMSans-Local;
  src: url(DMSans-Local.ttf);
}
/* :not(textarea)::-webkit-scrollbar {
  width: 0px; 
  height: 0px;
} */
:not(textarea, .masonryWrapper)::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.Poppins {
  font-family: "Poppins";
}
.mono-space {
  font-family: monospace;
}
.section1 {
  min-height: 100vh;
  height: max-content;
}

.DM_Sans {
  font-family: "DMSans-Local", "DM Sans";
}
.f_sacramento {
  font-family: "Sacramento_Local", "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}
.bg-color {
  background: #fff4ea;
}

.c_505A64 {
  color: #505a64;
}

.c_898989 {
  color: #898989;
}

.c_0A0D13 {
  color: #0a0d13;
}
.c_666666 {
  color: #666666;
}

.c_#FFFFFF {
  color: #ffffff;
}

.c_454F5B {
  color: #454f5b;
}

.c_575757 {
  color: #57575780;
}

.c_ACACAC {
  color: #acacac;
}

.c_9F9F9F {
  color: #9f9f9f;
}

.c_F77B21 {
  color: #f77b21;
}
.c_3CB043 {
  color: #3cb043;
}
.fs-10 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-36 {
  font-size: 36px;
}
.fs-52 {
  font-size: 52px;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}
li {
  list-style: none;
}
.navcolor {
  color: #3d1a2e !important;
}
.sticky-top {
  z-index: 99 !important;
}
.active {
  color: #f77b21 !important;
}

/* #navbarNavDropdown {
  justify-content: flex-end;
} */
.flex-grow-1 {
  flex-grow: 1;
}
.pay-card {
  /* height: 82px; */
  /* margin: 3rem; */
  border-radius: 5px;
}

.pay-card-tab {
  /* height: 82px; */
  margin: 1rem;
  border-radius: 5px;
}

.amount-btn {
  background: #f77b21;
  border: none;
  border-radius: 3px;
  /* padding: 7px 32px 8px 31px; */
}
.p-relative {
  position: relative;
}
.section1 {
  width: 100%;
  position: relative;
  background-color: #fff4ea;
}

.shape1 {
  position: absolute;
  top: 30px;
  right: 0;
  mix-blend-mode: multiply;
}

.shape2 {
  position: absolute;
  top: 275px;
  right: 0;
  mix-blend-mode: multiply;
}

.payment-bg {
  mix-blend-mode: multiply;
  margin-left: -60px;
}

.swal2-confirm.swal2-styled {
  background-color: var(--primary-orange) !important;
  box-shadow: none !important ;
  color: #fff;
}
.Tab-shape1 {
  position: absolute;
  top: -185px;
  right: 0;
  mix-blend-mode: multiply;
}

.Tab-shape2 {
  position: absolute;
  top: 105px;
  right: 0;
  mix-blend-mode: multiply;
}

.landing-img {
  mix-blend-mode: multiply;
  margin-top: -36px;
}

.gift-btn {
  background-color: #ffffff;
  border: 2px solid #acacac;
  color: #acacac;
  padding: 9px 12px;
  width: 100%;
  border-radius: 5px;
}

.bar-code {
  margin-top: -75px;
}

.form-group {
  position: relative;
  margin-bottom: 0;
}

.form-select {
  background-color: #fff4ea !important;
  color: #454f5b !important;
  border: 2px solid #cecece;
  padding: 15px 28px 15px 15px;
  border-radius: 10px;
  font-size: 14px;
}

.form-check-payment {
  font-size: 14px;
  /* width: 110px; */
}

.form-check {
  font-size: 14px;
  width: 64px;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check-input {
  box-shadow: 0px 0px 0px 3px lightgray, inset 1px 0px 2px #fff,
    inset -1px 0px 2px gray !important;
  background-color: lightgrey;
  margin-right: 5px;
  margin-bottom: 3px;
  font-size: 14px;
}
.form-check-input:checked {
  accent-color: #f77b21;
  background-color: #f77b21;
  border-color: transparent;
  position: relative;
  box-shadow: 0px 0px 1px !important;
}
.form-check-input:checked::before {
  content: "";
  height: 130%;
  width: 130%;
  background: #f77b21;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 49;
  border-radius: 50%;
  border: 3px solid #fff4ea;
  box-shadow: 0px 0px 0px 2px #f77b21;
}
.form-check-payment input[type="radio"] {
  box-shadow: 0px 0px 0px 2px grey !important;
  border: none;
  background-color: transparent !important;
}
.form-control {
  background-color: #fff4ea !important;
  color: #454f5b !important;
  border: 2px solid #cecece;
  padding: 15px 15px 15px 15px;
  border-radius: 10px;
  font-size: 14px;
}

.form-control-placeholder {
  position: absolute;
  color: #c7c7c7 !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #f8d0a8;
}

.form-select:focus {
  box-shadow: none !important;
  border: 1px solid #cecece;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  background-color: #fff4ea;
  padding: 0 5px;
  margin-left: 8px;
}
.form-img {
  object-fit: cover;
  overflow: hidden;
}
.tab-container {
  display: flex;
  /* background-image: url('../images/line1.png'); */
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  width: max-content;
}
.tab-container::after {
  content: "";
  height: 20px;
  border-top: 1px solid #f77b21;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  z-index: 1;
}
.tab {
  padding: 20px;
  /* cursor: pointer; */
  background-image: url("../images/deactive-img.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.tab.active {
  background-image: url("../images/active-img.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: px;
}
.img-wrapper {
  position: absolute;
  right: 0px;
  top: 100px;
}
.img-wrapper .tab-content img {
  /* position: absolute;
  right: 0;
  height: 150px;
  width: 150px; */
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}
.back-btn {
  padding: 9px 38px 9px 37px;
  border-radius: 10px;
  border: 1px solid #f77b21;
  color: #f77b21;
  background-color: #fff4ea;
}

.continue-btn {
  background-color: #f77b21;
  border-radius: 10px;
  padding: 10px 31px;
  border: none;
  color: #ffffff;
}

.payment-btn {
  padding: 12px 0px;
  background-color: #f77b21;
  color: #ffffff;
  border-radius: 5px;
  border: none;
}
.update_mail {
  padding: 12px 0px;
  background-color: #ffe7da;
  color: #f77b21;
  border-radius: 5px;
  border: none;
}
.bottom_znone {
  z-index: 1 !important;
}
.ant-otp {
  width: 100%;
}
.ant-otp .ant-otp-input {
  aspect-ratio: 1;
}
.ant-upload.ant-upload-select,
.ant-upload {
  width: 100% !important;
  display: block !important;
}
.screenshort_upload_btn {
  /* width: 400px !important ; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 10px 30px;
  width: 100% !important;
  height: 50px;
  font-size: 16px;
  background: #f77b211a;
}
.screenshort_upload_btn:hover {
  color: var(--primary-orange) !important;
  border: 1px solid var(--primary-orange) !important;
  background: #f77b211a !important;
}

.upiID .ant-typography {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  max-width: 100% !important;
  height: 50px;
  border: 1px solid var(--primary-orange);
  border-radius: 6px;
  color: var(--primary-orange) !important;
}
/* textarea.form-control {
  height: 26vh;
} */
.amount-btn {
  color: #ffffff;
}

/* media query */
@media screen and (min-width: 320px) and (max-width: 425px) {
  .navbar-brand img {
    max-width: 70px;
  }
  .tab {
    padding: 8px !important;
    cursor: pointer;
    background-image: url("../images/deactive-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px;
  }

  .tab {
    /* padding: 8px !important; */
    width: 35px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    background-image: url("../images/deactive-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px;
  }

  .fs-36 {
    font-size: 20px;
  }
  .pay-offer {
    font-size: 14px;
    padding-left: 10px;
  }
  .content-para {
    margin-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .contact-para {
    font-size: 18px;
  }
  .shape1 {
    display: none;
  }
  .shape2 {
    display: none;
  }
  .shape3 {
    display: none;
  }
  .form-bg {
    height: 100px;
  }
  .form-img {
    mix-blend-mode: multiply !important;
    margin-top: -50px;
    object-fit: cover;
  }
  .toggle-btn {
    border: none;
    background-color: #fff4ea !important;
    color: #f77b21;
  }

  .gift-btn::placeholder {
    font-size: 12px;
  }

  .Tab-shape1 {
    display: none;
  }

  .amount-section p {
    font-size: 14px !important;
  }
  .ant-otp {
    column-gap: 6px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .tab {
    padding: 20px;
    margin: 5px;
  }

  .content-para {
    width: 77%;
    margin-left: 84px;
  }
  .pay-offer {
    font-size: 14px;
    padding-left: 10px;
  }
  .contact-details {
    display: flex;
  }
  .section1 {
    width: 100%;
    position: relative;
    background-color: #fff4ea;
  }
  .form-img {
    mix-blend-mode: multiply;
    margin-top: -50px;
    object-fit: cover;
  }
  .form-bg {
    display: none !important;
  }
  .song-para {
    width: 100%;
  }
  .gift-btn::placeholder {
    font-size: 12px;
    text-align: start;
  }

  .Tab-shape1 {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .navbar-brand img {
    max-width: 70px;
  }
  .tab {
    padding: 20px;
    margin: 5px;
  }

  .hidden_shape2 {
    display: none;
  }

  .content-para {
    width: 75%;
    margin-left: 117px;
  }

  .contact-details {
    display: flex;
  }
  .section1 {
    width: 100%;
    position: relative;
    background-color: #fff4ea;
  }
  .form-img,
  .tab4-img {
    /* mix-blend-mode: multiply;
    margin-top: -50px;
    margin-left: -245px */
    display: none;
    object-fit: cover;
  }
  .form-check-input[type="radio"] {
    margin-left: 6px;
  }
  .form-check label {
    font-size: 15px;
  }
  .song-para {
    width: 100%;
    font-size: 22px;
  }
  .basic_para {
    font-size: 22px;
  }
  /* select#songMood {
    margin-top: 23px;
  } */
  .basic-bg {
    display: none;
    overflow: hidden;
  }
  .pay-offer {
    padding-left: 22px;
  }
  .audio-img {
    padding-top: 10px;
  }
  .audio-card {
    background: #f77b211a;
    height: max-content;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    border: 1.5px solid #e2e2e2;
    border-radius: 5px;
    padding: 15px 20px;
    width: max-content;
  }
  /* .audio-file {

  } */
  .Tab-shape3 {
    position: absolute;
    left: 525px;
    bottom: 0px;
    mix-blend-mode: multiply;
  }
  .shape3 {
    position: absolute;
    left: 525px;
    bottom: 0px;
    mix-blend-mode: multiply;
  }
  /* .details-bg-img {
    mix-blend-mode: multiply;
  } */
  .Tab-shape2 {
    display: none;
  }
  .payment-bg {
    display: none;
  }
  .payment-shape {
    display: none;
  }
  .apply-btn {
    border: 1.5px solid #f77b21;
    background-color: #f77b21;
    color: #f3f3f3;
    padding: 9px 30px 9px 30px;
    border-radius: 5px;
    margin-top: 12px;
  }

  .total p {
    font-size: 36px;
  }

  .amount-section p {
    font-size: 16px;
  }

  .ant-otp {
    gap: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .navbar-brand img {
    max-width: 80px;
  }
  .tab {
    padding: 20px;
    margin: 10px;
  }
  .content-para {
    width: 50%;
    margin-left: 315px;
  }
  .contact-details {
    display: flex;
  }
  .section1 {
    width: 100%;
    position: relative;
    background-color: #fff4ea;
  }
  .form-img {
    mix-blend-mode: multiply;
    margin-top: -35px;
    /* margin-left: -140px; */
    object-fit: cover;
  }
  .form-check label {
    font-size: 14px;
  }
  .song-para {
    width: 80%;
    font-size: 24px;
  }
  .basic_para {
    font-size: 24px;
  }
  /* select#songMood {
    margin-top: 23px;
  } */
  .basic-bg {
    mix-blend-mode: multiply;
    /* margin-top: 151px; */
    margin-left: -90px;
  }

  /* .details-bg-img {
    mix-blend-mode: multiply;
    margin-top: -353px;
    margin-left: 345px;
  } */
  .payment-bg {
    mix-blend-mode: multiply;
    margin-left: -79px;
  }
  img.tab4-img {
    /* height: 508px; */
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .payment-column {
    margin-left: -45px;
  }
  .payment-shape {
    display: none;
  }
  .Tab-shape3 {
    position: absolute;
    right: 355px;
    bottom: 0px;
    mix-blend-mode: multiply;
  }
  .audio-card {
    background: #f77b211a;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1.5px solid #e2e2e2;
    border-radius: 5px;
    padding: 15px 20px;
    width: max-content;
  }

  .audio-img {
    padding-top: 10px;
    margin-right: 8px;
  }
  /* .audio-file {
    margin-left: 103px;
    margin-top: -47px;
  } */
  .apply-btn {
    border: 1.5px solid #f77b21;
    background-color: #f77b21;
    color: #f3f3f3;
    padding: 9px 30px 9px 30px;
    border-radius: 5px;
    margin-top: 12px;
  }

  .total p {
    font-size: 36px;
  }

  .amount-section p {
    font-size: 16px;
  }
  .shape3 {
    position: absolute;
    /* top: 275px; */
    bottom: 0px;
    mix-blend-mode: multiply;
  }
  .ant-otp {
    gap: 15px;
  }
}

@media (min-width: 1441px) and (max-width: 2500px) {
  .navbar-brand img {
    max-width: 90px;
  }
  .content-para {
    width: 50%;
    margin-left: 315px;
  }
  .contact-details {
    display: flex;
  }
  .section1 {
    width: 100%;
    position: relative;
    background-color: #fff4ea;
  }
  .form-img {
    mix-blend-mode: multiply;
    margin-top: -0px;
  }
  .song-para {
    width: 80%;
    font-size: 24px;
  }
  .basic_para {
    font-size: 24px;
  }
  .basic-bg {
    mix-blend-mode: multiply;
    /* margin-top: 125px; */
  }
  /* .details-bg-img {
    mix-blend-mode: multiply;
    margin-top: -353px;
    margin-left: 600px;
  } */
  .payment-bg {
    mix-blend-mode: multiply;
    margin-left: -60px;
  }
  .payment-shape {
    position: absolute;
    margin-left: -115px;
    bottom: 0px;
    mix-blend-mode: multiply;
  }
  .Tab-shape3 {
    position: absolute;
    right: 500px;
    bottom: 0px;
    mix-blend-mode: multiply;
  }
  .form-check {
    font-size: 14px;
    width: 64px;
  }
  .form-check label {
    font-size: 15px;
  }
  .audio-card {
    background: #f77b211a;
    height: max-content;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1.5px solid #e2e2e2;
    border-radius: 5px;
    padding: 15px 20px;
    flex-wrap: nowrap;
  }
  .audio-file {
    cursor: pointer;
  }
  .hoverUnderline:hover {
    text-decoration: underline;
  }
  .apply-btn {
    border: 1.5px solid #f77b21;
    background-color: #f77b21;
    color: #f3f3f3;
    padding: 9px 30px 9px 30px;
    border-radius: 5px;
  }
  .shape3 {
    position: absolute;
    /* top: 275px; */
    bottom: 0px;
    mix-blend-mode: multiply;
  }
  .ant-otp {
    gap: 15px;
  }
}

/* ============================ Responsive Design ================================= */
.form-bg,
.shape3,
.tab2-img,
.tab4-img,
.Tab-shape3 {
  mix-blend-mode: multiply;
}
.advance-options {
  display: flex;
  height: max-content;
  row-gap: 20px;
}

.tab-nav-btn p {
  font-size: 10px;
}
.back-btn-new {
  border-radius: 10px;
  border: 1px solid #f77b21;
  color: #f77b21;
  background-color: #fff4ea;
  padding: 0.5rem 1rem;
  width: 100%;
}

.continue-btn-new {
  background-color: #f77b21;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  border: none;
  color: #ffffff;
  width: 100%;
}

.bg-fff {
  background-color: #fff;
  border-radius: 10px;
}
img.tab2-img {
  position: absolute;
  height: 508px;
  bottom: 0;
  right: 0;
}

.between {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  justify-self: stretch;
  justify-content: space-around;
  align-items: baseline;
}

.row-2 {
  align-items: baseline;
}

.details-bg-img {
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35vw;
  object-fit: contain;
  display: flex;
  align-items: end;
}
.tab2-img {
  object-fit: contain;
  align-self: flex-end;
  display: flex;
  align-items: end;
  object-position: bottom;
}
.payment-bg {
  height: 100%;
  /* background: #000; */
}
.tab4-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 226px) and (max-width: 465px) {
  .form-check {
    align-items: flex-end;
  }
  .tab-button,
  .tab-nav-btn button {
    font-size: 12px;
  }
  label {
    margin-top: 12px;
  }
  /* MQ Payment section */

  .apply-btn {
    border: 1.5px solid #f77b21;
    background-color: #f77b21;
    color: #f3f3f3;
    padding: 9px 30px;
    border-radius: 5px;
    margin-top: 0;
    font-size: 14px;
  }

  .total p {
    font-size: 22px;
  }

  .amount-section p {
    font-size: 14px;
  }

  .dialog-bg {
    border-radius: 12px;
    margin: 0 14px;
    max-width: 93vw;
  }

  .dialog-bg-img1,
  .dialog-bg-img2,
  .dialog-bg-img3,
  .dialog-bg-img4 {
    display: none;
  }
}
/* .tab-button {
  align-items: baseline;
} */

label {
  font-size: 14px;
}

/*================================== Payment Tab ============================= */
.payment-section {
  position: relative;
}
.payment-bg {
  position: absolute;
  right: 50px;
  top: 0;
  width: 30vw;
}

.apply-btn {
  border: 1.5px solid #f77b21;
  background-color: #f77b21;
  color: #f3f3f3;
  padding: 9px 30px 9px 30px;
  border-radius: 5px;
  margin-top: 0;
}

.form-check-payment {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 0px;
}

.amount-section p {
  font-size: 16px;
  margin-bottom: 30px;
}

.total p {
  font-size: 26px;
}

/****************Payment page dialog box styling*******************/
.payment-btn:hover {
  background-color: #31c26d;
}

.qrCode_img {
  max-width: 150px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 8px 5px #adadad;
}
.transparent-modal .modal-content {
  background-color: rgba(0, 0, 0, 0); /* Adjust opacity as needed */
  border: none;
  padding-top: 3%;
}
.modal-dialog {
  margin-left: 0%;
  /* margin-right:10%; */
  width: 100%;
}
.modal-content {
  width: 100vw;
}

.dialog-bg-img1 {
  position: absolute;
  left: 40px;
  top: -10px;
}
.dialog-bg-img2 {
  position: absolute;
  right: -70px;
  top: 0;
}

.dialog-bg-img3 {
  position: absolute;
  right: -174px;
  bottom: 123px;
}

.dialog-bg-img4 {
  position: absolute;
  left: 1px;
  bottom: 129px;
}
.pay-dialog-img {
  padding: 3%;
}
.transparent-modal .modal-backdrop {
  background-color: transparent;
}
.dialog-bg {
  position: relative;
  background-image: url("../images/pay-dialog-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 7%;
}
.c_FE7E4F {
  color: #fe7e4f;
}
.c_454F5B {
  color: #454f5b;
}
.dialog-close {
  border: none;
  background-color: transparent;
  font-size: 25px;
  color: #ffffff;
}
.dialog-close:hover {
  border: 1px solid #fff4ea;
  border-radius: 4px;
  background-color: #fff4ea;
  color: #fe7e4f;
}
/*================================== =Tab btns ===========================*/
.tab-content {
  mix-blend-mode: multiply;
}

/* ================================= Country code Dropdown ==================================== */
.input-group-prepend {
  min-width: 100px;
  max-width: 120px !important;
}
.css-13cymwt-control,
.css-13cymwt-control:focus,
.css-t3ipsp-control {
  background-color: #fff4ea !important;
  color: #454f5b !important;
  border: 2px solid #cecece !important;
  padding: 7.5px 2px;
  border-radius: 12px 0 0 12px !important;
  font-size: 14px;
  border-right: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.css-b62m3t-container {
  width: 100%;
}
.css-1u9des2-indicatorSeparator {
  display: none;
}

.css-1nmdiq5-menu > * {
  background-color: #fff4ea !important;
}
.input-group-prepend {
  min-width: 30%;
  max-width: 38%;
}
#basic-addon1 {
  background: transparent;
  border: none;
}
/* ========================= Audio Recorder ===================== */
#verify_audio audio::-webkit-media-controls-panel {
  background-color: #ec4b11f3;
  mix-blend-mode: exclusion;
  filter: hue-rotate(181deg);
}

#order-review audio::-webkit-media-controls-panel {
  background-color: white;
  mix-blend-mode: none !important;
  filter: hue-rotate(181deg);
  border-radius: 5px !important;
}

#order-review audio.audio-data {
  background-color: white;
  border-radius: 6px !important;
}

audio::-webkit-media-controls-play-button {
  background-color: #f3f3f38f;
  border-radius: 50%;
}

/* audio::-webkit-media-controls-mute-button, audio::-webkit-media-controls-volume-slider,audio::-webkit-media-controls-volume-slider-container{
  display: none !important;
} */
/* audio::-webkit-media-controls-current-time-display, */
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-volume-button,
audio::-webkit-media-controls-seek-back-button,
audio::-webkit-media-controls-seek-forward-button,
audio::-webkit-media-controls-fullscreen-button,
audio::-webkit-media-controls-rewind-button,
audio::-webkit-media-controls-return-to-realtime-button,
audio::-webkit-media-controls-toggle-closed-captions-button {
  /* color: inherit; */
  display: none;
}
/* audio::-webkit-media-controls-timeline {
  border-radius: 5px;
  background-color: #f3f3f38f;
  margin: 0px 10px;
  padding: 2px 5px;
  mix-blend-mode: color-burn;
} */
/* #order-review audio::-webkit-media-controls-timeline {
  border-radius: 5px;
  background-color: black !important;
  margin: 0px 10px;
  padding: 2px 5px;
  mix-blend-mode:color-burn;
} */

#recordAudio button {
  border-radius: 50%;
  padding: 5px 10px;
  border: none;
  outline: none;
  background-color: #f77b21;
  margin: 10px;
  color: white;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  #recordAudio button {
    padding: 0px !important;
    width: 40px;
    aspect-ratio: 1;
    margin: 10px 5px;
  }

  .audio-file-data {
    scale: 0.8;
    transform: translateX(-15%);
  }

  /* ======= MQ Verify Details ==========  */
  #verifyDetails p,
  #verifyDetails .user-data-label {
    font-size: 14px;
  }
}
.startRecord {
  margin-left: 8px !important;
}
.recfileName,
.recDuration {
  min-width: 120px;
  line-height: 30px;
}
audio {
  max-width: 250px;
}
.audio-file-data.tab-2 {
  align-items: center;
  z-index: 9999999999 !important;
  padding: 6px;
  background-color: #f77b211a;
  border-radius: 11px;
  min-height: 80px;
  max-width: 100%;
  min-width: 310px;
  transition: 0.5s ease;
}

/* Mail_Conmfig */
.regards {
  margin-bottom: 0px;
}

/* ======================== Price tag ========================== */
.priceCard {
  margin-left: 10px;
  cursor: pointer;
  background-color: #ffe7da;
  padding: 4px 6px;
  font-size: 12px;
}
.c_33333380 {
  color: #33333380;
}

.hover-info:hover {
  color: #f77b21;
}

/* =============================== Verify Details Page ======================= */

.input-group-set {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
}
/* .swal2-confirm.swal2-styled{
  background-color: var(--primary-orange) !important;
  color: #fff;
} */
#verifyDetails .input-group {
  display: flex;
  flex-direction: row;
}
.userData-group {
  padding: 10px 5px;
}
#verifyDetails .user-data-value {
  position: relative;
  margin: 0;
  padding: 0px 10px;
  color: black;
  font-weight: 500;
}
#verifyDetails .user-data-value::before {
  content: ":";
  position: absolute;
  left: 0;
  width: 10px;
  color: black;
  font-weight: 600;
}

.back-to-edit {
  position: absolute;
  top: 55px;
  right: 0;
  transition: 0.3s ease;
}
.back-to-edit:hover {
  background-color: #ffe4d5;
  color: #fff;
}
.edit-btn-text,
.edit-btn-icon {
  transition: 0.5s ease;
}
.back-to-edit:hover .edit-btn-icon {
  transform: translateX(-220%);
}
.back-to-edit:hover .edit-btn-text {
  transform: translateX(90%);
}
.back-to-edit-hr {
  position: absolute;
  left: 32%;
  top: 55px;
  width: 60%;
  border: none;
  border-bottom: 2px dashed rgb(179, 178, 178);
}

#verifyDetails {
  background-image: url(../images/paintStroke.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
}
#verifyDetails .audio-file-data {
  background-color: transparent;
  min-height: auto;
  max-width: 250px;
}

#verifyDetails audio::-webkit-media-controls-current-time-display,
#verifyDetails audio::-webkit-media-controls-time-remaining-display {
  display: none;
}
/***** Track Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
/*********** Baseline, reset styles ***********/
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 70px;
  max-width: auto;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: #ffffff;
  border-radius: 0.5rem;
  height: 0.3rem;
}
.sample-audio-div input[type="range"]::-webkit-slider-runnable-track {
  background-color: var(--secondary-gray);
  border-radius: 0.5rem;
  height: 0.5rem;
  overflow: hidden;
  cursor: default;
}
#audioPlayer input[type="range"] {
  max-width: 200px;
}
#audioPlayer input[type="range"]::-webkit-slider-runnable-track {
  background-color: var(--secondary-gray);
  overflow: hidden;
}
#audioPlayer input[type="range"]::-webkit-slider-thumb {
  background-color: #fff;
  box-shadow: -400px 0px 0px 400px var(--primary-orange);
  margin-top: 1px;
  height: 70%;
}

.sample-audio-div input[type="range"]::-moz-range-progress {
  background: var(--primary-orange);
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -5.6px; /* Centers thumb on the track */
  background-color: #ff7b0f;
  border-radius: 2rem;
  height: 1rem;
  width: 0.5rem;
}
.sample-audio-div input[type="range"]::-webkit-slider-thumb {
  height: 90%;

  margin-top: 0px; /* Centers thumb on the track */
  background-color: var(--primary-orange);
  box-shadow: 0px 0px 0px 1px #fff, -400px 0px 0px 400px var(--primary-orange),
    inset 0px 0px 3px #444;
}
.sample-audio-div input[type="range"]::-moz-progress-bar {
  height: 20px;
  border-radius: 10px 0 0 10px;
  background-color: #2196f3 !important;
  border: 2px solid #1976d2 !important;
}
input[type="range"]:focus::-webkit-slider-thumb {
  outline: 1px solid #ff7b0f;
  outline-offset: 0.125rem;
}

/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
  background-color: var(--secondary-gray);
  border-radius: 0.5rem;
  height: 0.3rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
  background-color: #ff7b0f;
  border: none; /*Removes extra border that FF applies*/
  border-radius: 2rem;
  height: 1rem;
  width: 0.5rem;
}

input[type="range"]:focus::-moz-range-thumb {
  outline: 1px solid #ff7b0f;
  outline-offset: 0.125rem;
}
.play-btn-music {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  background-color: #ffe7da;
  border: none;
}
.pause-icon-music,
.play-icon-music {
  font-size: 12px;
  color: #f77b21;
}
.progress_bar {
  width: 60px;
  margin-bottom: 3px;
}
.sample_audio {
  font-size: 12px;
  font-weight: 600;
  color: #c7c7c7;
  margin: 0 0 0 10px;
}
.sample-play-btn {
  border: none;
  background-color: transparent;
  color: #f77b21;
}
.audio-duration {
  font-size: 13px;
  font-weight: 600;
  margin-left: 7px;
}
.sample-audio-div {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 6px;
}
.ant-message-notice {
  display: flex;
  justify-content: end;
  margin-top: 135px;
  margin-right: 20px;
}
.ant-message-notice-content {
  background: rgb(176 223 176) !important;
  color: green;
  font-weight: 600;
}
.ant-message .ant-message-notice-wrapper .ant-message-success > .anticon {
  color: green !important;
}
.side-nav-input1 {
  border: 1px solid #cecece;
  background-color: #f77b211a;
  color: black;
  padding: 12px 20px 12px 20px;
  width: 100%;
  margin-bottom: 30px;
}
:where(.css-dev-only-do-not-override-mzwlov).ant-switch.ant-switch-checked {
  background: #f77b21 !important;
}
.paperClipIcon {
  margin-top: 3px;
}
/*========================== write your style above this styling ================================*/
.custom-spin .ant-spin-dot-item {
  background-color: var(--primary-orange) !important;
}
.custom-spin .ant-spin-text {
  color: var(--primary-orange) !important;
}
button,
.btn {
  transition: 0.5s ease;
}
button:hover,
.btn:hover {
  transition: 0.3s ease;
  scale: 0.95;
}
.ant-popover-content {
  width: 15rem;
}
/*========================== Don't write any style Under this styling ================================*/
