/* Add here all your CSS customizations */

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        width: 950px;
    }
    #header {
        padding: 0;
    }
    .btn-responsive-nav {
        top: 35px;
    }
    h1.logo a {
        padding: 0;
        margin: 0;
        height: 55px;
        display: inline-block;
    }
    .page-top h2 {
        font-size: 2.0em;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        width: 970px;
    }
    #header {
        padding: 0;
    }
    .btn-responsive-nav {
        top: 35px;
    }
    h1.logo a {
        padding: 0;
        margin: 0;
        height: 55px;
        display: inline-block;
    }
    .page-top h2 {
        font-size: 2.0em;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.hide, .hidden {
    display: none;
}

a, span {
    transition: color 0.4s ease !important;
}

.maintenance-mode {
    background-color: gold;
    color: black;
    text-align: center;
    font-weight: bold;
}

.dark .btn.btn-secondary {
    /*color: white;*/
    /*background-color: grey;*/
    transition: all 0.4s ease;
}

.dark .btn.btn-secondary:hover {
    /*background-color: darkgrey;*/
}

.m0 { margin: 0 !important; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px !important; }

.mr10 { margin-right: 10px; display: inline-block; }

.w80 { width: 80%; }

#header .logo img {
    /*margin-left: -10px;*/
}

.page-top h2 {
    border-bottom: 5px solid #CCC;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 5px;
    min-height: 37px;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative;
}
html.dark .page-top h2{
    color: #fff;
}
aside ul.nav-list > li > a.strong,
aside ul.nav-list > li > a.bold {
    font-weight: bold !important;
}

aside ul.nav-list > li > a.gold {
    color: #b8a279 !important;
}

aside ul.nav-list > li > a.white {
    color: white !important;
}

.search-element,
.location-element {
    margin-top: 5px;
}

.text-success {
    color: #28a745;
}

.text-danger {
    color: red;
}

.text-info {
    color: dodgerblue;
}

.text-warning {
    color: yellow;
}

.invoice_table .dataTables_filter .input-group {
    margin-left: 10px;
}

.invoice_table #startDateIcon,
.invoice_table #endDateIcon {
    cursor: pointer;
}

.ad_table .dataTables_filter .input-group {
    margin-left: 10px;
}

.ad_table #startDateIcon,
.ad_table #endDateIcon {
    cursor: pointer;
}

#ads_table_filter input[type=search] {
    width: 180px;
}

td.reviewed-by div {
    margin-bottom: 2px;
    width: 130px;
}

#ads_table_filter label {
    width: auto;
}

#ads_table_filter #sStartDate,
#ads_table_filter #sEndDate {
    width: 140px;
    margin-right: 10px;
}


.dataTables_filter {
    text-align: right;
}

#sStartDate {
}

#sEndDate {
}

.datepicker table td.day:hover {
    background-color: #0088cc !important;
    border-radius: 3px;
}

.datepicker table tbody tr td.day.old {
    color: #777;
}

/* Datepicker - Skin Primary */
.datepicker {
	min-width: 255px;
}

.datepicker.datepicker-inline {
	background: #fff;
	border: 1px solid #eee;
}

.datepicker table thead tr:first-child {
	background-color: #0088cc;
	color: white;
}

.datepicker table thead tr:first-child th:hover {
    background-color: #006699;
}

.datepicker table thead tr:first-child th:first-child {
	border-radius: 4px 0 0 0;
}

.datepicker table thead tr:first-child th:last-child {
	border-radius: 0 4px 0 0;
}

.datepicker table thead tr:last-child {
	background-color: #0099e6;
	color: white;
}

.datepicker table thead tr:last-child th:hover {
	background-color: #0088cc;
}

.datepicker table thead tr th {
	border-radius: 0;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

/* Card Logos */

ul#accepted-cards {
    width: auto;
    overflow: auto;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

ul#accepted-cards li {
    background-image: url("/shared/images/card_logos.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    float: left;
    height: 35px;
    width: 52px;
    
    -webkit-transition: background-image 0.5s ;
    -moz-transition: background-image 0.5s ;
    -o-transition: background-image 0.5s ;
    transition: background-image 0.5s;
}

ul#accepted-cards li.disabled {
    background-image: url("/shared/images/card_logos_disabled.png");
    background-size: 90%;
    
    -webkit-transition: background-image 0.5s ;
    -moz-transition: background-image 0.5s ;
    -o-transition: background-image 0.5s ;
    transition: background-image 0.5s;    
}

li.american_express { background-position: 0 -3px; } 
li.china_union_pay  { background-position: 0 -58px; } 
li.diners_club      { background-position: 0 -112px; } 
li.discover         { background-position: 0 -166px; } 
li.jcb              { background-position: 0 -220px; } 
li.master_card      { background-position: 0 -273px; } 
li.visa             { background-position: 0 -327px; } 

div.card-logo {
    background-image: url("/shared/images/card_logos.png");
    background-repeat: no-repeat;
    background-color: transparent;
    height: 44px;
    width: 64px;
    margin: 0 auto;
}

div.card-logo.disabled {
    background-image: url("/shared/images/card_logos_disabled.png");
}

div.american_express { background-position: 0 -8px; } 
div.china_union_pay  { background-position: 0 -82px; } 
div.diners_club      { background-position: 0 -156px; } 
div.discover         { background-position: 0 -230px; } 
div.jcb              { background-position: 0 -304px; } 
div.master_card      { background-position: 0 -378px; }
div.visa             { background-position: 0 -452px; } 

div.form-messages {
    margin-bottom: 20px;
    text-align: left;
}

div.page-messages {
    margin-bottom: 20px;
}

