
.sidebar:after{
    background: linear-gradient(to top, #0c2646 0%, #204065 60%, #2a5788 100%) !important;
}

.sidebar .nav li.active>a{
    background-color: #1d3c60;
}

.primary-color{
    color: #2b5687 !important
}

.bg-primary-color{
    background-color: #04101d !important
}

thead th{
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(86 133 183 / 21%) !important;
}

.table-hover tbody tr:hover {
    background-color: rgb(158 205 255 / 73%) !important;
}

.btn-primary {
    background-color: #19355e    !important;
    font-weight: bold;
}

.btn-primary:hover{
        background-color: #20446A !important;
            border-color: #112C4E !important;
}

.toggle{
    width: 5rem !important;
}

/* #detailModal .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
#detailModal .modal-content {
    height: 50%;
} */




@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
    background-color: rgb(86 133 183 / 21%) !important;
}

.panel-title>a,
.panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f077";
    float: right;
    transition: all 0.5s;
}

.panel-heading a.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-page .card-login .logo-container {
    width: 100% !important;
}


.toggle.btn.btn-primary {
    width: 80.8125px;
    height: 35.875px;
    border: 1px solid #19355e;
    border-radius: 0.3rem;
}
.toggle.btn.btn-secondary {
    width: 80.8125px;
    height: 35.875px;
    border: 1px solid #888;
    border-radius: 0.3rem;
}

.toggle .toggle-handle{
    background-color: #ffffff !important;
    padding: 4px 28px 0 0;
}

.card label {
    font-size: 1.5571em;
}

.card .card-text{
    font-size: medium;
}

.divisor{

            border-top: 1px solid #19355e !important;
            margin-top: 3pc;

}

.page-link{
        color: #19355e;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #19355e;
    border-color: #19355e;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Opacità del 50% */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Assicura che il loader sia sopra tutti gli altri elementi */
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #19355e;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body #associateSellerPoint .modal-dialog {
    /* Width */
    max-width: 60%;
    width: auto !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
}

#modal-seller_wrapper>div:nth-child(1)>div.col-md-auto.ms-auto{
        width: 100% !important;
}

#dt-search-0{
    width: 50% !important;
}

@-moz-document url-prefix() {

    /* Assicurati che la classe .table-responsive venga definita prima */
    .table-responsive {
        /* Aggiungi overflow hidden */
        overflow: hidden;
    }
}

.pointer{
    cursor: pointer;
}

.daterangepicker {
    font-size: 16px;
    width: 900px!important;
}

.daterangepicker .calendar-table {
    height: 400px;
    /* Modifica l'altezza del selettore del calendario */
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 10px;
    /* Modifica il padding */
}

.drp-calendar.left{
    margin-right: 200px !important;
}

.form-customer-size {
    font-size: 1.2rem; /* Default size for non-phone devices */
}

@media (max-width: 767px) {
    .form-customer-size {
        font-size: 1rem; /* Size for phone devices */
    }
    .navbar{
        display: none;
    }
}

.bg-white{
    background-color: white!important;
}

.thankyou-img{
    max-width: 40%!important;
}

.thankyou-text{
    font-weight: bold;
    font-size: 1.8rem;
}

.color-primary{
    color: #19355E!important;
}



@media (max-width: 767px) {
    .thankyou-text{
        font-weight: bold;
        font-size: 1.1rem;
    }
    .thankyou-img{
        max-width: 80%!important;
    }
    
}

.bg-custom-color{
    background-color: #9ea3a7;
}