html,
body {
    background-color: #e9ecef !important;
    color: #212529;
    min-height: 100%;
}

/* MAIN CONTENT AREA */

main.container-fluid {
    background-color: transparent !important;
}

/* CARDS */

.card {
    border: 1px solid #cfd4da !important;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    background: #ffffff;
}

.card-header {
    font-weight: 600;
}

/* TABLES */

.table {
    background: #ffffff;
}

.table td,
.table th {
    vertical-align: middle;
}

/* TICKET DESCRIPTION */

.ticket-description {
    white-space: pre-wrap;
}

/* FORM CONTROLS */

.form-control,
.form-select,
textarea {
    border: 1px solid #8f99a3 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.15) !important;
}

/* CHECKBOXES */

.form-check-input {
    border: 1px solid #495057 !important;
}

.form-check-input:checked {
    background-color: #0d6efd;
}

/* CALENDAR */

.fc-event {
    cursor: pointer;
    border-radius: 4px;
    border: none;
    font-weight: 500;
}

/* CALENDAR LEGEND */

.calendar-legend span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    margin-right: 6px;
    border: 1px solid rgba(0,0,0,.3);
}

/* DASHBOARD STATS */

.stat-card {
    min-height: 120px;
}

/* BADGES */

.badge-soft {
    background: #eef2ff;
    color: #29337a;
}

/* ATTACHMENTS */

.attachment-box {
    border: 1px dashed #adb5bd;
    border-radius: 8px;
    padding: 12px;
    background: #f8f9fa;
}

/* DESIGN + RAN DETAIL SECTIONS */

#designFields .card,
#ranFields .card {
    border-width: 2px;
}

/* CHANNEL TABLE */

#channelTable input {
    min-width: 120px;
}

/* NAVBAR */

.navbar {
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

/* BUTTONS */

.btn {
    border-radius: 6px;
}

/* TEXTAREAS */

textarea.form-control {
    min-height: 100px;
}

/* PAGE HEADINGS */

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}

.due-date-warning {
    border: 3px solid #dc3545 !important;
    color: #dc3545 !important;
    font-weight: 700 !important;
    background-color: #fff5f5 !important;
}