﻿@charset "UTF-8";

.smsAuthentication {
  display: flex !important;
  align-items: center;
  justify-content: center;



  * {
    color: var(--dark);
  }

  .login-txt,
  .userName>div *,
  .userName>div svg {
    color: white !important;
    fill: white;
    stroke: white;
  }

  /* برای Firefox */
  /* .username:after {
         content: "+98";
         position: absolute;
         font-size: 1rem;
         color: var(--text-dark-1);
         background: var(--dark);
         padding: 0 0.571em;
         border-radius: 0.87rem;
         top: 50%;
         left: 0.571em;
         transform: translate(0, -50%);
     }
  */

}

.smsAuthentication .toggle-password {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.smsAuthentication .sms-authentication {
  width: 35rem;
  max-width: 100%;
  justify-content: center;
  border-radius: 0.87rem;
  -webkit-border-radius: 0.87rem;
  -moz-border-radius: 0.87rem;
  -ms-border-radius: 0.87rem;
  -o-border-radius: 0.87rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  box-sizing: border-box;
  outline: none;
  margin: 0 auto;
  position: relative;
  background: var(--White);
  text-align: right;
}

.smsAuthentication .sms-authentication .login-head {
  width: 100%;
  padding: 1rem 0.92rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.57rem;
  border-bottom: solid 1px var(--dark);
  color: var(--dark);

}

.smsAuthentication .sms-authentication .login-head .title {
  font-size: 1rem;
  font-weight: 700;
}

.smsAuthentication .sms-authentication .logo-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.57rem;
  padding: 1rem 0.87rem 0.87rem;
  /* border-bottom: solid 1px var(--Black); */
  /* background: var(--accent-color); */
  color: white;
}

.smsAuthentication .sms-authentication .logo-row img {
  width: 11rem;
}

.smsAuthentication .sms-authentication .logo-row .slogan {
  display: block;
  text-align: center;
  font-size: 1rem;
  /* color: white; */
}

.smsAuthentication .sms-authentication .login-body {
  width: 100%;
  padding: 0.87rem;
}

.smsAuthentication .sms-authentication .login-footer {
  width: 100%;
  padding: 1.14rem;
  border-top: solid 1px var(--dsilver);
}

.smsAuthentication .sms-authentication h1 {
  box-sizing: border-box;
  color: #0c0c0c;
  font-size: 1.17rem;
  font-weight: 700;
  line-height: 40.2833px;
  outline: none;
  max-width: 100%;
  width: 100%;
  margin: 0 0 1rem;
  text-align: center;
}

.smsAuthentication .sms-authentication label {
  box-sizing: border-box;
  color: #3f444d;
  font-size: 12px;
  font-weight: 400;
  line-height: 26.0333px;
  margin: 1rem 0 0.5rem;
  outline: none;
  padding: 0;
  text-align: right;
  max-width: 100%;
  width: 100%;
}

.smsAuthentication .sms-authentication input[type=text],
.smsAuthentication .sms-authentication input[type=password] {
  background-color: #fff;
  /* border: 1px solid var(--dark); */
  box-sizing: border-box;
  caret-color: #19bfd3;
  color: #3f444d;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 0 0 1rem;
  outline: none;
  padding: 8px;
  max-width: 100%;
  width: 100%;
  direction: rtl;
  text-align: right;
  margin: 0;
}

.smsAuthentication .sms-authentication input[type=text]::placeholder,
.smsAuthentication .sms-authentication input[type=password]::placeholder {
  color: var(--text-light-0) !important;
}

.smsAuthentication input[type=number]::-webkit-inner-spin-button,
.smsAuthentication input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.smsAuthentication input[type=number] {
  -moz-appearance: textfield;
}

.smsAuthentication .dir-rtl {
  direction: rtl !important;
  text-align: right !important;
}

.smsAuthentication .dir-ltr {
  direction: ltr !important;
  text-align: left !important;
}

.smsAuthentication .val-ltr {
  direction: ltr !important;
  text-align: left !important;
}

.smsAuthentication .val-ltr::placeholder {
  direction: rtl !important;
  text-align: right !important;
}

.smsAuthentication .sms-authentication .button,
.smsAuthentication .sms-authentication .button:link,
.smsAuthentication .sms-authentication .button:active,
.smsAuthentication .sms-authentication .button:visited,
.smsAuthentication .sms-authentication .button:hover {
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: var(--accent-color);
  background-image: none;
  border: 1px solid var(--accent-color);
  text-decoration: none;
  border-radius: 0.57rem;
  -webkit-border-radius: 0.57rem;
  -moz-border-radius: 0.57rem;
  -ms-border-radius: 0.57rem;
  -o-border-radius: 0.57rem;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 2.85rem;
  line-height: 30.1px;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 2.285rem;
  position: relative;
  transition-delay: 0;
  transition-duration: 0.3s;
  transition-property: top;
  transition-timing-function: ease-in-out;
  user-select: none;
  width: 100%;
}

