.ml-2 {
    margin-left: 2rem !important;
}

.hero:before {

}

@media (min-width: 1200px) {
    .hero:after {
        right: 0 !important;
        background-image: none;
        background-color: white !important;
        width: 50% !important;
    }
}

.front-banner {
    left: -40% !important;
}

.login-container {
    max-width: 100%;
}

.auth-form-section {
    margin: auto;
    color: black !important;
    padding: 1rem 10rem 1rem 10rem;
}

.auth-head {
    font-weight: 500;
    font-size: 35px;
    leading-trim: Cap height;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: #263238;
    margin-bottom: 2rem;
}

.auth-sub-head {
    color: #6D848F;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
}

.form-label {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 38px;
    letter-spacing: 0.5% !important;
    color: #263238 !important;
}

.form-text {
    font-weight: 500 !important;
    color: #2E3646 !important;
    font-size: 16px;
    line-height: 20px;
}

.back-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 1;
    color: #6D778A !important;
}

.back-link-dark {
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 1;
    color: #2E3646 !important;
}

.flow-navigation {
    display: inline-flex;
    position: absolute;
    right: 15.0%;
    text-align: end;
    bottom: -20%;
}

.flow-navigation .flow-navigation-steps {
    border-radius: 6px;
    height: 10px;
    width: 100px;
    margin: 2px;
    background: #E6E7EB;
}

.flow-navigation .flow-navigation-steps.active {
    background: #268187;
}

.otp-text-block {
    /*display: inline-flex;*/
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;
}

.otp-text-block .form-control {
    margin: 5px;
    width: 60px;
    height: 60px;
    font-weight: 600;
    font-size: 40px;
    line-height: 38px;
    text-align: center;
}

.login-container .form-control::placeholder,
.login-container .form-control {
    height: 45px;
    font-weight: normal;
    font-size: 13.7px;
    line-height: 24px;
    color: #263238;
    font-family: inherit !important;
}

.btn-primary-01 a {
    color: #ffffff;
}

.header {
    background-color: #F6F4F0 !important;
}

.navmenu li a {
    color: #172D43;
}

.navmenu li:hover > a, .navmenu .active, .navmenu .active:focus {
    color: #172D43;
    transition: 0.5s;
}

.home-hero {

}

.btn-login {
    color: #172D43 !important;
    background: #ffffff !important;
    padding: 8px 30px !important;
    border-radius: 40px;
    transition: 0.5s;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.5%;
    min-width: 80px;
    text-align: center;
    display: block !important;
}

.btn-login:hover {
    background: #172D43 !important;
    color: #ffffff !important;
}

.hero-home {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 120px 0 60px;
    display: flex;
    align-items: center;
}

.hero-home img.front-banner {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    left: unset !important;
}

.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    vertical-align: -.15em !important;
}

.btn-primary-normal {
    color: #ffffff !important;
    background: #268187 !important;
    padding: 5px 30px !important;
    border-radius: 40px;
    transition: 0.5s;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.5%;
    min-width: 80px;
    text-align: center;
    display: block !important;
}

