.hoopi-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
}

.hoopi-spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #ccc;
  border-top-color: #333;
  opacity: 0.8;
  animation: spin .3s linear infinite;
}

.fade {
  animation: fade 1s infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

.ant-select-item {
  padding: 12px 12px;
}

.ant-btn-lg {
  height: 45px !important;
}

.ant-popover .ant-btn {
  height: 28px;
}

.ant-form-item {
  margin-bottom: 24px;
}

.ant-dropdown-menu {
  border-radius: 16px;
  min-width: 140px !important;
  max-height: 230px;
  overflow-y: auto;
}

.ant-dropdown-menu-item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ant-form-item-label {
  font-weight: bold;
}

.ant-input {
  border: 1px solid #cdcfd4 !important;
}

.ant-input-affix-wrapper .ant-input {
  border: none !important;
}

.ant-input-affix-wrapper .ant-input:active, .ant-input-affix-wrapper .ant-input:hover {
  border: none !important;
  box-shadow: none !important;
}

.ant-input:not(textarea), .ant-btn {
  height: 45px;
}

.ant-input-search-with-button .ant-input, .ant-input-search-with-button .ant-btn {
  height: 40px;
}

.ant-input-affix-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.hoopi-login-page__container {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 50px !important;
  max-width: 490px !important;
  margin: 0 auto !important;
}

.hoopi-disabled-element, .hoopi-disabled {
  opacity: .3 !important;
  pointer-events: none !important;
}

.hoopi-dnone {
  display: none !important;
}

#loginform {
  position: relative;
  box-sizing: border-box;
}

.hoopi-form label {
  display: block;
  font-size: .85rem;
  margin-bottom: 8px;
}

.hoopi-form input[type="text"], .hoopi-form [type="password"] {
  border: 1px solid #ccc;
  width: 100%;
  height: 45px;
  font-size: .9rem;
  box-sizing: border-box;
}

.hoopi-form [type="password"] {
  direction: ltr;
  text-align: left;
}

.hoopi-form input, .hoopi-form textarea, .hoopi-form button {
  box-shadow: none;
  border-radius: 6px;
}

.hoopi-form input:focus, .hoopi-form textarea:focus {
  outline: 0;
  box-shadow: none;
}

.hoopi-form button {
  height: 50px;
  font-size: 13px;
}

.hoopi-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

.hoopi-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}

.hoopi-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}

.hoopi-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

.hoopi-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.hoopi-form ::placeholder {
  /* Most modern browsers support this now. */
  color: #ccc;
}

body.rtl .hoopi-form .anticon svg, body.rtl .hoopi-form svg {
  rotate: 180deg;
}

body.rtl .hoopi-form .anticon-edit {
  rotate: 180deg !important;
}

body.rtl .hoopi-form .lCb7vvCwW9CYslvJySl1 {
  direction: ltr;
}

body.rtl .hoopi-form .country-list {
  text-align: left;
}

body.rtl .RFkMviNwQ1STJoEq0TMp, body.rtl .jiQC0Vz2117ZmlN0PR4b {
  text-align: right !important;
  direction: rtl !important;
}

.QI5OBlx4w2jp8ZatJtG6 {
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  margin-top: 8px !important;
}

._IoDIW7rNZGzn4Jc0eIl {
  max-width: 450px;
  margin: 0 auto;
  box-shadow: none !important;
  background-color: white;
}

._IoDIW7rNZGzn4Jc0eIl input[type=text], ._IoDIW7rNZGzn4Jc0eIl input[type=number], ._IoDIW7rNZGzn4Jc0eIl input[type=email], ._IoDIW7rNZGzn4Jc0eIl input[type=tel], ._IoDIW7rNZGzn4Jc0eIl input[type=url], ._IoDIW7rNZGzn4Jc0eIl input[type=password], ._IoDIW7rNZGzn4Jc0eIl input[type=search], ._IoDIW7rNZGzn4Jc0eIl textarea, ._IoDIW7rNZGzn4Jc0eIl .input-text {
  box-shadow: none;
  background-color: white;
}

._IoDIW7rNZGzn4Jc0eIl .ant-input, ._IoDIW7rNZGzn4Jc0eIl .ant-input-affix-wrapper {
  transition: none;
}

