html {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  height: 100%;
  margin: 0;
  overflow: auto;
}


/*MAIN*/
.main-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.main-content .root-region {
    height: calc(100% - 90px);
}


/*BUTTON*/
.btn-violet {
  background-color: #F0C414 !important;
  width: 100%;
  border: 0;
  padding: 10px;
  color: #292D32;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 14px !important;
  border: none !important;
}
.btn-violet:hover {
  background: #1c7931fa;
}


/*LOGO*/
.header-content {
    height: 50px;
    padding: 1rem;
}
@media (max-width: 1000px) and (min-width: 0px) {
  .header-content {
    height: 100px;
    margin-top: 1.5em;
  }
}
.logo {
    padding: 5px;
    margin-top: 1em;
    line-height: 20px;
    float: none;
    text-align: center;
}
.logo .logo-img {
    height: 25px;
    width: auto;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px;
    float: none;
    -ms-flex: 0 0 auto;
}
.logo .logo-title {
    height: 100%;
    float: none;
    text-align: center;
    padding: 10px;
    transition: opacity 0.3s ease;
}
.logo .logo-title .logo-text {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.logo .logo-title span {
    display: block;
    font-family: Magistral, sans-serif;
}
.logo .logo-title .logo-subtext {
    line-height: 1.1em;
    font-size: 14px;
    color: #000000;
}
.logo .logo-title span {
    display: block;
    font-family: Magistral, sans-serif;
}
@media (max-width: 1000px) and (min-width: 0px) {
  .logo {
      margin-top: 0;
  }
}


/*ADMIN LINK*/
.fixed-page-admin {
  float: right;
}
.fixed-page-admin img {
  width: 25px;
  height: 25px;
  color: aliceblue;
  color: #FFFFFF;
  background-color: rgb(255 255 255);
  padding: 10px;
  border-radius: 0 0 6px 6px;
}
@media (max-width: 1000px) and (min-width: 0px) {
  .fixed-page-admin{
    float: none;
    text-align: center;
  }
}


/*LOGIN*/
#login-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em!important;
  border: none !important;
  z-index: 7;
  padding: 10px 0;
  border-radius: 6px;
  color: rgba(0,0,0, 0.87);
  width: 60%;
}
@media (max-width: 1000px) and (min-width: 0px) {
  #login-content {
      width: 90%;
      padding-right: 0 !important;
      padding-left: 0 !important;
  }
}
.header-filter {
  position: relative;
}
.page-header {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
@media (max-width: 1000px) and (min-width: 0px) {
  .page-header {
    align-items: normal;
  }
}
.header-filter:after,
  .header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}
.header-filter:after,
  .header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}
form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  margin: 0 0 15px;
  box-sizing: border-box;
  color: #4a5568;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #C4CDD9;
  border-radius: .4rem;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 2.3em;
  padding: 1.15rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;

}
form input::placeholder {
  color: #ADB5BF;
}
.mb-1 {
  margin-bottom: 0.2em;
}
.form-row, .submit-row {
  margin: 5px;
  padding: 5px;
}
.input-label {
  font-size: small;
  color: #292D32;
  padding-bottom: .5em;
}
.registration-row {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;

  a {
    color: #2D76D6;
    text-decoration: none;
  }
}

/*ERROR TEXT*/
.errornote {
  color: #ef5a5a;
  padding: 8px 8px 8px 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.msgnote {
  color: #2D76D6;
  padding: 8px 8px 8px 8px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.875rem;
  
}
.title {
  padding-bottom: 2em;
  margin-right: 2rem;
  margin-left: 2rem;
  margin-top: 30px;
  min-height: 32px;
  text-align: center;
}
.title-name {
  color: #212529;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.5rem;
  font-size: 1.5rem;
}
.title p {
  color: #475765eb;
  font-size: 1.3rem;
}
.title-login {
  font-size: 1.3em;
  font-weight: bold;
  color: #607d8b;
}
.password-reset {
  padding: 0 10px 10px;
  margin-top: -5px;
  font-size: 12px;
  cursor: pointer;
  text-align: right;

  a {
    text-decoration: none;
    color: #2D76D6;
  }
}


/*LOGGED OUT*/
.link {
  color: #2D76D6;
  float: right;
  margin: 5px;
  text-decoration: none;
}


/*REGISTRATION*/
.registr-content {
    height: 100vh;
    min-height: 900px;
}
.registr-content .row {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.registr-content .container{
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1000px) and (min-width: 0px) {
  .registr-content .container {
      width: 90%;
  }
}
.registr-content .contents {
    width: 100%;
}
.select-form {
  font-family: "Roboto", sans-serif;
  outline: 0;
  margin: 0 0 15px;
  box-sizing: border-box;
  color: #4a5568;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #e2e8f0;
  border-radius: .375rem;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 2.3em;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}


/*PAGE TEXT*/
.page-text-content {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    color: #fff;
    height: calc(100% - 90px);
    width: 100%;
}
.text-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em!important;
  border: none !important;
  z-index: 7;
  padding: 10px 0;
  border-radius: 6px;
  color: rgba(0,0,0, 0.87);
  width: 60%;
}
@media (max-width: 1000px) and (min-width: 0px) {
  .text-content {
      width: 90%;
  }
}
.msg-content {
  margin: 5px;
  padding: 5px;
  text-align: center;
}
.txt {
  font-size: 16px;
  line-height: 30px;
}
.text-content ul {
  font-size: 12px;
  color: #6c757d;
}
.text-content .errorlist {
  font-size: 14px;
  color: #ef5a5a;
}

/* AUTHORIZE */
.authorize-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #262626;
}
.authorize-content p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.authorize-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.authorize-content ul {
  margin: 12px 0;
}
.authorize-content .container {
  width: 40%;
}
.authorize-modal {
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0px 12px 24px -4px rgba(24, 23, 42, 0.2),
    0px 2px 2px 0px rgba(24, 23, 42, 0.1);
}
.authorize-link {
  margin: 4px 0 !important;
}
.authorize-permissions {
  margin-top: 12px;
}

.user-card {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.user-data {
  margin-left: 12px;
}
.avatar {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 100%;
}

@media (max-width: 1000px) and (min-width: 0px) {
  .authorize-content .container {
    width: 90%;
  }
  .avatar {
    width: 36px;
    height: 36px;
  }
}
.text-heading-sm {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #262626;
}
.text-medium-xs {
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}
.text-regular-md {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0.5em !important;
}
.text-indigo {
  color: #2D76D6;
  text-decoration: none;
}
.text-muted {
  color: #737373;
}

.btn-group {
  display: flex;
  gap: 8px;
}
.btn {
  cursor: pointer;
  margin: 0;
  padding: 10px;
  font-weight: 500;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--muted-muted-300, #d4d4d4);
  transition: outline 0.3s;
  color: #292D32;
}
.btn:active {
  outline: 3px solid #F0C41488;
}
.btn-yellow {
  background-color: #F0C414 !important;
  border: 0;
  padding: 10px;
  color: #292D32;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 16px !important;
  border: none !important;
}
