@import url('boot.css');
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/font-awesome/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{
    padding: 0px;
    margin: 0px;
}
html{
    font-size: 15px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    position: relative;
    background: transparent;
    font-family: 'Lato', sans-serif;
}

:target {
    scroll-margin-top: .8em;
}

body{
    font-size: 1rem;
    line-height: 1.4rem;
    height: 100%;
    font-weight: 400 !important;
    z-index: 0;
    position: relative;
    background-color: #F6F7F9;
    color: #000000;
    font-family: 'Lato', sans-serif;
}

a{
    color: #334155;
}
a:hover{
    color: #000;
    text-decoration: none;
}



/* MENU LATERAL */
body.menu-open{
    overflow: hidden;
}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    margin: 0px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

h1, .h1{
    font-size: 4.27rem;
}
h2, .h2{
    font-size: 2.4rem; /* title blocos*/
}
h3, .h3{
    font-size: 1.25rem;/* title empresas*/
}
h4, .h4{
    font-size: 1rem;;/* title oferts*/
}
h5, .h5{
    font-size: .87rem;/* title oferts*/
}

@media (max-width: 576px) {
    h1, .h1{
        font-size: 3rem;
    }
    h2, .h2{
        font-size: 1.8rem;
    }

}

.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*REMOVE AS MARGINS NO MOBILE*/
@media (max-width: 576px) {
    .mobile-no-margin {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
        border-radius: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
    }
}



.datepicker td,
.datepicker th {
    width: 30px !important;
    height: 30px !important;
}


.card-painel{
    border: 0px;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card-painel .card-body{
    padding: 20px;
}
.card-painel .card-header{
    background: transparent;
    border-bottom: 1px solid #EFF1F5;
    padding: 16px 20px;
}
.card-painel .card-footer{
    background: transparent;
    padding: 16px 20px;
    border-top: 1px solid #EFF1F5;
}
.card-painel .card-body{
    background: transparent;
    font-size: 0.93rem;
}
.card-painel .card-body p{
    font-size: 0.93rem;
}
.card-painel .card-title{
    font-size: 1.13rem;
    font-weight: 700;
    margin-bottom: 0px;
}
.card-painel .card-title-destaque{
    font-size: 1.27rem;
    line-height: 1.4em;
}

.card-painel .card-prefix{
    font-size: 0.87rem;
}
.card-painel .card-sufix{
    font-size: 0.87rem;
    color: #607477;
}
.card-painel .btn-card-link{
    font-size: 1rem;
    font-weight: 700;
}
.card-painel .btn-card-link i{
    font-size: 1.1rem;
    color: #707070;
}
.card-painel .title-empresa{
    font-size: 0.93rem;
}

.card-painel .card-imagem-fundo{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    border: 0px solid #000000;
    min-height: 100px;
}
.card-painel .dropdownLink>.btn{
    border: 1px solid #d4e1e3;
    color: #738689;
    padding: 0.3rem 0.75rem;
}

.card-painel .dropdown-menu{
    padding: 0px;
    border: 1px solid #f7f3f3;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card-painel .dropdown-menu a{
    font-weight: 600;
    font-size: 0.86rem;
    padding: 0.5rem 1rem;
}
.card-painel .dropdown-menu a i{
    margin-right: 4px;
}
.card-painel .icon1{
    font-size: 1.8rem;
}


@media(max-width: 576px){

    .card-painel .card-imagem-fundo{
        height: 150px;
        border-radius: 0px !important;
    }
}



.form-control{
    border-radius: 5px;
    border: 1px solid #BFBFBF;
    height: 47px;
    box-shadow: 2px 2px 2px #eee inset !important;
    padding: 0.375rem 1rem;
}
.form-group label{
    font-size: 0.93rem;
    margin-left: 8px
}
.custom-control-label{
    font-size: 1rem;
    padding-top: 2px;
}
.btn-cadastro{
    min-width: 269px;
    font-size: 1rem;
    font-weight: 600;
    height: 49px;
}


.senha-campo{
    position:relative;
}
.senha-campo .exibesenha{
    position: absolute;
    top: 14px;
    right: 12px;
    font-size: 16px;
    color: #bbb;
}


.scroll::-webkit-scrollbar {
    width: 5px;
}
.scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 30px;
}




/* MENU LATERAL */
body.menu-open{
    overflow: hidden;
}