.smsAuthentication .sms-authentication .button.outline,
.smsAuthentication .sms-authentication .button.outline *,
.smsAuthentication .sms-authentication .button:link.outline,
.smsAuthentication .sms-authentication .button:active.outline,
.smsAuthentication .sms-authentication .button:visited.outline,
.smsAuthentication .sms-authentication .button:hover.outline {
  background: transparent;
  color: var(--accent-color);
}

.smsAuthentication #check-cell:disabled {
  background: var(--dsilver);
  border-color: var(--dsilver);
  cursor: default;
}

.smsAuthentication .sms-authentication .button:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.smsAuthentication .sms-authentication .link,
.smsAuthentication .sms-authentication .link:link,
.smsAuthentication .sms-authentication .link:active,
.smsAuthentication .sms-authentication .link:visited,
.smsAuthentication .sms-authentication .link:hover {
  border: none;
  background-color: transparent;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  /* flex-grow: 1; */
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  /* line-height: 26.0333px; */
  /* margin: 0.57rem 0 0px; */
  outline: none;
  padding: 0;
  position: relative;
  transition-delay: 0;
  transition-duration: 0.3s;
  transition-property: top;
  transition-timing-function: ease-in-out;
}

.smsAuthentication .sms-authentication .link svg,
.smsAuthentication .sms-authentication .link:link svg,
.smsAuthentication .sms-authentication .link:active svg,
.smsAuthentication .sms-authentication .link:visited svg,
.smsAuthentication .sms-authentication .link:hover svg {
  max-width: 0.8rem;
  max-height: 0.8rem;
}

.smsAuthentication .sms-authentication .link .d-flex {
  box-sizing: border-box;
  color: #18bdd0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 26.0333px;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: text-top;
}

.smsAuthentication .sms-authentication .link.d-none {
  display: none;
}

.smsAuthentication .sms-authentication .back {
  cursor: pointer;
  background: transparent;
  width: 1.2rem;
  height: 1.2rem;
  stroke: currentColor;
  fill: currentColor;
}

.smsAuthentication .sms-authentication.d-none {
  display: none;
}

.smsAuthentication .sms-authentication .msg {
  color: var(--accent-color);
  width: 100%;
  font-size: 1rem;
  text-align: justify;
  margin-top: 0.5rem;
}

.smsAuthentication .sms-authentication .msg.success {
  color: #2b9b0b;
}

.smsAuthentication .sms-authentication #resend-verify {
  display: none;
}

.smsAuthentication .timer-verify {
  display: none;
  direction: ltr;
  text-align: center;
  font-size: 1rem;
}

.smsAuthentication .jst-hours {
  float: left;
}

.smsAuthentication .jst-minutes {
  float: left;
}

.smsAuthentication .jst-seconds {
  float: left;
}

.smsAuthentication .jst-clearDiv {
  clear: both;
}

.smsAuthentication .jst-timeout {
  color: red;
}

.smsAuthentication :root {
  --first-color: hsl(352.6, 91.4%, 63.3%);
  --first-color-alt: hsl(352.3, 77.8%, 66.5%);
  --text-color: hsl(231, 12%, 98%);
  --body-color: hsl(231, 100%, 94%);
}

.smsAuthentication .proccessing {
  position: relative;
  color: var(--text-color);
  overflow: hidden;
  cursor: wait;
}

.smsAuthentication .proccessing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: repeating-linear-gradient(60deg, transparent, transparent 0.75rem, var(--first-color-alt) 0.75rem, var(--first-color-alt) 1.5rem);
  animation: load 1s infinite linear;
}

.smsAuthentication .button_text {
  position: relative;
  color: white;
}

@keyframes load {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1.75rem);
  }
}

.smsAuthentication #socialControls {
  margin: 15px 0px;
}

.smsAuthentication #socialControls ul.buttonList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.smsAuthentication ul.buttonList li {
  float: none;
  list-style: none;
  margin-bottom: 7px;
}

.smsAuthentication ul.buttonList li[id$=_registerItem] {
  display: none !important;
}

