.l3-message {
  background-color: #f4f4f4;
  width: 100%;
  margin-top: 30px;
  padding: 12px 30px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  line-height: 1.5em;
}
.l3-message svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 8px;
  line-height: inherit;
}

.l3-message-info svg {
  color: #efb002;
}

.l3-message-error svg {
  color: #dc3545;
}

.l3-message-success svg {
  color: #53aa76;
}

.l3-modal-button,
.l3-modal-account-button {
  background-color: #5bc0de;
  max-height: 46px;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 14px;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 34px;
  margin: 0;
  padding: 0 15px;
  
}
.l3-modal-button:hover,
.l3-modal-account-button:hover {
  background-color: #31b0d5;
  color: #fff;
}
@media (max-width: 768px) {
  .l3-modal-button,
.l3-modal-account-button {
    padding: 5px 8px;
  }
}
@media (max-width: 768px) {
  .l3-modal-button .l3-modal-button-text,
.l3-modal-button .l3-modal-account-button-text,
.l3-modal-account-button .l3-modal-button-text,
.l3-modal-account-button .l3-modal-account-button-text {
    display: none;
  }
}
.l3-modal-button .l3-modal-button-icon,
.l3-modal-button .l3-modal-account-button-icon,
.l3-modal-account-button .l3-modal-button-icon,
.l3-modal-account-button .l3-modal-account-button-icon {
  display: none;
}
@media (max-width: 768px) {
  .l3-modal-button .l3-modal-button-icon,
.l3-modal-button .l3-modal-account-button-icon,
.l3-modal-account-button .l3-modal-button-icon,
.l3-modal-account-button .l3-modal-account-button-icon {
    display: block;
  }
}

