@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600&display=swap");

.dfl-jc{
    display: flex;
    justify-content: center;
}

.btn-style{
    width: auto;
    padding: 10px 60px;
}

.grey-back{
    background-color: #f5f5f5;
}

.rndbd{
    border-radius: 6px;
    overflow: hidden;
}

.title-header{
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 35px;
}
.w-500{
    width: 500px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px 6px rgb(0 0 0 / 6%);
}

.btn-login{
    background-color: #a4ba2f;
}

.main-section{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

main{
    height: 100vh;
    background-color: #cacaca;
}

.logo-login{
    width: 110px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.wm-180{
    max-width: 180px;
}

.w-25{
    width: 20px !important;
    height: 20px;
}



.pt-25{
    padding-top: 25px;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-10{
    margin-bottom: 10px;
}

.justif-center{
    justify-content: center;
}

.justif-btwn{
    justify-content: space-between;
}

.text-none{
    text-decoration: none;
}

.box-sindic{
    width: 100%;
    height: 70px;
    background-color: #f5f5f5;
    border-radius: 6px;
    display: flex;
    /* margin-bottom: 15px; */
    padding: 5px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 75%); 
}

.box-sindic-modal{
    width: 115%;
    height: 70px;
    background-color: #f5f5f5;
    border-radius: 6px;
    display: flex;
    /* margin-bottom: 15px; */
    padding: 5px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px -5px rgb(0 0 0 / 75%); 
}

.mt-15{
    margin-top: 15px;
}

.mt-10{
    margin-top: 10px;
}

.justif-arnd{
    justify-content: space-around;
}

.w-70p{
    width: 70%;
    height: 100%;
    margin-left: 10px;
}

.w-15p{
    width: 13%;
    height: 100%;
}

.w-50p{
    width: 50%;
    height: 100%;
}

.max-h{
    max-height: 85%;
    max-width: 85%;
    border-radius: 5px;
}

.box-style{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-left: 15px;
}

.text-box{
    font-size: 18px;
    margin: auto;
}

.w-500{
    width: 500px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px 6px rgb(0 0 0 / 6%);
}

.main-section{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

main{
    height: 100vh;
    background-color: #cacaca;
}

.logo-login{
    width: 110px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.w-25{
    width: 20px !important;
    height: 20px;
}

.help-block{
    color: #CF0000;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input:read-only { 
  color:grey; 
}