/* Center the button vertically */
.centered-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.common-popup .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.common-popup .sub-title {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
}
.common-popup .my-button {
  margin: 25px 0px;
}

.common-popup .popup-btn {
  padding: 15px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  border: 0;
}

.common-popup .popup-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}

.common-popup .btn:first-child:active {
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.common-popup .popup-btn:active {
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.common-popup .popup-link {
  font-weight: 600;
  text-decoration: underline;
}
.common-popup .popup-link:hover {
  font-weight: 600;
  text-decoration: underline;
}

.common-popup .phone-group {
  display: flex;
  align-items: center;
  border: 1px solid rgb(0, 0, 0, 0.1);
  background-color: #fff;
  height: 50px;
  padding: 10px 20px;
  margin-top: 20px;
}

.common-popup .phone-group input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.common-popup .phone-group span {
  background-color: #b9bfc500;
  padding: 0px;
}

.common-popup .phone-group svg {
  vertical-align: middle;
  margin-left: 5px;
}

.common-popup .phone-group input#phone {
  border: 0;
}

.common-popup .phone-group .form-control:focus {
  box-shadow: none;
}
.common-popup #phone::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.common-popup .modal-body {
  overflow-y: auto;
  padding: 30px;
}

.common-popup .modal-dialog {
  max-width: 594px;
}

.common-popup .modal-content {
  border-radius: 0px;
  border: 0;
}

.common-popup .custom-close {
  position: absolute;
  top: -50px;
  right: 50%;
  transform: translate(50%, -50%);
  overflow: visible;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.common-popup .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: visible;
  position: relative;
}
.common-popup .custom-close .btn-close {
  width: 12px;
  height: 12px;
  padding: 0;
  opacity: 1;
}

.common-popup .custom-close .btn-close:focus {
  box-shadow: none;
}
.common-popup .my-button:focus-visible {
  border: 0;
  outline: none;
  box-shadow: none;
}
/* Popup - Enter Details */
.common-popup .form-group {
  display: flex;
  align-items: center;
  border: 1px solid rgb(0, 0, 0, 0.1);
  background-color: #fff;
  height: 50px;
  padding: 10px 20px;
  margin-top: 20px;
}

.common-popup .form-group input {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.common-popup .form-group span {
  background-color: #b9bfc500;
  padding: 0px;
}

.common-popup .form-group input {
  border: 0;
  padding: 0;
}

.common-popup .form-group .form-control:focus {
  box-shadow: none;
}

.common-popup .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-size: 14px;
}
.success-message {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00af93;
  color: white;
  padding: 13px 20px;
  z-index: 9999;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.success-message svg {
  margin-right: 5px;
}
.common-popup .number-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.common-popup .pink-link {
  font-size: 16px;
  font-weight: 600;
  color: #fc6357;
}

.common-popup .otp-via {
  display: block;
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 300;
  color: #04b200;
}

/* cancle-order */
.popup-cancle-order.common-popup .my-button {
  margin-top: 30px;
  margin-bottom: 0px;
}

.popup-cancle-order.common-popup .popup-btn {
  background-color: #000;
  color: #fff;
}

.popup-cancle-order .radio-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.popup-cancle-order .radio-group label input {
  position: absolute;
  text-indent: -9999;
  opacity: 0;
  visibility: hidden;
}

.popup-cancle-order .radio-group label input + span {
  font-weight: 300;
  font-size: 16px;
  position: relative;
  display: block;
  padding-left: 25px;
  cursor: pointer;
}

.popup-cancle-order .radio-group label input + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  border: 1px solid #d9d9d9;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.popup-cancle-order .radio-group label input + span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  background-color: #fc7057;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: none;
}

.popup-cancle-order .radio-group label input:checked + span:before {
  border-color: #fc7057;
}

.popup-cancle-order .radio-group label input:checked + span::after {
  display: block;
}

.popup-cancle-order .radio-group label {
  margin-right: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.popup-cancle-order.common-popup .form-group {
  display: block;
  align-items: center;
  border: 0;
  background-color: unset;
  height: auto;
  padding: 0;
  margin-top: 20px;
}

.popup-cancle-order.common-popup .form-control {
  display: flex;
  align-items: center;
  border: 1px solid rgb(0, 0, 0, 0.1);
  background-color: #fff;
  height: 50px;
  padding: 10px 20px;
  margin-top: 5px;
  border-radius: 0;
}

.popup-cancle-order.common-popup #comments::placeholder {
  font-size: 14px;
  font-weight: 400;
}

.popup-cancle-order.common-popup .star {
  color: var(--redtext);
}
.popup-cancle-order.common-popup .title {
  margin-bottom: 20px;
}

.popup-cancle-order.common-popup .form-group.hidden {
  display: none;
}

.popup-cancle-order.common-popup .comments-label{
    font-weight: 300;
    font-size: 14px;
    display: inline-flex;
    
}
.popup-cancle-order .radio-group label:last-child{
  padding-bottom: 0;
}
.popup-cancle-order .radio-group label input + span {
    font-size: 14px;
}
/* media css */

@media screen and (max-width: 767px) {
  .common-popup .custom-close {
    top: -40px;
    width: 40px;
    height: 40px;
  }

  .common-popup .custom-close .btn-close {
    width: 10px;
    height: 10px;
  }

  .common-popup .title {
    font-size: 18px;
    text-align: center;
  }

  .common-popup .sub-title.upper {
    font-size: 14px;
    text-align: center;
  }

  .common-popup .modal-body {
    padding: 30px 20px;
  }

  .common-popup .popup-btn {
    padding: 10px;
    height: 40px;
  }

  .common-popup .sub-title {
    font-size: 14px;
    line-height: 1.45;
  }
  .common-popup .number-group {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    flex-direction: column;
  }
  .common-popup .otp-via {
    margin: 15px 0px;
  }
  .common-popup .sub-title.resend-otp {
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    gap: 2px;
  }

  .popup-cancle-order .radio-group label {
    padding-bottom: 15px;

}

.popup-cancle-order.common-popup .form-control {
    padding: 6px 10px;
    font-size: 14px;
    height: 70px;
}
.popup-cancle-order.common-popup #comments::placeholder {
  font-weight: 300;
}
.popup-cancle-order.common-popup .form-group {
    margin-top: 10px;
}
.popup-cancle-order.common-popup .my-button {
    margin-top: 20px;
}
}
