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

*{
    padding: 0px;
    margin: 0px;
}
html{
    font-size: 15px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: .8em;
}
.scroll::-webkit-scrollbar {
    width: 5px;
}
.scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.scroll::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 30px;
}

body{
    font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    -webkit-font-smoothing: antialiased;
    background-color: #fcfcfc;
}

.btn2{
    line-height: 1.5rem;
    font-weight: 600;
    padding: 12px 12px 8px 12px;
    border-radius: 0.375rem;
    column-gap: 0.75rem;
    color: rgb(55 65 81);
}
.btn2:hover{
    background: #F9FAFB;
    color:#545CE9;
    text-decoration: none;
}

.btn{
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    font-family: Inter var, ui-sans-serif, system-ui, sans-serif !important ;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    -webkit-font-smoothing: antialiased;
}


.btn-default{
    border: 1px solid #d1d5db;
    background: #fff;
}



#sidebarMenu{
    padding: 16px 0px;
    border-right: 1px solid #f5f8fb;
    background: #fff;
    width: 288px;
    box-sizing: border-box;
    z-index: 1031;
}
#sidebarMenu .scroll {
    overflow-y: auto !important;
}
#sidebarMenu .btn i{
    font-size: 1.4rem;
    color: #9ca3af;
}
#sidebarMenu .btn i:hover{
    color:#545CE9;
}
#sidebarMenu .nav{
    padding-left: 20px;
    padding-right: 20px;
}
#sidebarMenu .nav-link{
    font-weight: 600;
    color: rgb(55 65 81);
    border-radius: 0.375rem;
    padding: 12px 12px 8px 12px;
    margin-bottom: 4px;
}
#sidebarMenu .nav-link i{
    margin-right: 8px;
    font-size: 1.4rem;
    color: #9ca3af;
    width: 30px;
    text-align: center;
}
#sidebarMenu .nav-link.active,
#sidebarMenu .nav-link:hover{
    background: #F9FAFB;
     color:#545CE9 !important;
}
#sidebarMenu .nav-link.active i,
#sidebarMenu .nav-link:hover i{
     color:#545CE9 !important;
}
#sidebarMenu .nav-separador{
    padding: 15px 20px;
    color: #9ca3af;
    font-weight: 600;
    font-size: 0.75rem;
}
#sidebarMenu .nav .list-sub-menu{
    list-style-position: inside;
    margin-left: 25px;

}
#sidebarMenu .nav .list-sub-menu a{
    color: rgb(55 65 81);
    display: inline-block;
    padding: 4px 4px;
}
#sidebarMenu .nav .list-sub-menu a:hover{
    text-decoration: none;
    color:#545CE9 !important;
}
#sidebarMenu .nav .sub-menu>a{
    position: relative;
}
#sidebarMenu .nav .sub-menu>a:before{
    content: "\f106";
    color: #A3B0B3;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 1.1rem;
    height: 100%;
    display: flex;
    align-items: center;
}
#sidebarMenu .nav .sub-menu>a.collapsed:before{
    content: "\f107" !important;
}

.avatarmin2{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}


