.card-configs {
    width: 100%;
    margin: 0;
}

.titulo_config {
    color: #818181 !important;
    font-size: 18px;
}

.card-configs .row {
    margin-right: 20px;
}

.fa-credit-card {
    font-size: 40px;
    color: gray !important;
}

.main-panel.config-page {
    overflow-x: hidden;
}

.config-page [type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #828282 !important;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:not(.filled-in)+span:not(.lever):after{
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.config-page [type="checkbox"]:checked+span:not(.lever):before{
    top: -4px;
    left: -5px;
    width: 10px;
    height: 20px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #828282 !important;
    border-bottom: 2px solid #828282 !important;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"]+span:not(.lever){
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"], [type="checkbox"]:before, [type="checkbox"]:after{
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

[type="checkbox"]{
    display: none;
}

.config-page  .checkbox{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #828282 !important;
}

.checkbox:hover{
    font-weight: 500 !important;
}

@media screen and (max-width: 991px) {
    .card-configs {
        margin-top: 60px;
    }
}

.config-page .configuracoes {
    margin-top: -35px;
}

.config-page .btn.pull-right {
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .config-page .configuracoes {
        margin-top: 100px;
    }
}