:root {
    --neutral-01: #1A1C1D;
    --neutral-02: #7A7D8C;
    --neutral-03: #FFF;
    --neutral-04: #42475D;
    --neutral-05: #27292C;
    --neutral-06: #F2F2F2;
    --secondary-01: #402FBB;
    --primary-01: #556FE7;
    --primary-04: #BBADDD;
}

html {
    font-size: 20px;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--neutral-01);
    color: var(--neutral-02);
    font-family: Nunito;
}

a {
    transition: .2s;
}

a:hover,
a:focus {
    color: var(--primary-01);
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row>* {
    padding-left: 10px;
    padding-right: 10px
}

.header-section {
    padding: 24px 0;
    margin-bottom: 8px;
}

.header_nav li {
    display: block;
}

.header_nav a {
    text-decoration: none;
    color: var(--neutral-02);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.header_nav a:hover {
    color: var(--primary-01);
}

.watch-card {
    padding: 24px;
    border-radius: 12px;
    background-color: var(--neutral-05);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03), -1px 0px 20px 0px rgba(0, 0, 0, 0.06), 0px -1px 20px 0px rgba(0, 0, 0, 0.06), 1px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.watch-card {
    width: 100%;
}

.watch-card .title {
    color: var(--neutral-03);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.watch-card a {
    color: var(--neutral-03);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
}

.advanced-features {
    display: flex;
    gap: 2px;
}

.advanced-features svg {
    transition: .2s;
}

.advanced-features:not(.active) svg {
    transform: rotate(-90deg);
}

.watch-card label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--neutral-06);
    background-color: var(--neutral-05);
    padding: 0 4px;
}

.watch-card input {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--neutral-04);
    color: var(--neutral-06);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
}

.watch-card input:focus {
    background-color: transparent;
    color: var(--neutral-02);
    border: 1px solid var(--primary-01);
}

.btn-outline-watch-card {
    color: var(--neutral-06);
    border-radius: 12px;
    border: 1px solid var(--neutral-04);
}

.advanced-content {
    display: none;
}

.advanced-content-title {
    color: var(--neutral-03);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.advanced-content-subtitle {
    color: var(--neutral-03);
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}

.advanced-content .remove-request {
    right: 2px;
}

.advanced-content .add-request {
    color: var(--primary-01);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}

.advanced-content .add-request a {
    color: var(--primary-01);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.advanced-content .remove-response {
    right: 2px;
}

.advanced-content .add-response {
    color: var(--primary-01);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}

.advanced-content .add-response a {
    color: var(--primary-01);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.watch-card .watch-button {
    background-color: #3F4248;
    width: 100%;
    margin: auto;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #CFCFCF;
}

@media (max-width: 768px) {
    .watch-card .watch-button {
        width: 100%;
    }
}

#origin-referer-input-box .submit-button {
    width: 100%;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 0px;
    font-size: 16px;
    font-weight: 700;
    color: var(--neutral-02);
}

.section-title h3 {
    color: var(--neutral-03);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.section-title h4 {
    color: var(--neutral-03);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.section-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section-title li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section-title .info-item {
    color: var(--neutral-03);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.section-title .checkmark-done img {
    display: inline;
    padding: 8px;
    border-radius: 50%;
    background-color: var(--primary-01);
}

.info-card {
    padding: 16px;
    border-radius: 12px;
    background-color: var(--neutral-05);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.01), -1px 0px 20px 0px rgba(0, 0, 0, 0.01), 0px -1px 20px 0px rgba(0, 0, 0, 0.01), 1px 0px 20px 0px rgba(0, 0, 0, 0.01);
}

.info-card .logo {
    font-size: 28px;
    color: var(--primary-01);
}

.info-card .title {
    color: var(--neutral-03);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
}

.info-card .description {
    color: var(--neutral-02);
    font-size: 14px;
    line-height: 24px;
    display: block;
}

.section-feature {
    background: url('/images/adv-banner.png') no-repeat center center;
    background-size: cover;
    height: 720px;
}

.review-img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .review-img img {
        max-width: 95%;
    }
}

.review-title h3 {
    color: var(--neutral-01);
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.review-title .name {
    color: var(--primary-01);
}

.review-title .quotes {
    margin-top: 16px;
}

@media (max-width: 1199px) {
    .review-title h3 {
        text-align: center;
    }
    .review-title p {
        text-align: center;
    }
    .review-title .quotes {
        margin-left: 24px;
    }
}

.label-suggest {
    font-size: 12px;
    color: var(--neutral-03);
}

.review-title p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: var(--neutral-01);
}

.recommend-button-container {
    position: relative;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.recommend-button {
    background-color: transparent;
    border: 1px solid var(--neutral-04);
    color: #858895;
    font-size: 14px;
    line-height: 24px;
    border-radius: 8px;
    padding: 6px 8px;
}

.recommend-button-active {
    background-color: #402FBB;
    border: 1px solid #402FBB;
    color: #F6F4FF;
}

.close-recommend-button {
    z-index: 99;
    position: absolute;
    top: -10px;
    right: -10px;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}