.main-dashboard{
    /*width: calc(100% - 288px);
    height: calc(100% - 64px);*/
    box-sizing: border-box;
    margin-top: 66px;
    padding-top: 30px;
    padding-bottom: 30px;
}
header .navbar{
   /* width: calc(100% - 288px);
    margin-left: 288px;*/
    background: #fff;
    border-bottom: 1px solid #f5f8fb;
}
header .navbar .avatarmin{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
header .navbar .nav-item .nav-item-separador{
    background: #e5e7eb;
    width: 1px;
    height: 24px;
    display: block;
    margin-left: 8px;
    margin-right: 8px;
}
header .navbar .btn{
     line-height: 1.5rem;
    font-weight: 600;
    padding: 12px 12px 8px 12px;
    border-radius: 0.375rem;
    column-gap: 0.75rem;
    color: rgb(55 65 81);
    box-shadow: none !important;
}
header .navbar .btn:hover{
    background: #F9FAFB;
    color:#545CE9;
}
header .navbar .dropdown .btn{
    padding-top: 8px;
}
header .navbar .btn-icon{
    margin-right: 8px;
    font-size: 1.4rem;
    color: #9ca3af;
    padding-left: 8px;
    padding-right: 8px;
}

@media(max-width: 768px){
    .main-dashboard{
        width: 100% !important;
    }
    header .navbar{
        width: 100% !important;
        margin-left: 0px;
    }
}

/*Title page*/
.head-title h1,
.head-title h2,
.head-title h3,
.head-title h4,
.head-title h5,
.head-title h6{
    font-weight: 600;
    line-height: 1.5rem;
}
.head-title h1{
    font-size: 1.4rem;
}
.head-title h2{
    font-size: 1.3rem;
}
.head-title h3{
    font-size: 1.2rem;
}
.head-title h4{
    font-size: 1.1rem;
}
.head-title h5{
    font-size: 1rem;
}
.head-title h6{
    font-size: 0.9rem;
}
.head-title p{
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.4rem;
    max-width: 800px;

}
/*Title page*/


/*table*/
.table-result{
    margin-bottom: 0px;
}
.table-result thead th{
    border-top: 0px;
    border-bottom: 1px solid #e5e7eb;
    color: #8b8989;
}
.table tbody td{
    border-color: #e5e7eb !important;
    vertical-align: middle;
    color: #6b7280;
    font-size: 14px;
}
.table tbody td .destaque{
    color: #111827;
    font-weight: 600;
}
.table .avatarmin{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
/*table*/

.paginacao{
    border-top: 1px solid #e5e7eb;
    padding-top: 15px;
}
.paginacao .page-link{
    padding: .5rem 1rem;
    font-weight: 600;
    color: #111827;
    line-height: 20px;
}

.card{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border: 1px solid rgb(229 231 235 / 40%);
    border-radius: 8px;
    overflow: hidden;
}
.card-body{
    padding: 2rem;
}

.card-painel {
    border: 1px solid rgb(229 231 235 / 91%);
}
.card-painel .card-header{
    background: transparent;
    border-bottom: 0px;
    padding: 8px 20px;
}
.card-painel .card-footer{
    background: transparent;
    padding: 8px 20px;
    border-top: 1px solid #EFF1F5;
}
.card-painel .card-body{
    background: transparent;
    font-size: 0.93rem;
    padding: 16px 20px;
}
.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;
    font-weight: 400;
    letter-spacing: 0;
}

.card-painel .card-title .card-sufix{
    display: inline-block;
    color: #788490;
}
.card-painel .avatar{
    border-radius: 50%;
}
.clipboard-copy {
    height: 1px;
    width: 1px;
    overflow: hidden;
}



.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;
    font-weight: 400;
    letter-spacing: 0;
}

.card-painel .card-title .card-sufix{
    display: inline-block;
    color: #788490;
}

.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 .valorAssintura{
    font-size: 1.7rem;
}
.card-painel small{
    font-size: 0.87rem;
}




.form-group{
    margin-bottom: 20px;
}
.form-group label{
    margin-bottom: 2px;
}
.form-group .btn{
    min-height: 42px;
}
.form-group label{
    font-weight: 500;
}
.form-control{
    min-height: 42px;
    border-color: rgb(229, 231, 235);
    border-radius: 8px;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.form-control:focus{
    outline: none !important;
}

.form-group .input-group{
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgb(229, 231, 235);
}
.form-group .input-group .input-group-text{
    background: none;
    border: 0px !important;
}
.form-group .input-group .form-control{
    border: 0px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

/*TABSG CONFIG*/
.nav-pills-config{
    border-bottom: 1px solid rgb(229 231 235);
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
}
.nav-pills-config .nav-link{
    color: #6b7280;
    font-weight: 500;
    border-radius: 0px !important;
    white-space: nowrap !important;
}
.nav-pills-config .nav-link:hover{
    color: #545CE9;
}
.nav-pills-config .nav-link.active{
    background: none !important;
    border-bottom: 2px solid #545CE9;
    color: #545CE9;
}

.nav-pills-config::-webkit-scrollbar {
    height: 5px;
}
.nav-pills-config::-webkit-scrollbar-track {
    background-color: transparent;
}
.nav-pills-config::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 30px;
}
.dropdown-menu-config .dropdown-menu{
    width: 100%;
}
.dropdown-menu-config .btn{
    padding: 10px 0.75rem !important;
}
.dropdown-menu-config .dropdown-menu .dropdown-item{
    padding: .5rem 1.5rem;
}
.dropdown-menu-config .dropdown-menu .dropdown-item:hover{
    color: #545CE9 !important;
}


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

/*MODAL*/

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

    z-index: 1060;

}
.modal-right form{
    height: 100%
}
.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-content{
 border: 0px !Important;
}
.modal-header{
    border-bottom: 0px !important;
    padding-top: 24px;
}
.modal-footer{
    border-top: 0px !important;
    padding-bottom: 24px;
}
.modal-header,
.modal-footer,
.modal-body{
    padding-left: 30px;
    padding-right: 30px;
}
.modal-header .close {
    padding: 0px;
    margin: -25px -15px 0px 0px;
    line-height: 1em !important;
    font-size: 42px;
}
.modal form{
    width: 100%;
    height: 100%;
}


