html body{
    font-family: "Roboto", sans-serif;
}

.container_login{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.container_geral_login{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#form_login{
    width: 80%;
    background-color: #f7f7f7;
    padding: 2vh;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.header{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    border-bottom-left-radius: 10px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:1vh;
}

.header a{
    font-size: 16px;
    font-weight: bold;
}

.leftcontent{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ullistleft{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.lilistleft{
    margin-left: 2vh;
}
.moreinfoheader ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.linkrightheader{
    margin-right: 2vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.linkrightheader i{
    margin-right: 1vh;
}

.title_page{
    font-size: 25px;
    font-weight: 600;
}

.container-page{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 1vh;
    margin-top: 2vh;
}

.textcardservices{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textcardservices i{
    font-size: 40px;
}

.textcardservices b{
    font-size: 30px;
}

.titletextapistate{
    font-size: 18px;
    font-weight: bold;
}

.containerapistate{
    background-color: #fff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 1vh;
}

.coniconapi{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

.coniconapi i{
    font-size: 50px;
}

.container_search{
    background-color: #fff;
    border-radius: 10px;
    padding: 1vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.marcadorcli{
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

.containercli{
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.conclicode{
    width: 10%;
    background-color: red;
}

.conclinome{
    width: 35%;
    background-color: yellow;
}

.conclicpf{
    width: 15%;
    background-color: blue;
}

.conclicidade{
    width: 20%;
    background-color: aqua;
}

.conclitel{
    width: 20%;
    background-color: orange;
}

.carduser{
    width: fit-content;
    padding: 1vh;
    border-radius: 10px;
}

.btngerenciauser{
    transition: 0.6s;
}

.btngerenciauser:hover{
    color: #fff;
    transform: scale(1.1);
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid lightblue;
    border-right-color: orange;
    animation: l2 1s infinite linear;
  }
  @keyframes l2 {to{transform: rotate(1turn)}}

  .divnotresult{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    border-radius: 10px;
    padding: 1vh;
    text-align: center;
  }
  .divnotresult i{
    color: orange;
    font-size: 45px;
  }

  .container_search{
    width: 60%;
    float: right;
    margin-top: 2vh;
  }

  .container_search button{
    margin-left: 1vh;
  }

  .linebtnsolicita{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .solicitacaocon{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 2vh;
  }

  .containersolici{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .delete_item{
    position: absolute;
    right: 2vh;
  }

  .container_search_cliente{
    width: 100%;
    position: absolute;
    padding: 1vh;
    border-radius: 10px;
    display: none;
    margin-top: -4vh;
    background-color: #ccc;
    max-height: 400px;
    z-index: 999999999;
    overflow-y:auto;
  }

  .container_search_vendedor{
    width: 100%;
    position: absolute;
    padding: 1vh;
    border-radius: 10px;
    display: none;
    margin-top: -4vh;
    background-color: #ccc;
    max-height: 400px;
    z-index: 999999999;
    overflow-y:auto;
  }

  .vmtextarea{
    padding: 1vh !important;
    border-radius: 10px !important;
    background-color: #dbdbdb !important;
    height: 130px !important;
  }

  .btnadddesc{
    position: absolute;
    margin-left: -10vh;
  }

  .container_search_prod{
    width: 30%;
    position: absolute;
    padding: 1vh;
    border-radius: 10px;
    display: none;
    margin-top: -3vh;
    background-color: #ccc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    max-height: 450px;
  }

  .btn_dropvm{
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vh;
  }

  .btnsharemodal{
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 2vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1vh;
  }

  .btnselectitem{
    width: 100%;
    padding: 2vh;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1vh;
  }

  .state_0{
    padding: 1vh;
    text-align: center;
    border-radius: 10px;
    background-color: #ccc;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .state_1{
    padding: 1vh;
    text-align: center;
    border-radius: 10px;
    background-color: #004712;
    color: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .state_2{
    padding: 1vh;
    text-align: center;
    border-radius: 10px;
    background-color: #019b27;
    color: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .state_3{
    padding: 1vh;
    text-align: center;
    border-radius: 10px;
    background-color: #ff0000;
    color: #fff;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .containershareop{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .btnsearchvenda{
    padding: 1vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    color: #fff;
    border: none;
    border-radius: 10px;
  }

  .btnsearchvendedor{
    padding: 1vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    color: #fff;
    border: none;
    border-radius: 10px;
    margin-top: 1vh;
  }

  .selectclient{
    transition: 0.6s;
    padding: 1vh;
    border-radius: 10px;
    cursor: pointer;
  }

  .selectclient:hover{
    background-color: #f7f7f7;
  }

  .inputhiddenimgintro{
    display: none;
  }

  .container_add_img_intro{
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 1vh;
    border-radius: 10px;
  }

  #logopdf{
    display: none;
  }

  #editor-container {
    height: 300px;
  }

  .tabs_vm{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .tabs_vm_active{
    border-bottom: 2px solid blue;
    font-weight: bold;
  }

  .inputlogorepresentada{
    display: none;
  }

  .btnssaveemphd{
    visibility: hidden;
  }

  .tabpagvendas{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .tabactivepgvendas{
    border-bottom: 2px solid blue;
    font-weight: bold;
  }

  .conleftcad{
    height: 103px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .rowvmempresarep{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .container_text_cond{
    display: none;
  }

  label{
    font-size: 16px !important;
  }

  .btnselectlogopdfheader{
    width: 40%;
    height: 80px;
    border-radius: 10px;
    font-size: 20px;
  }
  #btnsubmitaddprop{
    visibility: hidden;
  }

  .notification_card{
    padding: 2vh;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vh;
  }

  .notification_card h2{
    font-size: 18px;
  }

@media only screen and (max-width: 768px) {
    #form_login{
        margin-top: 2vh;
    }

    .conclicode{
        width: 25%;
        background-color: red;
    }
    
    .conclinome{
        width: 75%;
        background-color: yellow;
    }
    
    .conclicpf{
        width: 100%;
        background-color: blue;
    }
    
    .conclicidade{
        width: 100%;
        background-color: aqua;
    }
    
    .conclitel{
        width: 100%;
        background-color: orange;
    }
    .containercli{
        flex-wrap: wrap;
        padding: 2vh;
    }
    .conleftcad{
        text-align: center;
    }
}