.l3-modal {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  margin: 0px 0px !important;
}
.l3-modal .l3-close-modal {
  background-color: #fff;
  margin: 20px auto 0 20px;
  padding: 0 !important;
  display: flex;
  color: #404040;
  border: none !important;
  border-radius: 100%;
  cursor: pointer;
}
.l3-modal .l3-close-modal svg {
  vertical-align: middle;
}
.l3-modal .l3-container {
  width: 410px;
  height: auto;
  max-height: 80%;
  overflow-y: auto !important;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@media (max-width: 576px) {
  .l3-modal .l3-container {
    padding: 30px 20px;
  }
}
.l3-modal .l3-container .l3-main {
  padding: 0;
  border: none;
  box-shadow: none;
}
.l3-modal .l3-container .l3-form-wrap {
  height: 100%;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.l3-register-login-button,
.l3-account-button {
  background-color: #5bc0de;
  max-height: 46px;
  margin-top: 10px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 14px;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 34px;
  margin: 0;
  padding: 0 15px;
}
.l3-register-login-button:hover,
.l3-account-button:hover {
  background-color: #31b0d5;
  color: #fff;
}
@media (max-width: 768px) {
  .l3-register-login-button,
.l3-account-button {
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .l3-register-login-button .l3-register-login-button-text,
.l3-register-login-button .l3-account-button-text,
.l3-account-button .l3-register-login-button-text,
.l3-account-button .l3-account-button-text {
    display: none;
  }
}
.l3-register-login-button .l3-register-login-button-icon,
.l3-register-login-button .l3-account-button-icon,
.l3-account-button .l3-register-login-button-icon,
.l3-account-button .l3-account-button-icon {
  display: none;
}
@media (max-width: 768px) {
  .l3-register-login-button .l3-register-login-button-icon,
.l3-register-login-button .l3-account-button-icon,
.l3-account-button .l3-register-login-button-icon,
.l3-account-button .l3-account-button-icon {
    display: block;
  }
}

.l3-container {
  background-color: #fff;
  width: 420px;
  margin: auto;
  position: relative;
  text-align: right;
  border-radius: 5px;
  box-sizing: border-box;
}
.l3-container .l3-button {
  background-color: #5bc0de;
  max-height: 46px;
  margin-top: 10px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 15px;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.l3-container .l3-button:hover {
  background-color: #31b0d5;
  color: #fff;
}
.l3-container .l3-field-error .l3-field {
  border-color: #ff0055 !important;
}
.l3-container .l3-field-error .l3-field ~ label {
  color: RGBA(220,53,69,var(--bs-bg-opacity,1)) !important;
}
.l3-container .l3-field-error .l3-field-message {
  color: RGBA(220,53,69,var(--bs-bg-opacity,1)) !important;
}
.l3-container .l3-loading-overlay {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.l3-container .l3-loading-overlay .l3-loading {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@keyframes animation {
  0% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -105;
  }
  50% {
    stroke-dasharray: 80 10;
    stroke-dashoffset: -160;
  }
  100% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -300;
  }
}
.l3-container .l3-loading-overlay .l3-loading .l3-loading-spinner {
  fill: transparent;
  stroke: #31b0d5;
  stroke-width: 7px;
  stroke-linecap: round;
  transform-origin: center;
  animation-name: animation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}
.l3-container .l3-logo {
  margin: 30px 0 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l3-container .l3-logo a {
  display: flex;
}
.l3-container .l3-logo img {
  width: auto !important;
  height: 50px !important;
  margin-left: 10px;
  display: block;
}
.l3-container .l3-logo .l3-logo-text h2 {
  margin: 0;
  font-size: 20px;
  color: #606060;
  line-height: 1.4em;
}
.l3-container .l3-logo .l3-logo-text span {
  color: #606060;
  font-size: 14px;
}
.l3-container .l3-main {
  background-color: #fff;
  width: 100%;
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .l3-container .l3-main {
    padding: 4% 1%;
  }
}
.l3-container .l3-form-wrap {
  background-color: #fff;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.l3-container .l3-form-wrap .l3-section:not(.l3-send-section) {
  display: none;
}
.l3-container .l3-form-wrap .l3-form {
  width: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
}
.l3-container .l3-form-wrap .l3-form .l3-field-wrap {
  margin-bottom: 20px;
  position: relative;
}
.l3-container .l3-form-wrap .l3-form .l3-field-wrap svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 15px;
  color: #a6a6a6;
  transform: translateY(-50%);
}
.l3-container .l3-form-wrap .l3-form .l3-label {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 2px 5px;
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  transform: translateY(-50%);
  color: #8c8c8c;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
}
.l3-container .l3-form-wrap .l3-form .l3-field {
  direction: rtl;
  text-align: right;
  font-family: inherit;
  font-size: 16px;
  outline: none !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.l3-user
{
  direction: ltr !important;
}
.l3-container .l3-form-wrap .l3-form .l3-field:-webkit-autofill, .l3-container .l3-form-wrap .l3-form .l3-field:-webkit-autofill:hover, .l3-container .l3-form-wrap .l3-form .l3-field:-webkit-autofill:focus, .l3-container .l3-form-wrap .l3-form .l3-field:-webkit-autofill:active {
  box-shadow: 0 0 0 50px white inset !important;
}
.l3-container .l3-form-wrap .l3-form .l3-field:not([type=checkbox], [type=radio]) {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-sizing: border-box;
}
.l3-container .l3-form-wrap .l3-form .l3-field:not([type=checkbox], [type=radio]):focus {
  padding: 0 14px;
  border-color: #c9c9c9;
  border-width: 2px;
}
.l3-container .l3-form-wrap .l3-form .l3-field:not([type=checkbox], [type=radio]):focus ~ .l3-label {
  font-weight: bold;
}
.l3-container .l3-form-wrap .l3-form .l3-field[type=number]::-webkit-outer-spin-button, .l3-container .l3-form-wrap .l3-form .l3-field[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.l3-container .l3-form-wrap .l3-form .l3-field[type=number] {
  -moz-appearance: textfield;
}
.l3-container .l3-form-wrap .l3-form .l3-hide-pass-icon {
  cursor: pointer;
}
.l3-container .l3-form-wrap .l3-form .l3-show-pass-icon {
  display: none;
  cursor: pointer;
}
.l3-container .l3-form-wrap .l3-form .l3-hide-pass-icon:hover,
.l3-container .l3-form-wrap .l3-form .l3-show-pass-icon:hover {
  color: #606060;
}
.l3-container .l3-form-wrap .l3-form .l3-visible-pass .l3-show-pass-icon {
  display: block;
}
.l3-container .l3-form-wrap .l3-form .l3-visible-pass .l3-hide-pass-icon {
  display: none;
}
.l3-container .l3-form-wrap .l3-form input[type=checkbox] {
  vertical-align: middle;
}
.l3-container .l3-form-wrap .l3-form .l3-checkbox-label {
  font-size: 14px;
  cursor: pointer;
}
.l3-container .l3-form-wrap .l3-form .g-recaptcha {
  margin-bottom: 20px;
}
.l3-container .l3-form-wrap .l3-form .l3-otp-inputs {
  display: flex;
  gap: 15px;
  direction: ltr;
}
.l3-container .l3-form-wrap .l3-form .l3-otp-inputs input {
  width: 100%;
  height: 50px;
  padding: 0 !important;
  text-align: center;
  font-size: 22px;
  font-family: inherit;
  border: none !important;
  border-bottom: 2px solid #dbdbdb !important;
  outline: none !important;
}
.l3-container .l3-form-wrap .l3-form .l3-otp-inputs input:focus {
  border-color: #ff0055 !important;
}
.l3-container .l3-form-wrap .l3-form .l3-timer {
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  direction: ltr;
  font-size: 16px;
  border-bottom: 2px solid #ff0055;
}
.l3-container .l3-form-wrap .l3-form .l3-timer .l3-timer-hours,
.l3-container .l3-form-wrap .l3-form .l3-timer .l3-timer-minutes,
.l3-container .l3-form-wrap .l3-form .l3-timer .l3-timer-seconds {
  width: 20px;
  text-align: center;
}
.l3-container .l3-form-wrap .l3-form .l3-timer svg {
  width: 20px;
  min-height: 20px;
  margin-left: 5px;
}
.l3-container .l3-form-wrap .l3-form .l3-button {
  height: 44px;
  width: 100%;
}
.l3-container .l3-form-wrap .l3-form .l3-agreement-text {
  max-width: 300px;
  margin: 20px auto 0;
  color: #a6a6a6;
  text-align: center;
  font-size: 13px;
  line-height: 1.8em;
}
.l3-container .l3-form-wrap .l3-form-links {
  font-size: 14px;
}
.l3-container .l3-form-wrap .l3-form-links form {
  margin: 0 !important;
  padding: 0 !important;
}
.l3-container .l3-form-wrap .l3-form-links a, 
.l3-container .l3-form-wrap .l3-form-links .l3-send-again {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #606060;
  text-align: right;
  /* font-size: 13px; */
  /* line-height: 1.5em; */
  border-top: 1px solid #e3e3e3;
}
.l3-container .l3-form-wrap .l3-form-links a:hover, .l3-container .l3-form-send-container:hover,
.l3-container .l3-form-wrap .l3-form-links .l3-send-again:hover {
  background-color: #f2f2f2;
}
.l3-hover-disable:hover{
  background-color: #56c391 !important;
}
.l3-container .l3-form-wrap .l3-form-links a svg,
.l3-container .l3-form-wrap .l3-form-links .l3-send-again svg {
  width: 17px;
  margin-left: 15px;
}
/* .l3-container .l3-form-send-container{
  padding: 10px 30px;
} */
.l3-container .l3-form-send-container svg{
  width: 17px;
  margin-right: 29px;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}
.l3-send-code-methods{
  margin-right: 30px !important;
}
.l3-bootstrap-icon-key{
  width: 24px !important;
  margin-top: 10px;
  margin-left: 15px;
}
.bi-box-arrow-in-right{
  width: 20px !important;
}
.l3-container .l3-form-wrap .l3-form-links .l3-send-again {
  background: none !important;
  width: 100%;
  font-family: inherit;
  border: none !important;
  border-top: 1px solid #e3e3e3 !important;
  cursor: pointer;
}
.l3-container .l3-form-wrap .l3-form-links a:last-child {
  margin-bottom: 0;
}
.l3-container .l3-blur {
  filter: blur(2px);
}

/* added by Kamali --------------------------*/
.span-blue{
  color: #2699ff!important;
  font-weight: 700 !important;
  /* cursor: pointer!important; */
}
.l3-login-by-code-form{
  margin-bottom: 0px!important;
}
.l3-timer{
    display: flex!important;
    justify-content: center!important;
    margin-bottom: 20px;
    font-size: 14px;
}
.l3-timer form{
    width: 200px!important;
}
.l3-progressbar {
    width: 100%;
    background-color: #bfbfbf;
    border-radius:3px;
    height: 3px;
}

.l3-timerbar {
    width: 100%;
    height: 3px;
    background-color: #2699ff;
    border-radius:3px;
    float: left;
    transition-duration: 1s;
    transition-timing-function: linear;
}
.l3-send-agian{
    background-color:initial;
    color:#2699ff!important;
    padding-left: 5px!important;
    padding-right: 7px!important;
    border-radius:initial!important;
    border: none!important;
    cursor: pointer;
}
.l3-send-agian:disabled{
  color: #cccccc!important;
  cursor: default;
}
.l3-send-agian:hover, .l3-send-agian:active , .l3-send-agian:focus{
    box-shadow: none !important;
    background: none !important;
    /* color:#2699ff!important; */
}

.l3-timer l3-time{
  color: #2699ff;
}
.l3-section-btn-blue{
  color: #2699ff!important;
}
.l3-section-btn{
  text-decoration: none!important;
}
.l3-time-00{
  color:#606060;
  font-weight: 500!important;
}
.l3-button-text{
  font-size: 13px !important;
  font-weight: 500 !important;
}
.l3-otp-inputs input{
  background-color: inherit !important;
}
.l3-btn-success-text {
  display: none;
}
.l3-without-frame{
  border: none !important;
}
.bi{
  width: 1em;
  height: 1em;
  display: inline-block;
    vertical-align: -0.125em;
}
svg{
  vertical-align: middle;
}
.l3-form-links a {
  cursor: pointer;
}
p {
  margin-bottom: 0px !important;
  line-height: 34px !important;
}