:root {
    --en-text-opacity: 1;
}
.inset-0 {
    right: 0;
    left: 0;
}
.inset-0, .inset-y-0 {
    top: 0;
    bottom: 0;
}
body {
    /* color: rgba(17, 24, 39, var(--en-text-opacity)); */
    color: rgba(107, 114, 128, var(--en-text-opacity));
}
.brand-img {
    width: 150px;
}
.en-navbar {
    padding: 0.75rem 0;
    background-color: #fff;
}
.en-navbar .navbar-toggler .bi {
    width: 2rem;
    fill: currentColor;
}
.en-navbar .navbar-nav-svg {
    width: 1rem;
    height: 1rem;
}
*, *:focus {
    outline: 0 !important;;
}
.capp-message .btn-close.close {
    background: transparent;
    opacity: 1;
    padding: 0.25em 0.25em;
}
.capp-message .btn-close.close:focus {
    box-shadow: none;
}
.en-navbar .navbar-nav .nav-link, .en-navbar .btn-link {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    color: rgba(17, 24, 39, var(--en-text-opacity));
}
.en-navbar .navbar-nav .nav-link:hover,
.en-navbar .navbar-nav .nav-link:focus,
.en-navbar .btn-link:hover,
.en-navbar .btn-link:focus {
    color: #000;
}
.text-green {
    --en-text-opacity: 1;

    color: rgba(16, 185, 129, var(--en-text-opacity));
}
.text-gray-900 {
    --en-text-opacity: 1;

    color: rgba(17, 24, 39, var(--en-text-opacity));
}
.grid-features svg {
    width: 1.5rem;
    height: 1.5rem;
}
.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-3 {
    grid-column: auto/span 3;
}
.grid .g-col-4 {
    grid-column: auto/span 4;
}
.grid .g-col-6 {
    grid-column: auto/span 6;
}
.grid .g-col-12 {
    grid-column: auto/span 12;
}
.btn-en-login {
    color: #fff;
    background-color: #00b742;
    border-color: #00b742;
}
.btn-en-login:hover {
    color: #fff;
    opacity: 90%;
}
.btn-en-register {
    font-weight: 600;
    color: #00b742;
    border-color: #00b742;
}
.btn-en-register:hover, .btn-en-register:active {
    color: #fff;
    background-color: #00b742;
    border-color: #00b742;
}
.text-en-primary {
    color: #00b742;
}
.btn-en-primary {
    font-weight: 600;
    color: #fff;
    background-color: rgba(0, 183, 66, 0.9);
    border-color: rgba(0, 183, 66, 0.9);
}
.btn-en-primary:hover, .btn-en-primary:active {
    color: #fff;
    background-color: #00b742;
    border-color: #00b742;
}
.btn-en-outline-primary {
    color: rgba(0, 183, 66, 0.9);
    border-color: rgba(0, 183, 66, 0.9);
    background-color: #fff;
}
.btn-en-outline-primary:hover {
    color: #fff;
    background-color: #00b742;
    border-color: #00b742;
}
.hero-notice {
    background-color: #d2f4ea;
}
.masthead-followup-icon {
    padding: 0.75rem;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
    border-radius: 0.75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.en-footer {
    background-image: url(../img/bg/bg_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
    padding-top: 32px;
}
.en-footer li,
.en-footer ol,
.en-footer ul {
    list-style: none;
}
.en-footer ol,
.en-footer ul {
    padding-left: 0;
}
.en-footer .contact-icon {
    height: 20px;
    width: 32px;
}
.en-footer li {
    margin: 16px 0;
}
.en-footer a {
    text-decoration: none;
    outline: none;
    color: inherit;
    cursor: pointer;
}
.en-footer a:hover {
    color: #ff7058;
}
.en-footer .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: left;
}
.en-formal {
    max-width: 65ch;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75rem;
    font-size: 1.125rem;
}
.en-formal h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 0.5rem;
    letter-spacing: -0.025em;
    color: rgba(17, 24, 39, var(--en-text-opacity));
    text-align: center;
}
.en-formal p {
    line-height: 2rem;
    font-size: 1.25rem;
}
.en-formal .en-formal-paragraph {
    margin-top: 2rem;
}
.en-formal h3 {
    --en-text-opacity: 1;

    color: rgba(107, 114, 128, var(--en-text-opacity));
    margin-top: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}
