﻿.fullWidth {
  width: 100%;
}

.leftBorder {
  border-left: solid 1px #BFBFBF;
}

.rightBorder {
  border-right: solid 1px #BFBFBF;
}

.defaultShadow {
  box-shadow: -1px 9px 51px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: -1px 9px 51px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -1px 9px 51px 0px rgba(0, 0, 0, 0.09);
}

.border-dash {
  border: dashed 2px #BFBFBF;
  padding: 10px;
  text-align: right;
}

.iconButtonInput {
  position: relative;
  height: 35px;
  width: 100%;
  font-size: 10pt;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.iconButtonInput button {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
  height: 100%;
  width: 35px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconButtonInput button:focus {
  outline: none;
}
.iconButtonInput input:focus + button {
  color: #ef3121;
}

* {
  font-family: IRANSans;
}

.mainBody {
  margin: auto;
  direction: rtl;
  overflow-x: hidden;
  background-color: #000;
  background-size: cover;
  color: #fff;
}

a {
  color: #BFBFBF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

.linkButton {
  background-color: #fff;
  display: inline-block;
  border-radius: 12px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 1em;
  transition: 0.3s;
}
.linkButton:hover {
  text-decoration: none;
  color: #fff;
}
.linkButton i {
  padding-left: 10px;
  margin-left: 10px;
  min-height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.linkButton i .leftBorder:hover {
  border-color: #000;
}

.inputBox {
  border-radius: 8px;
  border-color: #BFBFBF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.inputBox:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
}
.inputBox:focus + .input-label {
  color: #fff;
}
.inputBox .success {
  border-color: #158b2d;
}

.defaultButton {
  border-radius: 10px;
  height: 35px;
  background-color: #fff;
  border: none;
  color: #fff !important;
  font-size: 1em;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  text-align: center;
}
.defaultButton:hover {
  background-color: #d62828 !important;
  color: white;
}
.defaultButton i {
  vertical-align: middle;
}
.defaultButton:focus {
  outline: 0;
}

.secondaryButton {
  border-radius: 10px;
  height: 35px;
  font-size: 1em;
  padding-right: 10px;
  padding-left: 10px;
  transition: 0.3s;
  white-space: nowrap;
  text-align: center;
  background-color: white;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondaryButton:hover {
  background-color: #fff !important;
  color: white;
}
.secondaryButton i {
  vertical-align: middle;
}
.secondaryButton:focus {
  outline: 0;
}

.thirdButton {
  border-radius: 10px;
  height: 35px;
  background-color: #316fe4 !important;
  border: none;
  color: #fff !important;
  font-size: 1em;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  text-align: center;
}
.thirdButton:hover {
  background-color: #d62828 !important;
  color: white;
}
.thirdButton i {
  vertical-align: middle;
}
.thirdButton:focus {
  outline: 0;
}

.success {
  border-color: #158b2d;
  color: #158b2d;
}
.success:hover {
  background-color: #158b2d !important;
  color: black;
  border-color: green !important;
}

.editButton {
  border-radius: 10px;
  height: 35px;
  background-color: #09784f;
  border: none;
  color: #fff !important;
  font-size: 1em;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  text-align: center;
}
.editButton:hover {
  background-color: #d62828 !important;
  color: #fff;
}
.editButton i {
  vertical-align: middle;
}
.editButton:focus {
  outline: 0;
}

.new_btn_design {
  height: 30px;
  min-height: 30px;
  line-height: 1;
  padding: 0 0 0 12px;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  color: white !important;
  background-color: var(--btn-bg, #6c757d);
  border-color: var(--btn-bg, #6c757d);
}
.new_btn_design:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.new_icon_btn_design {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 26px;
  font-size: 14px;
  background-color: #00000015 !important;
  border-radius: 0 4px 4px 0;
  padding: 4px;
}
.new_btn_design:hover .new_icon_btn_design {
  background-color: #00000030;
}

.new_btn_content {
  line-height: 1;
  white-space: nowrap;
}

.green-btn {
  background-color: #198754 !important;
}
.green-btn:hover, .green-btn:focus-visible, .green-btn:active {
  background-color: #157a4b !important;
  border-color: #157a4b !important;
  outline: none;
  box-shadow: 0 0 0 0.2rem #19875425;
  color: white !important;
}

.gray-btn {
  background-color: #6c757d !important;
}
.gray-btn:hover, .gray-btn:focus-visible, .gray-btn:active {
  background-color: #60696f !important;
  border-color: #60696f !important;
  outline: none;
  box-shadow: 0 0 0 0.2rem #6c757d25;
  color: white !important;
}

.red-btn {
  background-color: #ef3121 !important;
}
.red-btn:hover, .red-btn:focus-visible, .red-btn:active {
  background-color: #e22d1e !important;
  border-color: #e22d1e !important;
  outline: none;
  box-shadow: 0 0 0 0.2rem #ef312125;
  color: white !important;
}

.blue-btn {
  background-color: #3577f1 !important;
}
.blue-btn:hover, .blue-btn:focus-visible, .blue-btn:active {
  background-color: #316fe4 !important;
  border-color: #316fe4 !important;
  outline: none;
  box-shadow: 0 0 0 0.2rem #3577f125;
  color: white !important;
}

.phoneVerificationCode {
  padding-right: 12px !important;
}

.identityButton {
  background-color: #fff;
  color: #000;
  font-size: 1em;
  text-wrap-mode: nowrap;
}
.identityButton:hover {
  background-color: #333 !important;
  color: white;
}

.logo {
  width: 60%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.rightContainer {
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}

.loginFormContainer {
  width: 60%;
  border-radius: 10px;
  margin: 0 auto;
}
.loginFormContainer .title {
  color: #fff;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #BFBFBF;
}

.copyRightContainer {
  height: 40px;
  width: calc(100% + 30px);
  background-color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin: 0 auto;
  margin-left: -15px;
  text-align: center;
  z-index: 2;
}
.copyRightContainer p {
  color: #000;
  margin-top: 12px;
  transition: 0.3s;
}
.copyRightContainer a {
  text-decoration: none;
}
.copyRightContainer a :hover p {
  color: #676767;
}

.passwordInput {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.passwordVisibleBtn {
  background-color: white;
  border-color: #BFBFBF;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: 0.5s;
  font-size: 0.8em;
}
.passwordVisibleBtn:focus {
  outline: none;
}
.passwordVisibleBtn:hover {
  background-color: #fff;
  color: white;
  border-color: #fff;
}

span.field-icon {
  cursor: pointer;
  float: right;
  margin-right: 15px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
}

span.field-icon-confirm {
  position: absolute;
  cursor: pointer;
  padding-right: 15px;
  padding-top: 10px;
  z-index: 2;
}

.swiper-button-next img, .swiper-button-prev img {
  display: none;
}
.swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
  color: #fff;
  font-size: 20px !important;
}

.forgot-password {
  display: flex;
  width: 300px;
  height: 40px;
  padding: 13px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #004ADD;
  width: 100% !important;
}

.card {
  border-radius: 2em;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.loginButton {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 13px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #143EA0;
}

.auth-page-wrapper {
  position: relative;
  overflow: hidden;
}
.auth-page-wrapper .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: opacity 1s ease-in-out;
  z-index: 0;
  opacity: 0;
}
.auth-page-wrapper .bg-layer-1 {
  z-index: 0;
}
.auth-page-wrapper .bg-layer-2 {
  z-index: 1;
}
.auth-page-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.auth-page-wrapper .auth-page-content {
  position: relative;
  z-index: 3;
}

@media (max-width: 578px) {
  .loginFormContainer {
    width: 80%;
  }

  .logo {
    width: 80%;
  }

  .auth-page-wrapper {
    background-size: auto;
    background-position: center top;
  }
}
.form-control {
  height: 50px;
}

.edaewoo__container {
  max-width: 800px;
  margin: auto;
}

.login-mainpanel .title {
  color: #004ADD;
}

.slideShowContainer {
  position: relative;
  height: 100%;
}

.slideShowImage {
  display: none;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.dotContainer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50000px;
  margin-right: 8px;
  transition: 0.5s;
  cursor: pointer;
}

.dot:hover {
  background-color: #000;
}