div.form-messages i.fa,
div.form-messages i.fas {
    margin-right: 10px;
}

a.controls.disabled, 
a.controls.disabled i  {
    color: #444; 
    cursor: default;
}

form .input-group .tooltip-inner,
form .form-group .input-group .tooltip-inner {
    min-width: 300px !important;
    white-space: pre-wrap;
}

#card-form-processing, 
#card-delete-processing, 
#cart-form-processing {
    float: left;
    margin: 3px 0 0 20px;
}

form .copy-link .tooltip-inner {
    /*min-width: 0;*/
}

.btn.disabled {
    opacity: 0.3;
}

html.dark .form-control::placeholder {
    color: #555555;
}

html.dark .form-control textarea {
    background-color: #222222 !important;
}

div.mce-edit-area {
   background: inherit !important;
}

#delete-card-img {
    margin: 30px 0 30px -50px;
}

html.dark #cart-modal .form-control,
html.dark #freemium-cart-modal .form-control {
    background-color: #1D212C;
    border-color: #1d2127;
    color: #EEE;
}

html.dark #cart-modal .btn.info,
html.dark #freemium-cart-modal .btn.info {
    background-color: #21262d;
    margin: 0;
    color: #777;
}

#cart-modal .pricing-table h3 span,
#freemium-cart-modal .pricing-table h3 span {
    font: bold 25px / 85px Georgia, Serif;
}

#cart-modal .panel-body {
    background-color: #21262d;
    margin: 10px 0 0 -2px;
    width: 888px;
}

#freemium-cart-modal .panel-body {
    background-color: #21262d;
    margin: 10px 0 0 -2px;
}

.margin-10 {
    position: relative;
    top: -10px;
    
}

#cart-modal .pricing-table .btn,
#freemium-cart-modal .pricing-table .btn {
    margin-top: 10px;
}

#cart-modal .pricing-table .plan,
#freemium-cart-modal .pricing-table .plan {
    margin: 0 1px 0;
}

#cart-modal .pricing-table .select-ad,
#freemium-cart-modal .pricing-table .select-ad {
    padding: 5px;
}

#cart-modal .pricing-table .most-popular,
#freemium-cart-modal .pricing-table .most-popular {
    box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, 0.5), -10px 10px 10px -10px rgba(0, 0, 0, 0.5);
    top: -10px;
    z-index: 2;
}

#cart-modal .panel-body h4,
#freemium-cart-modal .panel-body h4 {
    margin: 16px 0 0;
}


/* Custom Modal Switch */

html.dark .modal-body .bootstrap-switch {
    border-radius: 4px 0 0 4px;
    border: 1px solid #282D36;
    text-align: left;
}

html.dark .bootstrap-switch .bootstrap-switch-label,
html.dark .modal-body .bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 0;
    z-index: 100;

    /*background-color: #282d36;*/
    /*color: white;*/

    width: 100px;
    background-color: #1b1e23 !important;
    color: #888888 !important;
    font-size: 1.0em !important;
}

html.dark .modal-dialog .modal-header .modal-title {
    color: white;
}

html .modal-dialog .modal-header .modal-title {
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
}

.modal-body .bootstrap-switch .bootstrap-switch-container {
    border-radius: 4px 0 0 4px;
    background-color: #282d36;
}

.modal-body .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, 
.modal-body .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, 
.modal-body .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 12px 10px;
    font-size: 14px;
    height: 44px;
}

.modal-body .bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.modal-body .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, 
.modal-body .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.modal-body .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, 
.modal-body .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    background: green;
}

.modal-body .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, 
.modal-body .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    background: red;
}

/* MESSAGES */

#ticket-modal .modal-body {
    overflow: scroll;
}

ul.comments .comment-block p {
    margin-top: 10px;
}

.post-block {
    border-top: none;
    margin: 0;
    padding: 0 0 15px 0;
}

ul.attachments {
    border-top: 1px solid #777;
    margin-top: 10px;
    list-style: none;
    padding: 0;
}

ul.attachments li {
    text-align: right;
}

#tickets_table button {
    margin-right: 10px;
}

#circulation-form-messages, 
#issue-form-messages {
    margin-bottom: 20px;
}

#tickets_table_wrapper .dataTables_filter label,
#issue_table_wrapper .dataTables_filter label,
#queue_table_wrapper .dataTables_filter label {
    width: 25%;
    display: inline-block;
    margin-left: 10px;
}

#tickets_table_wrapper .dataTables_filter .datepicker-primary,
#issue_table_wrapper .dataTables_filter .datepicker-primary,
#articles_table_wrapper .dataTables_filter .datepicker-primary,
#queue_table_wrapper .dataTables_filter .datepicker-primary {
    float: right;
    margin-left: 10px;
    width: 160px;
}

#tickets_table_wrapper .dataTables_filter #parent_org_id {
    margin-left: 10px;
    width: 200px;
}

#articles_table_wrapper .dataTables_filter .datepicker-primary {
    margin-left: 0;
    margin-right: 0;
}

#tickets_table_wrapper .dataTables_filter label {
    width: 160px;
}

#tickets_table_wrapper .dataTables_filter .select2-container.form-control {
    width: 250px;
}

#tickets_table_wrapper .dataTables_filter .select2-container .select2-choice > .select2-chosen {
    text-align: left;
}

#tickets_table_wrapper .dataTables_filter .select2-search-choice-close:after {
    display: none;
}

#tickets_table_wrapper .dataTables_filter .select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
    margin-top: -6px;
}

#queue_table_wrapper .dataTables_filter .issue-select {
    float: right;
    margin-left: 10px;
    width: 160px;
    text-align: left;
}