.en-formal h4 {
    --en-text-opacity: 1;

    color: rgba(107, 114, 128, var(--en-text-opacity));
    margin-top: 3rem;
    font-weight: 700;
}
.en-formal ul {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    list-style-type: disc;
}
.btn-primary {
    background: #00b742;
    border-color: #00b742;
    color: white;
}
.btn-primary:hover, .btn-primary:focus {
    background: rgba(0, 183, 66, 0.9);
    border-color: #00b742;
    color: #fff;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #00b742;
    border-color: #00b742;
    box-shadow: 0 0 0 0.25rem rgba(0, 183, 66, 0.5);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 183, 66, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    background: #00b742 !important;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03) !important;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.03) !important;
    color: #fff !important;
}
.btn-outline-primary {
    background: transparent;
    -webkit-box-shadow: 0 0 0 1px #00b742 inset;
    box-shadow: 0 0 0 1px #00b742 inset;
    color: #00b742;
    border-color: #00b742;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 1px #00b742 inset !important;
    box-shadow: 0 0 0 1px #00b742 inset !important;
    color: #00b742 !important;
    border-color: #00b742;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #00b742;
    -webkit-box-shadow: 0 2px 4px -1px rgb(0 0 0 / 15%), 0 4px 5px 0 rgb(0 0 0 / 10%), 0 1px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 15%), 0 4px 5px 0 rgb(0 0 0 / 10%), 0 1px 10px 0 rgb(0 0 0 / 6%);
    color: #fff;
    border-color: #00b742;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #00b742;
    border-color: #00b742;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 183, 66, 0.5);
}
.badge-primary {
    background: #00b742;
}
.bg-primary {
    background-color: #00b742 !important;
}
.text-primary {
    color: #00b742 !important;
}

@media (min-width: 576px) {

    .grid .g-col-sm-3 {
        grid-column: auto/span 3;
    }
    .grid .g-col-sm-4 {
        grid-column: auto/span 4;
    }
    .grid .g-col-sm-6 {
        grid-column: auto/span 6;
    }
    .grid .g-col-sm-12 {
        grid-column: auto/span 12;
    }
    .en-formal h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .hero-notice {
        border-radius: 5em !important;
    }
}

@media (min-width: 768px) {

    .grid .g-col-md-3 {
        grid-column: auto/span 3;
    }
    .grid .g-col-md-4 {
        grid-column: auto/span 4;
    }
    .grid .g-col-md-6 {
        grid-column: auto/span 6;
    }
    .grid .g-col-md-12 {
        grid-column: auto/span 12;
    }
}

@media (min-width: 992px) {

    .grid .g-col-lg-3 {
        grid-column: auto/span 3;
    }
    .grid .g-col-lg-4 {
        grid-column: auto/span 4;
    }
    .grid .g-col-lg-6 {
        grid-column: auto/span 6;
    }
    .grid .g-col-lg-12 {
        grid-column: auto/span 12;
    }
}
.dashbord-container {
    margin-bottom: 48px;
    line-height: 1.2;
}
.dashbord-container .welcome {
    background-image: url(../img/bg/bg_dashboard_welcome.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 450px;
    margin-bottom: 48px;
    color: #fff;
}
.dashbord-container .welcome .title {
    font-size: 60px;
    margin-top: 32px;
}
.dashbord-container .welcome .subtitle {
    font-size: 22px;
    margin-bottom: 2.5rem;
}
.dashbord-container .welcome .btn-login {
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    color: rgba(0, 183, 66, 1);
    padding: 0.75rem;
}
.dashbord-container .welcome .btn-login:hover {
    opacity: 0.9;
}

@media (max-width: 1024px) {

    .dashbord-container .welcome {
        background-image: url(../img/bg/bg_dashboard_welcome_mobile.png);
        margin-bottom: 24px;
    }
    .dashbord-container .welcome .title {
        font-size: 32px;
        margin-top: 8px;
    }
    .dashbord-container .welcome .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.dashbord-container .registration {
    margin-bottom: 48px;
}
.dashbord-container .registration .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dashbord-container .registration .left .title {
    font-size: 48px;
    font-weight: 600;
    color: rgba(0, 183, 66, 1);
    text-align: center;
}

@media (max-width: 1024px) {

    .dashbord-container .registration .left .title {
        font-size: 32px;
        text-align: center;
    }
}

@media (min-width: 769px ) {

    .dashbord-container .registration .left {
        font-size: 60px;
    }
}
.dashbord-container .registration .left .btn-getstarted {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 168px;
    background-color: rgba(0, 183, 66, 1);
    border-radius: 24px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 16px 0;
}
.dashbord-container .registration .left .subtitle {
    padding: 8px 0;
    font-size: 16px;
}
.dashbord-container .registration .left .subtitle .highlight {
    color: rgba(0, 183, 66, 1);
}
.dashbord-container .registration .img-register {
    max-width: 512px;
    width: 90%;
}
.dashbord-container .registration .card {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 20px;
    font-size: 14px;
    margin-top: 48px;
}
.dashbord-container .registration .card .form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dashbord-container .registration .card .form .title {
    font-size: 22px;
    line-height: 27px;
    color: #495057;
    margin-bottom: 20px;
}
.dashbord-container .registration .card .form .en-form-control .form-item label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #495057;
    margin-bottom: 8px;
}
.dashbord-container .registration .card .form .en-form-control .form-item .form-item__content {
    display: block;
    margin-bottom: 20px;
}
.dashbord-container .registration .card .form .en-form-control .form-item .form-item__content .input {
    width: 100%;
    border: 1px solid #dde2e5;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 10px;
    height: 40px;
}
.dashbord-container .registration .card .form .en-form-control .form-item .form-item__content .textarea {
    width: 100%;
    border: 1px solid #dde2e5;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
}
.dashbord-container .registration .card .form .btn-send {
    background: rgba(0, 183, 66, 1);
    border-radius: 5px;
    height: 40px;
    width: 182px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    border: none;
}
.dashbord-container .platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 183, 66, 1);
    backdrop-filter: blur(400px);
    padding-top: 48px;
    padding-bottom: 36px;
}
.dashbord-container .platform .title {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.dashbord-container .platform .subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 28px;
}
.dashbord-container .platform .device-list {
    display: flex;
    justify-content: space-between;
    background-image: url("../img/line.png");
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 80%;
}