.banner-section {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.banner-content h1 {
    /*font-size: 3rem;
    font-weight: 700;*/
    font-weight: 800;
    font-size: 44px;
    line-height: 66px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;

}

.banner-content p {
    margin-top: 1rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #FFFFFF;
}

.services .dot-img {
    position: absolute;
    right: -22px;
    bottom: -80px;
    z-index: 1;
}

.services {
    position: relative;
    z-index: 2;
}

.services .bet-card {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    height: 100%;
    padding-top: 5px !important;
}

.services .odds {
    color: #008080;
    font-weight: 600;
    margin-right: 10px;
}

.services .badge-new {
    background-color: #d1e7dd;
    color: #0f5132;
    font-size: 0.8rem;
}

.services .badge-viewed {
    background-color: #e2e3e5;
    color: #6c757d;
    font-size: 0.8rem;
}

.services img.logo {
    width: 95px;
    max-height: unset !important;
}

.services img.logo.w45px {
    width: 45px !important;
}

.services img.logo.w61px {
    width: 61px !important;
}

.services .text-content {
    min-height: 70px;
}

.form-control.error {
    border: 1px solid #ff5b00;
}

.mr-1 {
    margin-right: 0.5em;
}

.mr-2 {
    margin-right: 2em;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

#logoutBtn {
    cursor: pointer;
}

.pt-9 {
    padding-top: 9em !important;
}

.pt-8 {
    padding-top: 8em !important;
}

.pt-7 {
    padding-top: 7em !important;
}

.pl-1 {
    padding-left: 0.1em !important;
}

.pl-2 {
    padding-left: 1em !important;
}

.pl-3 {
    padding-left: 1.5em !important;
}

.pl-4 {
    padding-left: 2em !important;
}

.pl-4 {
    padding-left: 2.5em !important;
}

.pr-1 {
    padding-right: 0.1em !important;
}

.pr-2 {
    padding-right: 1em !important;
}

.pr-3 {
    padding-right: 1.5em !important;
}

.pr-4 {
    padding-right: 2em !important;
}

.pr-4 {
    padding-right: 2.5em !important;
}

.pull-right {
    float: right !important;
}

.main-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 53px;
    letter-spacing: 0px;
    color: #172D43 !important;
    padding: 0 !important;
}

.text-left {
    text-align: left !important;
}

.card-parlay {
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    padding: 1rem;
    background-color: white;
    height: 100%;
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
}

.card-parlay .odds {
    font-weight: bold;
    color: #008080 !important;
}

.card-parlay .btn {
}

.card-parlay .compare-btn {
    background: #f0f0f0;
    color: #000;
    margin-top: 0.5rem;
    padding: 10px 30px !important;
    border-radius: 40px;
    transition: 0.5s;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.5%;
    min-width: 80px;
    text-align: center;
    display: block !important;
    border-color: transparent;
}

.card-parlay .btn-primary {
    color: #ffffff !important;
    background: #268187 !important;
    margin-top: 0.5rem;
    padding: 10px 30px !important;
    border-radius: 40px;
    transition: 0.5s;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1.5%;
    min-width: 80px;
    text-align: center;
    display: block !important;
    border-color: transparent;
}

.filter-controls .form-check {
    margin-right: 10px;
}

.filters-custom-select2 .select2-selection--multiple {
    min-width: 164.1px;
}

.filters-custom-select2 .select2-container--default {
    min-width: 164.1px;
}

.filters-custom-select2 .select2-container .select2-selection--multiple {
    min-height: 38px;
    color: #212529;
    line-height: 27px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.filters-custom-select2 .select2-selection__rendered .select2-selection__choice {
    display: none !important;
}

.filters-custom-select2 .select2-search__field {
    width: 100% !important;
}

.filters-custom-select2 .select2-container--default .select2-selection--multiple {
    position: relative;
    padding-right: 20px;
}

.filters-custom-select2 .select2-container--default .select2-selection--multiple::after {
    content: '▾';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #888;
}

.filters-custom-select2 .select2-container--default .select2-selection--multiple[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

.filters-custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f0f0f0;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 3.5px;
    margin-top: 3.5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.filters-custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #dee2e6;
    color: #172D43 !important;
}

.filters-custom-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #172D43 !important;
}

/*172D43*/
.filters-custom-select2 .select2-container .select2-search--inline .select2-search__field {
    height: 22px;
    margin-top: 5px;
    margin-left: 10px;
    color: #999 !important;
}

.filters-custom-select2 .select2-container .select2-selection--single {
    height: 38px;
    border: unset;
}

.filters-custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {

}

.filters-custom-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 36px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.filters-custom-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-dropdown {
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff !important;
    background: #268187 !important;
}

.filters-custom-select2 {

}

.form-check-input:checked {
    background-color: #268187;
    border-color: #268187;
}

section.pick-your-plan-section {
    padding: 60px 30px !important;
    background-color: #092324;
    /*z-index: 2;*/
    position: relative;
    color: #fff;
}

