.advance-options {
    display: none;
}
/* Bulk Trials Modern Flex Form Styles */
.bulk-trial-flex-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modern-card {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    margin-bottom: 2rem;
}
.modern-card-header {
    padding:  1rem;
    border-bottom: 1px solid #f0f0f0;
}
.modern-card-header h2 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    text-transform: uppercase;
}

.modern-card-content {
    padding: 2rem;
}
@media only screen and (max-width: 768px) {
    .modern-card-content {
        padding: 0rem;
    }
    .btn.add-fields{
        margin-left: 1rem;
    }
}


.flex-form-repeater {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.repeat-item {
    position: relative;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}
.flex-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-end;
    margin-top: 1rem;
}
.modern-card .form-group {
    min-width: 180px;
    flex: 1 1 180px;
}
.modern-card .form-group[style*="min-width: 220px"] {
    min-width: 220px;
}
.modern-card .form-group[style*="min-width: 100px"] {
    min-width: 100px;
}
.remove-btn {
    flex: 1 1 100px;
    min-width: 100px;
    align-self: flex-end;
    text-align: right;
}
.form-actions {
    padding-bottom: 0px;
    text-align: right;
}
.modern-form label {
    font-weight: 500;
    margin-bottom: 0.3rem;
}
.modern-form hr {
    margin: 2rem 0;
}
#users-list .tickets.media-list .media {
    padding: 1rem;
}
.ticket-date{
    padding-top: 3px;
}
.text-grey{
    color:#999;
}
.skin-flat .checkbox{
    float: left;
}
.width-50 svg{
    width: 40px;
}
.small-weather-icon-outer{
    flex: 0 0 16.6%;
    max-width: 16.6%;
    padding:0px 8px
}
.height-150 svg{
    height: 150px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .navbar-brand .brand-text{
    animation: none;
    clip: rect(0px,70px,25px,0px);
    position: absolute;
    left: 1rem;
    top: 15px;
    -webkit-transition: clip 2s ease-out;
    -moz-transition: clip 2s ease-out;
    -o-transition: clip 2s ease-out;
    transition: clip 2s ease-out;
    animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;

}
.customer-summary .icon{
    margin-top: 25px;
}
.onoffswitch {
    position: relative; width: 90px;
    margin: 13px 16px 0px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #49afb2; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Online";
    padding-left: 10px;
    background-color: #41e4d8; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Offline";
    padding-right: 16px;
    background-color: #EEEEEE; color: #999999;
    text-align: right; line-height: 26px;
}
.onoffswitch-switch {
    display: block; width: 15px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 1px solid #49afb2; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.recon-form label{
    float: left;
    margin-top: 8px;
    width: 40%;
    margin-right: 1%;
}
.recon-form input{
    float: left;
    width: 59%
}
.show-eye-icon{
    cursor: pointer;
}
@media only screen and (max-width: 1400px){
    .onoffswitch-switch {
        right: 51px;
    }
}

.scroll-delivery { 
    height: 300px; 
    overflow-x: hidden; 
    overflow-y: auto; 
    text-align:justify;
    margin-bottom: 10px; 
}
.customer-scroll { 
    padding:4px; 
    height: 450px; 
    overflow-x: hidden; 
    overflow-y: auto; 
    text-align:justify; 
}
.tableFixHead th { 
    border:1px solid #e3ebf3;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    padding:12px;
}

.calendar-tbody:before {
    content:".";
    color:white; /* bacground color */   
}
/* .demo-server-body .main-menu.menu-fixed{
    top: 6.3rem;
}
.demo-server-body .header-navbar{
    top: 2.5rem;
}
.demo-server-body .content .content-wrapper{
    padding-top:54px;
} */

.daily-sale-summary{
    cursor: pointer;
}

.header-btn {
    margin-left:460px;
    margin-top: -50px
}

i.import-link {
  margin: 10px;
  cursor: pointer;
}
#import_file {
  display: none;
}
.dataTables_scrollBody table.dataTable.no-footer{overflow:hidden;position:unset !important;}
table.dataTable.no-footer{max-width: max-content;min-width: 100%}
.dataTables_scrollHead, .dataTables_scrollHeadInner, .dataTables_scrollBody{width:auto !important;position: unset !important;min-width: 100%}

.subscription_statics{
    min-width: 20%;
}
tr.searchable {
    background: #e3ebf3;
}
.dataTables_wrapper .row{
    background: #e3ebf3;
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    align-items: center;
    margin: 0px;
}
.card-dashboard{
    padding:0px
}
.card-header .form-group{
    margin-bottom:0px !important;
    min-width: 100px
}
.card-header select{
    height: 30px;
    font-size: 12px;
}
.card-header .form-group > input,
.card-header .input-group > input{
    height: 30px;
    font-size: 12px;
    padding: 0px 10px;
}
.card-header .list-inline{
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}
.card-header .form-group > input, .card-header .input-group > input{
    height: 30px !important;
    min-height:30px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    font-size: 10px;
}

.dashboard-body .card{
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgb(62 57 107 / 2%), 0 2px 9px 0 rgba(62, 57, 107, 0.02);
}
.card-header:first-child {
    border-radius: 10px;
}


.card.statics-loader {
    overflow: visible;
}