.dataTable td.description-container > div {
    width: 100%;
    overflow: hidden;
    max-height: 80px;
}

.report-spinner {
    text-align: center;
}

.report-spinner i {
    color: #fff;
    margin-top: 10px;
}

.metric-header h3 {
    float: left;
    width: 60%;
}

.metric-header h4 {
    float: right;
    width: 38%;
    font-size: 16px;
    text-align: right;
    margin-top: 3px;
}

.quicklinks-row {
    padding: 5px 0px 10px;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.quicklinks-row .quicklinks-col {
    width: auto;
}
.quicklinks-row .quicklinks-col:first-child button {
    width: 60px;
}

.quicklinks-row btn:last-child {
    margin-right: 0;
}

/* FF Updates */

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

/** REVIEWS & RATINGS **/

div.reviews {
    position: relative;
}

div.rating {
    display: inline-block;
    color: #b8a279;
    font-size: 20px;    
}

div.reviews-container {
    position:relative; 
    padding-right: 10px;
    overflow-y: scroll;
}

div#rating-set {
    display: inline-block;
    font-size: 28px;
    width: 100%;
}

ul.comments {
    position: relative;
}

ul.comments li ul.reply {
    padding-left: 0;
    margin-left: 0;
}

.review-text {
    white-space: pre-wrap;
    color: #888888;
}

.plain-text {
    white-space: pre-wrap;
}

div.overflow-y {
   overflow-y: auto;
   padding-right: 15px;
}

div.overflow-x.full-height {
    height: 480px;
}

ul.comments .comment-by strong {
    color: #b8a279;
}

#modal-login-form-message,
#modal-signup-form-message, 
#modal-review-form-message {
    overflow: hidden;
    height: 0;
}

#modal-review-form-message .alert {
    margin-bottom: 5px;
}

.user-login-panel-body {
    min-height: 325px;
    height: auto;
    overflow: visible;
}

.comment-block a.review-reply-button, 
.comment-block a.review-edit-button, 
.comment-block a.review-delete-button {
    display: inline-block;
    margin: 0 10px 0;
}

.title-total-reviews {
    font-size: 16px;
    color: #888888;
}

.reviewer-city-state {
    color: #b8a279;
    font-size: 12px;
}

.reviews-container .alert {
    margin-bottom: 5px;
}

#location_description {
    height: 350px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 12px;
        margin-bottom: 0;
        text-align: right;
        font-size: 16px;
    }
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
    min-height: 46px;
}

#zip-code-lookup-ajax {
    transition: all ease 0.3s;
    position: absolute;
    z-index: 3;
    top: 13px;
    right: 30px;
}

div.pricing-table div.disabled {
    display: none;
}

td.spaced a.controls,
td.spaced span.controls {
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
}

button.btn.delete-social,
button.btn.delete-contact {
    padding: 12px 18px;
}

#image-collection {
    padding: 0;
    overflow: auto;
    position: relative;
    list-style: none;
}

#image-collection li {
    float: left;
    margin: 10px;
    display: inline-block;
    word-wrap: break-word;
    width: 100px;
    line-height: 15px;
}

#image-collection div {
    background-repeat: no-repeat;
    height: 100px;
    width:100px;
    background-size: cover;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
}

#image-form-dialog .tab-pane {
    min-height: 375px;
}

#ad-form .adlink {
    margin: 6px 0 0;
}

#ad-form .adlink strong {

}

#copy-ad-link {
    color: #b8a279;
}

#copy-ad-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.user-avatar .img-thumbnail img {
    border-radius: 4px;
}

html.dark .thumbnail, html.dark .img-thumbnail {
    background-color: transparent;
    border-color: transparent;
}

.thumbnail {
    margin-bottom: 0 !important;
}
div.thumbnail.pointer {
    cursor: pointer;
}
#session-expiring-modal .circular-bar {
    display: flex;
    justify-content: center;
}
#session-expiring-modal .circular-bar-chart {
    width: 200px;
    height: 200px;
}

.checkbox-container {
    margin: 0 0 5px 0;
}

.locale-selectors .checkbox-custom {
    margin: 0 0 0 30px;
}

.tickets_table_wrapper .select2-container.form-control {
    margin-left: 20px;
}

span.twitter-typeahead input.tt-hint {
    opacity: 0.3 !important;
}

/* Locale CSS */

div.es .page-top h2,
div.es_US .page-top h2 {
    font-size: 32px;
}

/* Seller Onboarding */

#messages-dashboard {
    margin-bottom: 20px;
}

#submit-form-message {
    margin-bottom: 20px;
}

#submit-seller {
    width: 100%;
}

#ajax-seller-icon {
    display: inline-block;
    margin: 3px 0 0 0;
}

#ajax-seller-icon.fa-hidden {
    visibility: hidden;
}

/* Address Lookup */

.address-lookup-spinner {
    float: right;
    margin: -27px 0 0 0;
}

#user-address-form #address-lookup-container .fa-spin {
    float: right;
    margin: 0 0 0 0;
}

#address-panel ul {
    list-style: none;
    padding: 0;
}

#address-panel ul li {
    padding: 5px;
    margin: 2px 0;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
    border-radius: 0.3rem;
    border-color: #eaf5e6;
    background-color: #eaf5e6;
}

#address-panel ul li:hover {
    border-color: #daf5e6;
    background-color: #daf5e6;
}

form .overlay-container {
    position: relative;
}

form .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #282d36;
    z-index: 10;
    opacity: 0.8;
}

/* Map Styles */

#map {
    /*color-scheme: light only;*/
    height: 100%;
    width: 100%;
}

#map .mapboxgl-popup-close-button {
    display: none;
}

