* {
    margin: 0;
    padding: 0;
    font-display: optional;
    font-family: "Google Sans", sans-serif;
    text-decoration: none !important;
}

body {
    margin: 0 auto;
    width: 600px;
    height: auto;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    overflow-x: hidden !important;
}

header {
    padding: 15px;
    box-sizing: border-box;
}

.header_top {
    display: flex;
    align-items: center;
}

.header_top_item > button {
    background-color: #0b57d0;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    color: white;
    text-align: center;
    width: 70px;
    height: 35px;
    border-radius: 15px;
    border: 0px;
}

.header_top_item {
    width: 33%;
}

.header_center {
    margin-top: 10px;
    display: flex;
    border-radius: 25px;
    height: 44px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(60, 64, 67, 0.25);
}

.header_center_left {
    background: transparent;
    border: none;
    padding: 0 12px;
}
.header_center_center {
    flex: 1;
    display: flex;
    padding: calc(1 * 10px) 0;
}
.header_center_center > input {
    width: 100%;
    outline: none;
    border: 0px;
    font-size: 14px;
}

.header_center_right {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    margin-right: 0;
}

.header_center_right > button {
    background: transparent;
    border: none;
    padding: 0 12px;
}

.navbar {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge cũ */
}

.navbar_list {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
}

.navbar_item {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    color: #828282;
    font-size: 14px;
    text-wrap-mode: nowrap;
    font-weight: 500;
}

.navbar_list_active {
    color: #383838;
    font-weight: 500;
    border-bottom: 2px solid #383838;
}
.ads {
    padding: 15px;
    box-sizing: border-box;
}

.ads_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #202124;
}

.ads_cart_top {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
}

.ads_cart_top_icon > span {
    height: 26px;
    width: 26px;
    min-width: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e5edff;
    background-color: #e5edff;
}

/* QUAN TRỌNG */
.ads_cart_top_center {
    flex: 1;
    min-width: 0;
}

.ads_cart_top_center_top {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #1f1f1f;
}

.ads_cart_top_center_bottom {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #3c4043;
}

/* icon bên phải */
.ads_cart_top > span {
    min-width: 18px;
}

.ads_cart > h1 {
    line-height: 26px;
    font-family:
        Google Sans,
        Helvetica Neue,
        sans-serif;
    color: #1558d6;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 10px;
}

.ads_cart > h5 {
    font-family:
        Helvetica Neue,
        sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #545454;
}

.ads_cart_link {
    font-family:
        Google Sans,
        Helvetica Neue,
        sans-serif !important;
    font-weight: 400;
    padding: calc(16px * 1) 0;
    line-height: 26px !important;
    font-size: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ads_cart_link_div {
    font-weight: 400;
    font-size: 18px;
    color: #1f1f1f;
}

.ads_cart_button {
    display: flex;
    font-size: 14px;
    font-family:
        Google Sans,
        Helvetica Neue,
        sans-serif;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    outline: 1px solid transparent;
    font-weight: 500;
    min-height: 44px;
    box-sizing: border-box;
    border-radius: 22px;
    background: #f1f3f4;
    outline: none;
    border: 0px;
    width: 100%;
}

.ads_cart_button > span {
    transform: rotate(180deg);
}

.footer {
    padding: 16px 10px 28px 10px;
    color: #545454;
    background-color: #e8eaed;
}
.footer_title {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.footer_title_span {
    margin: -3px 5px 0 1px;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 10px;
    background: #4285f4;
}
@media only screen and (max-width: 999px) {
    body {
        width: 100% !important;
    }
}
