.mt-6{
    margin-top: 50px !important;
}
.mb-6{
    margin-bottom: 50px !important;
}
.mt-7{
    margin-top: 60px !important;
}
.mb-7{
    margin-bottom: 60px !important;
}

.minh300{
    min-height: 300px;
}
.minh400{
    min-height: 400px;
}
.minh500{
    min-height: 500px;
}

.bold{
    font-weight: 600;
}

img{
    width: 100%;
}

.app-brand-sm .logo{
    max-width: 100px;
}
.app-brand-sm {
    margin: 0 0 0 0.5rem;
}

.dash_date span{
    margin-left: 5px;
}

.login-bg {
    background: url(./assets/images/login-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.form_error{
    background: #e13838;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
}

.app-footer{
    text-align: right;
}

.app-footer a:hover{
    color:#c1457e;
}

.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px;
}

.rounded-100{
    border-radius: 100%;
}

table td > img{
    max-width:70px;
}

.thumb-50{
    width:50px
}
.thumb-70{
    width:70px
}
.thumb-100{
    width:100px
}
.thumb-border{
    border: 3px solid #e9eef2;
}

.btn{
    font-size: 0.85rem;
}

.login-whatsapp{
    background: #25D366;
    border-color: transparent;
    color: #fff;
    min-width: 160px;
}
.login-tiktok{
    background: #13181c;
    border-color: transparent;
    color: #fff;
    min-width: 160px;
}
.login-tiktok i{
    color:#ea054d;
}
.user-login-btn{
    align-items: center;
}

/*
.login-bg{
    height: 100vh;
}
*/

.form-switch input{
    cursor: pointer;
}

.form_success{
    background: #cfdf8e;
    padding: 5px 15px;
    border-radius: 7px;
}

a.a-red, .a-red a{
    color: #dc3545;
}
a.a-red:hover, .a-red a:hover{
    color: #911f49;
}

.sidebar-menu > li > a > i{
    padding: 6px 0;
}
.sidebar-menu > li.current-page > a:after{
    right: -1;
}
.app-container{
    position: relative;
}
.app-hero-header{
    padding: 20px 1.5rem;
    min-height: 92px;
}
.app-body{
    padding-top: 15px;
    margin-top: 14px;
    height: calc(100vh - 224px);
}

.home .app-hero-header{
    min-height: 110px;
}

.home .app-body{
    margin-top: -25px;
    height: calc(100vh - 203px);
}

ul.form_errors{
    background: #df3e3e;
    color: #fff;
    padding: 7px;
    border-radius: 7px;
    list-style: none;
}
ul.form_errors li{
    margin-bottom: 2px;
}


/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #785e7e transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #785e7e;
  border-radius: 20px;
  border: 3px solid transparent;
}


.btn-spinner{
    display: none;
    margin-left:5px;
}

form .alert{
    display: none;
    padding: 7px 15px;
}

.error-404{
    min-height: 250px;
    text-align: center;
    padding-top: 60px;
}

table td{
    vertical-align: middle;
}
table.dataTable,table{
    font-size: 13px;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}
.dt-container .dt-layout-table{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
table td > .bi{
    font-size: 16px;
    display: inline-block;
    margin-top: 2px;
}
table .bi.green{
    color: #77bb1f;
}
table .row-action-btn{
    font-size: 14px;
    display: inline-block;
    padding: 6px 7px;
}

.table td a.table-link{
    color: #638cbf;
}

.form-label {
    margin-bottom: 0.25rem;
}


.card-body{
    padding: 30px;
    position: relative;
}

.card .card-header{
    display: flex;
    align-items: center;
    padding-bottom: 0.925rem !important;
    border-bottom: 1px solid #ebebeb;
    align-items: flex-start;
    min-height: 68px;
}

.card.card-bordered{
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0 15px !important;
}
.card.card-bordered small{
    display: block;
    color: #717171;
    min-height: 35px;
}

.flex-end{
    margin-left: auto;
}

.aster-note{
    text-align: center;
    margin-top: -20px;
    color: #8290a3;
    margin-bottom: 4px;
    display: block;
}

.table-thumb{
    max-width: 50px;
    border: 1px solid #e5e5e5;
}

.table-profile-thumb{
    max-width: 36px;
    margin-right: 5px;
}

table th{
    white-space: nowrap;
}

.scroll160 {
    height: 160px;
    overflow: hidden;
}

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

.spinner{
    display: none;
}
.modal-footer .alert{
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    display: none;
}
.modal-overlay{
    position: absolute;
    background: #fff;
    background-image: url(assets/images/loading_form.gif);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 50%;
    display: flex;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

.readonly,.readonly:focus{
    background: #f7f7f7;
    border-color: #f7f7f7;
    color: #424242;
}
.sidebar-menu{
    overflow: hidden;
}

.range-picker-card{
    background: #edf1f5;
}
.range-picker{
    max-width: 260px;
    text-align: center;
    margin: 0 auto !important;
}
.range-picker .input-group input{
    min-width: 190px;
}
.range-picker .input-group input,
.range-picker .input-group span,
#shopselector{
    background-color: #f5f6f7;
}

#shopselector{
    max-width: 350px;
}
.range-picker-card.shop-picker-card .range-picker{
    text-align: right;
    margin: 0 0 0 auto !important;
}

.range-picker-flex-end{
    margin-left: auto;

}
.range-picker-flex-end .range-picker{
    text-align: left;
}

