/* ==========================================================================
   BASE STYLES
   ========================================================================== */

/* Debug
* {
  outline: 1px solid rgba(255,0,0,0.2);
}
*/

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: #021944;
}

.container, .row, .vAdminCont, .wrap-div, .main-container {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Utility Classes */
.hidden { display: none; }
.vClear { clear: both; }
.vBlock { display: block; }
.no-underline { text-decoration: none !important; }
.hideit { display: none; }

/* Text Alignment */
.vCenter { text-align: center; }
.vLeft { text-align: left; }
.vRight { text-align: right; }
.vFlexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Color Utilities */
.vWhite { color: #ffffff !important; }
.vBlack { color: #000000 !important; }


/* ==========================================================================
   CLICKABLE ELEMENTS
   ========================================================================== */

/* CSS for card hover effects */
.vClickable {
    transition: all 0.3s ease;
    position: relative;
}

.vClickable:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-hover-hint {
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 0.85em;
    color: #6c757d;
    margin-top: 10px;
}

.vClickable:hover .card-hover-hint {
    opacity: 1;
}


/* ==========================================================================
   STATUS INDICATORS
   ========================================================================== */

/* Passwords */
.password-unknown { color: #6B7280; font-size: 18px; }
.password-very-weak { color: #DC2626; font-size: 18px; }
.password-weak { color: #EA580C; font-size: 18px; }
.password-medium { color: #F59E0B; font-size: 18px; }
.password-strong { color: #10B981; font-size: 18px; }
.password-very-strong { color: #059669; font-size: 18px; }
.password-compromised-common { color: #991B1B; font-size: 18px; }
.password-compromised-breached { color: #7F1D1D; font-size: 18px; }
.password-compromised-predictable { color: #B91C1C; font-size: 18px; }

/* On/Off Status */
.vOn { color: #10B981; font-size: 18px; }
.vOff { color: #B91C1C; font-size: 18px; }


/* ==========================================================================
   LAYOUT & CONTAINERS
   ========================================================================== */

.container {
    max-width: 1200px;
    padding: 0 25px;
    width: 100%;
}

.container-full {
    padding: 0 25px;
    width: 100%;
}

[class*="col-"] {
    padding-left: 18px;
    padding-right: 18px;
}

.row.g-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.g-20 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.wrap-div {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */

.preheader {
    padding: 22px 0;
    background-color: #011842;
}

.vHeaderTXT {
    color: #ffffff !important;
}

.vHeaderLogo {
    padding: 10px 0;
    text-align: left;
}

.vHeaderLogoIMG {
    width: 100%;
    max-width: 160px;
    height: auto;
    vertical-align: middle;
}

.vHeaderBtns {
    padding: 2px 0 0 0;
    text-align: right;
}

/* Navigation */
.vNavbar,
.navbar {
    background-color: #0c2656;
}

.vMainMenu,
.vMainMenu-m {
    display: flex;
    align-items: center;
    padding: 10px;
}

.vMainMenu a,
.vMainMenu-m a {
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    display: inline-block;
    transition: all 0.3s ease-in;
}

.vMainMenu a:hover,
.vMainMenu-m a:hover,
a.nav-link.active,
a.nav-link:hover {
    color: #ffd700 !important;
}

/* Current Page Styling */
.vCurPage {
    font-weight: bold !important;
    text-shadow: 0 0 5px rgba(255, 204, 0, 0.5) !important;
    transform: scale(1.1) !important;
    transition: all 0.2s ease !important;
}

.vMainMenu a.vCurPage,
.vMainMenu-m a.vCurPage,
.vMainMenu a:has(.vCurPage),
.vMainMenu-m a:has(.vCurPage) {
    font-weight: bold !important;
    text-decoration: none !important;
}

.vCurPageDrop {
    font-weight: bold !important;
}

/* Navbar Extensions */
.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 700px;
}

.nav-item {
    flex: 1;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link,
.dropdown-item {
    color: #000 !important;
    letter-spacing: 0.2px;
    font-weight: 500;
}

#profileDropdown::after {
    display: none !important;
}

/* Dropdown Menu States */
.dropdown-menu .dropdown-item:hover {
    background-color: #1a3a75 !important;
    color: #ffffff !important;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
    background-color: #081d42 !important;
    color: #ffffff !important;
}

.dropdown-item.vCurPageDrop {
    background-color: #e6e9ee !important;
    font-weight: bold !important;
}


/* ==========================================================================
   TIME SELECTOR COMPONENT
   ========================================================================== */

.time-selector-container {
    margin: 0 0 30px 0;
    padding: 20px 10px 0 10px;
    background: #0d285a;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Desktop/Mobile Toggle */
.desktop-selector { display: block; }
.mobile-selector { display: none; }

/* Time Icons Grid */
.time-icons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
    justify-items: center;
    margin: 20px 0;
}

/* Time Icon Items */
.time-icon-item {
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 8px 5px;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 90px;
    text-align: center;
    position: relative;
}

.time-icon-item:hover {
    transform: translateY(-3px);
}

.time-icon-item.active {
    background: rgba(0, 123, 255, 0.1);
    border-color: #007bff;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    animation: activePulse 2s infinite;
}

/* Icon Wrapper */
.icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.time-icon-item.active .icon-wrapper {
    background: rgba(0, 123, 255, 0.2);
    transform: scale(1.1);
}

/* Time Icons */
.time-icon {
    font-size: 24px;
    filter: grayscale(70%);
    transition: all 0.3s ease;
}

.time-icon-item:hover .time-icon {
    filter: grayscale(30%);
    transform: scale(1.1);
}

.time-icon-item.active .time-icon {
    filter: grayscale(0%);
    text-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
    transform: scale(1.2);
}

/* Time Labels */
.time-label {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #f5f5f5;
    white-space: nowrap;
    transition: color 0.3s ease;
    line-height: 1.2;
}

.time-icon-item:hover .time-label {
    color: #444;
}

.time-icon-item.active .time-label {
    color: #007bff;
    font-weight: 700;
}

/* Tooltips */
.time-icon-item::after {
    content: attr(data-time-range);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.time-icon-item::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.time-icon-item:hover::after,
.time-icon-item:hover::before {
    opacity: 1;
    visibility: visible;
}

/* Mobile Dropdown */
.time-dropdown {
    width: 100%;
    padding: 12px 40px 12px 15px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 10px;
    background: white;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.time-dropdown:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.dropdown-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    font-size: 14px;
}

.time-dropdown option {
    padding: 10px;
    background: white;
    color: #333;
}

/* Time Content */
.time-content {
    display: none;
}

.time-content.active {
    display: block;
    animation: fadeIn 0.5s ease-in;
}


/* ==========================================================================
   FORMS & INPUTS
   ========================================================================== */

.form-control {
    border-color: #9aa9c4;
    border-radius: 10px;
    height: 65px !important;
    color: #091f45;
    padding: 16px 20px;
    transition: all 0.3s ease-in;
    font-size: 18px;
}

textarea.form-control {
    height: auto;
}

.vSelectFix {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.game_search.form-control {
    height: 65px;
    background-image: url(../img/magnifier.png);
    background-repeat: no-repeat;
    background-position: 94%;
}

select.form-control {
    background: #edf2fa url(../img/down-arrow-b.png) no-repeat;
    background-position: 90%;
    background-size: 16px;
}

/* Form Checks */
.form-check-input[type=radio],
.form-check-input[type=checkbox] {
    border-color: #9aa9c4;
}

.form-group {
    margin-bottom: 10px;
}

/* Custom Checkboxes & Radios */
.checkbox label,
.radio label {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
    line-height: 24px;
}

.checkbox label:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 4px;
    border: 2px solid #fff400;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    color: #021944;
}

.checkbox input:checked + label:before {
    border-color: #fff400;
    background-color: #fff400;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.radio label:before {
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 2px solid #fff400;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 2px;
}

.radio label:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff400;
    position: absolute;
    left: 5px;
    top: 7px;
    opacity: 0;
}

.radio input:checked + label:after {
    opacity: 1;
}

/* File Upload */
input[type="file"] {
    display: none;
}

input[type="file"] + label {
    background: #12316b;
    color: #fff;
    padding: 0.5rem 1rem 0.6rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

input[type="file"] + label i {
    margin-right: 0.6rem;
}

/* Form Button Overrides */
.vbtn-NoOutline {
    outline: none !important;
    box-shadow: none !important;
}


/* ==========================================================================
   BUTTONS
   ========================================================================== */

/* Base Button Styles */
.btn_blue {
    background: #12316b;
    color: #fff;
    padding: 0.5rem 1rem 0.6rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease-in;
}

.btn_blue:hover {
    color: inherit;
}

.btn_small {
    padding: 0 20px !important;
    line-height: 35px !important;
}

/* Cartoon Buttons */
.btn_toon {
    font-family: 'Comic Sans MS', 'Chalkboard SE', cursive;
    padding: 0.6em 1.0em;
    font-weight: 900;
    font-size: 18px;
    border: 4px solid black;
    border-radius: 0.6em;
    box-shadow: 0.2em 0.2em 0 black;
    cursor: pointer;
    position: relative;
    color: #222;
    letter-spacing: 0.05em;
    transition: all 0.12s ease-out;
    overflow: hidden;
    text-transform: uppercase;
    margin: 10px;
}

.btn_toon:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 0.3em;
    pointer-events: none;
}

.btn_toon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.4em 0.4em 2em 2em;
    pointer-events: none;
}

.btn_toon:hover {
    transform: translate(-0.1em, -0.1em);
    box-shadow: 0.3em 0.3em 0 black;
    animation: wobble 0.4s ease-in-out;
}

.btn_toon:active {
    transform: translate(0.1em, 0.1em);
    box-shadow: 0.05em 0.05em 0 black;
}

/* Cartoon Button Colors */
.btn_toon_yellow { background: #fbca1f; }
.btn_toon_yellow:hover { background: #ffda44; }
.btn_toon_yellow:active { background: #f0b000; }

.btn_toon_blue { background: #4a9ff5; }
.btn_toon_blue:hover { background: #65b0ff; }
.btn_toon_blue:active { background: #3a85d5; }

.btn_toon_green { background: #4cd964; }
.btn_toon_green:hover { background: #67e07c; }
.btn_toon_green:active { background: #3cb350; }

.btn_toon_red { background: #ff3b30; }
.btn_toon_red:hover { background: #ff544b; }
.btn_toon_red:active { background: #e0281e; }

.btn_toon_purple { background: #af52de; }
.btn_toon_purple:hover { background: #c76df0; }
.btn_toon_purple:active { background: #9541bd; }

.btn_toon_pink { background: #ff2d55; }
.btn_toon_pink:hover { background: #ff4e70; }
.btn_toon_pink:active { background: #e0183d; }

.btn_toon_orange { background: #ff9500; }
.btn_toon_orange:hover { background: #ffaa33; }
.btn_toon_orange:active { background: #e08600; }

.btn_toon_teal { background: #5ac8fa; }
.btn_toon_teal:hover { background: #78d3ff; }
.btn_toon_teal:active { background: #44add8; }

.btn_toon_gray { background: #8e8e93; }
.btn_toon_gray:hover { background: #a9a9ae; }
.btn_toon_gray:active { background: #76767a; }

/* Specialized Buttons */
.btn_subscribe {
    color: #0d285a;
    border: 0;
    background: linear-gradient(to right, #fff400, #fffa8d, #fffa8d, #fff400);
    background-size: 300% 100%;
    transition: all 0.3s linear;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 5px;
    outline: none;
}

.btn_subscribe:hover {
    background-position: 100% 0;
}

.btn.btn_view_more {
    background: #da251d;
    border-color: #f24d45;
    border-width: 2px;
    width: 100%;
    height: 52px;
    line-height: 50px;
    color: #fff;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn.btn_quick_links {
    background: #da251d;
    border-color: #f24d45;
    height: 35px;
    line-height: 35px;
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* Button Color Variations */
.btn_red:hover { border: 2px solid #f78e88; color: #fff; }
.btn_yellow:hover { border: 2px solid #98932d; color: #072354; }
.btn_green:hover { border: 2px solid #53c079; color: #fff; }
.btn_yes:hover { border: 2px solid #4aa7bf; color: #fff; }
.btn_no:hover { border: 2px solid #2fbbc4; color: #fff; }

.btn_quiz {
    margin: 10px;
    padding: 5px 15px;
}

/* Action Button */
.btn-action {
    background: #4a9ff5;
    border-color: #4a9ff5;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-action:hover {
    background: #65b0ff;
    border-color: #65b0ff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 159, 245, 0.4);
}


/* ==========================================================================
   MODALS & ALERTS
   ========================================================================== */

.card-content {
	color: #696969;
}

.detected-timezone {
	color: #696969 !important;
}

.settings-modal-form .modal-body {
	color: #5e5e5e !important;
}

.settings-header {
    color: #3f3f3f !important;
    font-weight: bold;
    margin-bottom: 18px;
}

.modal .modal-body form {
    color: #696969 !important;
}

.modal .modal-body label.form-label {
    color: #696969;
    font-weight: 600;
    margin-bottom: 12px;
}

.modal .modal-body .sub-heading {
	color: #696969;
}

.modal-body > i + text,
.modal-body > i {
    color: #000000 !important;
}

.modal-body .form-control,
.modal-body .form-select,
.modal-body .form-check-label {
    color: #696969 !important;
}

.modal-header {
    color: #696969 !important;
    vertical-align: middle;
    background-color: #12316b;
    border-color: rgba(222, 226, 230, 0.2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header .btn-close {
    color: #ffffff !important;
    font-size: 30px;
    vertical-align: middle;
    display: table-cell;
    opacity: 1;
    background: transparent;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header .modal-title {
    text-align: center;
    margin: 0;
    padding: 0 40px;
}

.modal-footer {
    background-color: #12316b;
    border-color: rgba(222, 226, 230, 0.2);
}

/* Alert Styles */
.alert-primary { border-color: #12316b; }
.alert-warning { border-color: #fffa8d; }
.alert-danger { border-color: #da251d; }
.alert-success { border-color: #4cb283; }

/* Modal Button */
.modal-button {
	background-color: #24498E !important;
	margin: 2px;
}

/* Modal Body Styling */
.modal-body {
	max-width: 100%;
	overflow-x: hidden;
}

.modal-body .row .col-6,
.modal-body .row .col-12 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-body .row .col-6:not(:has(a)),
.modal-body .row .col-12:not(:has(a)) {
    font-weight: 700;
    color: #696969;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.modal-body .row .col-6:hover,
.modal-body .row .col-12:hover {
    cursor: pointer;
    transform: translateY(-2px);
    color: #ff9900;
}

.modal-body .row .col-12.vCenter a {
    font-weight: 700;
    color: #696969;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.2s ease;
}

.modal-body .row .col-12.vCenter a:hover {
    color: #ff9900;
    text-decoration: none;
}

 .vBox-text {
 	font-size: 12px;
 }

/* Category Items Base Styling */
.category-item {
	color: #696969;
    cursor: pointer;
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
}

.category-item:hover {
    background-color: rgba(255, 153, 0, 0.1);
    transform: translateY(-2px);
}

/* Category Images */
.category-img {
    width: 64px;
    height: auto;
    flex-shrink: 0;
}

/* Category Text */
.category-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}


/* ==========================================================================
   HEADERS WITH BACK BUTTON
   ========================================================================== */

.header-with-back {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 0;
    margin-bottom: 1rem;
}

.btn-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    border: none !important;
    color: #6c757d;
    text-decoration: none;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    z-index: 1;
}

.btn-back:hover {
    color: #ff9900;
    transform: translateY(-50%) translateX(-3px);
}

.btn-back i {
    font-size: 1.1rem;
}

.centered-title {
    margin: 0;
    text-align: center;
    color: #ff9900;
    font-weight: 700;
    font-size: 1.5rem;
}

/* Variations */
.centered-title.small {
    font-size: 1.2rem;
}

.centered-title.large {
    font-size: 1.8rem;
}

.centered-title.subtle {
    color: #696969;
    font-weight: 600;
}


/* ==========================================================================
   ACTIVITY TRACKING COMPONENTS
   ========================================================================== */

/* Activity Form */
#activity-form {
    color: #696969;
}

#activity-form label.form-label {
    font-weight: 600;
    margin-bottom: 12px;
}

#selected-category-title {
    color: #ff9900;
    font-weight: 700;
}

#back-to-categories {
    background-color: #6c757d;
    border: none;
}

#activity-tracking-form .btn-primary,
#activity-form .btn-primary {
    background-color: #ff9900;
    border-color: #ff9900;
    padding: 10px;
    font-weight: 500;
    color: #ffffff;
}

#activity-tracking-form .btn-primary:hover {
    background-color: #e68a00;
    border-color: #e68a00;
}

/* Activity Options Base Styling */
.activity-option {
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.2s;
    margin-bottom: 5px;
    cursor: pointer;
}

.activity-option:hover {
    background-color: rgba(255, 153, 0, 0.05);
}

.vform-check.activity-option.selected,
.activity-option.selected,
.vform-check.activity-option:has(input[type="radio"]:checked) {
    background-color: rgba(255, 153, 0, 0.1);
}

/* Main container - Flexbox alignment */
.vform-check.activity-option {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 0.75rem;
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

.vform-check.activity-option:hover {
    background-color: #f8f9fa;
}

.vform-check.activity-option.selected {
    background-color: rgba(13, 110, 253, 0.1);
    border-color: #0d6efd;
}

/* Radio button alignment */
.vform-check.activity-option .form-check-input {
    margin: 0;
    margin-right: 12px;
    align-self: center;
    flex-shrink: 0;
}

/* Label with emoji alignment */
.vform-check.activity-option .form-check-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.activity-option .form-check-input:checked ~ .form-check-label {
    color: #ff9900;
    font-weight: 500;
}

.btn-check:checked + .btn-outline-primary {
    background-color: rgba(255, 153, 0, 0.2);
    color: #343a40;
    border-color: #ff9900;
}

/* Emoji styling */
.activity-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.emoji-btn {
    font-size: 1.2rem;
    font-weight: 500;
}

.emoji-container {
    margin-right: 8px;
}

.vform-check {
    position: relative;
    display: block;
}

.form-check-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}

/* More Activities Option Styling */
.more-activities-option {
    padding: 0.5rem;
}

.more-activities-option .form-select {
    border: 1px solid #dee2e6;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.more-activities-option.selected .form-select {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.more-activities-option .d-flex {
    gap: 0.5rem;
}

.more-activities-option input[type="radio"] {
    margin-top: 0.25rem;
    flex-shrink: 0;
}


/* ==========================================================================
   EXPERIENCE RATING SECTION
   ========================================================================== */

.experience-rating-section {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-top: 1rem;
}

.rating-group {
    padding: 0.75rem;
    background: white;
    border-radius: 0.375rem;
}

/* Rating Buttons */
.mood-btn, 
.energy-btn, 
.diff-btn {
    padding: 0.5rem;
    text-align: center;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    min-width: 60px;
}

.mood-btn:hover, 
.energy-btn:hover, 
.diff-btn:hover {
    transform: scale(1.05);
}

.emoji-large {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.25rem;
}

.mood-btn small, 
.energy-btn small, 
.diff-btn small {
    font-size: 0.7rem;
    color: #6c757d;
}

/* Active state for rating buttons */
.btn-check:checked + .mood-btn,
.btn-check:checked + .energy-btn,
.btn-check:checked + .diff-btn {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.btn-check:checked + .mood-btn small,
.btn-check:checked + .energy-btn small,
.btn-check:checked + .diff-btn small {
    color: white;
}

/* Achievement Slider Styling */
.achievement-slider {
    padding: 0.5rem;
}

.achievement-slider .form-range {
    height: 8px;
}

#achievement-value {
    color: #0d6efd;
    font-size: 1.1rem;
}


/* ==========================================================================
   DURATION SLIDER COMPONENT
   ========================================================================== */

.duration-container {
    background: #ffffff;
    color: #696969;
    padding: 5px;
    margin: 0 auto;
}

/* Duration Display - Inline with Title */
.duration-display {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ff9900;
    background: rgba(255, 153, 0, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}

/* Quick Selection Buttons */
.quick-selection {
    margin-bottom: 20px;
}

.quick-selection .btn {
    border-radius: 25px;
    margin: 4px;
    font-weight: 600;
    padding: 10px 18px;
    transition: all 0.3s ease;
    border-width: 2px;
}

.quick-selection .btn-outline-primary {
    border-color: #dee2e6;
    color: #6c757d;
}

.quick-selection .btn-outline-primary:hover {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
}

.quick-selection .btn-outline-primary.active {
    background-color: #ff9900;
    border-color: #ff9900;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 153, 0, 0.4);
}

/* Slider Container */
.slider-container {
    position: relative;
    margin: 0;
}

/* Duration Slider Container */
.duration-slider-container {
    padding: 15px 10px 25px;
    margin-bottom: 5px;
}

.duration-value-display {
    font-weight: 500;
    font-size: 1.1rem;
    color: #ff9900;
}

/* Custom Range Slider */
.form-range {
    height: 8px;
    background: #dee2e6;
    border-radius: 4px;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}

/* Remove default track styling */
.form-range::-webkit-slider-track {
    background: transparent;
    border: none;
    height: 8px;
}

.form-range::-moz-range-track {
    background: transparent;
    border: none;
    height: 8px;
}

/* Slider Thumb Styling */
.form-range::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    background: #ff9900;
    border: 3px solid #ff9900;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.2s ease;
    position: relative;
    z-index: 3;
}

.form-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 6px rgba(255, 153, 0, 0.1), 0 3px 10px rgba(0,0,0,0.3);
}

.form-range::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: #ff9900;
    border: 3px solid #ff9900;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.form-range::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 0 0 6px rgba(255, 153, 0, 0.1), 0 3px 10px rgba(0,0,0,0.3);
}

.form-range::-ms-thumb {
    background: #ff9900;
}

/* Slider Track Styling */
.form-range::-webkit-slider-runnable-track {
    background: #eee;
    height: 10px;
    border-radius: 5px;
}

.form-range::-moz-range-track {
    background: #eee;
    height: 10px;
    border-radius: 5px;
}

.form-range::-ms-track {
    background: #eee;
    height: 10px;
    border-radius: 5px;
}

.form-range:focus {
    box-shadow: none;
    outline: none;
}

/* Duration Markers */
.duration-markers {
    margin-top: -20px;
    position: relative;
    cursor: pointer;
}

.duration-marker {
    width: 40px;
    text-align: center;
    font-size: 0.8rem;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.duration-marker:hover {
    color: #ff9900;
}

.marker-tick {
    height: 10px;
    width: 2px;
    background-color: #999;
    margin: 0 auto 5px;
}

.duration-marker:hover .marker-tick {
    background-color: #ff9900;
    height: 12px;
}


/* ==========================================================================
   GRIDS & TABLES
   ========================================================================== */

/* RPG Grid */
.grid-container {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.grid-item {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 12px;
    display: flex;
    align-items: center;
}

.grid-text-column {
    flex-grow: 1;
}

.grid-icon-column {
    width: 40px;
    text-align: center;
}

.grid-number-column {
    width: 40px;
    text-align: center;
    font-weight: bold;
}

.grid-tick { color: #28a745; }
.grid-cross { color: #dc3545; }


/* ==========================================================================
   CONTENT SECTIONS
   ========================================================================== */

/* Settings */
.vSettingHeader {
	color: #434343;
}

/* Banner */
.banner img {
    height: 440px;
    object-fit: cover;
    object-position: center;
}

.banner .container {
    position: relative;
}

.banner .container::after {
    content: '';
    background: linear-gradient(to bottom, #fffa8d, #fff400);
    height: 6px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 15px;
    right: 15px;
}

/* Main Content */
.main_content {
    padding: 55px 0px;
}

/* Cards */
.card {
    border-radius: 5px;
    background-color: #0d285a;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
}

.card:hover .game_image img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.card-w {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
    color: #021944;
}

.card-w:hover .game_image img {
    transform: scale3d(1.05, 1.05, 1.05);
}

/* Game Content */
.game_image {
    overflow: hidden;
    border-radius: 5px;
}

.game_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 240px;
    transition: all 0.3s ease-in;
}

.game_detail {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding-top: 20px;
    text-decoration: none;
}

.game_detail:hover {
    color: #fff;
}

.game_title {
    font-size: 27px;
    line-height: 38px;
    font-weight: 600;
    margin: 15px 0;
}

.game_detail p {
    font-size: 15px;
    line-height: 25px;
    padding-right: 35px;
}

/* Tags */
.tag_title {
    background: linear-gradient(to right, #fff400, #fffa8d);
    display: inline-block;
    color: #021944;
    font-weight: 700;
    padding: 7px 20px 5px 15px;
    position: relative;
}

.tag_title::after {
    content: '';
    height: 25.5px;
    width: 25.5px;
    background: #fffa8d;
    position: absolute;
    transform: rotate(45deg);
    right: -13px;
    top: 5px;
}

.tag_title::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #021944;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 999;
}

.tags {
    background: #12316b;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 11px;
}

.tags i {
    cursor: pointer;
    margin-left: 8px;
    font-size: 14px;
}

.red_tag {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Game Evolution */
.game_evolution {
    background: url(../img/Gamer-EVolution.png), url(../img/shadow.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
    background-size: cover, 100%;
    border-radius: 5px;
    height: 130px;
    background-blend-mode: darken;
    color: #fff;
    text-transform: uppercase;
    padding: 85px 20px 15px;
    margin: 15px 0 20px;
    display: block;
    text-decoration: none;
}

.game_evolution:hover {
    color: #fff;
}

.game_evolution span {
    font-size: 18px;
}

.game_banner {
    margin-top: 70px;
}

/* Titles */
.main_title {
    font-size: 45px;
    font-weight: 700;
    position: relative;
    margin: 30px 0 50px;
    text-transform: uppercase;
    text-align: center;
}

.main_title span,
.mini_title span {
    color: #da251d;
}

.main_title::before {
    content: "";
    background: url(../img/title_decorator.png) no-repeat;
    width: 70px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    margin-left: auto;
    margin-right: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.main_title::after {
    content: "";
    background: url(../img/title_decorator.png) no-repeat;
    width: 70px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    margin-right: auto;
    margin-left: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%) rotateY(-180deg);
}

.mini_title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/* ==========================================================================
   SIDEBAR & CONTENT BOXES
   ========================================================================== */

.blue_box {
    background-color: #0d285a;
    padding: 25px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blue_box p {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.vatility_challenges {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.mini_games {
    background: #12316b;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    padding: 20px 10px;
    border-radius: 5px;
    width: calc(50% - 7px);
    margin-bottom: 14px;
    transition: all 0.3s ease-in;
}

.mini_games:hover,
.article_card:hover {
    color: #fff400;
}

.mini_games img {
    display: block;
    margin: 0 auto 20px;
    height: 80px;
    object-fit: contain;
    width: 100%;
}

.mini_games:last-child,
.mini_games:nth-last-child(2) {
    margin-bottom: 0;
}

.article_card {
    display: flex;
    background: #193465;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.article_card p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.article_card img {
    width: 85px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}

/* Daily Vitality */
.vDVInfo {
    background-color: #e4efff;
}

.dvOptBox {
    background-color: #0d285a;
    padding: 25px 20px;
    border-radius: 8px;
    margin: 0px 10px 30px 10px;
}

.dvOpt {
    font-size: 26px;
    text-align: center;
}


/* ==========================================================================
   PROFILE & AVATAR COMPONENTS
   ========================================================================== */

/* Profile */
.vNameEdit {
    position: relative;
}

.vNoName {
    color: #b3bac6;
}

.vNameEdit .vIconRight {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

/* Avatar */
.noAvatar {
    border-style: dashed;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-color: #8a8a8a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noAvatar span {
    font-size: 40px;
}

.color-dot {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
}

/* Avatar Colors */
.bg-color { background-color: #021944; }

/* Hair Colors */
.hair-auburn { background-color: #a55728; }
.hair-black { background-color: #000000; }
.hair-blonde { background-color: #b58143; }
.hair-blondeGolden { background-color: #d6b370; }
.hair-brown { background-color: #724133; }
.hair-brownDark { background-color: #4a312c; }
.hair-veryDBrown { background-color: #4a312c; }
.hair-pastelPink { background-color: #f59797; }
.hair-platinum { background-color: #ecdcbf; }
.hair-red { background-color: #c93305; }
.hair-silverGray { background-color: #e8e1e1; }
.hair-blue { background-color: #a7c7e7; }
.hair-purple { background-color: #c3b1e1; }
.hair-green { background-color: #c1e1c1; }

/* Skin Colors */
.skin-tanned { background-color: #fd9841; }
.skin-yellow { background-color: #ffffb1; }
.skin-pale { background-color: #ffdbb4; }
.skin-light { background-color: #edb98a; }
.skin-brown { background-color: #d08b5b; }
.skin-darkBrown { background-color: #ae5d29; }
.skin-black { background-color: #614335; }
.skin-blue { background-color: #a7c7e7; }
.skin-purple { background-color: #c3b1e1; }
.skin-green { background-color: #c1e1c1; }

/* Palette Colors */
.pal-black { background-color: #262e33; }
.pal-blue01 { background-color: #65c9ff; }
.pal-blue02 { background-color: #5199e4; }
.pal-blue03 { background-color: #25557c; }
.pal-gray01 { background-color: #e5e5e5; }
.pal-gray02 { background-color: #929598; }
.pal-heather { background-color: #3c4f5c; }
.pal-pastelBlue { background-color: #b1e2ff; }
.pal-pastelGreen { background-color: #a7ffc4; }
.pal-pastelOrange { background-color: #ffdeb5; }
.pal-pastelRed { background-color: #ffafb9; }
.pal-pastelYellow { background-color: #ffffb1; }
.pal-pink { background-color: #ff488e; }
.pal-red { background-color: #ff5c5c; }
.pal-white { background-color: #ffffff; }


/* ==========================================================================
   QUIZ & TASKS
   ========================================================================== */

/* Quiz */
.vQuizIMG {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 10px;
}

.vQuizTitle-Home {
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}

.vQuizTitle-Home a {
    color: #ffffff;
    text-decoration: none;
}

.vQuizTitle-Home a:hover {
    color: #ffd700;
    text-decoration: none;
}

.question-container {
    display: none;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.answer-container {
    text-align: center;
}

.question-buttons {
    display: block;
}

.question-desc {
    display: block;
}

.question {
    margin: 20px;
}

/* Tasks */
.vDoneTask {
    color: green;
    font-size: 18px;
}

.vDoneTask-txt {
    font-size: 18px;
}

.vNoTask {
    color: red;
    font-size: 18px;
}

.vToDoTask {
    color: #000000;
    font-size: 18px;
}

.vTask {
    color: #000000;
    font-size: 18px;
}

.vTask-txt {
    font-size: 18px;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
    background: #062050;
    padding: 45px 0 24px;
}

.footer_nav {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

footer a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #ffd700;
}

footer .footer_nav .list-inline-item:first-child {
    margin-right: 2.5rem;
    margin-bottom: -5px;
}

footer p {
    font-size: 15px;
}

footer .disclaimer {
    letter-spacing: 0.5px;
    padding: 38px 0 50px;
    position: relative;
    margin: 34px 0 40px;
    font-size: 12px;
}

footer .disclaimer::before,
footer .disclaimer::after {
    content: '';
    width: calc(100% + 100px);
    left: -50px;
    top: 0;
    background: #1f3762;
    position: absolute;
    height: 1px;
}

footer .disclaimer::after {
    bottom: 0;
    top: auto;
}

footer .list-inline-item:not(:last-child) {
    margin-right: 1.3rem;
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}


/* ==========================================================================
   SOCIAL MEDIA & SHARING
   ========================================================================== */

.socila_media_share a i {
    width: 69px;
    display: inline-block;
    text-align: center;
    height: 69px;
    line-height: 70px !important;
    margin: 1px;
    transition: all 0.3s ease-in;
}

.socila_media_share a i:hover {
    opacity: 0.7;
}

.fa-facebook-f { background-color: #3c5c99; }
.fa-twitter { background-color: #00acec; }
.fa-linkedin-in { background-color: #0a76b6; }
.fa-google-plus-g { background-color: #dd4f43; }
.fa-mix { background-color: #ff8226; }
.fa-pinterest-p { background-color: #ca201f; }
.fa-reddit-alien { background-color: #ff4500; }
.fa-odnoklassniki { background-color: #ee8208; }


/* ==========================================================================
   UTILITIES & HELPERS
   ========================================================================== */

/* Image Utilities */
.vIMG {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 0px;
}

/* Dot Leader */
.vTocRow {
    border-bottom: 1px dotted #2a5199;
}

/* Horizontal Rule */
.vhr {
    border: none;
    height: 5px;
    background-color: #021944;
    opacity: 0.35 !important;
}

/* Links */
.vCleanLink {
    text-decoration: none !important;
}

.vContent a {
    color: #021944;
    text-decoration: underline;
}

.vContent a:active {
    color: #021944;
    text-decoration: underline;
}

/* Tabs on Blue */
.vOnBlue .nav-link {
    color: #ffffff;
}

/* Circle Element */
.vinCircle {
    display: block;
    background: #fff73b;
    color: #021944;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

/* Language Dropdown */
.lang_dropdown.dropdown-menu {
    min-width: 50px;
    left: -9px;
    box-shadow: none;
    border: 0;
}


/* ==========================================================================
   ADMIN STYLES
   ========================================================================== */

.vAdminbar {
    width: 100%;
    background-color: #801213;
    color: #ffffff;
}

.vAdminCont {
    background-color: #ffffff;
    color: #000000;
    margin: 10px;
}

.vAdmHeader {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-decoration: underline;
    text-decoration-color: #f5f5f5;
}


/* ==========================================================================
   ANIMATIONS & KEYFRAMES
   ========================================================================== */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes activePulse {
    0% { box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3); }
    50% { box-shadow: 0 8px 25px rgba(0, 123, 255, 0.5); }
    100% { box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3); }
}

@keyframes wobble {
    0%, 100% { transform: translate(-0.1em, -0.1em) rotate(0deg); }
    25% { transform: translate(-0.1em, -0.1em) rotate(-1deg); }
    75% { transform: translate(-0.1em, -0.1em) rotate(1deg); }
}


/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */

/* Large screens */
@media (min-width: 1200px) {
    .time-icons-grid {
        grid-template-columns: repeat(8, 1fr);
        max-width: 1000px;
        margin: 20px auto;
    }
    
    .time-icon-item {
        min-width: 110px;
    }
}

/* Desktop and Small Laptops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .vMainMenu { display: flex; }
    .vMainMenu-m { display: none; }
    
    .div-info {
        text-align: left;
        margin: 0 auto;
        width: 70%;
    }
}

/* Large Desktops */
@media (min-width: 1281px) {
    .vMainMenu { display: flex; }
    .vMainMenu-m { display: none; }
    
    .div-info {
        text-align: left;
        margin: 0 auto;
        width: 70%;
    }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .vMainMenu { display: flex; }
    .vMainMenu-m { display: none; }
    
    .dvOpt {
        font-size: 18px;
        text-align: center;
    }
    
    .div-info {
        text-align: left;
        margin: 0 auto;
        width: 90%;
    }
}

/* Mobile and Small Tablets */
@media (max-width: 768px) {

    .vMainMenu-m {
    	padding: 10px 25px;
    }    

    .content-section {
        padding: 0 5px;
    }

    .vMainMenu { display: none; }
    .vMainMenu-m { display: flex; }
    
    .desktop-selector { display: none; }
    .mobile-selector { display: block; }
    
    .time-icons-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        margin: 15px 0;
    }
    
    .time-icon-item {
        min-width: 70px;
        padding: 10px 5px;
    }
    
    .icon-wrapper {
        width: 40px;
        height: 40px;
        margin-bottom: 5px;
    }
    
    .time-icon {
        font-size: 20px;
    }
    
    .time-label {
        font-size: 10px;
    }
    
    .time-selector-container {
        padding: 15px;
    }
    
    .time-selector-container h3 {
        font-size: 1.2rem;
        margin-bottom: 15px !important;
    }
    
    .dvOpt {
        font-size: 16px;
        text-align: center;
    }
    
    .div-info {
        text-align: left;
        margin: 0 auto;
        width: 100%;
    }
    
    .grid-container {
        grid-template-columns: 1fr auto auto;
        font-size: 14px;
    }
    
    .grid-item {
        padding: 8px;
    }
    
    .grid-icon-column,
    .grid-number-column {
        width: 30px;
    }
    
    .row > .col-md-6:first-child {
        margin-bottom: 10px;
    }
    
    #activity-options-container.row-cols-2 {
        font-size: 0.9rem;
    }
    
    .activity-emoji {
        font-size: 1rem;
        width: 18px;
    }
}

/* Mobile Responsiveness for Activity Components */
@media (max-width: 576px) {

		.vHeaderBtns {
		    padding: 2px 0 20px 0;
		    text-align: right;
		}

    .container,
    .container-full {
        padding: 0px 5px;
    }

    .vMainMenu-m {
    	padding: 10px 25px;
    }
    
    /* Header with Back Button */
    .centered-title {
        padding: 0 80px;
        font-size: 1.2rem;
    }
    
    .btn-back {
        padding: 6px 8px;
        font-size: 0.9rem;
    }
    
    /* Duration Container */
    .duration-container {
        padding: 0px;
        margin: 0px;
    }

    .quick-selection .btn {
        font-size: 0.9rem;
        padding: 8px 14px;
        margin: 8px !important;
    }

    .duration-display {
        font-size: 1.1rem;
        padding: 10px 16px;
        min-width: 180px;
    }
    
    /* Experience Rating Buttons */
    .mood-btn, 
    .energy-btn, 
    .diff-btn {
        min-width: 50px;
        width: calc(20% - 0.5rem);
        padding: 0.35rem 0.25rem;
    }
    
    .emoji-large {
        font-size: 1.2rem;
    }
    
    /* Hide text labels on very small screens */
    .mood-btn small, 
    .energy-btn small, 
    .diff-btn small {
        display: none;
    }
    
    .rating-group .form-label {
        text-align: center;
        display: block;
        margin-bottom: 0.75rem;
    }
    
    /* Experience Rating Section */
    .experience-rating-section {
        padding: 5px;
        border-radius: 0px;
        margin-top: 1rem;
    }
    
    .rating-group {
        padding: 2px;
        border-radius: 0px;
    }

	.vBox-text {
	 	font-size: 9px !important;
	 }
  .category-item {
      padding: 12px;
      gap: 12px;
  }
  
  .category-img {
      width: 48px;  /* Smaller on mobile */
  }
  
  .category-text {
      font-size: 0.9rem;  /* Smaller text on mobile */
  }

  .row > .col-md-6:first-child {
      margin-bottom: 5px;
  }

}

/* Small Mobile Devices */
@media (max-width: 480px) {

    .container,
    .container-full {
        padding: 0 5px;
    }

    .vMainMenu-m {
    	padding: 10px 25px;
    }    

    .time-icons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .time-icon-item {
        min-width: 80px;
        padding: 12px 8px;
    }
    
    .icon-wrapper {
        width: 45px;
        height: 45px;
    }
    
    .time-icon {
        font-size: 22px;
    }
    
    .time-label {
        font-size: 11px;
    }

	.vBox-text {
	 	font-size: 7px !important;
	 }

    
    /* Header with Back Button */
    .centered-title {
        padding: 0 60px;
        font-size: 1.1rem;
    }
    
    .btn-back {
        padding: 4px 6px;
        font-size: 0.85rem;
    }
    
    /* Duration Container */
    .duration-container {
        padding: 0px;
        margin: 0px;
    }

    .quick-selection .btn {
        font-size: 0.8rem;
        padding: 6px 8px;
        margin: 4px !important;
    }

    .category-item {
        padding: 10px;
        gap: 10px;
    }
    
    .category-img {
        width: 40px;  /* Even smaller on very small screens */
    }
    
    .category-text {
        font-size: 0.85rem;  /* Smaller text */
    }

}

/* Very Small Screens - Experience Rating */
@media (max-width: 359px) {

		.vHeaderLogoIMG {
	    padding: 0 0 0 20px;
		}

    .mood-rating, 
    .energy-rating, 
    .difficulty-rating {
        gap: 0.25rem !important;
    }
    
    .mood-btn, 
    .energy-btn, 
    .diff-btn {
        min-width: 50px;
        padding: 0.4rem 0.2rem;
    }
    
    .emoji-large {
        font-size: 1.25rem;
    }

	.vBox-text {
	 	font-size: 6px !important;
	 }

  .quick-selection .btn {
      font-size: 0.8rem;
      padding: 6px 8px;
      margin: 2px !important;
  }	 

  .category-img {
      width: 36px;  /* Minimum size */
  }
  
  .category-text {
      font-size: 0.8rem;  /* Minimum text size */
  }  

}


/* Extra Small Devices */
@media (max-width: 320px) {
    .container,
    .container-full {
        padding: 0 5px;
    }

    .time-icons-grid {
        gap: 8px;
    }
    
    .time-icon-item {
        min-width: 75px;
        padding: 10px 5px;
    }
    
    .icon-wrapper {
        width: 40px;
        height: 40px;
    }
    
    .time-icon {
        font-size: 18px;
    }
    
    .time-label {
        font-size: 9px;
    }
}