/* 

================================================================

 ____    ______  ____    ____    __    __ 
/\  _`\ /\__  _\/\  _`\ /\  _`\ /\ \  /\ \
\ \,\L\_\/_/\ \/\ \ \L\_\ \ \L\ \ `\`\\/'/
 \/_\__ \  \ \ \ \ \  _\L\ \ ,  /`\ `\ /' 
   /\ \L\ \ \ \ \ \ \ \L\ \ \ \\ \ `\ \ \ 
   \ `\____\ \ \_\ \ \____/\ \_\ \_\ \ \_\
    \/_____/  \/_/  \/___/  \/_/\/ /  \/_/

-----------------------------------------------------------------
* Stery - Lightweight and Responsive osTicket Theme - v1.0.0
=================================================================

* Product Page: https://stery.app/
* Copyright 2022 Stery App
* stery.app@gmail.com

* Coded by Stery App Team

=================================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/

.jumbotron {
    background-color: #d5f4d9;
}

footer {
    padding: 2rem 0;
    background-color: #212529;
}

.stery-footer-column:not(:first-child) {
    padding-top: 2rem;
}

@media (min-width: 768px) {
    .stery-footer-column:not(:first-child) {
        padding-top: 0rem;
    }
}

.stery-footer-column {
    text-align: center;
}

.stery-footer-column .nav-item .nav-link {
    padding: 0.1rem 0;
    color: #6c757d;
}

.stery-footer-column .nav-item .nav-link:hover {
    color: #09db5b;
}

.stery-footer-column .nav-item span.nav-link {
    color: #6c757d;
}

.stery-footer-column .nav-item span.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.stery-footer-column .nav-item .fas {
    margin-right: 0.5rem;
}

.stery-footer-column ul {
    display: inline-block;
}

@media (min-width: 768px) {
    .stery-footer-column ul {
        text-align: left;
    }
}

footer .quick-links a {
    font-size: 90%;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: none;
    text-decoration: none;
    padding-top: 1em;
    color: #6c757d;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer .quick-links a:hover {
    color: #09db5b;
}

.copyright {
    color: white;
}

.stery-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.avatar-text {
    border-radius: 50%;
}

figure img {
    max-width: 100%;
}

.truncate {
    width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

th a,
td a {
    color: #12273e;
    text-decoration: none;
}

th a:hover,
td a:hover {
    color: #02752f;
    text-decoration: none;
}

.header-badge {
    border-radius: 9px;
}

.stery-brand img {
    vertical-align: middle;
    border-style: none;
}

.stery-brand img {
    max-width: 9.1rem;
    height: auto;
    width: 8.2rem;
    padding-top: 1.5rem;
}

.stery-brand a:hover {
    color: #ff4c83 !important;
}

a.no-decor:hover {
    text-decoration: none;
}

.card-status-count {
    line-height: 0.7;
    font-weight: 400;
    font-size: 4rem;
}

@media (max-width: 768px) {
    .order-3 {
        -ms-flex-order: unset;
        order: unset;
    }
}

@media (max-width: 768px) {
    .m-nav {
        display: block;
        width: 100%;
        margin-top: .5rem;
    }
}