.outlet-logo{max-height: 60px;max-width: 160px;}
tbody tr td {
    background: none !important;
}

tbody tr {
    border-style: none;
}

tbody tr td a {
    color: #1a0dab !important;
}

@media (max-width: 991px) {
    .back-btn{
        display: none !important;
    }
}

tbody tr:nth-child(odd) {
    background-color: #e5e9f2;
}

.title-main-center {
    text-align: center !important;
}

.title-main-dark, .title-main-dark a {
    color: #101c5f !important;
}
.title-main {
    font-size: 26px; 
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 700;
    padding-bottom: 16px;
    position: relative;
    color: #101c5f;
}

.title-main-dark::after {
    background-color: #fee613 !important;
}

.title-main-center::after {
    left: calc(50% - 50px);
}
.title-main::after {
    content: "";
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: 0px;
}