@media (max-width: 1024px) {

    .dashbord-container .platform .device-list {
        flex-direction: column;
        background-image: none;
    }
}
.dashbord-container .platform .device-list .device {
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin-bottom: 36px;
}
.dashbord-container .platform .device-list .device .image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.dashbord-container .platform .device-list .device .image img {
    height: 278px;
}
.dashbord-container .platform .device-list .device .image.desktop img {
    height: 200px;
}
.dashbord-container .platform .device-list .device .caption {
    text-align: center;
    margin-top: 24px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}
.dashbord-container .platform .info {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-feature-settings: "salt" on, "liga" off;
    color: #fff;
    padding: 0 16px;
}
.dashbord-container .contact-us {
    width: 100%;
    margin-top: 48px;
}
.dashbord-container .contact-us .contact {
    display: flex;
    background: rgba(0, 183, 66, 1);
    border-radius: 16px;
    padding: 48px;
}
.dashbord-container .contact-us .contact .detail {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dashbord-container .contact-us .contact .detail span {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
}
.dashbord-container .contact-us .contact .detail a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    height: 40px;
    width: 182px;
    color: rgba(0, 183, 66, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 32px;
}
.dashbord-container .contact-us .contact img {
    height: 280px;
    margin: -48px 0;
}

@media (max-width: 1024px) {

    .dashbord-container .contact-us .contact img {
        display: none;
    }
}
.about-container {
    width: 100%;
    background-color: #fff;
    padding-top: 56px;
    padding-bottom: 84px;
}
.about-container > .container {
    margin: auto;
}
.about-container > .container .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {

    .about-container > .container .left {
        margin-bottom: 36px;
    }
}
.about-container .app-icon {
    width: 80%;
}
.feature-container {
    width: 100%;
    background-color: #fff;
    padding-top: 56px;
    padding-bottom: 84px;
}
.feature-container > .container {
    margin: auto;
}
.feature-container > .container .title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}
.feature-container > .container .feature-list {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}
.feature-container > .container .feature-list > div {
    padding: 8px;
}
.feature-container > .container .feature-list .feature {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    padding-top: 84px;
    margin-top: -84px;
}
.feature-container > .container .feature-list .feature .feature_title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}
.feature-container > .container .feature-list .feature .content {
    list-style: none;
    padding-left: 0;
    justify-content: center;
}
.feature-container > .container .feature-list .feature .content > div {
    padding: 8px;
}
.feature-container > .container .feature-list .feature .content .line {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    padding: 8px 16px;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
}
.feature-container > .container .feature-list .feature .content .line .icon {
    width: 50%;
    max-width: 256px;
    object-fit: fill;
}
.feature-container > .container .feature-list .feature .content .line .label {
    margin-top: 12px;
    font-weight: 600;
    font-size: 20px;
    color: #18191f;
    text-align: center;
}
.stokpedia-container > .container .title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 16px 0;
}
.stokpedia-container > .container .content {
    font-size: 18px;
    text-align: justify;
}
.stokpedia-container > .container .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 8px;
}
.stokpedia-container > .container .list .item .image {
    width: 180px;
}
.stokpedia-container > .container .list .item .title {
    text-align: center;
    color: rgba(0, 183, 66, 1);
    font-size: 20px;
}
.stokpedia-container > .container .list .item .content {
    text-align: center;
    font-size: 18px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
