@media screen and (min-width: 942px) {
    .size-max {
      max-width: 910px; 
      margin: 0 auto !important; 
      float: none !important; 
    }
}

@media screen and (min-width: 414px) {
    .pd-l-28-min{
        padding-left: 28px;
    }
    .pd-r-25-min{
        padding-right: 25px;
    }
    .mr-19-min{
        margin-right: 19px;
    }
    .ml-22-min{
        margin-left: 22px;
    }
}

@media screen and (max-width: 414px) {
    .modal-dialog-centered-phone{
        display: flex;
        align-items: center;
        min-height: calc(100% - 1rem);
    }
}

@media screen and (max-width: 413px) {
    .pd-l-14-max{
        padding-left: 14px;
    }
    .pd-r-12-max{
        padding-right: 12px;
    }
    .mr-15-max{
        margin-right: 15px;
    }
    .ml-17-max{
        margin-left: 17px;
    }

}

@media screen and (max-width: 395px) {
    .limit-txt{
        display: block;
        width: 69px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.limit-one-line{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 770px) {
    .min-font-16{
        font-size: 16px!important;
    }
    .min-font-13{
        font-size: 13px!important;
    }
}

.rm-barra-rolagem{
    overflow: hidden;
}


/*============================================================================*/
/*================================= Imagens ==================================*/

.img-logo-login{
    width: 216px;
    height: 67px;
}

.img-share{
    width: 20px;
    height: 20px;
}

.img-vistoria{
    width: 360px;
    height: 360px;
}

/*============================================================================*/
/*================= Classes para Orientação-Direcionamento ===================*/

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

.flex-just-end{
    display: flex;
    justify-content: flex-end;
}

.flex-just-center{
    display: flex;
    justify-content: center;
}

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

.flex-center-direita{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-align-center{
    display: flex;
    align-items: center;
}

.flex-align-end{
    display: flex;
    align-items: flex-end;   
}

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

/*============================================================================*/
/*================================ Fontes ====================================*/

.center-text{
    text-align: center;
}

.max-lines-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.bold-14-white{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.bold-14-white-line{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 10px;
}

.bold-20-blue{
    font-family: RobotoCondensed-Bold;
    font-size: 20px;
    color: #4788C7;
    text-align: center;
}

.bold-20-blue-imp{
    font-family: RobotoCondensed-Bold;
    font-size: 20px!important;
    color: #0077FF!important;
    text-align: right;
}

.bold-16-blue-imp{
    font-family: RobotoCondensed-Bold;
    font-size: 16px!important;
    color: #1E5692!important;
    text-align: right;
}

.bold-14-blue{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: #4788C7;
}

.regular-14-blue{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #4788C7;
    text-align: center;
    line-height: 16px;
}

.bold-14-gray{
    font-family: RobotoCondensed-Bold;
    font-size: 14px;
    color: rgba(0,0,0,0.80);

    opacity: 0.48;
}

.regular-16-black{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
}

.bold-16-black{
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
}

.bold-16-full-black{
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.label-regular-16{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: rgba(0,0,0,0.32);
}

.txt-just{
    font-family: 'Roboto-Regular';
    text-align: justify;
    font-size: 18px;
}

.txt-bold-justify{
    text-align: justify!important;
    font-weight: bold;
}

.label-regular-muted{
    font-family: RobotoCondensed-Regular;
    font-size: 16px;
    color: rgba(0,0,0,0.48);
    line-height: 19px;
}

.label-input{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.48);
    text-align: left;
    line-height: 16px;
}

.label-simple{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
}

.label-simple-blue{
    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: #0077FF;
    text-align: left;
}

.txt-14-regular{
    font-family: Roboto-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
}

.txt-15-regular{
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #c40c55;
}

.txt-14-green{
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #7ED321;
    font-weight: bold;
}

.txt-14-red{
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #c40c55;
    font-weight: bold;
}

.txt-14-input{
    color: #000!important;
    font-family: "SF Pro Display"!important;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}

.input-error{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #F0166D;
    text-align: left;
}

.text-add-image{
    font-family: RobotoCondensed-Regular;
    font-size: 12px;
    color: #0077FF;
    text-align: center;
    line-height: 16px;
}

.txt-12-gray{
    font-family: Roboto-Regular;
    font-size: 12px;
    color: rgba(0,0,0,0.48);
    text-align: right;
}

.txt-16-roboto{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #FFFFFF;
}

.txt-12-black{
    font-family: RobotoCondensed-Bold;
    font-size: 12px;
    color: rgba(0,0,0,0.80);
}

.txt-12-label{
    color: #000;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.txt-12-red{
    color: #E33236;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.txt-12-white{
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.txt-12-white-reg{
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.txt-15-black{
    font-family: RobotoCondensed-Bold;
    font-size: 15px;
    color: rgba(0,0,0,0.80);
}

.txt-12-cinza{
    color: rgba(0, 0, 0, 0.50);
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.txt-20-black{
    font-family: RobotoCondensed-Bold;
    font-size: 20px;
    color: rgba(0,0,0,0.80);
}

.txt-20-full-black{
    font-family: RobotoCondensed-Bold;
    font-size: 20px!important;
    color: #000000!important;
    text-align: center;
}

.txt-20-muted{
    font-family: RobotoCondensed-Bold;
    font-size: 20px!important;
    color: rgba(0,0,0,0.48)!important;
    text-align: right;
}

.txt-16-muted{
    font-family: RobotoCondensed-Bold;
    font-size: 16px!important;
    color: rgba(0,0,0,0.48)!important;
    text-align: right;
}

.txt-20-blue{
    font-family: RobotoCondensed-Bold;
    font-size: 24px;
    color: #4788C7;
    text-align: right;
}

.txt-16-red{
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: #EF5E64;
    text-align: right;
}

.txt-button{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.txt-button-close{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
    text-align: center;
}

.txt-menu-home{
    font-family: Roboto-Bold;
    font-size: 15px;
    color: rgba(0,0,0,0.80);
    text-align: center;
}

.txt-14-bold{
    font-family: Roboto-Bold;
    font-size: 14px;
    color: #FFFFFF;
}

.txt-14-moeda{
    color: #000;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.txt-14-btn{
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
}

.txt-14-result{
    color: rgba(0, 0, 0, 0.50);
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.txt-button-muted{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #C7C7CC;
    text-align: right;
}

.txt-button-blue{
    font-family: Roboto-Bold;
    font-size: 16px;
    color: #0077FF;
    text-align: right;
}

.txt-34-black{
    font-family: RobotoCondensed-Bold;
    font-size: 34px;
    color: rgba(0,0,0,0.80);
    text-align: center;
}

.txt-white{
    color: #FFFFFF;
    font-size: 28px;
}

.txt-blue-16{
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: #0077FF;
}

.txt-gray-btn{
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: rgba(0,0,0,0.48);
    text-align: center;
}

.txt-blue-34{
    font-family: RobotoCondensed-Bold;
    font-size: 34px;
    color: #0077FF;
}

.txt-new-blue-34{
    font-family: RobotoCondensed-Bold;
    font-size: 34px;
    color: #1E5692;
}

.txt-blue-20{
    color: #07F;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.txt-blue{
    color: #0077FF;
}

.caixa-alta{
    text-transform: uppercase;
}

.opacity-48{
    opacity: 0.48;
}

.opacity-80{
    opacity: 0.8;
}

.min-line-height{
    line-height: 1.1;
}

.line-16{
    text-align: left;
    line-height: 16px;
}

.line-19{
    line-height: 19px;
}

.min-let-space{
    letter-spacing: 0.01rem;
}

/*============================================================================*/
/*============================== Botões =======================================*/

.btn-blue{
    background: #4788C7;
    border-radius: 4px;
}

.btn-disable{
    background: rgba(0,0,0,0.04);
    border-radius: 4px;
}

.btn-disable-offline{
    background: rgba(253, 6, 6, 0.20);
    border-radius: 4px;
}

.btn-input{
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 4px;
}

.btn-blue-padrao{
    background: #0077FF;
    border-radius: 8px;
    width: 100%;
}

.btn-blue-calculo{
    background: #1E5692;
    border-radius: 8px;
    width: 100%;
}

.btn-blue-reboque{
    background: #0077FF;
    border-radius: 5px;
    width: 100%;
    height: 38px;
}

.btn-field-gray {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 4px;
    width: 100%;

    /*TEXT*/
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: rgba(0,0,0,0.48);
    text-align: center;
}

.btn-field-blue{
    border: 1px solid #0077FF;
    border-radius: 4px;
    width: 100%;

    /*TEXT*/
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: #0077FF;
    text-align: center;
}

.btn-field-blue:focus {
    border: 1px solid #0077FF;
    border-radius: 4px;
    width: 100%;

    /*TEXT*/
    font-family: RobotoCondensed-Bold;
    font-size: 16px;
    color: #0077FF;
    text-align: center;
}

.btn-rosa{
    background: #F0166D;
    border-radius: 8px;
    width: 100%;
}

.btn-cancelar{
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    width: 100%;
}

.btn-blue-smart{
    background: #0077FF;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.24);
    border-radius: 24px;
    /*height: 48px;*/
}

.btn-blue-padrao:hover {
    color: #FFFFFF !important;
}

.btn-voltar{
    border: 1px solid rgba(0,0,0,0.16);
    border-radius: 8px;
}

.texticon > svg {
    display: inline-block;
    margin-right: 3px;
}

.iconline > div {
    display: inline-block;
    margin-right: 8px;
}

.icon-edit{
    float: left;
    display: inline-block;
    vertical-align: middle;
    -webkit-mask: url("/static/img/Edit.svg");
    background: rgba(0, 0, 0, 0.4);
    -webkit-mask-size: cover !important;  
}

.icon-base{
    width: 24px;
    height: 24px;
}

.icon-base:hover{
    width: 24px;
    height: 24px;
    background-color: #0077FF;
}

.svg-blue{
    filter: invert(34%) sepia(68%) saturate(4161%) hue-rotate(201deg) brightness(100%) contrast(104%);
}

.svg-white{
    filter: invert(98%) sepia(0%) saturate(7500%) hue-rotate(181deg) brightness(103%) contrast(105%)
}

/*============================================================================*/
/*======================== Espaçamentos - paddings ===========================*/

.py-77{
    padding-top: 39px;
    padding-bottom: 39px;
}

.py-26{
    padding-top: 26px;
    padding-bottom: 26px;
}

.py-14{
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-12{
    padding-top: 12px;
    padding-bottom: 12px;
}

.py-11{
    padding-top: 11px;
    padding-bottom: 11px;
}

.py-7{
    padding-top: 7px;
    padding-bottom: 7px;
}

.py-2{
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}

.px-4{
    padding-right: 4px;
    padding-left: 4px;
}

.px-13{
    padding-left: 13px;
    padding-right: 13px;
}

.px-16{
    padding-left: 16px;
    padding-right: 16px;
}

.px-21{
    padding-left: 21px;
    padding-right: 21px;
}

.px-25{
    padding-left: 25px!important;
    padding-right: 25px!important;
}

.px-26{
    padding-left: 26px;
    padding-right: 26px;
}

.no-pad-lat{
    padding-left: 0px;
    padding-right: 0px;
}

.pd-t-2{
    padding-top: 2px
}

.pd-t-5{
    padding-top: 5px;
}

.pd-t-8{
    padding-top: 8px;
}

.pd-t-24{
    padding-top: 24px;
}

.pd-t-25{
    padding-top: 25px;
}

.pd-t-28{
    padding-top: 28px
}

.pd-t-32{
    padding-top: 32px;
}

.pd-t-71{
    padding-top: 71px;
}

.pd-l-0{
    padding-left: 0px;
}

.pd-l-7{
    padding-left: 7px;
}

.pd-l-8{
    padding-left: 8px;
}

.pd-l-11{
    padding-left: 11px;
}

.pd-l-18{
    padding-left: 28px;
}

.pd-l-23{
    padding-left: 23px;
}

.pd-l-22{
    padding-left: 22px;
}

.pd-l-25{
    padding-left: 25px;
}

.pd-l-48{
    padding-left: 48px;
}

.pd-l-28{
    padding-left: 17px;
    padding-right: 17px;
}

.pd-r-0{
    padding-right: 0px!important;
}

.pd-r-8{
    padding-right: 8px;
}

.pd-r-17{
    padding-right: 17px;
}

.pd-r-28{
    padding-right: 28px;
}

.pd-r-30{
    padding-right: 30px;
}

.pd-r-48{
    padding-right: 48px;
}

.pd-b-5{
    padding-bottom: 5px;
}

.pd-b-8{
    padding-bottom: 8px;
}

.pd-b-11{
    padding-bottom: 11px;
}

.pd-b-20{
    padding-bottom: 20px;
}

.pd-b-32{
    padding-bottom: 32px;
}

.pd-b-34{
    padding-bottom: 34px;
}

.pd-b-36{
    padding-bottom: 36px;
}

.pd-b-58{
    padding-bottom: 62px;
}

.pd-b-85{
    padding-bottom: 85px;
}

.mt-n-5{
    margin-top: -5px!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-5{
    margin-right: 5px!important;
}

.mr-9{
    margin-right: 9px!important;
}

.mr-12{
    margin-right: 12px;
}

.mr-32{
    margin-right: 32px;
}

.ml-36{
    margin-left: 36px;
}

.ml-50{
    margin-left: 50px;
}

/*============================================================================*/
/*============================== Inputs ======================================*/

input {
    border-radius: 0% !important;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.08) !important;
    padding-left: 0% !important;

    font-family: RobotoCondensed-Bold !important;
    font-size: 16px !important;
    color: rgba(0,0,0,0.80) !important;
}

input:focus { 
    outline: none !important;
    border-color: #0077FF !important;
    /* box-shadow: inset 0 -1px 0 0 #0077FF !important; */
}

#obsInput:focus{
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.08) !important;
    border-color: #0077FF !important;
    color: rgba(0,0,0,0.80) !important;
}

#avariaInput:focus{
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.08) !important;
    border-color: #0077FF !important;
    color: rgba(0,0,0,0.80) !important;
}

.form-control:disabled{
    background-color: transparent;
    opacity: 1;
}

.InputDisable:disabled{
    background-color: transparent;
    opacity: 0.5 !important;
}

.label-before {
    position: relative;
    z-index: 1001;
    /*left: 18px;*/
    top: 24px;
    cursor: pointer;
    width: 0;
}

.icon-after{
    position: relative;
    z-index: 1001;
    right: 33px;
    top: 15px;
    cursor: pointer;
    width: 0;
}

.input_container {
    position:relative;
    /* padding:0 0 0 20px; */
    /* margin:0 20px; */
    /* background:#ddd; */
    direction: rtl;
    /* width: 200px; */
}

.input_icon {
    position:absolute;
    bottom:5px;
    /* right:5px; */
}

/*
* Autocomplete
*/

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}
    
.autocomplete-items {
    height: calc(100vh - 550px);
    overflow: scroll;
    position: absolute;
    border: 1px solid rgba(0,0,0,0.06);
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 13px;
}
    
.autocomplete-items div {
    padding: 8px 14px 8px 14px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.16);

    font-family: RobotoCondensed-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}

.border-error{
    border-color: #F0166D !important;
    /* box-shadow: inset 0 -1px 0 0 #F0166D !important; */
}

.esconder{
    display:none
}

[v-cloak] { display: none; }

.direction-default{
    direction: initial!important;
}

.boder-default{
    border-bottom: 1.1px solid rgba(0,0,0,0.18);
}

.border-xy-2{
    border: 2px solid rgba(0,0,0,0.05);
}

.boder-rad-8{
    border-radius: 8px;
}

.no-border{
    border: none;
}

.border-4px{
    border: 4px solid #0077FF;
}

.padding-card-plano{
    padding: 24px 0px 24px 0px;
    text-align: center;
}

.padding-card-plano-menor{
    padding: 12px 0px 12px 0px;
    text-align: center;
}

.padding-card-plano-selecionado{
    padding: 21px 0px 21px 0px;
    text-align: center;
}

.padding-card-plano-selecionado-menor{
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.pd-card-menor{
    padding: 6px 0px 6px 0px;
    text-align: center;
}

/*============================================================================*/
/*============================= Backgrounds ==================================*/

.bg-home{
    background-color: rgba(0,0,0,0.03) !important;
}

.bg-verde-completo{
    background: #7ED321;
}

.bg-rosa{
    background: #F0166D;
}

.bg-azul-pendente{
    background: #0077FF;
}

.bg-card-azul{
    background: #0d71e4!important;
}

/*============================================================================*/
/*=============================== Dimensões ==================================*/

.linha{
    display: flex;
    flex-wrap: wrap;
}

.coluna-100{
    flex: 0 0 100%;
    max-width: 100%;    
}

.coluna-60{
    flex: 0 0 60%;
    max-width: 60%;
}

.coluna-57{
    flex: 0 0 57%;
    max-width: 57%;
}

.col-label-card{
    flex: 0 0 54%;
    max-width: 54%;
}

.coluna-52{
    flex: 0 0 52%;
    max-width: 52%;
}

.coluna-51{
    flex: 0 0 51%;
    max-width: 51%;
}

.coluna-50{
    flex: 0 0 50%;
    max-width: 50%;
}

.coluna-49{
    flex: 0 0 49%;
    max-width: 49%;
}

.coluna-30{
    flex: 0 0 30%;
    max-width: 30%;
}

.coluna-33{
    flex: 0 0 33%;
    max-width: 33%;
}

.col-38{
    flex: 0 0 38%;
    max-width: 38%;
}

.col-data-card{
    flex: 0 0 40%;
    max-width: 40%;
}

.coluna-43{
    flex: 0 0 43%;
    max-width: 43%;
}

.coluna-48{
    flex: 0 0 48%;
    max-width: 48%;
}

.col-icon-share{
    flex: 0 0 6%;
    max-width: 6%;
}

.col-status-contrato{
    flex: 0 0 90%;
    max-width: 90%;
}

.col-icon-links{
    flex: 0 0 10%;
    max-width: 10%;   
}

.col-icon-contrato{
    flex: 0 0 20%;
    max-width: 20%;
}

.col-info-contrato{
    flex: 0 0 80%;
    max-width: 80%;
}

.col-nome-cond{
    flex: 0 0 88%;
    max-width: 88%;    
}

.col-contrato-dados{
    flex: 0 0 89%;
    max-width: 89%;
}

.col-icon-detalhar{
    flex: 0 0 12%;
    max-width: 12%;    
}

.col-contrato-check{
    flex: 0 0 11%;
    max-width: 11%;
}

.col-footer-voltar{
    flex: 0 0 24%;
    max-width: 24%;
}

.coluna-23{
    flex: 0 0 23%;
    max-width: 23%;
}

.coluna-27{
    flex: 0 0 27%;
    max-width: 27%;
}

.coluna-28{
    flex: 0 0 28%;
    max-width: 28%;
}

.col-footer-avancar{
    flex: 0 0 76%;
    max-width: 76%;
}

.col-checkbox{
    flex: 0 0 10%;
    max-width: 10%;
}

.col-servico{
    flex: 0 0 64%;
    max-width: 64%;
}

.col-servico-valor{
    flex: 0 0 26%;
    max-width: 26%;
}

.col-acessorios{
    flex: 0 0 90%;
    max-width: 90%;
}

.col-ass-voltar{
    flex: 0 0 75%;
    max-width: 75%;
}

.col-ass-salvar{
    flex: 0 0 13%;
    max-width: 13%;
}

.row-custom{
    display: flex;
    flex-wrap: wrap;
}

.border-radius-direita{
    border-radius: 10px 40px 40px 10px;
}

.line-horizontal{
    background: rgba(255,255,255,0.88);
    border-top: 1px solid rgba(0,0,0,0.08);
    /*box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.08);*/
}

.line-vertical{
    border-left: 1.8px solid rgba(0,0,0,0.08);
    height: 46px;
}

.line-vertical-blue{
    border-left: 1.8px solid #0077FF;;
    height: 46px;
}

.line-ass{
    border-left: 1.5px solid #979797;
}

.fixed-button {
    position: fixed;
    right: 0;
    bottom: 120px;
    left: 0;
    z-index: 1030;
}

/*============================================================================*/
/*================================= Cards ====================================*/

.card-home{
    background: #FFFFFF !important;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08) !important;
    border-radius: 8px !important;
    margin-bottom: 16px;
}

.card-home:hover{
    box-shadow: 0 10px 40px 0 rgba(0,0,0,0.08) !important;
}

.card-plano{
    background: #52a3ff !important;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08) !important;
    border-radius: 0px !important;
    margin-bottom: 9px;
    /* width: 72px;
    height: 72px; */
    margin-right: 9px;
    height: 71px;
}

.card-forma-pagamento{
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08) !important;
    border-radius: 0px !important;
    margin-bottom: 9px;
    /* width: 72px;
    height: 72px; */
    margin-right: 9px;
    height: 71px;
}

.card-icon{
    background: #FFFFFF;
    border: 1px solid #0077FF;
    padding: 7px 7px 7px 7px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
}

.card-icon-gray{
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.16);
    padding: 7px 7px 7px 7px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
}

.card-icon-big{
    background: #FFFFFF;
    border: 1px solid #0077FF;
    padding: 10px;
    border-radius: 50%;

    display: flex;
    justify-content: center;
}

.card-servico{
    padding-top: 19px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.campo-checkbox{
    padding-top: 24px;
    padding-bottom: 24px;
    /*border-bottom: 1px solid rgba(0,0,0,0.08);*/
}

.card-vistoria{
    width: 117px;
    height: 117px;
}

.card-vistoria-referencia{
    width: 176px;
    height: 176px;
}

.card-nova-vistoria{
    width: calc(100vw - 70px);
    max-width: 550px;
    height: auto;
}

.tamanho-arquivo-vistoria{
    width: calc(100vw - 70px);
    max-width: 550px;
    height: auto;
}

.tamanho-arquivo-vistoria-detalhes{
    width: calc(100vw - 50px);
    max-width: 550px;
    height: auto;
}

.card-adicionar-imagem{
    background: rgba(0,119,255,0.04);
    border: 1px solid rgba(71,136,199,0.32);
}

.card-list-contrato{
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 16%) !important;
    border-radius: 4px !important;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.card-contrato-selecionado{
    border: 2px solid #0077FF;
}

.card-nao-avaliado{
    background-color: rgba(0,0,0,0.40);
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 11px;
}

.card-pendente{
    background-color: #0077FF;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 11px;
}

.card-negado{
    background-color: #F0166D;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 11px;
}

.card-tipo{
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-left: 6px;
    border: 3px solid rgba(0,0,0,0.08);
}

.card-reb{
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    padding: 7px 10px;
}

.card-list-contrato-reboque{
    border-radius: 5px;
    background: rgba(0, 119, 255, 0.90);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 7px 10px;
    margin-bottom: 5px;
    line-height: 12px;
}

.label-contrato-pendente{
    border-radius: 5px;
    background: #DB3034;
    color: #FFF;
    text-align: right;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 0px 5px;
}

.footer-contrato{
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(255,255,255,1);
    border-top: 0.11em solid rgba(0,0,0,0.08);
}

.footer-reboque{
    height: 50px;
    padding: 8px 1.25rem 8px 1.25rem;
    background: rgba(255,255,255,1);
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}

/* Vendas */

.h-fill-available {
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available; 
}

.col-100 {
    flex: 0 0 100%;
    max-width: 100%;    
}

.card-resumo {
    border: 1px solid #1E5692;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.total-subtitle {
    color: #808080;
    font-size: 9px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.resumo-lateral {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.resumo-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resumo-label {
    color: #1E5692;
    font-size: 10px;
    font-weight: 400;
}

.resumo-value {
    color: #1E5692;
    font-size: 14px;
    font-weight: 600;
}

/* Pendências tratáveis */
.pendencias-section {
    margin-top: 10px;
}

.pendencias-title {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.accordion-pendencias {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pendencia-grupo {
    border: 1px solid #E5E9F2;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.grupo-header {
    padding-right: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.grupo-dia {
    color: #1E5692;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.grupo-quantidade {
    color: #333;
    font-size: 12px;
    margin-top: 2px;
}

.chevron {
    transition: transform 0.2s ease;
}

.grupo-aberto .chevron {
    transform: rotate(180deg);
}

.grupo-lista {
    padding-right: 8px;
}

.pendencia-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E5E9F2;
    padding: 12px;
    margin-top: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.pendencia-nome {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
}

.pendencias-empty,
.pendencias-empty-interno {
    color: #6B7280;
    font-size: 12px;
    padding: 12px 0;
    text-align: left;
}

/*============================================================================*/
/*============================ Circulo / Passos ==============================*/

.circle {
    position: relative;
    display: inline-block;

    width: 56px;
    height: 56px;
}

.circle > #umDeTres {
  position: relative;

  width: 56px;
  height: 56px;
  border-right: 2px solid rgba(0,0,0,0.08);
  border-bottom: 2px solid rgba(0,0,0,0.08);
  border-left: 2px solid rgba(0,0,0,0.08);
  border-top: 2px solid #0077FF;
  border-radius: 50%;
  transform: rotate(45deg);
}

.circle > #doisDeTres {
    position: relative;
  
    width: 56px;
    height: 56px;
    border-right: 2px solid #0077FF;
    border-bottom: 2px solid rgba(0,0,0,0.08);
    border-left: 2px solid rgba(0,0,0,0.08);
    border-top: 2px solid #0077FF;
    border-radius: 50%;
    transform: rotate(45deg);
}

.circle > #tresDeTres {
    position: relative;
  
    width: 56px;
    height: 56px;
    border-right: 2px solid #0077FF;
    border-bottom: 2px solid #0077FF;
    border-left: 2px solid rgba(0,0,0,0.08);
    border-top: 2px solid #0077FF;
    border-radius: 50%;
    transform: rotate(45deg);
}

.circle > #quatroDeQuatro {
    position: relative;
  
    width: 56px;
    height: 56px;
    border-right: 2px solid #0077FF;
    border-bottom: 2px solid #0077FF;
    border-left: 2px solid #0077FF;
    border-top: 2px solid #0077FF;
    border-radius: 50%;
    transform: rotate(45deg);
}

.rotate-reverse-45{
    transform: rotate(315deg)!important;
}

.loader {
    width: 64px;
    height: 64px;
    animation: spin 2s linear infinite;
    background: transparent url('../img/loading.png') no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1050;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }