@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

a:any-link {
    text-decoration: none;
  }
  
  /* WebKit browsers */  
a:-webkit-any-link {
    text-decoration: none;
}

a:any-link {
    text-decoration: none;
}

*::-webkit-scrollbar-track
{
	background-color: #FFFFFF;
}

*::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	background-color: #c9c8c8;
}
*::-webkit-scrollbar-thumb:hover
{
	background-color: #b3b2b2;
}

*{
    --bg-light: #F7F8FC;
    --bg-grey: #363740;
    --primary-blue: #3751FF;
    --primary-red:#dc3545;
    --primary-grey:#A4A6B3;
    --border-grey: #DFE0EB;
    --primary-green: #47c9a2;

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mulish';
    font-style: normal;
}

body {
    background-color: var(--bg-light);
    min-height: 400px;
}
.border-grey {
    border: 1px solid var(--border-grey);
    border-radius: 8px;
}
.px30-black {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
}

.px19-black {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.px16-black {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.px23-logo {
    font-size: 23px;
    color: var(--primary-grey);
}

.px35-logo {
    font-size: 35px;
    color: var(--primary-grey);
}

.px19 {
font-weight: 700;
font-size: 19px;
line-height: 24px;
letter-spacing: 0.4px;
color: var(--primary-grey);
}

.px16 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-grey);
    letter-spacing: 0.2px;
}
.px16-bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--primary-grey);
    letter-spacing: 0.2px;
}

.px14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-grey);
    letter-spacing: 0.2px;
}

.px14-black {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: black;
    letter-spacing: 0.2px;
}

.btn-primary {
    padding: 1.5%;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-primary.blue{
    background-color: var(--primary-blue);
    color: white;
    margin: 0;
}

.btn-primary.red{
    background-color: var(--primary-red);
    color: white;
    margin: 0;
}

.btn-primary.green{
    background-color: var(--primary-green);
    color: white;
    margin: 0;
}

.block {
    background-color: buttonface;
}



.sidebar {
    transition: all 0.1s;
    width: 200px;
    height: 100%;
    overflow-y: auto;
    background-color: var(--bg-grey);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1050;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
            
}

.sidebar.hide,
.sidebar.hide i,
.sidebar.hide a,
.sidebar.hide ul,
.sidebar.hide li,
.sidebar.hide div
{
    
    position: fixed;
    transition: all 0.2s;
    right: -200px;
    width: 0;
    border: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
            z-index: -10;
}

.sidebar-toggle {
    display: block;
    position: fixed;
    top: 3px;
    left: 210px;
    background-color: var(--bg-grey);
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.2s;
    z-index: 1050;
    cursor: pointer;
}

.sidebar-toggle.sidebar-hide {
    left: 3px;
    transition: all 0.2s;
}

.sidebar-toggle:hover {
    color: var(--bg-light);
}

.logo-sidebar {
    width: 150px;
    padding: 3%;
    border: 1px solid;
    border-radius: 10px;
    margin-top: 40px;
    margin-left: 25px;
    margin-bottom: 15%;
}


.logo-sidebar i{
    margin-right: 5%;
}

.logo-sidebar a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-sidebar a:hover {
    color: white;
    
}

.links-sidebar i{
    margin-right: 5%;

}

.menu-sidebar {
    display: flex;
    justify-content: center;
}

.links-sidebar {
    width: 100%;
}


.links-sidebar img {
    margin-right: 10px;
    
}
.links-sidebar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 7%;
    cursor: hand;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


.links-sidebar a:hover {
    background-color: #4d4e53;
    border-left: 2px solid;
    color: white;
}




.main-page {
    margin-left: 200px;
    transition: all 0.2s;
    padding: 10px;
}

.main-page.sidebar-hide {
    transition: all 0.2s;
    margin-left: 0;
}



.top-header {
    margin-top: 60px;
    height: 8%;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--border-grey);
    border-radius: 20px;
    background-color: white;
    
}

.menu-profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 3%;
}

.menu-profile i {
    z-index: 1050;
}

.menu-profile i:hover{
    cursor:pointer;
    color: var(--bg-grey);
}

.title-page {
    margin-left: 3%;
}