#map .mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    padding: 20px 20px 25px;
    pointer-events: auto;
}

#map .mapboxgl-popup-content h1 {
    color: #000000;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: normal;
}

#map .mapboxgl-popup-content p {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    letter-spacing: normal;
}

#map .mapboxgl-popup-content h2 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 5px 0 0;
    letter-spacing: normal;
}

.multiple-locations-label {
    color: #b8aa79;
    position: relative;
    overflow: auto;
}

#map-view-menu, #map-view-menu .radio {
    display: inline-block;
    float: right;
}

#map-view-menu .radio {
    margin: 0 0 10px 20px;
}

#map-view-menu input[type="radio"] {
    margin: 6px 0 0 -20px;
    line-height: normal;
}

/* Icons */

[data-tiger-control] { cursor: pointer; }
i.i-control {
    padding: 7px;
    cursor: pointer;
    transition: transform .3s ease;
}
i.i-control:hover { color: white; }

i.i-control.opened { transform: rotate(0deg); }
i.i-control.closed { transform: rotate(180deg); }

header.opened i.i-control { transform: rotate(0deg); }
header.closedd i.i-control { transform: rotate(180deg); }

/* Tour Styles */
html.dark .popover.tour-tour .arrow{
    display: block;
} 
.popover.tour-tour {
    background-color: #2e353e;
    color: white;
}
.popover.tour-tour .popover-body {
    color: white;
}
.popover.tour-tour .btn-secondary {
    border-color: #b8aa79;
    background-color: #b8aa79;
}
.popover.tour-tour .popover-navigation {
    text-align: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
    float: left;
}

/* Category Lookup Styles */

html.dark .tt-menu {
    background-color: #282d36;
    padding: 5px;
    border-radius: 4px;
    color: #999999;
    width: 100%;
}

#category-lookup-container {

}

#address-lookup-container .popover {
    max-width: none !important;
}

#address-lookup-container .popover-content {
    display: block;
    width: 400px;
}

#address-lookup-container ul,
#category-lookup-container ul {
    list-style: none;
    padding-left: 0;
    /*width: 400px;*/
    display: inline-block;
}

#address-lookup-container ul li,
#category-lookup-container ul li {
    padding: 5px 0;
    width: 100%;
    display: inline-block;
}

#category-lookup-container ul li:hover,
#address-lookup-container ul li:hover {
    background-color: #3a424b;
    color: white;
    cursor: pointer;
}

#category-lookup-container .popover,
#address-lookup-container .popover {
    background-color: #2e353e;
    color: white;
}

#category-lookup-container .popover .popover-body,
#address-lookup-container .popover .popover-body {
    color: white;
}

html.dark .input-group.category {
    background-color: #282D39;
}

/* Main Search Keyword Lookup Styles */

html.dark .search-element .popover {
    /*min-width: 460px;*/
    /*background-color: #1d2127;*/
    /*max-height: 350px;*/
    /*overflow-x: scroll;*/
}

html.dark .search-element .popover .arrow {
    display: none;
}

html.dark .search-element ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

html.dark .search-element ul li {
    transition: all 0.4s ease;
    padding: 5px;
    border-radius: 4px;
    color: #999999;
}


html.dark .search-element ul li:hover {
    background-color: #3a424b;
    color: white;
    cursor: pointer;
}

html.dark .search-element .popover {
    background-color: #2e353e;
    color: white;
}

html.dark .search-element .popover .popover-body {
    color: white;
}

/* Search Bar */

#search_scope {
    width: auto;
    float: right;
    border-radius: 6px 0 0 6px;
}

.featured-box {
    opacity: 0.65;
    transition: opacity 0.5s;
}
.featured-box:hover {
    opacity: 1.0;
    transition: opacity 0.5s;
}

html.dark .pagination > .disabled > a,
html.dark .pagination > .disabled > a:hover,
html.dark .pagination > .disabled > a:focus {
    background-color: #282d36 !important;
    border-color: #242830 !important;
}

.check-box-area {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: end;
}
.check-box-area .checkbox-custom {
    flex-basis: calc(50% - 10px);
    margin-bottom: 7px !important;
    float: right;
}

#image_table_filter .datepicker-primary,
#ad_table_filter .datepicker-primary,
#ads_table_filter .datepicker-primary,
#tickets_table_filter .datepicker-primary{
    width: 200px;
    margin-bottom: 5px;
    margin-left: 10px;
}
#image_table_filter,
#ad_table_filter,
#ads_table_filter,
#tickets_table_filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    text-align: center;
}

#image_table_filter label,
#ad_table_filter label,
#ads_table_filter label{
    float: initial;
    width: auto;
}


.alert-success {
    padding: 20px;
    /* background-color: #36f46e9c;
    color: white; */
}
.resend_form_container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-heading {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.auth-container {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.code-input {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.button-group {
    display: flex;
    justify-content: center;
    width: 100%;
}
.code-input input {
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s;
    margin: 0 4px; /* Reduce this value for less space */
}

.code-input input:focus {
    border-color: #0066ff;
    box-shadow: 0 0 8px rgba(0, 102, 255, 0.2);
}
.message_verification {
    font-size: 14px;
    color: #ccc;
}
#resend-page-button {
    margin-bottom: 5px; /* Reduced space below the Verify button */
    border: none;
    padding: 10px 20px;
    font-size: 16px;
}

#resend-code-link {
    margin-top: 5px; /* Reduced space above the Resend Code link */
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
#resend-code-link:hover {
    text-decoration: underline;
}
/* profile picture tab */

.profile-pic-upload-container .user-profile{
    text-align: center;
}
.profile-pic-upload-container .user-profile img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
.d-flex {
    display: flex;
}
.d-flex.justify-content-between {
    justify-content: space-between;
}

#activation-form-message {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Centers content horizontally */
    text-align: center; /* Center the text */
    margin: 0 auto; /* Center the block horizontally */
    padding: 20px; /* Optional: Adjust as needed */
    width: 100%;
}

