body {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  overflow: hidden;
}

.cursor-pointer{
  cursor:pointer;
}

/* ======================================================= */

/* Custom Scroll Bar events */

/* width */

.custom-scrollbar::-webkit-scrollbar{
  width: 5px;
  height: 5px;
  border-radius: 20px;
}

.custom-scrollbar{
  scrollbar-color: #F5A341 transparent;
  scrollbar-width: thin;
}

/* Track */

.custom-scrollbar::-webkit-scrollbar-track {
  background: #DDDADA;
  border-radius: 20px;
}

/* Scrollbar Mozilla Dark*/

.dark .custom-scrollbar{
  scrollbar-color: #F5A341 #181A20;
  scrollbar-width: thin;
}

.dark .darker-track.custom-scrollbar {
  scrollbar-color: #A8A8A8 #111214;
}

.dark .custom-scrollbar::-webkit-scrollbar-track {
  background: #181A20;
}

.dark .darker-track.custom-scrollbar::-webkit-scrollbar-track {
  background: #111214;
}

/* Handle */

.custom-scrollbar::-webkit-scrollbar-thumb {
  background:#F5A341;
  border-radius: 20px;
}

.dark .custom-scrollbar::-webkit-scrollbar-thumb {
  background:#707070;
}

/* Handle on hover */

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #A8A8A8;
}

.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

/* ======================================================= */

.reset-questions-container{
  height: 360px;
  overflow-y: scroll;
  padding-bottom: 35px;  
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
}

.wrapper {
  height: 100vh !important; 
  /*height: unset;
  min-height: 100vh;*/
  position: relative;
  top: 0;
  height: auto;  
}

.wrapper.wrapper-login-full {
    justify-content: unset;
    align-items: unset;
    overflow: auto;
}


.form__login .sso__login {  
  x-margin-bottom: 20px;
}

.form__login button.sso {
    background: #F5A341;
    color: #222532;
    text-align: left;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 10px;
    width: 80%;
    margin: 15px;
    font-size: 14px;
    border: #F5A341;
}



.form__login button.sso[disabled], .form__login button.sso:hover {
  background:  #F5A341;
}

.form__login button.sso:focus {
  outline: none;
}

.form__login button.sso.google-sso>img {
  border-radius: 50px;
}