.box-page {
    background-color: white;
    border: 1px solid var(--border-grey);
    border-radius: 20px;
    padding: 2%;
    margin-bottom: 2%;
}

.box-page label#title-box-page{
    display: flex;
    justify-content: center;
    color: var(--bg-grey);
    margin-bottom: 2%;
}


.stats-wrapper {
    display: flex;
    justify-content: center;
    gap: 1%;
}



.stats-wrapper .box-1 {
    background-color: #00c16c;
}

.stats-wrapper .box-2 {
    background-color: #61a6ab;
}

.stats-wrapper .box-3 {
    background-color: #f45d4c;
}

.stats-wrapper .box-4 {
    background-color: #ffe999;
}

.stats-card {
    width: 250px;
    padding: 15px;
    border-radius: 20px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.stats-card:hover {
    opacity: 0.920;
    box-shadow: rgba(10, 9, 9, 0.678) 0px 8px 24px;
}

.stats-card:hover label.stats-number {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}




.label-stats {
    color: black;
    text-align: center;
}

.quick-access-wrapper {
    display: flex;
    justify-content: center;
    gap: 1vw;
}

.quick-access-item {
    padding: 2%;
    border-radius: 10px;
    background-color: #d1f97b;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
    width: 24vw;
    color: black;
    border: 1px solid transparent;
}

.quick-access-item:hover {
    border-color:  var(--primary-grey);
    opacity: .9;
}

.quick-access-item i{
    margin-right: 5px;
}

.quick-access-item a{
    color: var(--bg-grey);
    
}

.dropdown-settings-menu {
    visibility: hidden;
    position: fixed;
    transition: all 0.05s linear;
    position: fixed;
    top: 105px;
    right: 55px;
    height: 0;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Outras versões do Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
            z-index: -10;
}

.dropdown-settings-menu ul{
    list-style-type: none;
}

.dropdown-settings-menu.show{
    background-color: var(--bg-grey);
    list-style-type: none;
    z-index: 1000;
    display: block;
    position: absolute;
    top: 120px;
    right: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: auto;
    visibility: visible;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;

}
.dropdown-settings-menu.show li{
    margin-left: 5px;
}

.dropdown-settings-menu ul a{
    color: var(--primary-grey);
}

.dropdown-settings-menu.show .dropdown-item:hover{
    color: var(--bg-light);
    cursor: pointer;
}



.dropdown-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.table-stats {
    width: auto;
    height: auto;
    background-color: white;
    border: 1px solid var(--border-grey);
    border-radius: 20px;
    margin-top: 3%;
    padding: 1%;
}

.table-stats a{
    background-color: var(--primary-blue);
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 5px;
    border: 1px solid var(--primary-grey);
    color: black;
    text-decoration: none;
}

.table-stats a:hover{
    
    color: white;
}

.table-stats-wrapper {
    margin: 3%;
    height: 50px;
}

.table-stats-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}




.modal-conf-pgto {
    transition: all .1s;
    opacity: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: -100;
    position: fixed;
    top: 0;
    visibility: hidden;
    justify-content:center;
    align-items: flex-start;
}

.modal-conf-pgto.show{
    opacity: 1;
    visibility:visible;
    transition-delay: .2s;
    background-color: rgba(0, 0, 0, 0.932);
    width: 100%;
    height: 100%;
    z-index: 1200;
    position: fixed;
    top: 0;
    display: flex;
    overflow: auto;
}

.modal-wrapper {
    visibility: hidden;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--bg-grey);
    background-color: var(--bg-light);
    opacity: 1;
    width: 65%;
    height: fit-content;
    z-index: 1210;
    margin-top: 1%;
}
.modal-wrapper.show{
    visibility: visible;
}

.modal-open {
    overflow:hidden;
    margin-right: 10px;
}



.modal-title{
    padding: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    background-color: var(--bg-grey);
    color: white;
    text-align: left;
    border-radius: 0;
}


.modal-title i{
    color: white;
}




.modal-form {
    padding: 2%;
}



.form-wrapper {
    width: 100%;
    display: flex;
    gap: 0;
    margin-bottom: 1%;
    align-items: center;
}

.form-wrapper input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-left: auto;
    margin-right: 1%;
}