.pick-your-plan-section .container {
    position: relative;
    z-index: 2;
}

section.pick-your-plan-section h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 53px;
    letter-spacing: 0;
}

section.pick-your-plan-section p {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0;
}

.pick-your-plan-section .overlay {
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    background: #092324f2; /* dark transparent */
    z-index: 1;
}

.ready-to-start-bg {
    position: relative;
    color: #fff;
    border-radius: 10px !important;
}

.ready-to-start-bg .ready-to-start-bg-text {
    z-index: 2;
    position: relative;
}

.ready-to-start-bg .overlay {
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    background: #092324f2; /* dark transparent */
    z-index: 1;
    border-radius: 10px !important;
}

hr {
    border-color: #D5D5D5 !important;
}

.mb-1 {
    margin-bottom: 0.5em !important;
}

.mb-2 {
    margin-bottom: 1em !important;
}

.mb-3 {
    margin-bottom: 1.5em !important;
}

.mb-4 {
    margin-bottom: 2em !important;
}

.ml-1 {
    margin-left: 0.5em !important;
}

.p-6 {
    padding: 5em !important;
}

.pricing-plans {

}

.pricing-plans h2.title {
    font-weight: 600;
    font-size: 30px;
    line-height: 53px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #172D43;
}

.pricing-plans h2.sub-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
    color: #6D6E71;
}

button.bg-primary {
    color: #ffffff !important;
}

.bg-primary {
    background-color: #268187 !important;
}

.border-primary {
    border-color: #268187 !important;
}

.pricing-plans button {
    border-radius: 20px;
}

.text-primary {
    color: #268187 !important;
}