/* toggle button css */
.toggle-btn-block{
    display: flex;
    align-items: center;
    height: 46px;
    overflow: hidden;
}
.toggle-btn {
    position: relative;
}
.toggle-btn .bootstrap-switch {
    width: 98px !important; 
}
.toggle-btn .bootstrap-switch .bootstrap-switch-label{
    padding: 6px 9px;
    width: auto !important;
}
.toggle-btn .bootstrap-switch .bootstrap-switch-handle-off, .toggle-btn .bootstrap-switch .bootstrap-switch-handle-on{
    padding: 6px 11px;
}
.toggle-btn .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary{
    background: #b8a279;
}
.toggle-btn .bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label, .toggle-btn .bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label{
    border-radius: 0;
}
html.dark .logo .light-mode-logo,
html.dark .footer-copyright .dark-footer-logo {
    display: none;
}
html.dark .logo .dark-mode-logo,
html.dark .footer-copyright .dark-footer-logo{
    display: inline-block;
}
.logo .dark-mode-logo,
.footer-copyright .dark-footer-logo{
    display: none;
}
.logo .light-mode-logo,
.footer-copyright .light-footer-logo{
    display: inline-block;
}
@media (max-width: 488px){
    #image_table_filter .datepicker-primary,
    #ads_table_filter .datepicker-primary{
        margin-top: 5px;
    }
}
@media (max-width: 991px){
    .check-box-area .checkbox-custom{
       flex-basis: auto;
    }
}

/*Ad Wizard CSS Start*/
.wizard-pt{
    padding-top: 45px;
}
.wizard-pt-6{
    padding-top: 6px !important;
}
.basis-wizard-px{
    padding-right: 35px;
    padding-left: 50px;
}
.wizard-mb-14{
    margin-bottom: 14px;
}
.wizard-mb-45{
    margin-bottom: 45px;
}
.wizard-download-add{
    list-style: none;
    margin-top: 20px;
}
.wizard-download-add > li > a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 22px;
    text-decoration: none;
}
.wizard-inner-tabs{
    display: flex;
}
.wizard-inner-tabs > ul{
    display: flex;
    flex-direction: column;
    min-width: 175px;
}
.wizard-inner-tabs > .tab-content{
    flex-grow: 1;
}
.tabs.wizard-inner-tabs .nav-tabs li.active a,
.tabs.wizard-inner-tabs .nav-tabs li.active a:hover,
tabs.wizard-inner-tabs .nav-tabs li.active a:focus{
    border-right-color: transparent !important;
    border-left-color: #b8a279 !important;
    border-left-width: 3px !important;
}
.tabs.wizard-inner-tabs .nav-tabs li a,
.tabs.wizard-inner-tabs .nav-tabs li a:hover,
.tabs.wizard-inner-tabs .nav-tabs li a:focus{
    border: 1px solid #b8a279 !important;
    border-radius: 0 !important;
}
.tabs.wizard-inner-tabs ul.nav-tabs li a{
    text-align: left;
    padding: 10px 5px;
}
.tab-content.wizard-p-0{
    padding-left: 0;
    padding-right: 0;
}
.tabs.wizard-inner-tabs .nav-tabs li.active a{
    border-right-color: transparent !important;
    border-left-color: #b8a279 !important;
    border-left-width: 3px !important;
    font-weight: 700;
}
.tabs.wizard-inner-tabs > ul{
    border: 0;
}
.tabs.wizard-inner-tabs .nav-tabs li:last-child a{
    margin-right: 1px;
}
.form-wizard .ad-wizard-form .tab-pane{
    min-height: auto;
}
.tabs.wizard-inner-tabs .tab-content{
    padding-top: 0;
}
.wizard-save-btn{
    margin: 25px 0;
    border-top: 1px solid #b8a279;
    padding: 20px 15px 0 15px;
}
#confirmationModal .modal-dialog{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#confirmationModal{
    overflow: hidden;
}

#confirmationModal .modal-body{
    text-align: center;
    padding: 40px 0;
}
.confirm-modal-btn{
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
#confirmationModal .modal-dialog .modal-content{
    width: 100%;
}

#brand-form {
    display: none;
}

.tab-location-block,
.tab-brand-block {
    padding: 0 30px;
    margin-bottom: 20px;
}
.tab-block .add-more-btn{
    text-align: right;
}
.tab-block{
    padding: 10px 0;
}
#location-form.location_tab_form .tab-content .tab-pane{
    min-height: auto;
}

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

.success-message {
    margin-top: 10px;
    color: #28a745; /* Bootstrap's green for success */
    font-size: 14px;
}

.success-color {
    color: #28a745; /* Bootstrap's green for success */
}

.error-message {
    margin-top: 10px;
    color: #dc3545; /* Bootstrap's red for error */
    font-size: 14px;
}

.error-color {
    color: #dc3545; /* Bootstrap's red for error */
}

td.selectable {
    cursor: pointer !important;
}

#image_table .form-control,
#ad_table .form-control {
    background-color: #222222 !important; /* Light gray background */
    color: white !important;
    border-color: #444444 !important;
}

.helper-links {
    margin: 20px 0 40px;
}

#footer .contact.helper-links a,
.helper-links a {
    cursor: pointer;
    transition: color 0.4s ease;
    text-decoration: none;
    color: #888888;
}