.smsAuthentication ul.buttonList li a {
  clear: both;
  overflow: auto;
  position: relative;
  display: block;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #e7e7e7 url(images/socialLoginbuttons-repeatingbg.png) repeat-x 0 -601px;
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
}

.smsAuthentication ul.buttonList li a img {
  float: right;
}

.smsAuthentication ul.buttonList li a span {
  float: none;
  display: block;
  padding: 10px 15px;
  text-align: left;
}

.smsAuthentication ul.buttonList li a:hover {
  border-color: #a8a8a8;
  text-shadow: 0 1px 0 #e1e1e1;
  background-position: 0 -650px;
  background-color: #cacbcd;
}

.smsAuthentication ul.buttonList li a:active {
  color: #fff;
  text-shadow: 0 -1px 0 #666;
  border-color: #a3a3a3;
  background-position: 0 -700px;
  background-color: #b7b9bb;
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.smsAuthentication ul.buttonList .facebook a span,
.smsAuthentication ul.buttonList .twitter a span,
.smsAuthentication ul.buttonList .googleplus a span,
.smsAuthentication ul.buttonList .windowslive a span {
  padding-left: 45px;
  background: url(images/socialLoginbuttons-icons.png) no-repeat 12px 7px;
}

.smsAuthentication ul.buttonList .facebook a:after,
.smsAuthentication ul.buttonList .twitter a:after,
.smsAuthentication ul.buttonList .googleplus a:after,
.smsAuthentication ul.buttonList .windowslive a:after {
  position: absolute;
  right: 35px;
  top: 0;
  height: 100%;
  width: 0;
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.smsAuthentication ul.buttonList .facebook a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: #286c93;
  background-position: 0 0;
  background-color: #5581bb;
}

.smsAuthentication ul.buttonList .facebook a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: #286c93;
  background-position: 0 -50px;
  background-color: #729dcd;
}

.smsAuthentication ul.buttonList .facebook a:active {
  background-position: 0 -100px;
  border-color: #286c93;
  background-color: #537fba;
}

.smsAuthentication ul.buttonList .twitter a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: #3d82a0;
  background-position: 0 -150px;
  background-color: #11a2d6;
}

.smsAuthentication ul.buttonList .twitter a:hover {
  color: #fff;
  border-color: #3d82a0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  background-position: 0 -200px;
  background-color: #43c1e3;
}

.smsAuthentication ul.buttonList .twitter a:active {
  background-position: 0 -250px;
  border-color: #3d82a0;
  background-color: #0597cc;
}

.smsAuthentication ul.buttonList .twitter a span {
  background-position: 9px -40px;
}

.smsAuthentication ul.buttonList .googleplus a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: #821e16;
  background-position: 0 -300px;
  background-color: #b12e1e;
}

.smsAuthentication ul.buttonList .googleplus a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: #821e16;
  background-position: 0 -350px;
  background-color: #cc3633;
}

.smsAuthentication ul.buttonList .googleplus a:active {
  background-position: 0 -400px;
  border-color: #821e16;
  background-color: #a5281a;
}

.smsAuthentication ul.buttonList .googleplus a span {
  background-position: 10px -90px;
}

.smsAuthentication ul.buttonList .windowslive a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: #7a7a7a;
  background-position: 0 -450px;
  background-color: #8f8f8f;
}

.smsAuthentication ul.buttonList .windowslive a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: #7a7a7a;
  background-position: 0 -500px;
  background-color: #b3b3b3;
}

.smsAuthentication ul.buttonList .windowslive a:active {
  background-position: 0 -550px;
  border-color: #7a7a7a;
  background-color: #808080;
}

.smsAuthentication ul.buttonList .windowslive a span {
  background-position: 9px -141px;
}

.smsAuthentication .frmcaptcha {
  margin-top: 15px;
}

.smsAuthentication .frmcaptcha .captcha-refresh {
  cursor: pointer;
}

.smsAuthentication .frmcaptcha .captcha-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-top: 15px;
}

.smsAuthentication .frmcaptcha .captcha-group .captcha-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.smsAuthentication .frmcaptcha .captcha-group input[type=text] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin: 0px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.smsAuthentication .frmcaptcha .captcha-group>input[type=text] {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.smsAuthentication .frmcaptcha .captcha-group> :not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.smsAuthentication .frmcaptcha .captcha-group:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.smsAuthentication .frmcaptcha img {
  margin: auto;
  display: block;
}

.smsAuthentication .rtl .frmcaptcha .captcha-group> :not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.smsAuthentication .rtl .frmcaptcha .captcha-group> :not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.smsAuthentication .authentication-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  direction: ltr;
  background-color: #fff;
  /* border: 1px solid #ced4da; */
  border-radius: 0.375rem;
}