._IoDIW7rNZGzn4Jc0eIl .ant-input-wrapper .ant-input-group-addon, ._IoDIW7rNZGzn4Jc0eIl .ant-input-wrapper .ant-input-outlined {
  background-color: white;
}

._IoDIW7rNZGzn4Jc0eIl .ant-input-wrapper .ant-input-outlined {
  border-left: none !important;
}

@media (min-width: 768px) {
  ._IoDIW7rNZGzn4Jc0eIl {
    min-width: 450px;
  }
}

.yxX96U0Ngob5smoQcsL5 {
  cursor: pointer;
}

.FGu2I5rOlSJ8giPY9Idp {
  border: 1px solid #f0f0f0;
  padding: 24px;
  border-radius: 8px;
}

.kYMmvEhNre6rErWBpuWm .ant-form-item {
  margin-bottom: 0;
}

.GAKfhVr_RSMLqlaAAvOT {
  text-align: center;
  margin-bottom: 16px;
}

.rTMOxq7yGXBuNxIYp0h5 {
  margin-bottom: 24px;
  margin-top: 24px;
}

.NB4Nb58BXj44oTNes3Zu, .As7P_dxn90EntrVSRvGO {
  margin-top: 15px;
}

.NB4Nb58BXj44oTNes3Zu {
  text-align: center;
}

.YPMfVLEujaTcVZJ2Q8dJ {
  white-space: break-spaces;
}

.jL8twEdwMkDHTiusnpzm {
  height: 50px !important;
}

.vFF0HC7aksU0InQ6V5p1 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.G3IaHynR2O8yLjoB1JpH {
  display: inline-block;
  margin: 0 auto;
}

.kovFobPmxtIfovyhpmh4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

.orhvMkbUbZBn2i3g20OQ {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f3f3f3;
}

._BlTC7tRGHaqTZbFxtTZ {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  white-space: break-spaces;
}

.IeiXnUuHDr3UztI2NK1g {
  direction: ltr;
}

.IeiXnUuHDr3UztI2NK1g .arrow {
  display: none !important;
}

.IeiXnUuHDr3UztI2NK1g .selected-flag {
  padding-left: 10px;
}

.IeiXnUuHDr3UztI2NK1g .form-control {
  direction: ltr;
  height: 45px !important;
  max-width: 100%;
}

.IeiXnUuHDr3UztI2NK1g .form-control:focus {
  border-color: #CACACA;
}

@media (min-width: 992px) {
  .IeiXnUuHDr3UztI2NK1g .form-control {
    width: 100% !important;
  }
}

.l15Co2jcDKWZgl2yW7K2 {
  text-align: left !important;
  direction: ltr !important;
  padding-left: 12px;
}

.kiYb5u2KxEmJqfM4IkUn {
  padding-left: 1rem;
}