#footer .contact.helper-links a:hover,
.helper-links a:hover {
    color: white !important;
}

#footer .contact.helper-links a:active,
#footer .contact.helper-links a:visited,
.helper-links a:active,
.helper-links a:visited {
    color: #888888;
}

.pointer {
    cursor: pointer;
}

a {
    text-decoration: none;
    /*color: inherit; !* Keeps the text color consistent *!*/
}

a:hover {
    text-decoration: none;
}
/* Make modal larger and center it */
#videoModal .modal-dialog {
    max-width: 90%; /* Adjust width as needed */
    width: 1180px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}

#videoModal .modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-height: 90vh; /* Ensure modal doesn't exceed viewport height */
    overflow: auto;
}

#videoModal .modal-body {
    flex-grow: 1; /* Prevent scrolling */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#videoModal .modal-header {
    /*display: flex;*/
    /*align-items: center; !* Vertically center the content *!*/
    /*justify-content: flex-end; !* Align close button to the right *!*/
    /*border-bottom: 1px solid #e9ecef; !* Optional: Add a border *!*/
}

#videoModal .modal-header h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

#videoModal .modal-header .close {
    font-size: 24px; /* Adjust size as needed */
    line-height: 1;
    color: grey;
    opacity: 0.75;
    margin: 0; /* Remove any default margin */
    padding: 0; /* Remove any default padding */
    background: transparent; /* Ensure no background */
    border: none; /* Remove border */
    transition: color 0.4s ease, opacity 0.4s ease;
}

#videoModal .modal-header .close:hover {
    opacity: 1;
    color: white;
}

/* Ensure video fills modal */
#newlist-player {
    width: 100%;
    height: auto;
    max-height: 80vh; /* Ensure video doesn't exceed modal height */
}

/* Pointer cursor and hover effect for helper links */
.explainer-video-link:hover {
    color: white;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*.modal-header {*/
/*    background-color: #c1c08a; !* Blue background to match the primary theme *!*/
/*}*/
.modal-title {
    font-size: 1.25rem;
    font-weight: bold;
}
@media (min-width: 480px) {
    #confirmationModal .modal-dialog .modal-content{
        width: 400px;
        margin: auto;
    }
}

.alert .btn.alert-button {
    display: inline-block;
    margin-top: -7px;
    min-width: 150px;
}

/*Ad Wizard CSS End*/

/*minor ui changes start*/
#config_table > tbody > tr > td{
    word-break: break-word;
}
#header nav ul.nav-main li a{
    padding: 10px 11px;
}
#header nav ul.nav-main li.mega-menu-item.mega-menu-signin.logged > a{
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Brand Header Image */

#header-image-section {
    margin: 40px 0;
}

#header-image-section img {
    max-width: 100%;
    border-radius: 6px;
}

.ios-switch .state-background {
    /*background-image: -o-linear-gradient(#444444, #888888);*/
    /*background-image: -ms-linear-gradient(#444444, #888888);*/
    /*background-image: -moz-linear-gradient(#444444, #888888);*/
    /*background-image: -webkit-linear-gradient(#444444, #888888);*/
    background-image: linear-gradient(#3a424b, #3a424b);
    border: none;
}

.switch.switch-primary .ios-switch .on-background{
    background: #bba778;
}

@media (max-width: 992px) {
    #header nav ul.nav-main li a{
        padding: 9px 8px;
    }
    #header nav ul.nav-main li.mega-menu-item.mega-menu-signin.logged > a{
        width: auto;
    }
}
/*minor ui changes end*/

/* Profile Classes*/

#brand-header img ,
#ad-header img {
    width: 100%;
    border-radius: 8px;
}

#brand-social .form-group,
#brand-contact .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 5px 0;
}

#brand-social .form-group:first-child,
#brand-contact .form-group:first-child {
    margin-top: 15px;
}

.social-warning,
.contact-warning {
    margin: 0;
}

.social-warning i,
.contact-warning i {
    display: inline-block;
    margin-right: 10px;
}

.social-loader,
.contact-loader {
    padding: 14px 0 0;
    margin: 0;
    border: 0;
}

.social-loader i,
.contact-loader i {
    font-size: 20px !important;
    padding: 0 !important;
}

#social-container,
#contact-container {
    position: relative;
    overflow: hidden;
}

#social-container .form-group,
#contact-container .form-group {
    margin-right: 0;
    margin-left: 0;
}

#referral_ads_table tr td,
#location_table tr td,
#image_table tr td,
#ads_table tr td,
#translations_table tr td,
#invoice_table tr td,
#ads_table tr td,
#ad_table tr td,
#card_table tr td,
#config_table tr td,
#table_location tr td,
#table_image tr td,
#pages_table tr td {
    vertical-align: middle;
}

#clear-hours {
    margin: 20px -42px;
}

.tab-tab.disabled {
    opacity: 0.5;
}

.tab-tab.disabled a {
    cursor: default;
}

.tabs ul.nav-tabs li.error a {
    border-top-color: red;
    color: red;
}

.user #image_table_filter input {
    width: 300px;
}

#DTE_Field_addon_points {
    width: 60px;
}

.dataTables_wrapper .dataTables_filter label {
    /* width: 50%; */
}

#adform-dialog .pager {
    margin: 20px 0 0;
}

html.dark .form-wizard #ad-form .pager li > a,
html.dark .form-wizard #ad-form .pager li > a:hover,
html.dark .form-wizard #ad-form .pager li > a:focus,
html.dark .form-wizard #ad-form .pager li > span {
    background: #1d2127;
    border-color: #1d2127;
    color: #eeeeee;
}