select{
    border-radius: 5px;
    text-transform: uppercase;
    width: 60%;
    padding: 1%;
    margin-left: auto;
    border: 1px solid var(--primary-grey);
}

.input-form-check {
    border-radius: 5px;
    border: 1px solid var(--primary-grey);
    background-color: var(--bg-light);
    width: 60%;
    padding: 1%;
}


.input-form {
    border-radius: 5px;
    border: 1px solid var(--primary-grey);
    background-color: var(--bg-light);
    width: 60%;
    padding: 1%;
    margin-left: auto;
    text-transform: uppercase;
}


.btn-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: right;
    margin-top: 2%;
}

.modal-conf-pgto-yes-no.show {
    opacity: 1;
    visibility:visible;
    transition-delay: .2s;
    z-index: 1300;
}

.modal-conf-pgto-yes-no {
    transition: all .1s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.932);
    width: 100%;
    height: 100%;
    z-index: -100;
    position: fixed;
    top: 0;
    visibility: hidden;
    display: flex;
    justify-content:center;
    align-items: flex-start;
    overflow: auto;
}
.wrapper-yes-no.show {
    opacity: 1;
    visibility:visible;
    transition-delay: .3s;
    z-index: 1300;
}
.wrapper-yes-no {
    opacity: 0;
    visibility: hidden;
    margin-top: 3%;
    width: 35%;
    height: fit-content;
    background-color: white;
    border: 1px solid var(--primary-grey);
    border-radius: 5px;
}

#title-yes-no {
    padding: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-grey);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


#title-yes-no i{
    cursor: pointer;
}

.conf-dados-pgto-wrapper {
    padding: 2%;
    display: flex;
    justify-content: space-between;
}

.btn-conf-dados-pgto-wrapper {
    margin-top: 3%;
    padding: 2%;
    display: flex;
    justify-content: end;
}

.modal-conf-pgto-yes-no hr{
    border: 1px solid var(--primary-grey);
}

.btn-conf-dados-pgto-wrapper button{
    width: 100%;
}

.modal-msg-sucesso{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-align: center;
}

.modal-msg-sucesso h1{
    margin-top: 5%;
    margin-bottom: 7%;
}


.wrapper-sucesso {
    transition-delay: .1s;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 10%;
    width: 30%;
    height: 50%;
    background-color: white;
    border-radius: 5px;
    z-index: -100;
}

.wrapper-sucesso.show {
    transition-delay: .4s;
    opacity: 1;
    visibility: visible;
    z-index: 1300;
}

.title-success {
    width: 100%;
    height: 50%;
    background-color: var(--primary-green);
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.title-success i{
    transition: all 2s ease-in;
    color: white;
    font-size: 60px;
}

.wrapper-sucesso button{
    width: 40%;
    border-radius: 10px;
    align-self: center;
    margin-top: 1%;
}

.fundo-opaco {
    transition: all .1s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.932);
    width: 100%;
    height: 100%;
    z-index: -100;
    position: fixed;
    top: 0;
    visibility: hidden;
    display: flex;
    justify-content:center;
    align-items: flex-start;
    overflow: auto;
}

.fundo-opaco.show {
    opacity: 1;
    visibility:visible;
    transition-delay: .3s;
    z-index: 1300;
}





.modal-novo-locatario {
    transition: all .1s;
    opacity: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: -100;
    position: fixed;
    top: 0;
    visibility: hidden;
    justify-content:center;
    align-items: flex-start;
}

.modal-novo-locatario.show{
    opacity: 1;
    visibility:visible;
    transition-delay: .2s;
    background-color: rgba(0, 0, 0, 0.932);
    width: 100%;
    height: 100%;
    z-index: 1200;
    position: fixed;
    top: 0;
    display: flex;
    overflow: auto;
}


.wrapper-novo-locatario {
    visibility: hidden;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--bg-grey);
    background-color: var(--bg-light);
    opacity: 1;
    width: 65%;
    height: fit-content;
    z-index: 1210;
    margin-top: 1%;
}
.wrapper-novo-locatario.show{
    visibility: visible;
}


.title-novo-locatario{
    padding: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    background-color: var(--bg-grey);
    color: white;
    text-align: left;
    border-radius: 0;
}

.title-novo-locatario i{
    color: white;
}


