@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    background-color: #f1f1f1;
}

#part0 {
    display: none;
    padding-top: 80px;
}
#part0.active {
    display: block;
}

.header {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.logo {
    width: auto;
    height: 39px;
    display: block;
    border: none;
}

.demo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 80px);
    gap: 40px;
}

.demo-item {
    background-color: #fff;
    padding: 30px 30px 40px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e6e6e6;
    width: 300px;
}

.demo-item h2 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 30px;
    color: #062A26;
}

.link-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0781C4;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 40px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.link-button:hover {
    background-color: #088fd7;
}

.link-button-green {
    cursor: pointer;
    color: #FFFFFF;
    font-family: arial;
    font-weight: 500;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.05em;
    border: none;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #137b58;
}
.link-button-green:hover {
    color: #000;
}

.white-block {
    max-width: 600px;
    background-color: #fff;
    margin: 30px auto;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    padding: 30px;
    display: none;
}

.white-block.active {
    display: block;
}

.part {
    display: none;
}

.part.active {
    display: block;
}

.emailer-container p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #062A26;
}

.emailer-container p strong {
    font-weight: 700;
}

.link-text {
    color: #0781C4;
    font-weight: 700;
    cursor: pointer;
}

.white-block.instruction-block {
    max-width: 800px;
}

.instruction-block p, .instruction-block ul li, .instruction-block ol li {
    color: #062A26;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.instruction-block ul, .instruction-block ol {
    margin: 0 0 30px 18px;
    padding: 0;
}

.instruction-block strong {
    font-weight: 700;
}

.dashboard-table {
    display: none;
}
.dashboard-table.active {
    display: block;
}

/* .dashboard-table table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
} */

.dashboard-table table tr th  {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #606F78;
    padding: 17px 25px;
    text-align: left;
    background: #cddee8;
}

/* .dashboard-table table tr th:first-child {
    border-radius: 10px 0 0 0;
}
.dashboard-table table tr th:last-child {
    border-radius: 0 10px 0 0;
} */

.dashboard-table table tr td {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    padding: 20px 25px;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
}

.dashboard-table table tr:last-child td {
    border-bottom: none;
}

.dashboard-table table tr td span {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 14px 5px 28px;
    background: #E7EEF2;
    position: relative;
    border-radius: 30px;
    display: inline-block;
}

.dashboard-table table tr td span::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #606F78;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.dashboard-table .completed {
    background: #D2FFF1;
}

.dashboard-table .completed::before {
    background: #00C371;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 -10px;
}
.part-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-color: #fff;
}

.part-tabs button {
    color: #062A26;
    background-color: #ddd;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

.part-tabs button.active {
    background-color: #EC0565;
    color: #fff;
}

#part4 {
    display: none;
    padding-top: 80px;
}
#part4.active {
    display: block;
}

#part4 .tabs {
    margin: 30px 0 20px;
    display: block;
    text-align: left;
}

#part4 .tabs .part-tabs {
    justify-content: flex-start;
}

.error-div {
    border: 1px solid #bb004e
}

.error-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    z-index: 999999;
    display: none;
}
#blk-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999998;
    display: none;
}

.hideblock {
    display: none;
    text-align: center;
}
.hideblock.active {
    display: block;
}

.footer {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #222;
    padding: 15px;
}

.footer a {
    color: #000;
}

.centered {min-height: calc(100vh - 45px);}

@media (max-width: 767px) {
    .demo-container {
        display: block;
        height: auto;
        padding-top: 100px;
    }
    .demo-item {
        width: calc(100% - 60px);
        margin: 0 30px 20px;
        box-sizing: border-box;
    }
    .white-block {
        margin: 20px 15px;
        padding: 20px;
        box-sizing: border-box;
        
    }
}