.card-body .graph_totals{
    background: #f3f3f3;
    margin: 5px 10px;
    padding: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.card-body .graph_totals .border_sep{
    border-right: 1px solid #ccc;
    margin: 0 15px;
    height: 20px;
}


.nav-tabs#configTab .nav-link{
    border-color: #e5e5e5;
    background: #f9f9f9;
    color: #4b464c;
}
.custom-tabs-container .nav-tabs#configTab .nav-link.active{
    border-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: var(--bs-nav-link-color);
}
.custom-tabs-container .nav-tabs#configTab{
    font-size: 13px;
}
.custom-tabs-container .nav-tabs#configTab .nav-link:hover{
    border-bottom-width: 1px;
    background: #fff;
    color: var(--bs-nav-link-color);
}
.custom-tabs-container .nav-tabs#configTab .nav-link{
    margin-right: 2px;
}
.custom-tabs-container .nav-tabs#configTab{
    border-bottom: 1px solid #f7f7f7;
}

.card a.primary,a.primary{
    color: #b8336a;
}
#configTabContent{
    padding: 3rem 1.5rem;
}
.card .row-section, .modal-body .row-section{
    background: #f5f5f5;
    margin: 40px 0;
    padding: 5px 0;
} 

.form-group small{
    margin-top: 5px;
    display: block;
}
.tooltip-small{
    display: block;
    font-size: 11px;
    margin-top: 10px;
}

.card-footer{
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}

.big-switch {
    width: 5em !important;
    height: 2em;
}


.custom-tabs-container .nav-tabs .nav-link i{
    font-size: 1.1rem;
}

.popinfo{
    cursor: pointer;
    margin-left: 4px;
    vertical-align: middle;
}

.alert{
    border: 0;
}
.alert-danger{
    background-color: #ff5353;
    color:#fff;
}

.alert.plan-info{
    margin-top: 10px;
    background-color: #f8f8f8;
    display: block;
}


.app-header {
    padding: 0 2rem;
    padding-top: 15px !important;
}
.app-header-top{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.app-header-top .badge_account{
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 7px 25px;
    text-transform: uppercase;
    box-shadow: 1px 2px 6px 0px #d9e0e8;
}

.app-hero-header{
    padding: 20px 2rem;
}
.app-body {
    padding: 1.25rem 2rem;
    padding-top: 0;
}
.app-footer {
    padding: 0.6rem 2rem;
}


.pix-container {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    font-family: monospace;
    padding-top: 50px;
    word-break: break-word;
  }

  .copy-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #007bff;
    color: #fff;
    border: none;
    padding: 4px 10px;
    font-size: 0.9rem;
    border-radius: 4px;
    cursor: pointer;
  }

  .copy-btn:hover {
    background: #0056b3;
  }


  .dropdown.bootstrap-select{
    width:100%
  }
  .dropdown.bootstrap-select .btn-light{
    background: #fff;
  }


  #payment-form input, input#shop_wallet {
    padding: 12px;
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    box-sizing: border-box;
  }

  #payment-form button[type="submit"] {
    background: #6772e5;
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
  }

  #payment-form button[type="submit"]:hover {
    background: #5469d4;
  }

.right-border{
    border-right: 1px solid #dee2e6;
}

a.primary:hover{
    color: #907a95;
  }

.form-check-input{
    border-color: #b3b3b3;
}

.check-col{
    display: flex; 
    align-items: start; 
    gap: 8px;
}

.check-col i{
    flex-shrink: 0;
    margin-top: 2px;
    color: #6a9f45;
}

.check-col span{
    text-align: left; /* Aggiunta questa riga */
}
.bgbox{
    background: #f8f8f8;
    padding: 15px;
    border-radius: 15px;
}

.input-group.readonly .input-group-text{
    border: 0;
    background: #efefef;
}

.app-hero-header .balance h3{
    font-size: 18px;
}
.app-hero-header .balance,.app-hero-header .balance-available{
    justify-content: flex-end;
    align-items: center;
}

.app-hero-header .balance p,.app-hero-header .balance-available p{
    margin-right: 10px !important;
}

.table-pagination ul{
    justify-content: flex-end;
}


@media (max-width: 768px) {
    .app-container{
        border-radius: 0;
    }
    .app-header {
        padding-top: 25px !important;
    }
    #toggle-sidebar{
        top: 22px;
    }
    .dash_date{
        display: none;
    }
    .app-footer{
        text-align: center;
    }
    h5{
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    #sidebar .app-brand{
        justify-content: center;
    }
    #pin-sidebar {
        display: none;
    }
    .user-login-block{
        height: 100vh;
    }
}

@media (max-width: 991px) {
    .form-group{
        margin-bottom: 20px;
    }
    .right-border{
        border-right: 0;
    }
    .card .card-header.mob-flex-col{
        flex-direction: column;
    }
    .card .card-header.mob-flex-col .range-picker-flex-end{
        margin: 20px auto;
    
    }
    .card .card-header.mob-flex-col .range-picker-flex-end .range-picker{
        text-align: center;
    }
}

@media (min-width: 1200px) {

}


@media (min-width: 1500px) {
    .app-header {
        padding: 0 3rem;
    }
    .app-hero-header{
        padding: 20px 3rem;
    }
    .app-body {
        padding: 1.25rem 3rem;
    }
    .app-footer {
        padding: 0.6rem 3rem;
    }
}
