/*
Theme Name: PrintSpace - Child
Theme URI: https://harutheme.com/printspace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of PrintSpace
Template: printspace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/
/* otp modal css miniorange */
.mo_customer_validation-modal-header.mo-new-ui-header {
  background: #fd8b02 !important;
}
.mo_customer_validation-modal .mo-popup-header {
  font-size: 22px;
  font-family: "poppins", sans-serif !important;
  color: #fff !important;
  font-weight: 600 !important;
  margin: 15px 0 !important;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
}
.mo_customer_validation-modal .miniorange_otp_token_submit.mo-new-ui-submit {
  border-radius: 8px !important;
  padding: 8px 20px !important;
  height: auto !important;
  background: #fd8b02 !important;
  color: #fff;
  border: none !important;
  font-family: "poppins", sans-serif !important;
  font-weight: 500;
}
.mo_customer_validation-modal .mo-resend {
  font-style: inherit !important;
}
.mo_customer_validation-modal .mo-resend:hover {
  color: #fd8b02;
}
.mo_customer_validation-modal-content.mo-new-ui-content {
  overflow: hidden;
  border: 1px solid #fd8b02 !important;
}
.mo_customer_validation-modal .close.mo-icon-button {
  height: 17px !important;
  width: 17px !important;
  position: absolute;
  cursor: pointer;
  right: 5px !important;
  top: 5px !important;
  border: none;
  color: transparent;
  font-weight: 600;
  /* font-size: 0; */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.mo_customer_validation-modal .mo_customer_validation-modal-body.center {
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-family: "poppins", sans-serif !important;
  text-align: center;
}
.mo_customer_validation-modal .mo-flex-space-between {
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 10px;
}
