.smodal {
    overflow-y: hidden !important;
}

.smodal .ui-datalist-item {
    padding: 12px;
    border-radius: 8px;
}

.smodal .ItemListaMargin{
    width: 109%;
    position: relative;
    left: -17px;
}

.smodal .smodal-footer{
     border-top: solid 1px #eee;
     padding: 24px;
     background: #f2f2f2;
     text-align: end;
     min-height: 80px;
 }


.smodal-content-center {
    box-sizing: border-box;
    background: #fff;
    width: 457px;
    height: calc(100vh - 16px) !important;
    background: #FFFFFF;
    margin: 8px;
    border-radius: 8px;
    opacity: 1;
    margin: 10px auto;
}

.smodal-content {
    box-sizing: border-box;
    background: #fff;
    width: 457px;
    height: calc(100vh - 16px) !important;
    background: #FFFFFF;
    margin: 8px;
    border-radius: 8px;
    opacity: 1;
    margin-left: 0 !important;
}

.barra-lateral{
	 background: #f5f6fa;
    display: grid;
    grid-template-columns: 55px 1fr;
    border-radius: 21px;
    height: 100%;
}

.menu-dialog{
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dialog-conteudo{
	    background: white;
    border-radius: 21px;
}

.smodal .smodal-header{
	justify-content: space-between;
	align-items: center;
}

.grid-dialog{
	display: grid;
    grid-template-columns: 70px 1fr;
}

.menu-lateral-dialog{
	background: #f5f6fa;
    border-radius: 21px 0 0 21px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}

.icon-menu-lateral-dialog{
	width: 30px;
    height: 30px;
    background: #fcfdff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e3e0e0;
}

.icon-menu-lateral-dialog + .icon-menu-lateral-dialog,
.icon-menu-lateral-dialog:first-child{
	margin-bottom: 20px;
}

.icon-menu-lateral-dialog .fa{
	color: #8e8e92;
}

.smodal-body {
   overflow: hidden !important;
    height: calc(100vh - 115px) !important;
    background: white !important;
    border-radius: 8px !important;
    margin: 16px !important;
    padding: 8px !important;
    overflow-y: auto !important;
}

.smodal-header {
    display: flex;
    border-bottom: none !important;
    padding: 18px 27px 0 !important; 
    font-size: 16px;
    font-weight: 500;
}

.background-input-cadastro{
    background: white;
    height: 60px;
    border-radius: 5px;
    padding: 5px !important;
}

.background-input-cadastro-small .ui-state-default{
	width: 50% !important;
}

.background-input-cadastro .tiny-info{
	top: -3px;
    left: 4px;
}	

.background-image-cadastro {
    background: white;
    height: 140px;
    border-radius: 5px;
    padding: 30px 28px 12px 12px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    max-height: none !important;
    max-width: none !important;
}

.smodal .page-title {
    font-size: 20px;
    font-weight: 500;
}


.smodal .label-background-cadastro {
    position: relative;
    top: 19px;
    left: 7px;
    font-weight: bold !important;
    z-index: 3;
    margin: 0 !important;
}

.smodal .label-input-padrao{
	position: relative;
    left: 3px;
    font-weight: bold !important;
    z-index: 3;
    margin: 0 !important;
}

.smodal .label-input-padrao-static{
    font-weight: bold !important;
    margin: 0 !important;
}

.smodal .label_input_big {
    position: absolute;
    top: 9px;
    left: 21px;
    font-weight: bold !important;
    z-index: 2;
}


.smodal .botoes .ui-state-default{
    border-color: #dcdbdb;
    max-height: 45px !important;
    min-height: 28px !important;
    box-shadow: none;
}


.button-footer-smodal {
	background: #2275ec;
    font-weight: 500;
    font-size: 20px;
    border: 0;
    margin: 0px;
    border-radius: 8px;
    transition: 1s all;
    cursor: pointer;
    height: 56px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.smodal-botoes .ui-selectonebutton {
    padding: 1px;
    width: 100% !important;
    display: flex !important;
    margin: 0 !important;
}

.smodal .go-button-green {
    margin-top: 0px !important;
    margin-right: 8px !important;
    height: 38px !important;
    border-radius: 5px;
    background: var(--verde) !important;
	color: white !important;
	border: 0 !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	font-family: "Barlow", sans-serif;
}

.smodal .buttons .ui-state-active, 
.smodal .buttons .ui-widget-content .ui-state-active, 
.smodal .buttons .ui-widget-header .ui-state-active {
    background-color: #5e5b5b !important;
    height: 33px !important;
    padding: 5px !important;
}

.smodal-botoes .ui-state-default, 
.smodal-botoes .ui-widget-content .ui-state-default, 
.smodal-botoes .ui-widget-header .ui-state-default {
	height: 33px !important;
	background: #f1f1f1 !important;
	padding: 5px !important;
	width: 100% !important;
	border-radius: 0px !important;
}

.smodal-botoes .ui-buttonset .ui-corner-right.ui-state-default {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.smodal-botoes .ui-buttonset .ui-corner-left.ui-state-default {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.smodal .botao-calendario {
    width: 29px;
    height: 29px;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    position: absolute;
    top: 43px;
    left: 134px;
}

.smodal .redondo-calendario {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.smodal .close-button {
	height: 38px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    background: #eee !important;
    border-radius: 5px !important;
    min-width: 38px !important;
    color: #000 !important;
    width: 38px;
}