/* Enter here your custom CSS code */

/* Default styles for all screens */
.container-main, main {
    padding: 15px; /* Internal spacing */
    font-family: 'Arial', sans-serif; /* Base font */
    box-sizing: border-box; /* Prevents overflow */
}

/* Mobile screens (up to 767px) - font override */
@media (max-width: 767px) {
    .container-main, main {
        padding: 10px; /* Matches prior mobile fix */
        margin: 0 5px; /* Keeps borders */
        font-family: 'Arial', sans-serif !important; /* Forces font override */
        font-size: 16px !important; /* Consistent readable size */
        line-height: 1.5; /* Improves readability */
    }
}

/* Desktop screens (768px and up) - center container */
@media (min-width: 768px) {
    .container-main, main {
        max-width: 1200px; /* Limits width */
        margin: 0 auto; /* Centers container */
        padding: 20px; /* Larger padding */
        font-family: 'Arial', sans-serif; /* Matches mobile font */
        font-size: 16px; /* Consistent size */
    }
}

.word-bubble {
            font-size: 14px;
            line-height: 1.5;
            text-align: center;
            margin-top: 20px;
        }
        .word-bubble span {
            margin: 0 5px;
        }
        b {
            font-weight: bold;
        }

.vrichangedatesdiv a {
	background-color: #940c0c;
	border: 1px solid #2e6da4;
	border-radius: 4px;
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	padding: 8px 10px;
	transition: all 200ms ease-in-out 0s;
}

.vrichangedatesdiv a:hover {
	background: #702890;
	border-color: #204d74;
	text-decoration: none;
	transition: all 200ms ease-in-out 0s;
} /* ✅ Closing bracket was missing */

.vrisearchmodgosummarydiv > a {
	background: #940c0c;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #2e6da4;
}

.vrisearchmodgosummarydiv > a:hover {
    background-color: #940c0c;
    border-color: #204d74;
}

.nav-devices-inner {
	background: white;
}

footer {
    width: 100%;
    background: #7d1590;
    margin: 0;
    display: inline-block;
    text-align: center;
}

#subfooter {
    width: 100%;
    margin: 0px; 
    text-align: center;
    display: inline-block;
    background: #800020;
    color: #ccc;
    font-size: 12px;
}

#tbar-upmenu {
    background: #940c0c;
}

#cnt-container .e4j-divmenutitle {
	color: #7d1590;
}
  
.btn-warning {
  color: #7d1590;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #7d1590;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #7d1590;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, 
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #7d1590;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-light {
  color: #7d1590;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #7d1590;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #7d1590;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, 
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #7d1590;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, 
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
