﻿/* Global Styles */
html, body {
    font-size: 14px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #E6E6E6;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* Header Styles */
header {
    position: relative;
    background-color: #E6E6E6;
}

/* Footer Styles */
footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #E6E6E6;
}

/* Modal Styles */
#trackModalBodyLabel {
    font-weight: 500;
    margin-bottom: 0.3em;
}

#trackModalSubScriptLabel {
    bottom: 0.75rem;
}

/* Button Styles */
.btn-rrts {
    text-transform: uppercase;
    border-color: #e6491f;
    color: #e6491f;
    padding: 6px 25px !important;
    font-weight: bold;
}

/* Logo Styles */
.logo {
    height: 40px;
    max-width: 100%;
    object-fit: contain;
}

.btn-rrts-primary {
    color: #fff;
    background-color: #e6491f;
    border-color: #e6491f;
}

