.red-text {
  color: #BF181E !important;
}
.blue-2-text {
  color: #3E8AC4 !important;
}
.grey-text {
  color: #989898 !important;
}
.text-warning {
  color: #8B5C25 !important;
}
.text-danger {
  color: #BF181E !important;
}
.text-mid-grey-3 {
  color: #636173 !important;
}
.login-page {
  width: 100%;
  height: 100vh;
  background: url(/images/bg.png) no-repeat right top;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  font-family: "DM Sans";
}
.login-page p {
  font-family: "DM Sans";
}
@media only screen and (max-width: 991.9px) {
  .login-page {
    height: auto;
    min-height: 100vh;
    padding: 25px 0 225px;
  }
}
@media only screen and (max-width: 767.9px) {
  .login-page {
    background: url(/images/bgsm.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
.login-page .auth-info img {
  width: 251px;
  height: 99px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991.9px) {
  .login-page .auth-info img {
    order: 1;
    width: 40%;
    max-width: 125px;
    height: auto;
  }
}
.login-page .auth-info .custom-logo-wrapper {
  margin-bottom: 35px;
}
.login-page .auth-info .custom-logo-wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.login-page .auth-info .custom-logo-wrapper img {
  width: auto;
  max-width: 251px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 0;
}
@media only screen and (max-width: 991.9px) {
  .login-page .auth-info .custom-logo-wrapper img {
    max-width: 125px;
    height: auto;
  }
}
@media only screen and (max-width: 991.9px) {
  .login-page .auth-info .custom-logo-wrapper {
    order: 1;
  }
}
.login-page .auth-info .auth-heading {
  color: #3C3950;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991.9px) {
  .login-page .auth-info .auth-heading {
    order: 3;
    width: 100%;
  }
}
@media only screen and (max-width: 767.9px) {
  .login-page .auth-info .auth-heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
  }
  .login-page .auth-info .auth-heading br {
    display: none;
  }
}
.login-page .auth-info .auth-small {
  color: #3C3950;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
@media only screen and (max-width: 991.9px) {
  .login-page .auth-info .auth-small {
    order: 2;
    width: 60%;
    padding-left: 22px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767.9px) {
  .login-page .auth-info .auth-small {
    font-size: 20px;
  }
  .login-page .auth-info .auth-small br {
    display: none;
  }
}
@media only screen and (max-width: 501.9px) {
  .login-page .auth-info .auth-small {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
  }
}
.login-page .auth-info .right-role {
  color: #8A8896;
  font-family: "Open Sans";
  margin-bottom: 8px;
  margin-top: 30px;
}
@media only screen and (max-width: 991.9px) {
  .login-page .auth-info .right-role {
    display: none;
  }
}
.login-page .auth-info a {
  color: #3070B6;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.login-page .auth-info a svg {
  margin-right: 4px;
}
@media only screen and (max-width: 991.9px) {
  .login-page .auth-info a {
    order: 4;
    width: 100%;
    padding-top: 0;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 991.9px) {
  .login-page .auth-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.login-page .form-block {
  margin: 10px 0 0 50px;
  max-width: 412px;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 991.9px) {
  .login-page .form-block {
    width: 100%;
    max-width: 412px;
    margin: 10px auto 0;
  }
}
.login-page .form-block form {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.login-page .form-block form .form-control {
  margin-bottom: 16px;
}
.login-page .form-block form .forgot-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid #F0F3F2;
}
@media only screen and (max-width: 350.9px) {
  .login-page .form-block form .forgot-block {
    flex-wrap: wrap;
  }
}
.login-page .form-block form .forgot-block .link-brand {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  color: #3070B6;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (max-width: 350.9px) {
  .login-page .form-block form .forgot-block .link-brand {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.login-page .form-block form .forgot-block .btn {
  width: 124px;
}
@media only screen and (max-width: 350.9px) {
  .login-page .form-block form .forgot-block .btn {
    width: 100%;
  }
}
.login-page .form-block p {
  color: #3C3950;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.login-page .terms-block {
  margin: 20px 0;
  width: 100%;
  max-width: 900px;
  padding: 18px 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  max-height: calc(100vh - 40px);
  height: calc(100vh - 40px);
  overflow-y: hidden;
  overflow-x: hidden;
}
@media only screen and (max-width: 991.9px) {
  .login-page .terms-block {
    margin: 0;
    max-height: calc(100vh - 30px);
    height: calc(100vh - 30px);
  }
}
.login-page .terms-block .terms-content {
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #dedada;
  max-height: calc(100% - 190px);
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #3070B6 #ECECEE;
}
.login-page .terms-block .terms-content::-webkit-scrollbar {
  height: 50px;
  width: 5px;
}
.login-page .terms-block .terms-content::-webkit-scrollbar-track {
  background: #ECECEE;
}
.login-page .terms-block .terms-content::-webkit-scrollbar-thumb {
  background-color: #3070B6;
  border-radius: 3px;
  cursor: pointer;
}
@media only screen and (max-width: 991.9px) {
  .login-page .terms-block .terms-content {
    max-height: calc(100vh - 260px);
  }
}
@media only screen and (max-width: 375.9px) {
  .login-page .terms-block .terms-content {
    max-height: calc(100vh - 325px);
  }
}
.login-page .terms-block .terms-end-marker {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #3070B6;
}
.login-page .terms-block .terms-checkbox {
  cursor: default;
}
.login-page .terms-block .terms-checkbox input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
}
.login-page .terms-block .terms-checkbox input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.login-page .terms-block .terms-checkbox input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
@media only screen and (max-width: 991.9px) {
  .terms-page {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 991.9px) {
  .role-page .auth-info .auth-heading {
    display: none;
  }
}
.role-page .form-block .name-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.role-page .form-block .name-form .name-block {
  width: calc(100% - 100px);
}
.role-page .form-block .name-form .name-block .name-avatar {
  color: #3C3950;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.role-page .form-block .name-form .name-block .mail-avatar {
  color: #050708;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}
.role-page .form-block .name-form .avatar-block {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
}
.role-page .form-block .choose-block .role-name {
  margin: 20px 0 0;
  padding: 20px 0;
  color: #3C3950;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  border-top: 1px solid #F0F3F2;
}
.role-page .form-block .choose-block .panel-link {
  border-top: 1px solid #F0F3F2;
  margin: 20px 0 0;
  padding: 28px 0;
  color: #3070B6;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.role-page .form-block .choose-block .panel-link svg {
  margin-right: 4px;
}
.role-page .form-block .choose-block .panel-list {
  display: flex;
  flex-direction: column;
  max-height: 190px;
  overflow-y: overlay;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #3070B6 #ECECEE;
}
.role-page .form-block .choose-block .panel-list::-webkit-scrollbar {
  height: 50px;
  width: 5px;
}
.role-page .form-block .choose-block .panel-list::-webkit-scrollbar-track {
  background: #ECECEE;
}
.role-page .form-block .choose-block .panel-list::-webkit-scrollbar-thumb {
  background-color: #3070B6;
  border-radius: 3px;
  cursor: pointer;
}
.role-page .form-block .choose-block .panel-list a {
  color: #41515C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #C3D6DB;
  background: #fff;
  margin-bottom: 12px;
}
.role-page .form-block .choose-block .panel-list a:last-child {
  margin-bottom: 24px;
}
.role-page .form-block .choose-block .panel-list a:hover {
  background: #EEF5FB;
  border-color: #4897D8;
}
.role-page .form-block .choose-block .panel-list a:hover img {
  opacity: 1;
}
.role-page .form-block .choose-block .panel-list a:active {
  background: #EEF5FB;
  border-color: #4897D8;
}
.role-page .form-block .choose-block .panel-list a:active img {
  opacity: 1;
}
.role-page .form-block .choose-block .panel-list a:focus {
  background: #EEF5FB;
  border-color: #4897D8;
}
.role-page .form-block .choose-block .panel-list a:focus img {
  opacity: 1;
}
.role-page .form-block .choose-block .panel-list span {
  color: #41515C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #C3D6DB;
  background: #fff;
  margin-bottom: 12px;
}
.role-page .form-block .choose-block .panel-list span:last-child {
  margin-bottom: 24px;
}
.role-page .form-block .choose-block ul {
  margin: 0;
  padding: 0 8px 0 0;
  max-height: 420px;
  overflow-y: overlay;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #3070B6 #ECECEE;
}
.role-page .form-block .choose-block ul::-webkit-scrollbar {
  height: 50px;
  width: 5px;
}
.role-page .form-block .choose-block ul::-webkit-scrollbar-track {
  background: #ECECEE;
}
.role-page .form-block .choose-block ul::-webkit-scrollbar-thumb {
  background-color: #3070B6;
  border-radius: 3px;
  cursor: pointer;
}
.role-page .form-block .choose-block ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 12px;
}
.role-page .form-block .choose-block ul li:last-child {
  margin-bottom: 0;
}
.role-page .form-block .choose-block ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #C3D6DB;
  background: #fff;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: #0F0E14;
}
.role-page .form-block .choose-block ul li a .status-block .status-admin {
  color: #41515C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 2px;
  color: #0F0E14;
}
.role-page .form-block .choose-block ul li a .status-block p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #0F0E14;
}
.role-page .form-block .choose-block ul li a .status-block span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 7px;
  color: #0F0E14;
}
.role-page .form-block .choose-block ul li a img {
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.role-page .form-block .choose-block ul li a:hover {
  background: #EEF5FB;
  border-color: #4897D8;
}
.role-page .form-block .choose-block ul li a:hover img {
  opacity: 1;
}
.role-page .form-block .choose-block ul li a:active {
  background: #EEF5FB;
  border-color: #4897D8;
}
.role-page .form-block .choose-block ul li a:active img {
  opacity: 1;
}
.role-page .form-block .choose-block ul li a:focus {
  background: #EEF5FB;
  border-color: #4897D8;
}
.role-page .form-block .choose-block ul li a:focus img {
  opacity: 1;
}
.help-block .help-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0;
  list-style: none;
}
.help-block .help-list li {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  color: #3C3950;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease-in-out;
}
.help-block .help-list li svg {
  color: #08be7c;
  transition: all 0.2s ease-in-out;
}
.help-block .help-list li.disabled {
  opacity: 0.5;
}
.help-block .help-list li.disabled svg {
  color: #3C3950;
  opacity: 0.4;
}
.help-block .help-list li::marker {
  color: #3C3950;
  font-size: 20px;
}