html.dark .has-success label.control-label,
html.dark .has-success label.control-label i {
    transition: color 0.3s;
    color: #28a745; /* Bootstrap's green for success */;
}

div.cell-msg {
    overflow: hidden;
    display: inline-block;
    margin: 0 0 -6px 15px;
}

table tr {
    transition: color 0.4s ease;
}

figure.align-left {
    float: left
}

figure.align-right {
    float: right
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto
}

figure.image {
    display: inline-block;
    border: none;
    margin: 0 2px 0 1px;
    background: transparent;
}

figure.image img {
    margin: 8px 8px 0 8px
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: center
}

#generate-description-modal .modal-title {
    font-size: 24px;
}

#ai_prompt {
    font-size: 14px;
}

label.max-tokens {
    display: inline-block;
    margin: 6px 0 0 0;
}

i.max-tokens-info {
    display: inline-block;
    margin: -15px 20px 0 0;
    float: right;
    cursor: pointer;
}

#generate-description-modal .tooltip-inner {
    max-width: 220px !important;
    white-space: pre-wrap;
}

#max_tokens {
    width: 80%;
    accent-color: #b8aa79;
}

.mce-menu-item span.mce-text {
    background-color: transparent !important;
}

div.alert-container {
    position: relative;
    overflow: auto;
}

div.alert-container > i.fa-check {
    display: inline-block;
    margin: 15px 20px 15px 0;
    float: left;
}

div.alert-container > i.fa-close {
    display: inline-block;
    margin: 0 0 0 40px;
    float: right;
    cursor: pointer;
    transition: color 0.4s ease;
}

div.alert-container > i.fa-close:hover {
    color: white;
}

.brand-profile-link,
.offer-profile-link {
    display: inline-block;
    color: #b8aa79;
    float: right;
    margin: 10px 20px 0 0px;
}
.brand-profile-link:link,
.brand-profile-link:hover,
.brand-profile-link:active,
.brand-profile-link:visited,
.offer-profile-link:link,
.offer-profile-link:hover,
.offer-profile-link:active,
.offer-profile-link:visited {
    text-decoration: none;
}

.brand-profile-link i,
.offer-profile-link i {
    display: inline-block;
    margin-left: 5px;
}

a.report-link {
    display: inline-block;
    margin: -20px 20px 0 0;
    color: #888888;
    float: right;
    cursor: pointer;
    transition: color 0.4s ease;
}

a.report-link:hover {
    color: white;
}

#header nav.mega-menu ul.nav-main .mega-menu-signin.logged .user-avatar span {
    color: #888888;
    display: block;
    font-size: 12px;
}

html.dark .tfa .bootstrap-switch {
    padding: 7px 0 0 0;
    border: none;
}

#primary_mobile_no {
    margin-left: 11px;
    width: 96%;
    height: 48px;
}

button.view-password {
    margin-right: 35px;
    color: #888888 !important;
}

i.fa.ajax, i.fa.icon {
    display: inline-block;
    width: 16px;
    margin-left: 10px;
}

/* User Profile Image */

.profile-image-container {
    position: relative;
}

#profile-uploader {
    position: relative;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

#profile-uploader fieldset {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: transparent !important;
}

#profile-uploader fieldset legend {
    transition: all 0.4s ease;
    color: #888888;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 70px 0 0 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
    border: 4px dashed #888888;
    border-radius: 10px;
    background: transparent !important;
}

#profile-uploader fieldset legend p {
    color: #888888;
}

#profile-uploader.has-image fieldset legend,
#profile-uploader.has-image fieldset legend p {
    color: transparent;
}

#profile-uploader fieldset.dragover legend,
#profile-uploader fieldset.dragover legend p {
    color: white;
    border-color: white;
}

#user-profile-image {
    height: 300px;
    width: 300px;
    border: 1px #888888 solid;
    border-radius: 6px;
    float: left;
    display: inline-block;
}

#profile-image-remove {
    display: inline-block;
    float: right;
    margin: 5px 0 0 10px;
}

#profile-image-remove i {
    margin-left: 0;
}

#profile-uploader #preview_container {
    position: absolute !important;
    height: 300px;
    width: 300px;
    background: transparent;
    top: 0;
    z-index: 1;
}

#profile-uploader #preview_container h5 {
    display: none;
}

#profile-uploader #preview_container div.progress {
    position: absolute;
    bottom: 10px;
}

#profile-uploader #preview_container div.message {
    display: none;
}

#profile-uploader #preview_container > div.container {
    float: left;
    margin: 0;
    position: relative;
}

#profile-uploader #preview_container > div.container > div.dfiles {
    position: absolute;
    top: 0;
}

#profile-uploader #preview_container img {
    height: 300px;
    width: 300px;
}

#user-login-form-modal .modal-title i {
    display: inline-block;
    margin-right: 10px;
}

/* TOC and Page TOC */

.position-fixed {
    width: 180px;
    position: fixed;
    top: 20px;
}

.position-absolute {
    width: 180px;
    position: absolute; /* Set the navbar to fixed position */
    top: 20px; /* Position the navbar at the top of the page */
}

#page-toc ul {
    list-style: none;
    padding-left: 5px;
}

#page-toc ul li {
    padding: 5px 0;
}

#page-toc ul a:link,
#page-toc ul a:visited,
#page-toc ul a:active {
    color: #888888;
}

#page-toc ul a.active,
#toc a.active {
    color: #b8a279;
}

aside.sidebar {
    margin-top: 18px;
}

aside ul.nav-list {
    list-style: none;
}

aside ul.nav-list ul {
    list-style: none;
    padding-left: 10px;
}

#toc li:first-child a {
    border-top: 1px solid #444444;
}

