#painel-menu-esquerdo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    max-width: 150px;
}

#painel-menu-esquerdo button {
    padding: 10px;
    border-radius: 20px;
    border: auto;
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
    font-size: 12px;
    height: 100px;
    transition: .2s;
    text-align: center;
}

#painel-menu-esquerdo button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    color: white;
}

.btn1 {
    border-color: rgb(239,91,91);
}

.btn2 {
    border-color: rgb(255,186,73);
}
.btn3 {
    border-color: rgb(32,162,158);
}

.btn1:hover {
    background-color: rgb(239,91,91);
    cursor: pointer;
    color: white;
}
.btn2:hover {
    background-color: rgb(255,186,73);
    cursor: pointer;
    color: white;
}
.btn3:hover {
    background-color: rgb(32,162,158);
    cursor: pointer;
    color: white;
}

.btnPraem {
    padding:5px;
    border-radius: 5px;
    transition: .5s;
}

#dash {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}

#frmEncaminhamentoPraem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
    border: 1px solid #ccc;
    padding: 10px;
}

.encaminhamentosDireita {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.encaminhamento {
    width: 100%;
}

#dashFormEncaminhamento {
    width: 350px;
    /* border: 1px solid black; */
    box-shadow: 0px 0px 5px black;
    overflow: hidden;
}

#formEncaminhamentoPraem {
    position: relative;
    height: 500px;
    overflow: hidden;
}

#formEncaminhamentoPraem div {
    width: 300px;
    position: absolute;
    top: 70px;
    left: 20px;
    transition: 0.5s;
}

#dashFormEncaminhamento h3 {
    text-align: center;
    margin-bottom: 40px;
    color: rgb(119, 136, 153);
    text-transform: uppercase;
}

#dashFormEncaminhamento input {
    width: 100%;
    padding: 10px 5px;
    margin: 5px 0px;
    border: 0px;
    border-bottom: 1px solid #777;
    outline: none;
    background: transparent;
}

#formEncaminhamentoPraem .btn-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: 20px;
}

#dashFormEncaminhamento button {
    width: 110px;
    height: 35px;
    margin: 0 10px;
    background: rgb(239,91,91);
    border-radius: 30px;
    border: 0;
    outline: none;
    color: #fff;
    cursor: pointer;
}


#formEncaminhamentoPraem #step2 {
    left: 450px;
}

#formEncaminhamentoPraem #step3 {
    left: 450px;
}

#formEncaminhamentoPraem #step4 {
    left: 450px;
}

#step2 p {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

#step2 p input {
    width: 5%;
}

#step2 p input:hover {
    cursor: pointer;
}

label {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

textarea {
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    padding-top: 10px;
    font-size: 12px;
    resize: none;
    visibility: none;
}

textarea::placeholder {
    font-size: 10px;
}

.step-row {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-shadow: 0 -1px 5px -1px #000;
    position: relative;
    top: 0px;
}

.step-col {
    width: 25%;
    text-align: center;
    color: #333;
    position: relative;
}

.step-col small {
    border-radius: 25%;
    border: 1px solid black;
    padding: 5px;
    transition: 1.5s;
}

#progress {
    position: absolute;
    height: 100%;
    width: 25%;
    background: linear-gradient(to right, #ff105f, #ffad06);
    transition: 1s;
}

#progress::after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -20px;
    top: 0px;
    border-left: 20px solid #ffad06;
}

#dashBotoesVisualizar {
    width: 550px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon-dashEncaminhamentos {
    font-size: 120px;
    color: rgba(119, 136, 153, 1);
}

#dash h1 {
    font-size: 30px;
    color: rgba(119, 136, 153, 1);
}

.dashBtnVisualizar {
    width: 100px;
    border: 1px solid black;
    border-radius: 10px;
}

.dashBtnVisualizar-header {
    background-color: rgb(239,91,91);
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.dashBtnVisualizar-header p {
    font-size: 10px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.dashBtnVisualizar-content {
    padding: 10px;
}

.dashBtnVisualizar-content h1 {
    text-align: center;
}

.dashBtnVisualizar-footer {
    padding: 10px;
    background-color: rgb(239,91,91);
    border-radius: 0px 0px 10px 10px;
}

.dashDireita {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    height: 100%;
}

.listarDemandas {
    width: 100%;
}

.tb_listarDemandas {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
}

.tb_listarDemandas tr:first-child {
    background-color: rgb(239,91,91)
}

.tb_listarDemandas tr:first-child td {
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.tb_listarDemandas tr td {
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.linhaEncaminhamento {
    border-bottom: 1px solid #ccc;
}

.linhaEncaminhamento:hover {
    background-color: rgba(239,91,91, .5);
    cursor: pointer;
}