.pricing-plans .featured {
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    border: 2px solid #0d6efd;
    z-index: 1;
    position: relative;
    transform: scale(1.02);
    transition: transform 0.3s ease;*/
    background: linear-gradient(to top right, #268187 -400%, transparent 100%);
    height: 100%; /* or desired height */
    width: 100%; /* or desired width */
}

.pricing-plans .card-body {
    padding: 25px 25px !important;
}

.pricing-plans .hr-dashed {
    border: none;
    border-top: 2px dashed #D5D5D5;
    margin: 1.5rem 0;
    margin-top: 0 !important;
}

.ready-to-start .step-circle {
    width: 44px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.ready-to-start .bg-teal {
    background-color: #268187;
}

.step-box {
    position: relative;
    background-color: #f6fcfe;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

/* Arrow for the left side */
.step-box::before {
    content: '';
    position: absolute;
    top: 40px; /* Adjust as needed to center vertically */
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f6fcfe; /* Match the .step-box background */
}

/* Arrow for the active step (if it has a different bg color) */
.step-box.active::before {
    border-right-color: #268187; /* Or your active bg color */
}

.video-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    padding-bottom: 3rem !important;
}

.video-section .video-banner .text-section {
    text-align: center !important;
    z-index: 3;
    color: #ffffff !important;
    position: relative;
}

.video-section .video-banner .text-section h4 {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.video-section .video-banner .text-section p {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0%;
    text-align: center;
}

.video-section .video-banner {
    position: relative;
    padding: 6em 0em 20em 0em !important;
}

.video-section .overlay {
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    background: #092324f2; /* dark transparent */
    z-index: 2;
}

.only-video-section .video img {
    max-height: 700px !important;
    width: 100%;
    /*max-width: 1140px;*/
    border-radius: 14px;
    /*padding-left: 1em;
    padding-right: 1em;*/
}

.only-video-section .video {
    z-index: 4 !important;
    position: relative;
    margin-top: -22em;
}

.bg-light-blue {
    background-color: #f6fcfe !important;
}

.auth-logo {
    position: absolute;
    z-index: 9;
    top: 2.5%;
    left: 2.5%;
    opacity: 0.7;
}

.text-theme {
    color: #268187 !important;
}

.explore-style {
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.f-normal {
    font-weight: normal !important;
}

.card-parlay .bookmaker-parlay-title {
    color: #263238;
    font-weight: 600;
    font-size: 16px;
    /*line-height: 34px;
    letter-spacing: 0%;
    vertical-align: middle;*/
    margin-top: 0.9em !important;

}

.card-parlay img.logo {
    height: auto !important;
    max-width: 95px !important;
}

.card-parlay .img-odds-container {
    margin-top: 0.9em !important;
}

.card-parlay .odds {
    /*margin-left: -16em !important;*/
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    /*vertical-align: middle;*/
    color: #0C5A62 !important;
    margin-left: 35px !important;
    /*margin-top: auto !important;*/
}

.card-parlay .bookmaker-parlay-button {
    font-weight: 500 !important;
    /* padding: 10px !important; */
    line-height: 15px;
    font-size: 16px !important;
    border-radius: 40px;
    padding: 10px 30px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.page-link {
    border: 0 !important;
    color: #0C5A62 !important;
    font-size: 16px;
    padding: 3px 10px;
}

.active > .page-link, .page-link.active {
    background-color: #0C5A62 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

.section-title h2 {
    color: #172D43 !important;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0px;
}

.section-title h2:after {
    height: 0 !important;
}

.pull-left {
    float: left !important;
}

.navmenu li a {
    color: black !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 145%;
}

.modal .text-modal-label {
    color: #607D8B !important;
    font-weight: 600;
}

.modal .modal-title {
    color: #263238;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.modal .modal-header {
    padding: 25px 15px !important;
}

.modal .modal-content {
    background-color: #F4F6F7 !important;
}

.modal .close {
    border: 0;
    background: transparent;
    font-size: 28px;
    color: #808080a3;
    font-weight: 300;
    position: absolute;
    right: 5px;
    top: -5px;
}

.select2-container--open {
    z-index: 999999 !important;
    pointer-events: auto !important;
}

.min-ago-view-parent {
    width: 100%;
    position: relative !important;
}

.min-ago-view-parent small {
    font-weight: 400;
    font-size: 12px;
    line-height: 34px;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
    color: #328E39;
    position: absolute;
    right: 0;
    top: -25px;
}

.position-relative {
    position: relative;
}

.user-name {
    /*margin-top: -14px;*/
    margin-left: 5px;
    margin-right: 5px;
}

#navmenu .result .btn {
    padding: 8px 30px !important;
}

#navmenu .result.active a {
    color: #0C5A62 !important;
}

#navmenu .result {
    padding-right: 1.2em !important;
}

#navmenu .text-white {
    color: white !important;
}

.user-role {
    position: absolute;
    top: 24px;
    left: 5.8em;
    font-size: 13px !important;
    font-weight: 400;
    color: gray;
}

.dropdown.auth a.user {
    padding: 0 !important;
    padding-left: 30px !important;
}

.navmenu li.auth-required {
    margin-left: 1em !important;
}

.navmenu li .v-dropdown-divider {
    height: 40px;
    width: 1px;
    background-color: #C2C2C2;
}

.content-page h1 {
    color: #172D43 !important;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 1.5em !important;
}

.content-page h2 {
    color: #172D43 !important;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0;
    margin-top: 0.5em !important;
}

.content-page h3 {
    color: #172D43 !important;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
}

.content-page h4 {
    color: #172D43 !important;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0;
}

.content-page p {
    font-size: 18px;
    text-align: justify;
}

.content-page ul li {
    font-size: 18px;
    letter-spacing: 0;
    text-align: justify;
}

.no-parlay {
    color: #172D43 !important;
}

ul.dashboard-parlay li .parent .div-10 {
    width: 10%;
}

.border-right {
    border-right: 1px solid lightgray;
}

ul.dashboard-parlay li .parent .div-15 {
    width: 15%;
}

ul.dashboard-parlay li .parent .div-20 {
    width: 20%;
    margin-right: 20px;
}

ul.dashboard-parlay li .parent .div-25 {
    width: 25%;
    border-right: 1px solid lightgray;
    margin-right: 20px;
}

ul.dashboard-parlay li .parent .div-35 {
    width: 35%;
    border-right: 1px solid lightgray;
    margin-right: 20px;
}

ul.dashboard-parlay li .parent {
    display: inline-flex;
    width: 100%;
}

ul.dashboard-parlay li {
    line-height: 24px;
    margin-bottom: 15px;
    width: 100%;
}

.text-right {
    text-align: right !important;
}

.numeric-range-control .form-label {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin-bottom: .2rem !important;
    padding-left: 1px !important;
}

.numeric-range-control {
    padding-left: 3px !important;
}

.mt-auto {
    margin-top: auto;
}

.pointer-unset {
    cursor: unset !important;
}

.btn-label {
    margin-bottom: 0 !important;
    line-height: unset !important;
}

@media screen and (max-width: 1400px) {
    .top-bar .col-md-4,
    .top-bar .col-md-8 {
        width: 100% !important;
    }

    .top-bar .justify-content-end {
        justify-content: flex-start !important;
    }

    .filters-custom-select2 .select2-container--default {
        min-width: 19.4% !important;
    }
    .filters-custom-select2{
        margin-bottom: 1em !important;
    }
}

@media screen and (max-width: 1200px) {
    .navmenu .dropdown > .dropdown-active {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #navmenu .dropdown.auth,
    #navmenu .result {
        padding-right: 2em !important;
        padding-left: 2em !important;
    }

    .dropdown.auth a.user {
        padding-left: 0 !important;
    }

    .filters-custom-select2 .select2-container--default {
        min-width: 32% !important;
    }
}

@media screen and (max-width: 992px) {
    #pl-list .row .col-md-4,
    #pl-list .row .col-md-8,
    .dashboard .row .col-lg-6 {
        width: 100% !important;
    }

    .readyToStartSteps {
        margin-top: 3em !important;
    }

    .video-section .video-banner {
        padding: 6em 0em 15em 0em !important;
    }

    .only-video-section .video {
        margin-top: -15em
    }

    .top-bar .justify-content-end {
        justify-content: flex-start !important;
    }

    .filters-custom-select2 .select2-container--default {
        min-width: 49% !important;
    }
    .from-to-filter .col-2,
    .from-to-filter .col-3{
        width: 33.333333% !important;
    }
    .from-to-filter .offset-4{
        margin-left: 0% !important;
    }
}

@media screen and (max-width: 768px) {
    .from-to-filter .col-2,
    .from-to-filter .col-3{
        width: 50% !important;
    }
}

@media screen and (max-width: 576px) {
    .card-parlay .row .col-xs-7 {
        width: 65% !important;
    }

    .card-parlay .row .col-xs-5 {
        width: 35% !important;
    }

    #pl-list .row .col-md-4,
    #pl-list .row .col-md-8,
    .dashboard .row .col-lg-6 {
        width: 100% !important;
    }

    #pl-list .row .col-md-4 .main-title.text-left {
        text-align: center !important;
    }

    .footer .footer-links {
        text-align: center !important;
        margin-bottom: 0 !important;
    }

    .footer .footer-links ul li {
        text-align: center !important;
        display: block !important;
    }

    .footer .footer-about .social-links {
        justify-content: center !important;
    }

    .footer .footer-about .logo {
        text-align: center !important;
        display: block !important;
    }

    .footer .footer-about {
        text-align: center !important;
    }

    .footer .footer-top {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 484px) {
    .btn-label{
        display: none !important;
    }
    .from-to-filter .col-2,
    .from-to-filter .col-3{
        width: 100% !important;
    }
    .numeric-range-control:first-child{
        margin-bottom: 1em !important;
    }
}

@media screen and (max-width: 459px) {
    .filters-custom-select2 .select2-container--default {
        min-width: 100% !important;
    }
    .row.top-bar {
        margin-left: 1.2rem !important;
    }
}
.min-width-105px{
    min-width: 105px !important;
}