#toc ul ul li:first-child a {
    border-top: none;
}

#toc li a {
    display: inline-block;
    transition: all 0.3s;
    background-image: none;
    border-bottom: 1px solid #444444;
    padding: 8px 0 8px 8px;
    font-size: 14px;
    color: #888888;
    width: 100%;
}

h3, h5 {
    text-transform: none !important;
}

html.dark .note-editor .note-toolbar ul.dropdown-menu,
html.dark .note-editor .note-toolbar ul.dropdown-menu li,
html.dark .note-editor .note-toolbar ul.dropdown-menu li a {
    color: white;
    background-color: #242830;
}

html.dark .note-editor .note-toolbar ul.dropdown-menu li:hover,
html.dark .note-editor .note-toolbar ul.dropdown-menu li:focus {
    background-color: #2e353e;
}

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

#article h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 20px 0;
}

#article h2 {
    font-size: 2.6em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 20px 0;
}

#article h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px 0;
}

#article p + h1,
#article p + h2,
#article p + h3,
#article figure + h1,
#article figure + h2,
#article figure + h3 {
    margin-top: 20px;
}

#article p + h4,
#article p + h5,
#article figure + h4,
#article figure + h5 {
    margin-top: 30px;
}

#article h1:has( + h2 ),
#article h2:has( + h3 ) ,
#article h1:has( + figure ),
#article h2:has( + figure ) {
    margin-bottom: 40px;
}

#article img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#article img,
#article figure,
#article ul,
#article ol {
    display: block;
    margin: 0 0 20px;
}

#article figure > img:has( + figcaption ) {
    margin: 0 0 5px;
}

#article figure figcaption {
    text-align: center;
    color: #aaaaaa;
}

#article img.prettyPhoto {
    cursor: pointer;
}

#article img.docs-img-border {
    border: 1px solid #444444;
}

#configuration-confirm-modal .feature-box-info i {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.locations-search .popover {
    min-width: 0;
    max-width: 325px;
}

ul.socials,
ul.contacts {
    list-style: none;
    padding: 0;
}

ul.socials li i,
ul.contacts li i {
    display: inline-block;
    margin-right: 5px;
}

.media-grid {
    width: 100%;
    height: 600px;
}

.media-grid .grid-item {
    width: 24%;
    margin-bottom: 10px;
}

.media-grid .grid-item img,
.media-grid .grid-item video {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    filter: brightness( 80% );
    transition: filter 0.4s;
}

.media-grid .grid-item img:hover,
.media-grid .grid-item video:hover{
    filter: brightness( 100% );
}

/* Offers Tab Cards */

.tab-cards {

}

.tab-cards .tab-card-link {
    padding: 10px;
    border-radius: 4px;
    transition: background-color 0.4s;
}

.tab-cards .tab-card-link:hover {
    cursor: pointer;
    background-color: #242830;
}

.tab-cards .tab-card-link.active {
    background-color: #242830;
}

.tab-cards .tab-care-link .offers-item {
    display: inline-block;
    width: 100%;
}

.tab-cards .tab-care-link h4.offer-name {
    font-size: 24px;
    margin-bottom: 2px;
}

.tab-cards .tab-care-link h6.offer-name {
    color: #888888 !important;
}

.tab-cards .tab-care-link p.offer-address {
    line-height: 18px;
}

.tab-cards .tab-card-link img {
    width: 100%;
    height: auto;
}

.tab-cards .tab-card-container {
    position: relative;
    height: 650px;
}

.tab-cards .tab-card {
    height: 650px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.4s;
    transition-behavior: allow-discrete;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#location-map {
    height: 650px;
    width: 100%;
}

#map {
    height: 615px;
}

.maplibregl-marker {

}

#map .maplibregl-popup-content {
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb( 0 0 0 / 20% );
}

#map .maplibregl-popup-close-button {
    display: none;
}

#map .maplibregl-popup-content h4 {
    color: #0a0a0a;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0 0 8px 0;
}

#map .maplibregl-popup-content p {
    color: #888888;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 1.2em;
    margin: 0 0 8px 0;
}

#map .maplibregl-popup-content h5 {
    color: #0a0a0a;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0;
}

.tab-cards .tab-card.hidden {
    opacity: 0;
    z-index: 0;
}

.tab-cards .full-tab-height .tab-card-container {
    height: auto !important;
}

.tab-cards .full-tab-height .tab-card-container .tab-card {
    height: auto !important;
    position: relative !important;
}

.tab-cards .tab-card .offers-grid,
.tab-cards .tab-card .map {
    height: 650px;
}

.brand-channel-link {
    font-weight: normal;
    margin-top: 20px;
}

/* Mobile Tweaks */

@media (max-width: 767px) {

    #header {
        position: sticky;
        top: 0;
        z-index: 9999;
        min-height: auto !important;
        /*background-color: #fff; !* or your desired bg color *!*/
    }

    #header .container {
        height: auto !important;
    }

    #header .logo img {
        width: 180px !important;
        height: auto !important;
        margin-left: -5px;
        margin-top: -10px;
    }

    .btn-responsive-nav {
        top: 10px !important;
    }

    #search_scope {
        width: auto;
    }

    #search_scope {
        background-position: right 5px top; /* Change the px value here to change the distance */
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        padding : 4px 10px
    }

    .page-top {
        padding: 16px 0 0;
    }

    #search-form .row.form-group {
        margin-bottom: 5px;
    }

}

.quicklinks-row {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.quicklinks-col {
    display: inline-block;
    float: none;
}

.quicklinks-row::-webkit-scrollbar {
    display: none;
}

.quicklinks-row {
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-wrap: nowrap;
}