.font-medium-1{
    font-size: 0.9rem !important;
}
.badge{
    padding: .5em .9em;
    border-radius: 1.25rem;
}
.input-group-text{
    padding: .5rem 1rem;
}

.card.bg-transparent{
    overflow: visible;
}
.card .snapshot{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06) !important;
}
.snapshot .card-body{
    padding: .5rem 1rem;
}
.snapshot-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
}

.snapshot-card-wrapper {
    flex: 0 0 auto;
    width: 150px;
    min-width: 120px;
}
.snapshot-card-wrapper.width-lg {
    width: 200px;
    min-width: 150px;
}

.snapshot-card-wrapper .card {
    margin-bottom: 0;
    height: 100%;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
    transform: translateY(-2px);
}

.transition-all {
    transition: all 0.2s ease-in-out;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-none:hover {
    text-decoration: none !important;
}

.snapshot .icon{
    right: 15px;
    top: 15px;
}

/* Custom switch styling */
.custom-control-label {
    cursor: pointer;
    user-select: none;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .snapshot-card-wrapper {
        width: 31.6%;
        min-width: unset;
    }
    .card-header .list-inline{
        justify-content: center;
    }
}


/* Snapshot Refresh Button Styles */
#snapshot-refresh-btn {
    transition: all 0.3s ease;
}

#snapshot-refresh-btn.refreshing {
    opacity: 0.7;
    cursor: not-allowed;
}

#snapshot-refresh-icon {
    transition: transform 0.3s ease;
}

#snapshot-refresh-icon.fa-spin {
    animation: fa-spin 1s infinite linear;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/* Snapshot Cards Update Animation */
.snapshot-container {
    transition: opacity 0.3s ease;
}

.snapshot-container.snapshot-updating {
    opacity: 0.5;
}

.snapshot-card-wrapper {
    transition: transform 0.2s ease;
}

.snapshot-card-wrapper:hover {
    transform: translateY(-2px);
}

.dataTables_filter, .dataTables_length label, .dataTables_length{
    margin-bottom: 0px;
}
.dataTables_info{
    padding-top: 0px !important;
}
div#snapshot-cards-container {
    border: 1px solid #b2b2b2;
    padding: 10px 0px 15px 0px;
    margin: 0;
    border-radius: 10px;
}
.bulk-upload-block{
    align-items: center;
    justify-content: right;
    margin: 10px;
    display: flex;
}

/* Pickadate calendar icon */
input.showCalRangesDateTime,
input.showCalRanges,
.picker__input:after,
input.pickadate,
input.pickadateTime {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23666" viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px 18px;
    padding-right: 35px !important;
    cursor: pointer;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 5px 10px;
    border-right: none;
    border-left: none;
    background: #fff !important
}
.form-control{
    height:32.5px;
}
.form-control-lg {
    height: calc(3.5625rem + 2px) !important;
}

/* Dashboard Widget Filters */
.widget-filters {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}

.widget-filters .form-group {
    margin-bottom: 0;
}

.widget-filters label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}

.widget-filters .form-control {
    font-size: 12px;
    height: 30px;
    min-height: 30px;
}

.widget-filters .form-control-sm {
    height: 30px !important;
    min-height: 30px !important;
}

/* Master Date Range Filter */
#master-date-range {
    font-size: 13px;
    height: 34px;
    border: 2px solid #7367f0;
    font-weight: 500;
}

#master-date-range:focus {
    border-color: #5e50ee;
    box-shadow: 0 0 0 0.2rem rgba(115, 103, 240, 0.25);
}

.context-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3ebf3;
}

/* Snapshot Info Tooltips - jQuery UI */
.ui-tooltip.ui-widget-content {
    background-color: #2c3e50 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.875rem;
    max-width: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25) !important;
    opacity: 1 !important;
}

.ui-tooltip.ui-widget-content .ui-tooltip-content {
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info{
        margin: 10px;
}
.boy-delivery-detail-loader .card-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products-widget .table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}
.products-widget .table thead th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 8px;
    border: 0px;
}
.products-widget .table tbody tr {
    transition: all 0.2s ease;
}
.products-widget .table tbody tr:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.products-widget .table tbody tr:first-child {
    font-weight: 600;
}
.products-widget .table tbody tr:first-child:hover {
    background-color: #fff3cd;
}
.products-widget .table td {
    vertical-align: middle;
    padding: 12px 8px;
    border: 0px
}
.products-widget .product-name {
    font-weight: 500;
    font-size: 0.95rem;
    color: #2c3e50;
}
.products-widget .metric-value {
    font-size: 1.25rem;
    font-weight: 600;
    display: block;
}
.products-widget .metric-unit {
    font-size: 0.75rem;
    color: #6c757d;
    margin-left: 2px;
}
.products-widget .customer-count {
    font-size: 0.7rem;
    color: #6c757d;
    display: block;
    margin-top: 2px;
}
.products-widget .text-scheduled {
    color: #0056b3;
}
.products-widget .text-pending {
    color: #ff9800;
}
.products-widget .text-delivered {
    color: #28a745;
}
.products-widget .progress {
    height: 8px;
    border-radius: 4px;
    background-color: #e9ecef;
}
.products-widget .progress-bar {
    border-radius: 4px;
}
.products-widget .completion-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 4px;
}
.products-widget .total-delivery-detail {
    cursor: pointer;
}
