body {
      background: #e5e7eb;
      color: #36454F;
      position: relative;
}
p, h5 {
    font-family: InterVariable;
}
.site_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.page {
    max-width: 1200px;
    margin: auto;
    padding: 0px 12px 75px 12px;
}
.navbar {
    background: #000080;
}
.navbar form {
    margin: 0;
}
.navbar-brand {
    color: #fff;
}
.nav-link, .nav-link.active {
    color: #fff !important;
    font-weight: bold;
}
.nav-link:hover {
    color: #fff;
    opacity: .5;
}
.site_grid {
    margin-top: 25px;
    margin-bottom: 25px;
}
.site_row {
    display: flex;
    border-radius: 3px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height: 150px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.site_info h5, .site_info p {
    margin: 0;
}
.site_info {
    position: absolute;
    padding: 5px 10px;
    bottom: 0;
    background: rgb(0,0,0,0.5);
    width: -webkit-fill-available;
    color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cashback_rate {
    font-size: 12px;
}
.banner {
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.filter_row {
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.sidebar {
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.icon_text i {
    font-size: 36px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.icon_text p {
    font-size: 12px;
    margin: 8px 0px 8px 8px;
}
.icon_text {
    text-align: center;
    padding: 0px 15px;
}
.sidebar-heading {
    margin-top: 6px;
    border-bottom: 1px solid #d3d3d3;
}
.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle.active, .dropdown-toggle:visited {
    background: #000080;
}

/*** Footer ***/
.footer {
    background: #000080;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.text-copyright {
    color: #fff;
}


/*** Site Page ***/

.site_page {
    background: #fff;
    padding: 15px;
    border: 1px solid #d3d3d3;
    margin-bottom: 12px;
}
.plus_divider {
    text-align: center;
    margin-bottom: 12px;
}
.plus_divider i {
    font-size: 42px;
}
.cashback_row {
    display: flex;
    position: relative;
    margin-bottom: 10px;
}
.cashback_icon {
    border: 1px solid #d3d3d3;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}
.cashback_title {
    margin: 0;
    margin-left: 10px;
    font-weight: bold;
}
.cashback_content {
    display: grid;
    align-items: center;
}
.cashback_content a {
    margin: 0;
    margin-left: 10px;
    font-size: 12px;
    margin-top: -10px;
}
.cashback_claim {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.cashback_claim button {
    width: 100%;
}
.cashback_extra {
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 65px;
}
.cashback_extra.available {
    color: rgb(0 165 122);
}
.cashback_extra.unavailable {
    color: #dc3545;
}
.or_col {
    position: relative;
}
.or_text {
    margin-bottom: 0;
    text-align: center;
    font-size: 36px;
    }
.terms_view {
    font-size: 12px;
}
.feedback {
    font-size: 14px;
    color: #0000EE;
    text-decoration: underline;
    margin-top: -8px;
    text-align: right;
}
.feedback {
    background: none;
    border: none;
    float: right;
}
.site_image img {
    max-width: 100%;
}

/* for mobile */
@media only screen and (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
    .cashback_claim button, .terms_view {
        font-size: 11px;
    }
    .site_page.large .cashback_claim {
        width: 140px;
    }
    .or_text {
        margin-top: -10px;
    }
    .footer_nav {
        display: none;
    }
    .page {
        margin-top: 25px;
    }
    .col-sm-6 {
        width: 50%;
    }
    .header_dropdown .col-3 {
      width: 100%;
      font-size: 15px;
    }
    h5 {
      font-size: 16px;
    }
    .load_sites .col-md-3.col-sm-6 {
      padding: 0 5px !important;
    }
    .load_sites {
        padding-left: 8px;
        padding-right: 7px;
    }
    .slider .slide {
        height: 100px;
    }
    .filter_row h5 {
        margin-top: 9px;
    }
}

/* for desktop */
@media only screen and (min-width: 769px) {
    .page {
        margin-top: 75px;
    }
    .header_dropdown {
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }
    .desktop-hide {
        display: none;
    }
    .header_dropdown {
        width: 850px;
    }
    .site_page.large .cashback_claim {
        width: 180px;
    }
    .or_text {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 29%;
        margin-top: 12px;
    }
    footer {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .footer_nav {
        display: flex;
    }
    .site_info h5 {
        font-size: 14px;
    }
    .filter_row h5 {
        margin-top: 6px;
    }
}

.mobile_ref a {
    font-size: 11px;
}
.mobile_ref {
    border-bottom: 1px solid grey;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.page-link {
    cursor: pointer;
}
.dropdown-item {
    cursor: pointer;
}
.logo_attribution {
    font-size: 14px;
    margin-bottom: 20px;
}
.cashback_row_sidebar:last-child {
    border-bottom: none !important;
}
.cashback_row_sidebar {
    display: flex;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    padding-top: 10px;
}
.cashback_icon_sidebar {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-top: 4px;
}
.cashback_content_sidebar {
    padding-left: 5px;
}
.cashback_content_sidebar a {
    font-size: 11px;
}
.cashback_content_sidebar p {
    font-weight: bold;
    margin-bottom: 0px;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: #FFF !important;
}
.cashback_claim a {
    text-decoration: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    border: none !important;
}

.content_full {
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.stat_row {
    display: flex;
}
.stat_icon {
    width: 50px;
    height: 50px;
}
.stat_table p {
    margin: 14px 0 0 5px;
}
.quidco_premium p {
    font-size: 12px;
    margin-top: 3px;
}
.offer_change_icon img {
    width: 50px;
    height: 50px;
}
.offer_change_inner {
    position: relative;
}
.offer_change_date {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.offer_change_date img {
    max-width: 20px;
}
.historical_offer_change_date img {
    max-width: 20px;
}
.hide_field {
    display: none !important;
}
.movement_list {
    overflow: scroll;
    height: 1000px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;
}
.good_colour {
    color: #5cb85c;
}
.bad_colour {
    color: #d9534f;
}
.offer_change_inner {
    display: flex;
}
.offer_change_text {
    padding-left: 5px;
}
.historical_movement {
    height: 500px;
    overflow: scroll;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
.ai-summary {
    position: relative;
}
.ai_badge {
    position: absolute;
    right: 0;
    top: 0;
}