/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/styles/router.module.css ***!
  \************************************************************************************************************/
.router-module__routerPage___RCFrMh4t {
  width: 100%;
  flex-basis: 100%;
}

/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/pages/login/login-page.module.css ***!
  \*********************************************************************************************************************/
/* TODO: using sass variables? */

.login-page-module__loginContainer____HvaebgP {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: auto;
  overflow-x: hidden;
}

.login-page-module__actionButton___EIddxiaP {
  display: block;
  background-color: #01aa2c;
  color: white;
  padding: 14px 10px;
  /* margin-top: 15px;*/
  margin-bottom: 15px; 
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

  transition: all 0.3s ease;
}

.login-page-module__actionButton___EIddxiaP:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.login-page-module__actionButton___EIddxiaP:hover {
  background-color: #018822;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(1, 170, 44, 0.3);
}
.login-page-module__codeInputContainer___YGw7DnOE {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.login-page-module__resendButton___CXMaK1tb {
  height: 100%;
  width: 60%;
  padding: 0 16px;
  background: #01aa2c;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s ease;
  max-width: 180px;
  min-height: 25px;
}

.login-page-module__resendButton___CXMaK1tb:hover {
  background: #018822;
}

.login-page-module__resendButton___CXMaK1tb:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
.login-page-module__loginButton___BXZKInYV {
  width: min-content;
  padding-left: 40px;
  padding-right: 40px;

  margin-left: auto;
  margin-right: auto;
}

.login-page-module__loginTitle___kXMyi2y0 {
  text-align: center;
  color: #4b5563;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}

.login-page-module__errorMessage___CgypLlGi {
  color: #dc2626;
  background: #fee2e2;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #fca5a5;
  font-size: 14px;
}

.login-page-module__caption___HLoH_j_d {
  color: #333;
  margin: 5px 20px;
  font-size: 14px;
}

.login-page-module__caption___HLoH_j_d.login-page-module__error___VWv0lEJ4 {
  color: #d95050;
}

@media (min-width: 768px) {
  .login-page-module__loginTitle___kXMyi2y0 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .login-page-module__loginTitle___kXMyi2y0 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  
  .login-page-module__resendButton___CXMaK1tb {
    width: 100%;
    padding: 12px 16px;
  margin-top: 5px;
  }
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/form.module.scss ***!
  \**************************************************************************************************************************************************/
/* MEDIA QUERIES */
.form-module__formRow___XOh4vfkR {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.form-module__formRow___XOh4vfkR .form-module__formGroup___ZcWPF3yb {
  flex: 1;
}

.form-module__formSelect___rvq_mEi6 {
  position: relative;
}

.form-module__formSelect___rvq_mEi6 select:focus {
  outline: none;
  border-color: #01aa2c;
  background: white;
  box-shadow: 0 0 0 3px rgba(1, 170, 44, 0.1);
}

.form-module__formSelect___rvq_mEi6 select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f9fafb;
  color: #000;
  appearance: none;
  cursor: pointer;
}

.form-module__formSelect___rvq_mEi6::before,
.form-module__formSelect___rvq_mEi6::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.form-module__formSelect___rvq_mEi6::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.form-module__formSelect___rvq_mEi6::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

@media (max-width: 767px) {
  .form-module__formRow___XOh4vfkR {
    flex-direction: row;
    gap: 15px;
  }
  .form-module__loginTitle___c9GtxQse {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .form-module__formRow___XOh4vfkR {
    flex-direction: row;
    gap: 15px;
  }
  .form-module__loginTitle___c9GtxQse {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
  }
}
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/pages/home/home.module.css ***!
  \**************************************************************************************************************/
.home-module__authorizedHeader___BQRGGV3e {
  display: block;
  padding: 0 25px 30px;
  color: #4b5563;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
}

.home-module__authorizedContainer___vBK8_0Wh {
  background: #fff;
  padding: 50px 5vw;
  overflow-y: auto;
  overflow-x: hidden;
}

.home-module__actionButton___zNJOQsad {
  display: block;
  background-color: #01aa2c;
  color: white;
  padding: 14px 10px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

  transition: all 0.3s ease;
}

.home-module__actionButton___zNJOQsad:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.home-module__actionButton___zNJOQsad:hover {
  background-color: #018822;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(1, 170, 44, 0.3);
}

.home-module__label___cGrn55xL,
.home-module__caption___Kabc8YRy {
  color: #333;
  margin: 5px 20px;
  font-size: 14px;
}

.home-module__label___cGrn55xL {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.home-module__authorizedContent___jkvhXVtE {
  margin: auto;
  padding: 15px 25px;
  background: #f6f3fa;
  border-radius: 15px;
  box-shadow:
    0px 8px 12px 4px rgba(34, 60, 80, 0.2),
    0px 0px 4px 2px rgba(34, 60, 80, 0.4);
}

.home-module__authorizedContent___jkvhXVtE h2 {
  color: #4b5563;
  font-size: 16px;
  font-weight: bold;
  margin: 20px;
}

.home-module__actionButtons___a2WcN1_G {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@media (min-width: 1024px) {
  .home-module__authorizedContainer___vBK8_0Wh {
    padding: 50px;
  }

  .home-module__authorizedHeader___BQRGGV3e,
  .home-module__authorizedContent___jkvhXVtE {
    max-width: 75%;
  }
}

/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/pages/create-contract/create-tko-removal-contract/create-tko-removal-contract-page.module.css ***!
  \*********************************************************************************************************************************************************************************/

/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/pages/register/register.module.css ***!
  \**********************************************************************************************************************/
.register-module__findByInnButton___ZMPYV3Du,
.register-module__reloadCaptchaButton___OqMaeS4t {
  padding: 0 16px;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.register-module__reloadCaptchaButton___OqMaeS4t {
  background: #01aa2c;
  color: white;
  padding: 14px 16px;
  border-radius: 8px;
}

.register-module__findByInnButton___ZMPYV3Du {
  min-height: 50px;
  position: absolute;
  right: 5px;
  background: transparent !important;
}

.register-module__findByInnButton___ZMPYV3Du:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

.register-module__captchaRow___WwbwJ3UT {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.register-module__captchaImage___qYsLK271 {
  height: 52px;
  aspect-ratio: 3.333;
  object-fit: fill;
  border-radius: 12px;
  border: 2px solid #e5e7eb;

  flex-basis: 100%;
}

@media (min-width: 1025px) {
  .register-module__findByInnButton___ZMPYV3Du {
    position: static !important;
    background: #01aa2c !important;
    color: white !important;
    border-radius: 8px;
    padding: 0 15px !important;
    font-size: 14px !important;
  }

  .register-module__findByInnButton___ZMPYV3Du:hover {
    background: #018822 !important;
  }

  .register-module__captchaImage___qYsLK271 {
    flex-basis: auto;
  }
}

/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/pages/forgot-password/forgot-password.module.css ***!
  \************************************************************************************************************************************/
.forgot-password-module__tabs___mRtDWbqL {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.forgot-password-module__tabButton___DhtS7Hhu {
    flex: 1;
    padding: 12px;
    background: #f3f4f6;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.forgot-password-module__tabButton___DhtS7Hhu.forgot-password-module__active___S9sU8CmZ {
    background: #01aa2c;
    color: white;
}

.forgot-password-module__tabButton___DhtS7Hhu:hover:not(.forgot-password-module__active___S9sU8CmZ) {
    background: #e5e7eb;
}

.forgot-password-module__links___CynrBm3P {
    margin-top: 20px;
    text-align: center;
}

.forgot-password-module__link___DxtZIDOd {
    color: #01aa2c;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.forgot-password-module__link___DxtZIDOd:hover {
    color: #018822;
}

.forgot-password-module__formRow___zHsJxUel {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media (max-width: 768px) {
    .forgot-password-module__tabs___mRtDWbqL {
        flex-direction: column;
    }
}
/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/pages/authorized-header/app-header.module.css ***!
  \*********************************************************************************************************************************/
.app-header-module__headerContainer___oMan1g12 {
  position: sticky;
  top: 0;
  z-index: 100;
}

.app-header-module__header___U_0liPUz {
  background: rgb(59, 54, 54);
  box-shadow: 0 4px 20px rgba(24, 24, 24, 0.3);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
}

.app-header-module__headerLogo___uJpfkaKv {
  pointer-events: none;
  user-select: none;
  width: 50px;
  height: 50px;
}

.app-header-module__headerContent___Sni5BIdq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}

.app-header-module__headerIcons___hI23gsE2 {
  display: flex;
  gap: 15px;
}

.app-header-module__companyName___ejrMZTN7 {
  color: #fff;
  text-align: right;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-header-module__userSection___S27Boafm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  color: white;
  flex-basis: 100%;
  min-width: 0;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .app-header-module__headerContainer___oMan1g12 {
    position: static;
  }

  .app-header-module__header___U_0liPUz {
    padding: 10px 15px;
  }

  .app-header-module__headerContent___Sni5BIdq {
    gap: 12px;
  }

  .app-header-module__companyName___ejrMZTN7 {
    display: none;
  }

  .app-header-module__userSection___S27Boafm {
    gap: 10px;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .app-header-module__headerContent___Sni5BIdq {
    gap: 15px;
  }
}

@media (min-width: 1024px) {
  .app-header-module__companyName___ejrMZTN7 {
    font-size: 16px;
  }
}