.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-primary-min{
    color: #007bff;
    background-color: #e3eefb;
}


.datepicker td,
.datepicker th {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px;
}

#tituloLista a{
    color: #000;
    line-height: 1.2rem;
}
#tituloLista a:hover{
    text-decoration: none;
    background: #efefef;
}

.adicionarNovo{
    display: block;
    border: 2px dashed #0bb2d4;
    padding: 16px 16px;
    text-align:center;
}
.adicionarNovo:hover{
    text-decoration: none;
    background: #efefef;
    font-weight: bold;
}


.navpross{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navpross li{
    flex: 1 1 0%;
}
.navpross li a{
    padding-top: 10px;
    margin-left: 15px;
    display: block;
    border-top: 4px solid #e5e7eb;
    color: #000;
}
.navpross li a:hover{
    text-decoration: none;
}
.navpross li a strong{
    display: block;
}
.navpross li a span{
    font-size: 0.9rem;
    color: #777;
}
.navpross li:first-child a{
    margin-left: 0px;
}
.navpross li.active a{
    border-top: 4px solid #007bff;
}
.navpross li.active a strong{
    color: #007bff;
}

.bootstrap-select .btn-light{
    min-height: 42px;
    border: 1px solid rgb(229, 231, 235);
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 500;
    color: #495057 !important;
}

.badge-breve{
    font-weight: 300;
    font-size: 9px;
}


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

#menu-lateral{
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -360px;
    width: 360px;
    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: 2rem 3rem 2rem 1rem;
    position: relative;

    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;
    height: 100%;
    overflow: hidden;
}
#menu-lateral .conteudoMenu .menu a{
    font-size: 1.27rem;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #141617;
}

#menu-lateral .conteudoBody{
    overflow-y: scroll;
}

#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 */


.list-group-rel2 a{
    font-size: 1rem;
    color: #000;
}
.list-group-rel2 a:hover{
    text-decoration: none !important;
}
.list-group-rel2 a .text-muted{
    color: #b7b2b2 !important;
}



.btn-seleciona-pagamento{
    width: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #DFDFDF;
    border-radius: 5px;
    padding: 12px 12px 12px 12px;
    font-size: 1.13rem;
    letter-spacing: -0.4px;
}
.btn-seleciona-pagamento:hover,
.btn-seleciona-pagamento.active{
    border: 2px solid #7800B4;
}
.btn-seleciona-pagamento strong{
    font-weight: 700 !important;
}
.btn-seleciona-pagamento i{
    margin-left: 8px;
    color: #7800B4 !important;
}
.btn-seleciona-pagamento .icon{
    border: 1px solid #C4C4C4;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
}
.btn-seleciona-pagamento .parc{
    font-weight: 400;
    font-size: 1rem;
}

@media(max-width: 576px){
    .btn-seleciona-pagamento{
        font-size: 1rem;
        line-height: 1.2em;
    }
    .btn-seleciona-pagamento .parc{
        font-size: 0.9rem;
    }
}




.pagamento-confirmado{
    background: #00CA7B;
    border-radius: 4px;
    color: #fff;
    padding: 30px 30px;
    text-align: center;
}
.pagamento-cancelado{
    background: #f75858;
    border-radius: 4px;
    color: #fff;
    padding: 30px 30px;
    text-align: center;
}

.pagamento-cancelado i,
.pagamento-confirmado i{
    font-size: 3rem;
}
.pagamento-cancelado h2,
.pagamento-confirmado h2{
    font-weight: 600;
    font-size: 1.2rem !important;
    letter-spacing: 0em !important;
    margin-top: 20px;
}


.link-periodo{
    display: flex;
    align-items: center;
    border: 1px solid #DFE4E8;
    border-radius: 5px;
    padding: 16px 12px;
}
.link-periodo .tit{
    font-size: 1rem;
    display: block;
    margin-bottom: 8px;
}
.link-periodo .btn-outline-primary{
    font-weight: 600;
    border-color: #009BEA;
    color:#009BEA;
}
.link-periodo .btn-outline-primary:hover{
    background: #009BEA;
    color: #fff;
}
.desc-produto p{
    font-size: 0.9rem;
}


.badge-aviso{
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    font-family: Inter var, ui-sans-serif, system-ui, sans-serif !important;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
    -webkit-font-smoothing: antialiased;
}
.avatarmin{
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.dropify-wrapper .dropify-message span.file-icon p{
    font-size: 30px !important;
    line-height: 1.2em;
}