ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

.content-wrapper {
    background-color: #e4e4e4;
    padding-top: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 52px);
}

/* header */
.header-content {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 999;
    width: 100%;
    color: white;
}

/* .main-content {
    margin: 0 auto;
} */

.top-header-wrapper {
    background-color: #1b2a39;
}

.top-header-content {
    max-width: 1095px;
    margin: 0 auto;
    padding: 6px 0;
    justify-content: space-between;
    font-size: 14px;
    display: none;
}

.top-header-content ul {
    display: flex;
}

.top-header-content a {
    color: white;
    margin-right: 20px;
}

.top-header-content a.top-header-add {
    font-size: 10px;
    margin-left: 5px;
    color: #959595;
    margin-right: 0px;
}

.top-header-content a:hover {
    color: #ed8228;
    text-decoration: none;
}

.bottom-header-wrapper {
    background-color: #24364b;
}

.bottom-header-wrapper .bottom-header-content {
    max-width: 1095px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    height: 50px;
    padding: 0 10px;
}

.bottom-header-content .logo {
    width: 170px;
    height: 26px;
}

.bottom-header-content .searchbar-content {
    display: none;
}

.searchbar-content .explore-btn {
    background-color: #445977;
    border-radius: 4px;
    width: 96px;
    height: 36px;
    margin-right: 10px;
    cursor: pointer;
    border: none;
    color: inherit;
}

.searchbar-content .explore-btn:hover {
    background-color: #435160;
}

.searchbar-content .searchbox-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
}

.searchbox-wrapper .searchbox {
    border: none;
    padding: 8px 12px;
    color: #898989;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    width: 240px;
    height: 20px;
    padding-right: 40px;
}

.searchbox-wrapper .searchbox:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

.searchbox-wrapper .search-icon-btn {
    z-index: 10;
    height: 100%;
    line-height: 1.375;
    font-weight: 400;
    text-align: center;
    position: absolute;
    background-color: transparent;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    width: 32px;
    padding: 8px 12px 8px 0;
    right: 0;
    color: rgb(212 212 212);
}

.searchbox-wrapper .search-icon-btn:hover {
    color: #24364b;
}

.bottom-header-content .login-btns-wrapper {
    display: none;
    align-items: center;
}

.login-btns-wrapper .login-btn {
    color: #ed8228;
    margin-right: 20px;
    cursor: pointer;
}

.login-btns-wrapper .login-btn:hover {
    color: white;
    text-decoration: underline;
}

.login-btns-wrapper .register-btn {
    color: white;
    cursor: pointer;
}

.login-btns-wrapper .register-btn:hover {
    text-decoration: underline;
}

/* footer */
.footer-top {
    background-color: #24364b;
}

.footer-top .footer-top-wrapper {
    margin: 0 auto;
    max-width: 1095px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer-top-wrapper .footer-top-left {
    display: flex;
    margin-bottom: 20px;
}

.footer-top-left .footer-top-left-left-block {
    padding-right: 28px;
    border-right: 1px solid #384655;
    flex-grow: 1;
}

.footer-top-left h6 {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
    color: white;
}

.footer-top-left ul li a {
    font-size: 12px;
    color: #1c83db;
    line-height: 24px;
    text-decoration: none;
}

.footer-top-left ul li a:hover {
    color: #ed8228;
}

.footer-top-left .footer-top-left-right-block {
    margin-left: 32px;
    height: fit-content;
    flex-grow: 1;
}

.footer-top-wrapper .footer-top-right {
    margin-bottom: 4px;
}

.footer-top-right h3 {
    font-size: 24px;
    color: #ed8228;
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid #384655;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}

.footer-top-right .sm-statistic-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

.sm-statistic-content .statistic-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sm-statistic-content .content-space {
    margin-right: 0;
    margin-bottom: 12px;
}

.statistic-wrapper .statistic-numeric {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 2px;
}

.statistic-wrapper .statistic-numeric i {
    font-size: 20px;
    color: #ed8228;
    margin-right: 12px;
}

.statistic-wrapper .statistic-title {
    color: #ed8228;
    font-size: 14px;
    margin-top: -5px;
}

.footer-bottom {
    background-color: #1b2a39;
}

.footer-bottom .footer-bottom-wrapper {
    padding: 16px 24px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    max-width: 1095px;
}

.footer-bottom-wrapper .copy-right-content {
    font-size: 10px;
    overflow-wrap: normal;
    word-break: normal;
    color: #a1a1a1;
    margin-bottom: 12px;
}

.copy-right-content p {
    margin-bottom: 4px;
    overflow-wrap: normal;
    word-break: normal;
}

.copy-right-content a {
    text-decoration: underline;
    overflow-wrap: normal;
    word-break: normal;
    color: #1c83db;
}

/* responsive */
@media only screen and (min-width: 640px) {
    .bottom-header-wrapper .bottom-header-content {
        padding: 0;
    }

    .footer-top-right .sm-statistic-content {
        flex-direction: row;
        margin: 0;
    }

    .sm-statistic-content .content-space {
        margin-bottom: 0;
        margin-right: 12px;
    }

    .footer-bottom .footer-bottom-wrapper {
        flex-direction: row;
    }

    .footer-bottom-wrapper .copy-right-content {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .content-wrapper {
        padding-top: 112px;
        min-height: calc(100vh - 112px);
    }

    .top-header-content {
        display: flex;
    }

    .bottom-header-wrapper .bottom-header-content {
        height: 70px;
    }

    .bottom-header-content .logo {
        width: 190px;
        height: 30px;
    }

    .bottom-header-content .searchbar-content {
        display: flex;
    }

    .bottom-header-content .login-btns-wrapper {
        display: flex;
    }
}

@media only screen and (min-width: 1024px) {
    .searchbox-wrapper .searchbox {
        width: 300px;
    }

    .footer-top .footer-top-wrapper {
        min-width: 1024px;
        flex-direction: row;
    }

    .footer-top-wrapper .footer-top-left {
        margin: 0;
    }

    .footer-top-left .footer-top-left-right-block {
        padding-right: 28px;
        border-right: 1px solid #384655;
    }

    .footer-top-wrapper .footer-top-right {
        padding-right: 40px;
    }

    .footer-top-right .sm-statistic-content {
        justify-content: flex-start;
    }

    .footer-bottom .footer-bottom-wrapper {
        min-width: 1024px;
    }
}

@media only screen and (min-width: 1280) {
    .searchbox-wrapper .searchbox {
        width: 400px;
    }
}