.smsAuthentication .authentication-group-text {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.smsAuthentication #countryDialCode.authentication-group-text {
  padding: 0px 5px;
}

.smsAuthentication .authentication-group input {
  outline: none !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  outline: none !important;
  height: 3.2rem;
  border-radius: 0.57rem;
  -webkit-border-radius: 0.57rem;
  -moz-border-radius: 0.57rem;
  -ms-border-radius: 0.57rem;
  -o-border-radius: 0.57rem;
  border: 1px solid var(--dsilver);
}

.smsAuthentication .clear-field {
  display: none;
  position: absolute;
  right: 0.57rem;
  top: 0.57rem;
  bottom: 0.57rem;
  width: 1.5rem;
  z-index: 1;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.8284 14.8284L9.17158 9.17158M9.17157 14.8284L14.8284 9.17158M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="%236F6F6F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.smsAuthentication .authentication-group input.ps-0 {
  padding-left: 0;
}

.smsAuthentication .select2.select2-container {
  width: auto !important;
}

.smsAuthentication .select2-dropdown.country-dropdown.select2-dropdown--below,
.smsAuthentication .select2-dropdown.country-dropdown.select2-dropdown--above {
  width: auto !important;
}

.smsAuthentication .select2-container--default .select2-selection--single {
  border: 0 !important;
}

.smsAuthentication .text-nowrap {
  white-space: nowrap !important;
}

.smsAuthentication .d-inline-block {
  display: inline-block !important;
}

.smsAuthentication .fst-normal {
  font-style: normal !important;
}

.smsAuthentication .me-2 {
  margin-right: 5px;
}

.smsAuthentication .flag-ico {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.smsAuthentication .popupauth {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.36s ease-in-out, visibility 0.36s;
  transition-duration: 0.24s;
  visibility: hidden;
  width: 100vw;
  padding: 2rem;
  z-index: 1060;
}

.smsAuthentication .popupauth.open {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.smsAuthentication .border-bottom {
  border-bottom: 1px solid var(--dark);
}

.smsAuthentication .userName>div,
.smsAuthentication .userLogin>div {
  background: none !important;
}

.smsAuthentication .userName svg,
.smsAuthentication .userLogin svg {
  width: 1.7rem;
  stroke: currentColor;
  fill: currentColor;
}

.smsAuthentication .userName:hover>div,
.smsAuthentication .userLogin:hover>div {
  background: none !important;
}

.smsAuthentication .userName:hover>div .user-fullname,
.smsAuthentication .userLogin:hover>div .user-fullname {
  color: var(--system-red-0);
}

.smsAuthentication .userName:hover>div>svg,
.smsAuthentication .userLogin:hover>div>svg {
  stroke: var(--system-red-0);
}

.smsAuthentication .userMenu {
  list-style: none;
  flex-wrap: wrap;
  width: 15rem;
  background-color: var(--White);
  border-radius: 4px;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  opacity: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.36s ease-in-out, visibility 0.36s;
  transition-duration: 0.24s;
  visibility: hidden;
  text-align: right;
  top: calc(100% + 1rem);
  left: 0;
  z-index: 100;
}

.smsAuthentication .userMenu li {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--dsilver);
}

.smsAuthentication .userMenu li .menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: currentColor;
  font-size: 1rem;
}

.smsAuthentication .userMenu li .menu-item svg {
  width: 1.3rem;
  stroke: currentColor !important;
  fill: none;
}

.smsAuthentication .userMenu li .menu-item:hover {
  color: var(--system-red-0);
}

.smsAuthentication .userMenu li .menu-item:hover svg {
  stroke: var(--system-red-0);
}

.smsAuthentication .userMenu.open {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.smsAuthentication .kt-new-modal__title {
  font-size: 1.142rem;
}

.smsAuthentication .LoginTip {
  margin: 0.5rem 0 1.72rem;
  font-size: 0.92rem;
  color: var(--dark);
}

.smsAuthentication .PrivacyPolicy {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: var(--dark);
}

.smsAuthentication .close-btn {
  cursor: pointer;
  cursor: pointer;
  background: transparent;
  width: 1.7rem;
  height: 1.7rem;
  stroke: currentColor;
  fill: currentColor;
}

.smsAuthentication input:focus,
.smsAuthentication textarea:focus {
  border-color: var(--accent-color) !important;
  box-shadow: none !important;
  outline: none !important;
}

.jst-hours {
  display: none !important;
}