﻿.text-boxes {
    max-width: 200px;
}

.sidebar {
    background-color: #152842;
}

.sidebar-nav .nav-item {
    margin-bottom: 0px;
}

.sidebar-nav .nav-link {
    border-radius: 0px;
}

.nav-hilight {
    background-color: #008066 !important;
    color: #fff !important;
}

.spaceli {
    min-height: 130px;
    background-color: #fff;
}

.main-heading {
    background-color: #008066;
    min-height: 70px;
}

.main-heading-span {
    font-size: 20px;
}

.sidebar-nav-footer {
    margin-top: 20px;
}

.logo img {
    max-height: 50px;
    margin-right: 6px;
}

.main-background {
    background: url('../../../img/websitetiretracks.png') no-repeat right bottom fixed;
}

/*side menu start */
.li-tech {
    min-height: 110px;
}

.p-technical {
    font-size: 19px;
    text-align: center;
    padding-top: 16px;
}

.p-technical-a {
    text-align: center;
}

.a-tech {
    color: #fff;
    text-decoration: underline;
}

    .a-tech:hover {
        color: #152842;
        text-decoration: underline;
    }

.nav-active {
    background-color: #888b8a !important;
    color: #fff !important;
}
/*side menu end*/

/**/
.nav-container {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

    .nav-container img {
        max-height: 50px;
        margin-right: 15px;
    }

    .nav-container h3 {
        font-size: 1.5rem;
        color: #333;
        font-weight: bold;
        margin: 0;
    }

.quick-links {
    font-size: 1.5rem;
    font-weight: bold;
    color: #008066;
}

.quick-links-heading {
    font-size: 1.5rem;
    font-weight: bold;
}

.quick-links .btn {
    margin-right: 10px;
    font-weight: bold;
}

.btn-green {
    background-color: #008066;
    color: #fff;
}

.btn-blue {
    background-color: #152842;
    color: #fff;
}

.btn:hover {
    opacity: 0.8;
}

.thub-sect-text {
    font-size: 24px !important
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #008066;
    --bs-btn-border-color: #008066;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #152842;
    --bs-btn-hover-border-color: #152842;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #152842;
    --bs-btn-active-border-color: #152842;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #008066;
    --bs-btn-disabled-border-color: #008066;
}
.image-hide {
    display:none;
}
@media (max-width: 768px) {
}
