.box-login-search {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
}

.box-login {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  column-gap: 0.5rem;
}

.box-login img {
  width: 35px;
  height: 35px;
}

.box-login a {
  text-decoration: none;
  color: #4B1568!important;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.btnEnter {
  display: block;
}

.btnSair {
  display: none;
}

.message-warning {
  height: 10px;
  display: block;
  color: red;
  font-style: italic;
  font-family: Rubik;
  font-size: 0.8rem;
  text-align: center;
}

.message-warning-register {
  height: 10px;
  display: block;
  color: red;
  font-style: italic;
  font-family: Rubik;
  font-size: 0.8rem;
  text-align: center;
}


/* The Modal (background) */
.modalLogin {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  justify-content: center;
  align-items: center;
  left: 0;
  top: 96px;
  width: 100%; /* Full width */
  height: calc(100% - 96px);
  overflow: auto; /* Enable scroll if needed */
  backdrop-filter: blur(3px);
}


/* Modal Content/Box */
.modal-content-login {
  background-color: #fefefe;
  margin-top: 0%; /* 15% from the top and centered */
  position: relative;
  bottom: 0%;
  padding: 40px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #54545494;
  width: 450px; /* Could be more or less, depending on screen size */
  height: 370px; /* Could be more or less, depending on screen size */
  animation: load 300ms linear;
}

@keyframes load {
  0% {
    bottom: 50%;
  }

  100% {
    bottom: 0%;
  }
}


.box-content-login {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 0rem 1.45rem!important;
}

.box-content-login h2 {
  color: #4B1568;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1rem;
}

.box-content-login > div > input {
  width: 100%;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-family: Rubik !important;
  color: #07050594!important; 
  padding: 0.8rem 0.5rem !important;
  border-radius: 10px!important;
  border: 1px solid #d1d1d9;
  outline: none;
}

.box-content-login > div > input::placeholder {
  padding-left: 0.6rem;

}

#btnForgotPassword {
  width: 100%;
  font-size: 0.9rem !important;
  font-family: Rubik !important;
  font-weight: 400 !important;
  color: #07050594 !important;
  text-align: center !important;
  padding-left: 3px;
}

.mb-01 {
  margin-bottom: 15px !important;
}

.mb-11 {
    margin-bottom: 20px!important;
}

.mb-22 {
  margin-bottom: 10px!important;
}


.box-content-login > div > button {
  width: 100%;
  font-family: Rubik!important;
  font-size: 1rem!important;
  font-style: normal;
  font-weight: 200!important;
  color: #fff;
  background-color: #4B1568;
  padding: 0.8rem 0.5rem !important;
  border-radius: 10px!important;
  border: 1px solid #d1d1d9;
  outline: none;
}

.box-content-login > p {
  width: 100%;
  font-size: 0.9rem !important;
  font-family: Rubik !important;
  font-weight: 400 !important;
  color: #07050594 !important;
  text-align: center !important;
}

  .box-content-login > p > a {
    width: 100% !important;
    font-family: Rubik !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #4B1568 !important;
  }


/* The Modal (background) */
.modalCompany {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  justify-content: center;
  align-items: center;
  left: 0;
  top: 96px;
  width: 100%; /* Full width */
  height: calc(100% - 96px);
  overflow: auto; /* Enable scroll if needed */
  backdrop-filter: blur(3px);
}


/* Modal Content/Box */
.modal-content-modalCompany {
  background-color: #fefefe;
  /*margin-top: 4%;  15% from the top and centered */
  position: relative;
  bottom: 0%;
  padding: 40px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #54545494;
  width: 450px; /* Could be more or less, depending on screen size */
  height: 320px; /* Could be more or less, depending on screen size */
  animation: load 300ms linear;
}

@keyframes load {
  0% {
    bottom: 50%;
  }

  100% {
    bottom: 0%;
  }
}

.box-content-modalCompany {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding: 0rem 1.2rem !important;
}