.wrapper-novo-contrato{
    visibility: hidden;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--bg-grey);
    background-color: var(--bg-light);
    opacity: 1;
    width: 65%;
    height: fit-content;
    z-index: 1210;
    margin-top: 1%;
    margin-bottom: 1%;
}

.wrapper-novo-contrato.show {
    visibility: visible;
}


.title-novo-contrato{
    padding: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    background-color: var(--bg-grey);
    color: white;
    text-align: left;
    border-radius: 0;
}

.title-novo-contrato i{
    color: white;
}



#modal-form-novo-contrato label {
    font-weight:700;
    color: black;
}

table {
    width: 100%;
    border-spacing: 0;
    overflow: auto;
    background-color: var(--bg-light);
    border-radius: 5px;
    padding: 3%;
}





td {
    text-align: left;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
}



td i{
    font-size: 20px;
    margin: 1%;
}

td i:hover{
    opacity: 0.7;
    cursor: pointer;
}

tbody tr td:nth-child(1) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 50%;
}

tbody tr td:nth-child(2) {
    width: 15%;
}

tbody tr td:nth-child(3) {
    width: 15%;
}

tbody tr td:nth-child(4) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 20%;
    padding-right: 1%;
    text-align: right;
}


tbody tr td {
    border-bottom: 1px solid var(--border-grey);
}




tr:hover td{
    background-color: rgba(149, 157, 165, 0.315);
}

tr:hover td.wrapper-btn-acoes-pgtos{
    background-color: rgba(149, 157, 165, 0.315) !important;
}


th {
    text-align: left;
    border-bottom: 2px solid black;
}

th:nth-child(1) {
    padding-left: 1%;
}

th:nth-child(2){
    padding-left: 1%;
    min-width: 83px;
}

th:nth-child(3){
    padding-left: 1%;
    min-width: 83px;
}

th:nth-child(4){
    padding-right: 1%;
    min-width: 60px;
}







tr:hover td.wrapper-btn-acoes-pgtos{
    background-color: transparent;
    color: initial;
}




.wrapper-detalhes-pgto {
    margin-top: 1%;
    width: 35%;
    height: fit-content;
    background-color: white;
    border: 1px solid var(--primary-grey);
    border-radius: 5px;
}

.title-detalhes-pgto {
    padding: 4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-grey);
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.title-detalhes-pgto i{
    cursor: pointer;
}

.wrapper-dados-pgto {
    width: 100%;
    height: 100%;
    text-align: center;
}


.wrapper-dado-pgto {
    display: flex;
    justify-content: space-between;
    padding: 2%;
}

.wrapper-btn-detalhes-pgto {
    margin-top: 3%;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
}
.wrapper-btn-detalhes-pgto .btn-primary.red {
    width: 100%;
}

.wrapper-dados-pgto hr{
    border: 1px solid var(--primary-grey);
}














/*    Media Queries */



@media (max-width: 964px)
{

.stats-wrapper {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: 49% 49%;
    gap: 10px;
    justify-items:center;
    
}
.dropdown-settings-menu {
    top: 105px;
    right: 50px;
    height: 0;
}
.dropdown-settings-menu.show {
    top: 117px;
    right: 50px;
}

.quick-access-wrapper {
    display: block;
    padding-left: 20%;
    padding-right: 20%;
    
}

.quick-access-item {
    margin-bottom: 3%;
    width: 100%;
}



}


@media (max-width: 686px)
{
    .top-header {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-profile {
        justify-content: center;
        margin-bottom: 3%;
    }

    .menu-profile i{
        position: fixed;
        top: 3px;
        right: 10px;
    }
    .dropdown-settings-menu {
        top: 43px;
        right: 30px;
        height: 0;
    }
    .dropdown-settings-menu.show {
        top: 43px;
        right: 30px;
    }
}

@media (max-width: 537px) {

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


    .stats-wrapper .stats-card{
        width: 100%;
    }

    .quick-access-wrapper {
        padding-left: 10%;
        padding-right: 10%;
    }

    .quick-access-item {
        padding: 5%;
    }

}

@media (max-width: 400px) {





}


@media (max-width: 246px) {
    .menu-profile {
        display: block;
    }
}