.form__login button.sso>img {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.otherLogin {
  display: none;
  text-align: center;
}

.orWord {
  background-color: #EFEAE9;
  text-align: center;
  position: relative;
 
  margin: 5px;
  top: -10px;
  color: #222532;
}

.lineDiv {
  border-bottom: 1px solid #222532;
  list-style: none;
  opacity: 0.5;
}

/*
* === LOGIN ===
*/

.btn-toggle-visible{
  position:absolute;
  right:40px;
  top: 0px;
  cursor:pointer;
}

.btn-toggle-visible .icon{  
  font-size: 14px;
  color:  #222532 !important;
}

.login-content .form-group {
  margin-bottom: 15px;
}

.login-content .form-group label {
  margin-bottom: .5rem;
  color: #222532;
  font-size: 14px;
  font-weight: 400;
  /*white-space: nowrap;*/
  vertical-align: middle;
  cursor: pointer;  
}

.input-required {
  border: solid 1px #721c24 !important;
}

.login-content .form-group .link {
  color: #222532;
  float: right;
  font-size: 13px;
  margin-right: 11%;
  margin-top: 4%;
  margin-bottom: 4%;
  text-decoration: underline;
}
 .add-button {
           border-radius: unset;
           display:none;
           width: 100%;
           height: 40pt;
           background-color: #F5A341 !important   
           color:  #222532 !important;
      }

.login-content .form-group .link:hover,
.login-content .form-group .link:focus {
  opacity: .8;
  outline: 0;
  text-decoration: none !important;
}

.login-content .form-control {
    width: 81%;
    background: #B3B4B099 !important;
    opacity: 1;
    text-align: center;
    border-radius: 30px;
    margin-left: 10%;
    font-size: 12px;
}

.login-content .form-control:focus {
  border-color: #F5A341;
  opacity: 1;
  font-size: 12px;
}

.login-aside {
  float:left;
  min-height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column!important;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.login-aside.left-side {
  display: none;
}



.login-aside .login-content {
  width: 41rem;
  height: auto;
  padding: 20px
}

.remember_checkbox_position {
  margin-left: -15px;
}

.login-content .custom-checkbox {
  display: none;
  cursor: pointer;
  position: relative;
}

.login-content .custom-checkbox input {
  cursor: pointer;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.logoImg {
  vertical-align: middle;
  max-width: 75%;
  width: auto;
  height: auto;
}

.login-content .custom-checkbox label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.login-content .btn-submit {
background-color: #F5A341; 
color: #222532;
font-size: 14px;
border-radius: 10px;
width: 80% !important;
margin: 8px 2px !important;
left: 10%;
}

.login-content .btn-submit.btn[disabled] {
color: #222532 !important;
}

.login-content .btn-submit:hover {
  opacity: .8;
}

.login-content .btn-submit:active {
  opacity: .7;
}

.btn-primary {
  background-color: #F5A341; 
  color: #222532;
  font-size: 14px; 
  width: 80%;
  border-radius: 15px;
  margin: 0px 39px;
}

.btn-primary:hover {
  background-color: #F5A341; 
  color: #222532;
  font-size: 14px;
  width: 80%;
  margin: 0px 39px;
  border-radius: 15px;
  opacity: .8;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus{
  background-color: #F5A341;
  border-color: #F5A341;
  color: #222532;
  font-size: 14px;
  width: 80%;
  opacity: .7;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: #F5A341 ;
    color: #000000;
    font-size: 14px;
    border-radius: 10px;
    width: 80% !important;
    height: 40px !important;
    border-radius: 15px;
}



.invalidLogin {
  color: #000;
}

.error_msg {
    color: #222532 !important;
    background: #F5A341;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    margin: 0px -20px 0 -20px
}

.error_response{
    border-radius:0!important;
     text-align: center;
    font-size: 12px;
    padding: 10px;
    margin: 0px -20px 0 -20px
}

.forgot-form {
  display: none;
}

.form__field {
  text-align: center;
}

.enter_label {
  display: none;
  color: #222532;
  margin-left: 10px;
  margin-bottom: -10px;
}


/*lxp login css*/
.login-aside {
    width: 100%;
    height: 100%
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#username, #password {
    top: 497px;
    left: 777px;
    width: 81%;
    background: #B3B4B099;
    opacity: 1;
    text-align: center;
    border-radius: 30px;
    margin-left: 10%;
    font-size: 12px;
    border-color: #1B1C1F;
    color: #222532;
}

#username::placeholder, #password::placeholder {
  color: #222532c9;
}

.login-content select.form-control,
.login-content input.form-control {
  color: #222532 !important;
}


/* Evitar mudança na cor de fundo */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #222532 !important;

}


.btn-submit {   
    width: 80% !important;
    height: 40px !important;
    border-radius: 15px;
}

.lxp-msg {
    color: #222532;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2rem;
    letter-spacing: var(--unnamed-character-spacing-0);
    letter-spacing: 1px;
    opacity: 1;
    font-weight: bold;
    font-size: 14px;
}




/*lxp login css*/

.login-content { 

    background: #B3B4B099 !important; 
    border-radius: 15px;
    
}

 


 
     .login-aside.right-side {
      background: url('/api/login-theme-v1/images/img.aside.png') no-repeat center center fixed !important; 
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      overflow: hidden;
    }
 

.error_msg {
    color: #ffff;
    background: #F5A341;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    margin: 0px -20px 0 -20px
}

.login-content-lb {
 /* background: #11121499; */ ;
    border-radius: 15px;
    
    min-width: 375px !important;
    
}

.login-aside-lb .login-content-lb {
    position: fixed;
    width: 375px;
}

.login-aside-lb .login-content-lb {
    transform: translate(-50%, -50%);    
}

.error-lb {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.login-aside-lb.right-side {
    background-color: #181a20 !important;
    overflow: auto;
}

.login-container {
    background: #000!important;
    display: flex!important;
}

.login-aside-lb {
    float: left;
    min-height: 100vh;
    
    position: relative;
    width: 100%;
}


@media screen and (max-width:768px) {

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
}
  .login-aside .login-content {
        border-radius: 15px;
  }

  .login-aside {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
  }
 
 .login-content { 
    border-radius: 15px;
    background:#B3B4B099!important;
    margin-bottom: 15px!important;

}
#username, #password {
    /* top: 497px;  */
    /* left: 777px; */
    width: 79%;
    height: 36%;
    background: #B3B4B099;
    opacity: 1;
    text-align: center;
    border-radius: 30px;
    /* margin-left: 53px; */
    font-size: 12px;
    border-color: #1B1C1F;
}
  
.login-aside .login-content {   
    width: 37rem;
    height: auto;
    padding: 20px
}

.add-button {
           border-radius: unset;
           display:block;
           width: 100%;
           height: 40pt;
           background-color: #F5A341 !important   
           color: #222532 !important ;
      }

.hidden-ios {
  display: none ;
}
.add-button.hidden-ios {
    display: none;
  }

  .share-button {
    position: relative;
  }

  .share-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
  }

  .share-tooltip {
    display: none;
    position: absolute;
    top: 50%;
    left: -180px;
    transform: translateY(-50%);
    width: 160px;
    padding: 10px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
  }

  .share-button:hover .share-tooltip {
    display: block;
  }
.ios-instructions {
  position: fixed;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  text-align: center;
  z-index: 9999;
}

.ios-instructions .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.arrow-box {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.arrow-box:before {
  content: '';
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: 10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.balloon {
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.balloon:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

}

.rules-itens{
  color: #222532;
  font-size: 12px;
}

li.rules {
  list-style-type: lower-roman;
}

ol, ul {
    margin: 10px 10px 13px;
}

.btn-password{

}

.clear {
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #222532;
    font-weight: bold;
    pointer-events: auto;
    font-size: 10px !important;
  }

  .position-relative {
    position: relative;
  
  }

  
.pwsh-icon {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #222532;
  font-size: 12px;
  cursor: pointer;
}

.clear-icon {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #222532;
  font-size: 12px;
  cursor: pointer;
}