.pK9xcmvECZgRYZ3mrQX2 {
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.xCl2qJUdPKTmOUaaAaLZ [data-testid="otp-input-root"] {
  justify-content: center;
}

.xCl2qJUdPKTmOUaaAaLZ [data-testid="otp-input-root"] input {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px !important;
  min-width: 40px;
}

.xCl2qJUdPKTmOUaaAaLZ [data-testid="otp-input-root"] input:focus {
  outline: none !important;
  background-color: #f2f2f2;
  border-color: #4a4de4 !important;
}

.xCl2qJUdPKTmOUaaAaLZ [data-testid="otp-input-root"] input:last-child {
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .xCl2qJUdPKTmOUaaAaLZ [data-testid="otp-input-root"] input {
    min-width: 45px;
  }
}

.lCb7vvCwW9CYslvJySl1 {
  direction: ltr;
  text-align: center;
}

.x6qXOl5cRKiUdaEBTokW, .azDsbDnuroyBgjPOIgva {
  margin-top: 16px;
}

.x6qXOl5cRKiUdaEBTokW {
  text-align: center;
}

.CVgQNpKa_PSwivJ_t3wT {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.C4js6_yzALBfmofK0J5N {
  text-align: center;
}

.kFHhwDCkvPGCAye9Df8n {
  display: block;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

._vy7G6mEEiGo7Zg_teCw, .XE2si8DttKyUgCeNgsGK {
  cursor: pointer;
}

.eyeF3Tu0y90Sakoo4S7w {
  width: 100%;
  justify-content: center;
  direction: ltr;
  margin-top: 11px;
}

.eyeF3Tu0y90Sakoo4S7w h4 {
  margin-bottom: 0;
}

.cY4ygSt4UEZxECWdUpts {
  margin-top: 15px;
}

.cY4ygSt4UEZxECWdUpts .ussd-number {
  font-weight: bold;
  unicode-bidi: bidi-override;
  direction: ltr;
  text-decoration: none !important;
}

.c5z7UfURtZjako1IRpMw {
  margin-top: 24px;
}

.c5z7UfURtZjako1IRpMw svg {
  line-height: 1;
}

.DlPYliw0ZAWSoxBKyQu2 {
  font-size: 13px;
  margin-top: 16px;
  cursor: pointer;
  color: #19bfd3;
}

.DlPYliw0ZAWSoxBKyQu2 svg {
  fill: #19bfd3;
}

.XU3NbZZD52fiXrCY2sQk {
  opacity: .4;
  pointer-events: none;
  color: inherit !important;
}

.qWGYkyDQuxqrK6JuZUYG {
  margin-top: 0 !important;
  margin-bottom: 24px;
}

.OwseqCP0dtT_gwEMaZ4T, .eTkI9AWjkMzB0TvpEz9F, .oB8CZ3wZ_2q7uNGdlFZb {
  margin-top: 12px;
  margin-bottom: 12px;
}

.eTkI9AWjkMzB0TvpEz9F, .oB8CZ3wZ_2q7uNGdlFZb {
  text-align: center;
}

.YExYsNq9mdQ7RmRB76iY {
  margin-bottom: 4px;
}

.FROa7FDIjH6rCvZxEdjq {
  text-align: left;
  direction: ltr;
}

.RFkMviNwQ1STJoEq0TMp, .jiQC0Vz2117ZmlN0PR4b, .PwirJIuVhcgjjLXQAmRD, .FROa7FDIjH6rCvZxEdjq {
  text-align: left !important;
  direction: ltr !important;
}

.TtkngcPQemFZblYZpwJj {
  margin-bottom: 0 !important;
}

.wwHKfEkXOqWoGy8yOrC8 {
  border: none;
}

.p9H3ngjdjRKqCYDSI7Xe {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8ecef;
  color: #7c7c7c;
  font-size: 14px;
  padding: 12px;
  transition: .3s;
  border-radius: 8px;
  margin-top: 20px;
  gap: 12px;
  text-decoration: none !important;
}

.p9H3ngjdjRKqCYDSI7Xe:hover {
  background: #f4f4f4;
}

.p9H3ngjdjRKqCYDSI7Xe span {
  margin-right: 5px;
}

.VqxHmsolTfNNMTJLQkom {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 16px 0;
}

.VqxHmsolTfNNMTJLQkom span {
  font-size: 11px;
  background: white;
  z-index: 1;
  padding: 8px;
  color: #8b8b8b;
}

.VqxHmsolTfNNMTJLQkom i {
  position: absolute;
  right: 0;
  top: 16px;
  width: 100%;
  border-top: 1px solid #e6e5e5;
  display: flex;
}

.KNT0h9H5NCyjyKwWQouN .ant-form-item {
  margin-bottom: 0;
}

.KNT0h9H5NCyjyKwWQouN .ant-input-affix-wrapper [name=password]:focus {
  background-color: inherit;
}

.KNT0h9H5NCyjyKwWQouN input[type=password] {
  box-shadow: none !important;
}

.Tn66cqUOUshNszkCe8bI {
  text-align: center;
  margin-bottom: 24px;
}

.xnpQ4saEzAr2np3tQGge {
  display: block;
  margin: 0 auto;
}

.R1JNorivyy__6bGjXkmt {
  border-radius: 50%;
}

.sWkJ87Qsd3XJw1NPBaCg, .wKI8tL8QWBcbqkdF8Web {
  text-align: center;
  margin-top: 16px;
}

.dlbD0OSXpP74USpdPUAV {
  margin-top: 32px;
}

.L3DevfavCfLQNQ2jcJLc {
  margin-top: 24px;
}

.WGBpcfTQPbz8doU3gtLQ .ant-form-item-control-input {
  direction: ltr;
}

.Hvdrurv5WhCXUhbAls0v .ant-form-item {
  margin-bottom: 0;
}

.onSPyxhFycPOCZUrhVGA {
  margin-top: 24px;
}

.x_5qOf6G37PkpDTlhMka, .zTE9jdbefGckXo6VdJO5 {
  margin-top: 16px;
}

.clDZgWiEdC5exIlgtth8, .TVTC5cOM5LJvSP4pCN9X {
  text-align: center;
  margin-bottom: 24px;
}

.KRdoz2XdbEUQFcHJ8_Yu input[type=text]:focus, .KRdoz2XdbEUQFcHJ8_Yu input[type=number]:focus, .KRdoz2XdbEUQFcHJ8_Yu input[type=email]:focus, .KRdoz2XdbEUQFcHJ8_Yu input[type=tel]:focus, .KRdoz2XdbEUQFcHJ8_Yu input[type=url]:focus, .KRdoz2XdbEUQFcHJ8_Yu input[type=password]:focus, .KRdoz2XdbEUQFcHJ8_Yu input[type=search]:focus, .KRdoz2XdbEUQFcHJ8_Yu textarea:focus, .KRdoz2XdbEUQFcHJ8_Yu .input-text:focus {
  background-color: inherit;
}

@media (min-width: 768px) {
  .KRdoz2XdbEUQFcHJ8_Yu {
    max-width: 450px;
    margin: 0 auto;
    box-shadow: none !important;
  }
}

.UxBcfJjRdvX5MJ_KnLyk {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  border-radius: 50%;
}

.PxggiBLvdP446cA81gzI {
  margin-bottom: .5rem !important;
}

.JSujOzUwp_lqBJKFzHob {
  display: block;
  margin-bottom: 1rem !important;
}

.cvfhb9I3KVwICBYQCDTz {
  text-align: center;
  margin-bottom: 20px;
}

.pCa9IweouK50R0O4LvDr {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .k3eGht7M5pLvDqpRJuSa .ant-form-item-label {
    min-width: 155px;
  }
}

.oSoXrHxZULN25D_UbJLf .ant-form-item-label {
  text-align: left;
}

.ceHc8Lkq4YX0j8wvEHpY .ant-form-item-label {
  text-align: right;
}

.sgcoxozvJoMbBoQRIY7D {
  border: 1px solid #f0f0f0;
  padding: 24px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .e1odoBH9jgToDgIW9EP0 {
    max-width: 450px;
    margin: 0 auto;
    box-shadow: none !important;
  }
}

._CUpxK_bdA5uqo7JmO4H .ant-form-item {
  margin-bottom: 12px;
}

.eKVBrCYXbeESNQwSAwfZ {
  margin-bottom: 12px;
}

.UdZrIyL0KQFqDTgPx1ZD {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  border-radius: 50%;
}

.Wq_p85bgxoBYhYj1DiiH {
  border: 1px solid #f0f0f0;
  padding: 24px;
  border-radius: 8px;
}

.vbw_S78bGLtSxOHTIIHS {
  text-align: left;
  direction: ltr;
}

.d62wD4oC8D3ZXO_vnPi4 .ant-card-body {
  padding: 0;
}

.vAA5rSCpZOo1n8VbM9GO {
  direction: ltr;
  text-align: left;
}

.mCMcxebjjPRzSS66D3kQ, .t5InWvdxXeUFB4MCfCOZ {
  margin-top: 12px;
  margin-bottom: 12px;
}

.GGMuimhOZutLf81fwYEt {
  margin-top: 14px;
  text-align: center;
}

.jaqJmCaStG7pL1ajxMET {
  display: block;
  margin-bottom: 4px;
  font-size: .75rem;
  font-weight: bold;
}

.daP5zzv6TDLJrasajBKi {
  width: 100%;
  border-radius: 4px;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  background-color: white !important;
}

.daP5zzv6TDLJrasajBKi:focus {
  outline: none;
}

.WlrHVFYXFEcOx2O6VTWA {
  width: 100%;
  border-radius: 4px;
  color: white;
  background-color: #2f4aff;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 45px;
}

.WlrHVFYXFEcOx2O6VTWA:hover {
  color: white;
  background-color: #0353cd;
}

.HR0I792Y2JVME_7aNa36 {
  opacity: .4;
  pointer-events: none;
}

.HGrjxfeqw5u0gT8hLS0Z {
  font-size: 12px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
}

.HrIv_pHgYwp16VDC37Gs {
  border-color: #91caff;
  background-color: #e6f4ff;
}

.y4Zw9X8jsXA5YpKsYn_m, .Aqc12N6Qu93FNa5qV1Xy {
  color: red;
  border-color: #ffccc7;
  background-color: #fff2f0;
}

.W33mYqnhlQozHnvbeBmM {
  text-align: center;
}

.SDLwv3hF6U5iHsxprTzn {
  margin-top: 1rem;
}

.fA85UOt2E0N4fT593CzR {
  margin-top: 1rem;
}

.d2Gj5csn93yPgWMLxtDw {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .gX2pkFOhjaaLjZmhZsWy {
    max-width: 450px;
    margin: 0 auto;
    box-shadow: none !important;
  }
}

.oIZjpkseXcXpm9DYdqay {
  direction: ltr;
  text-align: left;
  margin-bottom: 12px;
}

.JhsOez2W_1KsrcUWtYwB, .ICO1bTyGYIypCfmY5_3w {
  margin-top: 12px;
  margin-bottom: 12px;
}

.RSwDrtHFZQXLzRX2eRQ2 {
  margin-top: 14px;
  margin-bottom: 1rem;
}

.ICO1bTyGYIypCfmY5_3w {
  margin-bottom: 12px;
}

.lp01izcRFA2JDQamvSN7 {
  border: 1px solid #f0f0f0;
  padding: 24px;
  border-radius: 8px;
}

.Q9cl0c249awk2yQb5VRS {
  max-width: 450px;
  margin: 0 auto;
  box-shadow: none !important;
  background-color: white;
}

.Q9cl0c249awk2yQb5VRS input[type=text], .Q9cl0c249awk2yQb5VRS input[type=number], .Q9cl0c249awk2yQb5VRS input[type=email], .Q9cl0c249awk2yQb5VRS input[type=tel], .Q9cl0c249awk2yQb5VRS input[type=url], .Q9cl0c249awk2yQb5VRS input[type=password], .Q9cl0c249awk2yQb5VRS input[type=search], .Q9cl0c249awk2yQb5VRS textarea, .Q9cl0c249awk2yQb5VRS .input-text {
  box-shadow: none;
  background-color: white;
}

.Q9cl0c249awk2yQb5VRS .ant-input, .Q9cl0c249awk2yQb5VRS .ant-input-affix-wrapper {
  transition: none;
}

.Q9cl0c249awk2yQb5VRS .ant-input-wrapper .ant-input-group-addon, .Q9cl0c249awk2yQb5VRS .ant-input-wrapper .ant-input-outlined {
  background-color: white;
}

.Q9cl0c249awk2yQb5VRS .ant-input-wrapper .ant-input-outlined {
  border-left: none !important;
}

@media (min-width: 768px) {
  .Q9cl0c249awk2yQb5VRS {
    min-width: 450px;
  }
}

.YDxQK4fc_glrAbrtFYpP {
  border: 1px solid #f0f0f0;
  padding: 24px;
  border-radius: 8px;
}

.SHCKZ7iseKznrfAEOYoZ {
  margin-bottom: 24px;
  margin-top: 24px;
}

.d5V8wKN6u1ApMW5jqm9d, .sBkCFHxgFp38TdsK9GCo {
  margin-top: 16px;
}

._NJNQuQ_CPBZTLB0uuiW {
  margin-bottom: 12px;
}

.kM8IOJBOhA7Hy9bxV0hg {
  display: block;
  margin-bottom: 4px;
}

.rPFWjn7m6kQiJFCWMCTj {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.rPFWjn7m6kQiJFCWMCTj span {
  margin-left: 8px;
  margin-right: 8px;
}

#floatingBanner{position:fixed;top:20px;left:50%;transform:translateX(-50%) translateY(-100%);z-index:999999;width:auto;max-width:95%;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #27ae60;border-radius:12px;padding:10px 25px;direction:rtl;font-family:'yekan',Tahoma,sans-serif!important;box-shadow:0 8px 30px rgb(0 0 0 / .15);opacity:0;visibility:hidden;transition:all 0.6s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}#floatingBanner.show{opacity:1!important;visibility:visible!important;transform:translateX(-50%) translateY(0)!important}#floatingBanner.hidden{opacity:0!important;visibility:hidden!important;transform:translateX(-50%) translateY(-120%)!important;pointer-events:none!important}#floatingBanner .banner-text{font-size:15px;font-weight:700;color:#2c3e50;font-family:'yekanb','Yekan Bakh',Tahoma,sans-serif!important;white-space:nowrap}#floatingBanner .banner-button{background:#27ae60;color:#ffffff!important;padding:7px 22px;border-radius:50px;text-decoration:none!important;font-weight:700;font-size:14px;transition:all 0.3s ease;font-family:'yekanb','Yekan Bakh',Tahoma,sans-serif!important;box-shadow:0 4px 15px rgb(39 174 96 / .3);white-space:nowrap;border:none;cursor:pointer;display:inline-block}#floatingBanner .banner-button:hover{transform:scale(1.05);box-shadow:0 6px 25px rgb(39 174 96 / .4);opacity:.9}#floatingBanner .banner-close{background:#e74c3c;color:#ffffff!important;width:28px;height:28px;border-radius:50%;text-decoration:none!important;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;border:none;cursor:pointer;flex-shrink:0;box-shadow:0 3px 10px rgb(231 76 60 / .2);line-height:1}#floatingBanner .banner-close:hover{transform:rotate(90deg) scale(1.1);background:#c0392b}@media (max-width:768px){#floatingBanner{top:10px;padding:8px 15px;gap:10px;border-radius:10px;width:95%;max-width:95%}#floatingBanner .banner-text{font-size:13px;white-space:normal;text-align:center}#floatingBanner .banner-button{font-size:12px;padding:6px 16px}#floatingBanner .banner-close{width:24px;height:24px;font-size:16px}}@media (max-width:480px){#floatingBanner{top:8px;padding:6px 12px;gap:8px;border-radius:8px}#floatingBanner .banner-text{font-size:12px}#floatingBanner .banner-button{font-size:11px;padding:5px 14px}}button.ant-btn.css-1okl62o.ant-btn-primary.ant-btn-lg.ant-btn-block.As7P_dxn90EntrVSRvGO.jL8twEdwMkDHTiusnpzm{width:auto}button.ant-btn.css-1okl62o.ant-btn-primary.ant-btn-lg.ant-btn-block.dlbD0OSXpP74USpdPUAV.jL8twEdwMkDHTiusnpzm{width:auto}input.ant-input.css-1okl62o{margin:0;font-size:20px}.mF0ELrBPqJ9R6bt1N3mw *,.hoopi-form,.hoopi-form *,.ant-result-title,.ant-tooltip-inner,.ant-typography,.ant-space-item,.ant-space-item *,.ant-select-dropdown div,.ant-table *,.ant-modal *,.ant-btn *,.ant-tabs *,.ant-menu *,.ant-steps *,.FbZt8xsREYsJaCMtWFIw,.Mcjl1cOIEdvYJnXVmjob,.pTKOpnZSfJ_JKjjBj2_F,.XYX7eA8lpXsVx2H4edEe,.ant-dropdown *,.ant-alert *,.ant-form *,.ant-popover *,.ant-message *{font-family:inherit!important}.single-post .row{max-width:110rem}.single-post .wp-block-image{margin:40px 0}.single-post .wp-block-image img{border-radius:14px}#sidebar .listing-map{display:none}.callout.secondary,.notice.secondary,.error.secondary{display:none}form .logged-in-as{display:none}.comment-form-comment label{display:none}#cp_widget_listing_comments-1 h2{display:none}.close-button{left:1rem}form .terms{display:none}.view-profile-link .button{display:none}#cover_image{display:none}.content-wrap:nth-of-type(5){display:none}.callout.error,.notice.error,.error.error{background-color:#009311;border-color:#fff;color:#fff}a{cursor:pointer}.item-single-featured .entry-title{line-height:2}p{line-height:2.5}.listing-item .entry-content{max-height:100px}@media screen and (min-width:800px){.mobtit{display:none}.mobbaner{font-size:12px}}.mobt,.mobt1{margin:10px;border-color:#4CA24E!important;color:#fbfbfb!important;background-color:#4CA24E!important}.sbtmob{float:left}#menu-top-bar .menu-item-25 a{background-color:#009311;color:#fff;border-radius:5px}.header li#menu-item-register{padding-right:.5em}#pass-strength-result{display:none!important}.close-button{color:red!important}.entry-content ul,.entry-content ol,.entry-content dl{line-height:2.4}.mobbaner{color:#464646!important;font-size:12px;padding:2px 9px;border-radius:5px}.entry-content div{line-height:2.5}.success .dashicons-before{font-size:12px;text-align:center;color:#1d0175}.success{border-radius:6px}.mtsnb-container-outer{background-image:url(https://tablighat98.ir/wp-content/uploads/2019/08/bg-baner.jpg)!important;color:#333}.festival_bar,.verification_top_alert{padding:10px 0;color:#fff;line-height:32px;display:none;background-repeat:no-repeat;background-position:center;background-size:100%}.mtsnb-clearfix{background:rgb(255 255 255 / .85)!important;border-radius:4px}.mtsnb-button-type a{background:#0095ff;border-radius:8px;font-weight:700}.mtsnb-container-outer{padding:15px 0!important;line-height:32px!important;background-repeat:no-repeat;background-position:center;background-size:100%}.mtsnb .mtsnb-button{background-color:#fea000;padding:12px 34px;font-size:13px}@media only screen and (max-width:600px){.mtsnb-container-outer{padding:0!important}.mtsnb-container-outer{background-image:none!important}.mtsnb .mtsnb-container{font-size:12px!important}.mtsnb .mtsnb-button{background-color:#fea000;padding:10px 35px;font-size:10px;display:block}.mtsnb-clearfix{background:#009311!important;color:#fff}.mtsnb-hide{right:20px!important;top:20px!important}}.mtsnb .mtsnb-button{-o-transition:.9s;-ms-transition:.9s;-moz-transition:.9s;-webkit-transition:.9s;transition:.9s}.mtsnb .mtsnb-button:hover{background-color:#ff5421!important}.mtsnb-hide span{font-size:25px}.mtsnb-hide{right:60px;top:45px}.entry-header h1{line-height:2!important}.listing-address .listing-address-wrap{line-height:2}.nomad{background-color:#f1f1f1;border-radius:30px;padding-top:2px}.enomad{width:128px}.content-inner ul,ol{padding:0 15px 0 0}.content-inner ul li:before{display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f00c";font-size:8px;margin-left:10px}.content-inner ul{list-style:none}.entry-content a:not(.btn),article .entry-content a:not(.btn){color:#212121;border-bottom:1px solid rgb(0 0 0 / .1);padding-bottom:2px;-webkit-transition:border-color .3s;-moz-transition:border-color .3s;-ms-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s}.callout.license{border-radius:13px}.cat-select>tbody>tr:first-child{display:none}.fasc-button{padding:13px!important;border-radius:7px}@media (max-width:767px){.payam{font-size:13px;font-weight:600}}#contactOwnerModal .close-button{left:1rem!important;right:auto}@media screen and (min-width:40em){h1{font-size:1.25rem}}@media screen and (min-width:40em){.h1{font-size:1.25rem}}#sidebar{text-align:justify}button span{float:right}.single-post .site-main p{font-size:1rem;line-height:1.8;margin-bottom:1.5rem;color:#333;text-align:justify}.single-post .site-main h1{font-size:1.8rem;font-weight:700;margin-top:2rem;margin-bottom:1rem}.single-post .site-main h2{font-size:1.5rem;font-weight:700;margin-top:1.75rem;margin-bottom:.75rem}.single-post .site-main h3{font-size:1.2rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem}.single-post .site-main h4{font-size:1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem}.single-post .site-main ul{margin:1rem 0;padding-right:1.8rem}.single-post .site-main ol{margin:1rem 0;padding-right:1.8rem}.single-post .site-main li{margin-bottom:.5rem;line-height:1.8}.single-post .entry-header .entry-meta{font-size:16px}h1.entry-title{background-color:#264aaeeb;display:inline-block;width:auto;padding:10px 20px;border-radius:8px}.page-id-15 h1.h2.entry-title,.page-id-16 h1.h2.entry-title{color:#fff;display:none}.page-id-15 .notice,.page-id-16 .notice{display:none}.page-id-6615 h1.entry-title,.page-id-7 h1.entry-title,.page-id-6618 h1.entry-title,.page-id-7037 h1.entry-title,.page-id-6613 h1.entry-title,.page-id-426 h1.entry-title,.page-id-12 h1.entry-title,.page-id-22249 h1.entry-title{color:#fff}.listing-pay_order-link,.listing-relist-link{background-color:#dc3545!important;color:white!important;border:none!important;padding:8px 15px!important;border-radius:6px!important;font-weight:bold!important;animation:pulse 1.5s infinite!important}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(220 53 69 / .7)}70%{box-shadow:0 0 0 10px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.listing-pay_order-link:hover,.listing-relist-link:hover{background-color:#c82333!important;transform:scale(1.05);transition:all 0.3s ease}.listing-pause-link{background-color:#ffc107!important;color:#333!important;border:none!important;padding:8px 15px!important;border-radius:6px!important;font-weight:bold!important}.listing-pause-link:hover{background-color:#e0a800!important;transform:scale(1.05);transition:all 0.3s ease}.listing-restart-link{background-color:#28a745!important;color:white!important;border:none!important;padding:8px 15px!important;border-radius:6px!important;font-weight:bold!important}.listing-restart-link:hover{background-color:#218838!important;transform:scale(1.05);transition:all 0.3s ease}.page-id-12 ul.pagination.text-center ::before{display:none}.page-id-12 table.table-plain.table-bootstrap.stack{text-align:center}.page-id-12 th.expires{font-size:15px;text-align:center}.page-id-12 th.actions{text-align:center}.post-type-archive-ad_listing .taxonomy-description,.post-type-archive-ad_listing .page-header{display:none}.page-id-426 button span{float:none!important}.single-post i.fa.fa-folder-open-o{margin-left:5px}.home .entry-wrap a.entry-thumbnail{display:block;line-height:0;font-size:0}.home .entry-wrap .item-cover.entry-cover.has-image{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:auto;aspect-ratio:1200 / 670;display:block}.home .entry-wrap .column article{overflow:hidden}.home .entry-wrap a.entry-thumbnail{margin:0!important;padding:0!important}.blog a.entry-thumbnail{display:block;line-height:0;font-size:0}.blog .item-cover.entry-cover.has-image{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:auto;aspect-ratio:1200 / 670;display:block}.blog .column article{overflow:hidden}.blog a.entry-thumbnail{margin:0!important;padding:0!important}.page-id-13 h1.h2.entry-title{color:#fff}.page-id-13 ul.pagination.text-center ::before{display:none}#hoopi_form_46cf2bcc-01b5-452e-a782-4c2732a5e186 .ant-card-body *{}#hoopi_form_46cf2bcc-01b5-452e-a782-4c2732a5e186 .ant-btn,#hoopi_form_46cf2bcc-01b5-452e-a782-4c2732a5e186 button{font-size:px!important}#hoopi_form_46cf2bcc-01b5-452e-a782-4c2732a5e186 [type=&quot;text&quot;#hoopi_form_46cf2bcc-01b5-452e-a782-4c2732a5e186 .kYMmvEhNre6rErWBpuWm,#hoopi_form_46cf2bcc-01b5-452e-a782-4c2732a5e186 ._BlTC7tRGHaqTZbFxtTZ{text-align:right!important}#modal .ant-card-body *{}#modal .ant-btn,#modal button{font-size:px!important}#modal .ant-card{max-width:inherit!important;border:none!important}#modal [type=&quot;text&quot;#modal .kYMmvEhNre6rErWBpuWm,#modal ._BlTC7tRGHaqTZbFxtTZ{text-align:right!important}