BODY {
	scrollbar-arrow-color : #FF5600;
	scrollbar-face-color : #FFFBE0;
	scrollbar-track-color : #FFFBE0;
	scrollbar-3d-light-color : #FFFBE0;
	scrollbar-base-color : #FFDB66;
	scrollbar-dark-shadow-color : #FF9900;
	scrollbar-highlight-color : #FFFBE0;
	scrollbar-shadow-color : #FF9900;

}

/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:175px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;
		padding:1px;
		cursor:pointer;
		font-size:0.9em;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */

	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#317082;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}

/* Image Preview Styling */
.ad-thumb {
    width: 120px;          /* hard limit */
    height: 60px;          /* hard limit */
    max-width: 120px;
    max-height: 60px;

    border: 1px solid #dee2e6;
    border-radius: 4px;
    background: #fff;

    display: inline-flex;  /* IMPORTANT for table cells */
    align-items: center;
    justify-content: center;

    overflow: hidden;
    cursor: pointer;
}

.ad-thumb img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}
/* Image Preview Styling */


.img-holder {
    position: relative;
}

.online-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    background-color: #28a745; /* Bootstrap green */
    border-radius: 50%;
    border: 2px solid #fff;
}

/* Control Panel Styling */
/* Brand Buttons */
.btn-brand-primary {
    background: #c84141;
    border: none;
    color: white;
    transition: all 0.3s ease;
}

.btn-brand-primary:hover {
    background: #b03737;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(200, 65, 65, 0.3);
}

.btn-brand-outline {
    border: 2px solid #c84141;
    color: #c84141;
    background: white;
    transition: all 0.3s ease;
}

.btn-brand-outline:hover {
    background: #c84141;
    color: white;
    transform: translateY(-2px);
}

/* Accordion Styling */
.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #c84141;
}

.accordion-button:focus {
    border-color: #c84141;
    box-shadow: 0 0 0 0.2rem rgba(200, 65, 65, 0.15);
}


/* Brand Buttons */

/* Statistics Screen Styling */
      .ad-dashboard { background-color: #f8fafc; font-family: 'Inter', system-ui, -apple-system, sans-serif; }
      .card { border: none; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05); border-radius: 12px; }
      .card-header { background: #fff !important; color: #1e293b !important; font-weight: 600; border-bottom: 1px solid #f1f5f9; padding: 1rem 1.25rem; }
      .stat-card { transition: transform 0.2s; border: 1px solid #f1f5f9; }
      .stat-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
      .bg-soft-primary { background-color: #e0e7ff; color: #4338ca; }
      .bg-soft-success { background-color: #dcfce7; color: #15803d; }
      .bg-soft-info { background-color: #e0f2fe; color: #0369a1; }
      .bg-soft-warning { background-color: #fef3c7; color: #a16207; }
      .table thead th { background-color: #f8fafc; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.025em; color: #64748b; font-weight: 700; border: none; }
      .admin-bar { background: #fff; border-left: 4px solid #ef4444; }

/* Statistics Screen Styling */

/********* Modern Form Styles *********/
.form-section {
    background: white;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.form-section:hover {
    box-shadow: 0 8px 16px rgba(200, 65, 65, 0.1);
}

.optional-badge {
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 12px;
}

.form-control:focus {
    border-color: #c84141;
    box-shadow: 0 0 0 0.2rem rgba(200, 65, 65, 0.15);
}

.form-select:focus {
    border-color: #c84141;
    box-shadow: 0 0 0 0.2rem rgba(200, 65, 65, 0.15);
}
/********* Modern Form Styles *********/
/* Control Panel Styling */
/* ######### END CSS for Shade Tabs. Remove if not using ######### */
