:root {
    --red: #c00000;
    --maroon: #962e37;
    --yellow: #ffd600;
    --darkblue: #003d6f;
    --font: #4e4e4e;
    --fontresult: #ff7a00;
    --hoverblue: #28abd3;
}

footer {
    display: none;
}

.header-mobile {
    display: none;
}

.popup-menu {
    display: none;
}

*,
body,
html {
    font-family: "Poppins", sans-serif;
    font-size: 11px;

    color: var(--font);

    margin: 0px;
    padding: 0px;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    background-color: #f7f7f7;
    color: var(--font);

    overflow-x: hidden;
}

header {
    display: flex;
    flex-direction: column;
    width: 100vw;
}

.header-utama-atas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    align-items: center;
    background-color: var(--maroon);
    padding: 5px 50px;
}

.tab {
    cursor: pointer;
}
/* .tabs .tab { */
/* cursor: pointer; */
/* user-select: none; Nonaktifkan pilihan teks */
/* -webkit-user-select: none; */
/* -ms-user-select: none; */
/* } */

.header-utama-atas > div {
    width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.header-utama-atas > div ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 5px;
}

.header-utama-atas > div p {
    color: white;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;

    cursor: pointer;
}

.header-utama-atas > div ul p {
    color: white;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;
    letter-spacing: 1px;
    cursor: pointer;
}

.header-utama-atas > div ul i {
    color: white;
}

/*  */

.header-utama-bawah {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    align-items: center;
    background-color: var(--red);
    padding: 20px 50px;
}

.header-utama-bawah > div {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.header-utama-bawah > div img {
    width: 135px;
    height: auto;
    object-fit: cover;
    object-position: center center;
}

/* General container styling */
.search-container {
    display: flex;
    align-items: center;
    width: 500px;

    background: white;
    border-radius: 100px;
    padding-right: 10px;
}

/* Input styling */
.search-input {
    flex: 1;
    border: none;
    outline: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: white;
}

/* Button styling */
.search-button {
    width: 30px;
    height: 30px;
    background-color: lightgray; /* Lingkaran abu-abu */
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Remove outline on button click */
.search-button:focus {
    outline: none;
}

.menu-header {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.menu-header li {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.menu-header li .img-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.menu-header li p {
    color: white;
    cursor: pointer;
}

.header-menu-akun {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: white;
    gap: 10px;
}

.header-menu-akun p {
    color: var(--maroon);
}

/*  */

.header-menu-akun {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
    border-radius: 100px;
    background-color: white;
    gap: 10px;

    cursor: pointer;
}

.header-menu-akun p {
    color: var(--maroon);
}

.header-utama-atas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    align-items: center;
    background-color: var(--maroon);
    padding: 5px 50px;
}

.header-utama-atas > div {
    width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.header-utama-atas > div ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    gap: 5px;
}

.header-utama-atas > div p {
    color: white;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;

    cursor: pointer;
}

.header-utama-atas > div ul p {
    color: white;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: 1px;
    letter-spacing: 1px;
    cursor: pointer;
}

.header-utama-atas > div ul i {
    color: white;
}

/*  */

.header-utama-bawah {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    align-items: center;
    background-color: var(--red);
    padding: 20px 50px;

    position: relative;
}

.submenu {
    position: absolute;
    right: 85px;
    top: 60px;

    background-color: white;
    padding: 10px;
    border-radius: 10px;
    min-width: min-content;
    z-index: 100000000000;

    display: none;

    -webkit-box-shadow: 0px 0px 23px -8px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 23px -8px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 23px -8px rgba(66, 68, 90, 1);
}

.submenu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.submenu ul li {
    cursor: pointer;
}

.submenu ul li:hover {
    color: var(--red);
}

.submenu ul li button {
    padding: 2px 20px;
    background-color: var(--red);
    border-radius: 3px;
    border: transparent;
    color: white;
    letter-spacing: 1px;
    cursor: pointer;
}

.submenu ul li button:active {
    background: var(--maroon);
}

.header-utama-bawah > div {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.header-utama-bawah > div img {
    width: 135px;
    height: auto;
    object-fit: cover;
    object-position: center center;
}

/*** tambahan 

/** By Kecuk | avatar login */
.img-avatar {
    width: 26px !important;
    border-radius: 33px;
    height: 25px !important;
}
