
*{
    font-family: 'Roboto', sans-serif;
}

p{
    margin-bottom: 0px;
}

a{
    text-decoration: none;
}

.font-green{
    color: #309683 !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}

.content-list .list{
    padding-bottom: 50px;
}

body{
    background-color: #f8fafb;
    bbackground-color:#02293d;
}

.hidden{
    display: none !important;
}


.top{
    position: relative;
    padding-top: 25px;
    margin-bottom: 30px;
}

.top::before{
    content: "";
    width: 100%;
    height: 75px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-color: #6e00ff;
}

nav{
    position: relative;
    z-index: 2;
}

.logo{
    position: relative;
    z-index: 2;
}


nav ul li{
    display: inline-block;
}

nav ul li a{
    display: block;
    color: #132134;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    text-decoration: none;
    margin-right: 10px;
}

nav ul li:last-child a{
    margin-right: 0px;
}

nav ul li a::before{
    content: "";
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

nav ul li a.bt-accounts:before{
    background: url("../../assets/images/adwords.png") center center no-repeat;
}

nav ul li a.bt-users:before{
    background: url("../../assets/images/users.png") center center no-repeat;
}

nav ul li a.bt-files:before{
    background: url("../../assets/images/files.png") center center no-repeat;
}





.content-top{
    margin-bottom: 40px;
}

.content-top .content-top-bts{
    width: 100%;
    max-width: 175px;
}

.content-top .content-top-bts p{
    margin-bottom: 10px;
}

.content-top .content-top-bts p a{
    width: 100%;
    text-align: center;
    max-width: 175px;
    padding: 5px 10px;
    font-size: 16px;
    color: #ffffff;
    display: table;
    border-radius: 20px;
}

.content-top .content-top-bts p a.bt-update{
    background-color: #7ae381;
    color: #000;
}

.content-top .content-top-bts p a.bt-change{
    background-color: #3c8bd9;
}

.content-top .content-top-bts p a:hover{
    background-color: #132134;
    color: #ffffff;
}






.content-top .blc-info{
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.content-top .blc-info .blc-info-content{
    width: 100%;
    height: 100%;
    padding: 10px 45px;
    padding-right: 80px;
    position: relative;
    overflow: hidden;
}


.content-top .blc-info .blc-info-alert{
    content: "";
    width: 34px;
    height: 34px;
    right: 15px;
    top: 15px;
    display: block;
    position: absolute;
    background: url("../../assets/images/red_alert.png") center center no-repeat;
    background-size: contain;
}


.content-top .blc-info .blc-info-success{
    content: "";
    width: 34px;
    height: 34px;
    right: 15px;
    top: 15px;
    display: block;
    position: absolute;
    background: url("../../assets/images/checked.png") center center no-repeat;
    background-size: contain;
}



.content-top .blc-info .blc-info-content::before{
    content: "";
    left: -5px;
    top: 0px;
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    background-color: #132134;
}

.content-top .blc-info .blc-info-content p{
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 0px;
    line-height: 1.5em;
}

.content-top .blc-info .blc-info-content p span{
    font-size: 16px;
    font-weight: 400;
}









.content-list-title{
    font-size: 20px;
    font-weight: 500;
    color: #132134;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-left: 20px;
}

.list-item{
    border-radius: 60px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 20px 20px;
    position: relative;
}

.list-item p{
    margin: 0px;
}

.list-item .offbox{
    background-color: #aabacc;
    color: #132134;
    font-size: 11px;
    text-align: center;
    padding: 2px 10px;
    border-radius: 20px;
    line-height: 1em;
    position: absolute;
    bottom: -10px;
    letter-spacing: 1px;
}

.list-item .offbox.offbox-last-recharge{
    width: 180px;
    margin-left: -90px;
}


.list-item .offbox.offbox-top{
    bottom: initial;
    top: -7px;
}

.list-item .offbox.offbox-white{
    background-color: #fff;
    color: #ff435a;
    right: 38px;
}

.list-item .offbox.offbox-green{
    color: #000;
    background-color: #a7d9b2;
}



.list-item .list-item-id p{
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #eef3f5;
    line-height: 2.5em;
    text-align: center;
}

.list-item .list-item-account{
    width: 320px;
    position: relative;
    background-color: #eef3f5;
    border-radius: 30px;
    padding: 10px 20px;
}

.list-item .list-item-account .list-favicon{
    margin-right: 10px;
}

.list-item .list-item-account .list-item-account-content h2{
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.list-item .list-item-account .list-item-account-content p{
    font-size: 14px;
    font-weight: 500;
    color: #515151;
}



.list-item .list-item-daily-budget{
    width: 205px;
    position: relative;
    background-color: #eef3f5;
    border-radius: 30px;
    padding: 10px 15px;
}


.list-item .list-item-daily-budget::before{
    content: "";
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url("../../assets/images/salary.png") center center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}

.list-item .list-item-daily-budget p:not(.offbox), .list-item .list-item-daily-budget p:not(.offbox) a{
    color: #515151;
    font-size: 13px;
    font-weight: 300;
    margin: 0px;
    line-height: 1em;
    margin-bottom: 5px;
}

.list-item .list-item-daily-budget p:not(.offbox) a:hover{
    color: #6e00ff;
}

.list-item .list-item-daily-budget p strong{
    font-size: 16px;
    font-weight: 900;
    line-height: 1em;
}


.list-item .list-item-daily-budget .offbox{
    left: 50%;
    margin-left: -45px;
}





.list-item .list-item-without-balance{
    width: 415px;
    position: relative;
    background-color: #eef3f5;
    border-radius: 30px;
    padding: 10px 20px;
}

.list-item .list-item-without-balance::before{
    content: "";
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url("../../assets/images/budget.png") center center no-repeat;
    margin-right: 10px;
}


.list-item .list-item-without-balance .price{
    font-size: 32px;
    color: #ff435a;
    font-weight: 900;
    line-height: 1em;
}

.list-item .list-item-without-balance .price span{
    font-size: 14px;
    margin-right: 3px;
    line-height: 1em;
}

.list-item .list-item-without-balance .big-alert{
    font-size: 20px;
    font-weight: 300;
    color: #132134;
}

.list-item .list-item-without-balance .big-alert::before{
    content: "";
    width: 1px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #132134;
}

.list-item .list-item-without-balance .big-alert b{
    font-weight: 900;
    color: #132134;
}


























.list-item .list-item-remaining-budget{
    position: relative;
    background-color: #eef3f5;
    border-radius: 30px;
    padding: 10px 35px;
}

.list-item .list-item-remaining-budget::before{
    content: "";
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url("../../assets/images/budget.png") center center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.list-item .list-item-remaining-budget p:not(.offbox) {
    color: #515151;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    line-height: 1em;
    margin-bottom: 5px;
}

.list-item .list-item-remaining-budget p strong{
    font-size: 16px;
    font-weight: 900;
    color: #ff435a;
}

.list-item .list-item-remaining-budget .offbox{
    left: 50%;
}

















.list-item .list-item-remaining-days{
    width: 240px;
    position: relative;
    background-color: #eef3f5;
    border-radius: 30px;
    padding: 10px 25px;
}

.list-item .list-item-remaining-days::before{
    content: "";
    width: 33px;
    height: 33px;
    display: inline-block;
    background: url("../../assets/images/calendar.png") center center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}

.list-item .list-item-remaining-days p:not(.offbox) {
    color: #515151;
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
    line-height: 1em;
    margin-bottom: 5px;
}

.list-item .list-item-remaining-days p strong{
    font-size: 32px;
    font-weight: 900;
    color: #ff435a;
    line-height: 0.8em;
    margin-right: 15px;
    margin-left: 5px;
}

.list-item .list-item-remaining-days .offbox{
    left: 50%;
    margin-left: -45px;
    background-color: #ffffff;
}

.list-item-remaining-days-content p strong{
    color: #309683;
}




.list-item .offbox-excessive-consumptio{
    padding: 4px 30px;
    margin-top: -7px;
}

.list-item .offbox-excessive-consumptio::after{
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 4px;
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
    background: url("../../assets/images/red_alert.png") center center no-repeat;
    background-size: contain;
}




.page-login .btn.btn-success{
    background-color: #7ae381;
    color: #000;
    border-radius: 20px;
    display: block;
    margin: 0px auto;
    padding: 5px 20px;
    max-width: 175px;
    border:none;
}

.page-login .content {
    width: 100%;
    padding: 35px;
    background-color: #ffffff;
}


.page-login h1 {
    font-size: 24px;
    color: #132134;
    line-height: 1em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}



.list-item .list-item-paused-on-content p.text{
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    margin: 0px;
    line-height: 1em;
    margin-bottom: 5px;
}

.list-item .list-item-paused-on-content p strong::before {
    content: "";
    width: 1px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 5px;
    background-color: #132134;
}

.list-item .list-item-paused-on-content{
    margin-top: 10px;
}

.list-item .list-item-paused-on-content p strong{
    font-weight: 900;
    color: #132134;
    font-size: 24px;
    line-height: 1em;
    color: #ff435a;
}

.list-item .offbox.lastDateBudgetOver{
    width: 150px;
    margin-left: -75px;
    left: 50%;
}







.menu-fixed-out{
    height: 25px;
    margin-bottom: 30px;
}

.menu-fixed.fixation{
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    background-color: #6e00ff;
    padding: 10px 0;
    transition: top 0.3s; /* Adiciona uma transição suave para o efeito */
    z-index: 888;
}

.menu-fixed ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.menu-fixed ul li {
    display: inline;
    margin: 0 10px;
}



.menu-fixed ul li a {
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    background-color: #132134;
    text-decoration: none;
}

.menu-fixed ul li a:hover {
    color: #132134;
    background-color: #fff;
}




.menu-fixed.fixation ul li a {
    padding: 5px 15px;
    border-radius: 20px;
    color: #132134;
    text-decoration: none;
    background-color: #fff;
}

.menu-fixed.fixation ul li a:hover {
    color: #fff;;
    background-color: #132134;
}



.list-item .list-item-account .offbox{
    left:50px;
}



.blc-finishing-estimate-billing-date{
    position: relative;
    text-align: left;
    margin-left: 25px;
    padding-left: 25px;
}

.blc-finishing-estimate-billing-date p{
    line-height: 1.1em;
}

.blc-finishing-estimate-billing-date::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 55px;
    background-color: #000;
}

.blc-finishing-estimate-billing-date-title{
    font-size: 15px;
    font-weight: 500;
    color: #B20000;
}

.blc-finishing-estimate-billing-date-date{
    font-size: 25px;
    font-weight: 700;
    color: #3F0000;
}

.blc-finishing-estimate-billing-date-subtitle{
    font-size: 13px;
    font-weight: 400;
    color: #3F0000;
}