#menu-lateral{
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: -320px;
    width: 320px;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9999 !important;
    background-color: #fffffff2;
}

#menu-lateral-fundo{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .71);
    opacity: 86%;
    z-index: 9000 !important;
}

#menu-lateral-fundo.open{
    display: block;
}

#menu-lateral.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

#menu-lateral .conteudoMenuHeader{
    background: #fff;
    padding: 15px;
    position: relative;
    display: flex;
    border-bottom: 1px solid #E2E2E2;
}
#menu-lateral .conteudoMenuHeader strong{
    display: block;
    color: #000;
}
#menu-lateral .conteudoMenuHeader .btn{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#menu-lateral .conteudoMenuHeader strong a{
    margin-left: 8px;
    display: inline-block;
    font-size: 1.2rem;
}

#menu-lateral .conteudoMenu{
    padding: 1rem 1rem;
    position: relative;
}
#menu-lateral .conteudoMenu .menu a{
    font-size: 1.27rem;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #141617;
}

#menu-lateral .fechar{
    position: absolute !important;
    top: 0px;
    right: 14px;
    font-size: 2em;
    padding: 4px;
    z-index: 3;
    color: #707070 !important;
    border: 0px !important
}
/* MENU LATERAL */

.btn-padrao {
    font-weight: 700;
    font-size: 0.93rem;
    padding: 0.5rem 1.4rem;
}

.btn-light {
    background-color: #e2e7eb;
    border-color: #e2e7eb;
}




.form-control{
    border-radius: 5px;
    border: 1px solid #dddada;
    height: 47px;
    box-shadow: 2px 2px 2px #eee inset !important;
    padding: 0.375rem 1rem;
}
.form-group label{
    font-size: 0.93rem;
    margin-left: 8px
}


.form-group .input-group {
    border-radius: 5px;
    border: 1px solid #dddada;
    box-shadow: 2px 2px 2px #eee inset !important;
    overflow: hidden;
}
.form-group .input-group select,
.form-group .input-group input{
    padding: 0.375rem 1rem 0.375rem 0rem;
    height: 47px;
    border: 0px;
    background: transparent;
    box-shadow: none !important;
}
.form-group .input-group .input-group-text{
    border: 0px;
    background: transparent;
}
.form-group .input-group select{
    margin-right: 4px;
}

.modal-header,
.modal-footer,
.modal-body{
    padding-left: 20px;
    padding-right: 20px;
}


/* for sm */

.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}



.badge-2{
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 15px;
    padding: 6px 12px;
}
.badge-2.badge-warning-min{
    color: #FF7600;
    background-color: #FCF4E7;
}
.badge-2.badge-danger-min {
    color: #dc3545;
    background-color: #f2d6d9;
}
.badge-2.badge-success-min{
    color: #28a745;
    background-color: #cce8d2;
}

.badge-2.badge-info-min{
    color: #17a2b8 ;
    background: #17a2b840 ;

}
.card-table{
    overflow: hidden;
}

.card-table .table th{
    border-top: 0px !important;
    color: #000!important;
    font-size: 0.87rem;
    background: #fff;
    font-weight: 600 !important;
}
.card-table .table{
    border: 0px !important;
}
.card-table .btn-icon {
    padding-left: 8px;
    padding-right: 8px;
}
.card-table .btn-icon:hover{
    background: #efefef;
}




.modal-right {
    padding-right: 0 !important;

    z-index: 1060;

}
.modal-right .modal-dialog {
    margin: 0 auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-width: 380px;

}
.modal-right .modal-dialog.modal-dialog-lg{
    max-width: 720px;
}


.modal-right .modal-content {
    min-height: 100%;

    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;

}
.modal-right .modal-header {
    /*flex: 0 0 120px; */
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

@media (max-width: 1439px) {
    .modal-right .modal-header {
        /* flex: 0 0 90px; */

    } }
@media (max-width: 1199px) {
    .modal-right .modal-header {
        /* flex: 0 0 80px; */} }
@media (max-width: 767px) {
    .modal-right .modal-header {
        /* flex: 0 0 70px;*/ } }
.modal-right .modal-footer {
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0; }
.modal-right.modal.fade .modal-dialog {
    transform: translate(25%, 0); }
.modal-right.modal.show .modal-dialog {
    transform: translate(0, 0); }


.modal form {
    height: 100%;
    width: 100%;
}

/*.modal-backdrop:nth-of-type(even) {
   z-index: 1050 !important;
}*/