.box-content-modalCompany h2 {
  color: #4B1568;
  text-align: center;
  font-family: Rubik!important;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

/*
option.avatar {
  width: 26px;
  height: 25px;
  background-repeat: no-repeat !important;
  padding-left: 20px;
}

.ui-menu-item-wrapper {
  font-family: Rubik !important;
  font-size: 0.9rem;
}

.ui-menu-item-wrapper span {
  width: 26px;
  height: 25px;
}


.avatar .ui-icon {
  background-position: left top;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
}

.ui-selectmenu-button.ui-button {
  font-family: Rubik !important;
  font-size: 0.9rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  background-color: transparent !important;
}

.ui-state-default,
.ui-widget-content
.ui-state-default,
.ui-widget-header
.ui-state-default,
.ui-button, html
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
  font-family: Rubik !important;
  font-size: 0.9rem!important;
  border: 1px solid #d3d3d3;
  background: none;
  font-weight: normal;
  color: #000000;
}

.ui-selectmenu-text {
  font-family: Rubik !important;
  font-size: 0.9rem;
  font-weight: 200;
  color: #000000;
}

  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    font-family: Rubik !important;
    font-size: 0.9rem;
    border: 1px solid #d3d3d3;
    background: none;
    font-weight: 200;
    color: #000000;
  }

  */

  .box-content-modalCompany > div > p {
    font-family: Rubik !important;
    font-size: 0.888rem;
    font-weight: 400!important;
    color: #4B1568;
    text-align: center;
  }

.box-content-modalCompany > button {
  width: 100%;
  font-family: Rubik!important;
  font-size: 0.9rem!important;
  font-style: normal;
  font-weight: 200!important;
  color: #fff;
  background-color: #4B1568;
  padding: 0.8rem 0.5rem !important;
  border-radius: 10px;
  border: 1px solid #d1d1d9;
  outline: none;
  margin-top: 0.9rem;
}

.select2-selection {
  height: 47px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 9px !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: Rubik !important;
  padding-left: 15px !important;
  color: #07050594!important;
}

.select2-results__options > li {
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: Rubik !important;
  color: #07050594 !important;
}

#select2-select-company-container > span {
  display: flex !important;
  align-content: center !important;
  gap: 0.5rem !important;
}

.select2-results__option > span {
  display: flex !important;
  align-content: center !important;
  gap: 0.5rem !important;
  flex-wrap: wrap!important;
}


.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px!important;
  position: absolute;
  top: 10px!important;
  right: 10px!important;
  width: 30px!important;
}


/* The Modal (background) */
.modalSignUp {
  display: none; /* Hidden by default */
  position: fixed;  /*Stay in place */
  z-index: 1; /* Sit on top */
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  backdrop-filter: blur(3px);
}


/* Modal Content/Box */
.modal-content-modalSignUp {
  background-color: #fefefe;
  /*margin-top: 1%;  15% from the top and centered */
  position: relative;
  padding: 40px 60px 20px 60px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 20px #54545494;
  width: 450px; /* Could be more or less, depending on screen size */
  height: 620px; /* Could be more or less, depending on screen size */
  animation: load 300ms linear;
}

@keyframes load {
  0% {
    bottom: 50%;
  }

  100% {
    bottom: 0%;
  }
}

.box-content-modalSignUp h2 {
  color: #4B1568;
  text-align: center;
  font-family: Rubik;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
}


.box-content-modalSignUp > p {
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: Rubik !important;
  color: #07050594 !important;
  text-align: center;
}



.box-input-signup > input {
  width: 100%;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-family: Rubik !important;
  color: #07050594 !important;
  padding: 0.8rem 0.5rem !important;
  border-radius: 10px;
  border: 1px solid #d1d1d9;
  outline: none;
}

.box-input-signup > input::placeholder {
  padding-left: 0.5rem !important;
}

.box-content-modalSignUp > button {
  width: 100%;
  font-size: 1rem !important;
  font-weight: 200 !important;
  font-family: Rubik !important;
  color: #fff;
  background-color: #4B1568;
  padding: 0.8rem 0.5rem !important;
  border-radius: 10px;
  border: 1px solid #d1d1d9;
  outline: none;
  margin-top: 1rem;
}

.box-input-signup_checkbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.box-input-signup_checkbox > label {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-family: Rubik !important;
  color: #07050594 !important;
}

.img-flag {
    width: 32px!important;
}

.close-modal-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0px;
  top: 0px !important;
  background-color: #4B1568;
  border-radius: 0px 0px 0px 25px;
}

.close-modal-btn {
  color: #fff !important;
  background-color: #4B1568;
  border: 0px;
  font-family: Ubuntu!important;
  font-size: 13px!important;
  font-weight: 900;
}

@media screen and (min-width: 0px) and (max-width: 580px) {
  .box-login {
        display: flex!important;
        gap: 0.5rem!important;
        margin-left: 0.9rem!important;
    }

    .modal-content-login {
      padding: 40px 20px;
      width: 320px; /* Could be more or less, depending on screen size */
      height: 385px; /* Could be more or less, depending on screen size */
    }

    /* Modal Content/Box */
    .modal-content-modalCompany {
      padding: 40px 20px;
      width: 320px; /* Could be more or less, depending on screen size */
      height: 320px; /* Could be more or less, depending on screen size */
    }

    /* Modal Content/Box */
  .modal-content-modalSignUp {
    /*margin-top: 0%;  15% from the top and centered */
    padding: 40px 20px;
    width: 320px; /* Could be more or less, depending on screen size */
    height: 620px; /* Could be more or less, depending on screen size */
  }


}


