body {
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, small, input, textarea, label, div, li, th, td {
    font-family: 'Poppins';
}

.o_snippet_desktop_invisible {
    display: none;
}

.brand_new_container > .row {
    margin-top: 20px;
}

.name-header {
    border-bottom: 1.5px solid #E6E6E6;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 8px;
}

.name-header h4 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.new-card-register {
    margin: 100px auto;
    width: 422px;
    height: 400px;
    background-image: url('/10dlc/static/src/img/background-home.png');
    display: flex;
    flex-direction: column;
}

.new-card-body {
    padding: 24px;
    height: 328px;
}

.new-card-footer {
    display: flex;
    justify-content: end;
    padding: 16px 22px;
    height: 72px;
    border-top: 1px solid rgba(216, 216, 216, 1);
}

.new-card .icon {
    margin-bottom: 30px;
}

.new-card .card-title {
    font-size: 24px;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.new-card .card-subtitle {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.new-card .card-information {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 6px;
}

.new-card .card-badge {
    margin-top: 20px;
}

.new-card .badge {
    font-size: 14px;
    font-weight: 500;
    margin-right: 9px;
    border-radius: 6px;
    padding: 5px 12px;
}

.new-card .btn-home {
    padding: 8px 50px;
    font-size: 16px;
    font-weight: 500;
}

.home-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 110px;
}

.new-card-home {
    width: 380px;
    height: 400px;
    /* background-image: url('/10dlc/static/src/img/background-home-1.png'); */
    display: flex;
    flex-direction: column;
    background: rgba(252, 252, 252, 1);
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 12px;
}

.new-card-home:hover {
    border: 2px solid rgba(91, 190, 164, 1);
}

.btn-back {
    background: #F0F0F0;
    border-color: #F0F0F0;
    color: #212482;
}

.btn-skip {
    background: none;
    color: #212482;
}

.btn-next, .btn-home {
    background: #212482;
    border-color: #212482;
    color: #FCFCFC;
}

.btn-next-outline {
    border: 1px solid #212482;
    color: #212482;
    background: none;
    width: 100%;
    padding: 12px;
    margin-top: 250px;
}

.btn-next-outline:hover {
    border: 1px solid #212482;
    color: #212482;
    background: none;
}

.btn-back, .btn-next, .btn-skip {
    border-radius: 8px;
    padding: 12px 60px;
}

.bg-light-purple {
    background: rgba(121, 103, 193, 0.15);
    border: 1px solid rgba(121, 103, 193, 0.18);
}

.bg-light-blue {
    background: rgba(35, 129, 222, 0.15);
}

.bg-light-green {
    background: rgba(91, 190, 164, 0.15);
    border: 1px solid rgba(91, 190, 164, 0.18);
}

.bg-light-yellow {
    background: rgba(219, 125, 10, 0.15);
    border: 1px solid rgba(219, 125, 10, 0.18);
}

.bg-light-red {
    background: rgba(178, 35, 52, 0.15);
    border: 1px solid rgba(178, 35, 52, 0.18);
}

.text-purple {
    color: #7967C1;
}

.text-blue {
    color: #2381DE;
}

.text-green {
    color: #4FA68F;
}

.text-yellow {
    color: rgba(219, 125, 10, 1);
}

.text-red {
    color: rgba(178, 35, 52, 1);
}

.sidebar {
    background: linear-gradient(187.05deg, rgba(91, 190, 164, 0.12) 5.01%, rgba(121, 103, 193, 0.12) 54.3%, rgba(53, 118, 167, 0.12) 101.65%);
    padding: 30px;
    border-radius: 8px;
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar h5 {
    font-weight: 500;
    margin-bottom: 48px;
}

.step-header {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #212529;
}

.step-icon {
    font-size: 24px;
    color: #4f8a8b;
    margin-right: 15px;
}

.step-title {
    font-weight: 500;
    font-size: 18px;
}

.step-description {
    margin-left: 19px;
    padding-left: 33px;
    padding-bottom: 32px;
}

.step-description span, .step-description p {
    font-size: 15px;
    font-weight: 400;
}

.sidebar-footer {
    margin-top: 100px;
}

.sidebar-footer .progress-bar {
    background: #5BBEA4 !important;
}

.sidebar-footer .progress {
    margin-top: 10px;
}

.sidebar-footer .progress, .sidebar-footer .progress-bar {
    height: 6px !important;
}

.sidebar-step .left-border {
    border-left: 1px solid #E6E6E6;
}

.text-grey, .text-grey .step-title, .text-grey span {
    color: #737373;
}

.form-header {
    border-bottom: 1px solid #E6E6E6;
    padding: 8px 28px 28px 28px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-header h4 {
    margin-bottom: 0;
    line-height: 36px;
    font-size: 24px;
    font-weight: 500;
}

.form-main {
    padding: 40px 10%;
}

.form-footer {
    margin-top: 72px;
}

.form-label {
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 15px;
}

.alert h5 {
    font-size: 15px;
    font-weight: 500;
}

.alert small {
    font-size: 15px;
    font-weight: 400;
}

.alert-info {
    background: rgba(16, 53, 166, 0.1);
    border: 1px solid rgba(16, 53, 166, 0.2);
    border-radius: 8px;
    color: rgba(16, 53, 166, 1);
}

.alert-success {
    background: rgba(8, 107, 5, 0.1);
    color: rgba(8, 107, 5, 1);
    border: 1px solid rgba(8, 107, 5, 0.2);
    border-radius: 8px;
}

.alert-success i {
    font-size: 1.2rem;
    color: rgba(8, 107, 5, 1);
}

.alert-danger {
    background-color: rgba(200, 16, 46, 0.1);
    color: rgba(200, 16, 46, 1);
    border: 1px solid rgba(200, 16, 46, 0.2);
    border-radius: 8px;
}

.alert-danger i {
    font-size: 1.2rem;
    color: rgba(200, 16, 46, 1);
}

.alert-warning {
    background: rgba(240, 141, 29, 0.1);
    color: rgba(205, 120, 24, 1);
    border: 1px solid rgba(234, 130, 11, 0.2);
    border-radius: 8px;
}

.summary-main {
    padding: 0 44px;
}

.summary-header {
    border-bottom: 1px solid #E6E6E6;
    padding: 27px;
}

.summary-header h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.summary-info {
    margin-top: 28px;
}

.summary-info .alert, .website-alert {
    display: flex;
    gap: 16px;
    padding: 12px;
    margin-bottom: 0;
}

.summary-info h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.summary-info small {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.summary-body {
    padding: 24px 98px;
}

.summary-footer {
    margin-top: 120px;
    margin-bottom: 50px;
}

.brand_new_container input:not([type="radio"]):not([type="checkbox"]):not([type="tel"]), .brand_new_container textarea, .brand_new_container select {
    padding: 12px 20px;
}

.brand_new_container input, .brand_new_container textarea, .brand_new_container select {
    font-size: 16px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-icon {
    width: 22px;
    height: 22px;
}

.tooltip-content {
    visibility: hidden;
    width: 250px;
    background-color: #f0f0f0;
    color: #333;
    text-align: left;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 14px;
}

.tooltip-container:hover .tooltip-content {
    visibility: visible;
}

.tooltip-content::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 117px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #f0f0f0 transparent;
}

.tooltip-content h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.tooltip-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.tooltip-content-copy {
    visibility: hidden;
    width: 76px;
    background: rgba(235, 235, 235, 1);
    color: rgba(100, 100, 100, 1);
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 14px;
}

.tooltip-container:hover .tooltip-content-copy {
    visibility: visible;
}

.tooltip-content-copy::after {
    content: "";
    position: absolute;
    top: 37px;
    left: 30px;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(235, 235, 235, 1) transparent transparent transparent;
}

.opt-in-form-tooltip-content {
    width: 479px;
    left: -70px;
}

.opt-in-form-tooltip-content::before {
    left: 313px;
}

.copied {
    background: #212482 !important;
    color: #FCFCFC !important;
}

.copied::after {
    content: "";
    position: absolute;
    top: 37px;
    left: 30px;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(33, 36, 130, 1) transparent transparent transparent;
}

.tooltip-content-copy p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.form-field-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-16 {
    margin-bottom: 16px;
}

.validation-progress h4 {
    font-size: 20px;
    font-weight: 500;
}

.validation-progress small {
    font-size: 15px;
    font-weight: 400;
}

.website-validation-failed, .website-validation-success, .website-validation-quickcomply {
    display: none;
}

.todo-list-item .success {
    background: rgba(91, 190, 164, 0.04);
    border: 1px solid rgba(91, 190, 164, 1);
}

.iti {
    width: 100%;
}

.iti .form-control-lg {
    height: 50px;
}

.btn-copy {
    background: rgba(33, 36, 130, 0.5);
    padding: 11px 20px;
    border-radius: 10px;
}

.btn-copy:hover {
    background: rgba(33, 36, 130, 1);
}

.btn-copy:disabled {
    background: rgba(33, 36, 130, 0.5);
}

.post-main {
    padding: 70px 140px;
}

.post-title-1 {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
}

.post-title-2 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.post-title-list {
    padding: 20px 0 5px 40px;
    list-style: disc;
}

.post-title-list li {
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 400;
}

.post-title-list li span {
    font-weight: 500;
}

.post-footer {
    margin-top: 72px;
    display: flex;
    justify-content: space-between;
}

.informative-container {
    padding: 0 20px;
}

.informative-header, .profile-header {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 28px 40px;
    border-bottom: 1.5px solid rgba(230, 230, 230, 1);
}

.informative-header a, .profile-header a {
    color: rgba(0, 0, 0, 1);
}

.informative-header h4, .profile-header h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.informative-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.informative-content {
    max-width: 800px;
    margin-bottom: 88px;
}

.informative-section {
    margin-bottom: 32px;
}

.informative-section h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 4px;
}

.informative-section p, .informative-section i {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.informative-section ol {
    padding-left: 20px;
    font-weight: 600;
}

.informative-section li {
    margin-top: 4px;
}

.informative-section h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
}

.informative-list > li {
    margin-top: 16px;
}

.informative-list ul {
    list-style: disc;
    padding-left: 20px;
}

.informative-list ul li::marker {
    color: rgba(91, 190, 164, 1);
    font-size: 16px;
}

.informative-list ol {
    list-style: none;
}

.informative-list ol {
    list-style: none;
    padding-left: 0;
}

.informative-list ol ul {
    padding-left: 35px;
}

.informative-action {
    width: 800px;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.informative-action-section {
    display: flex;
    gap: 32px;
}

.learn-more-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: rgba(33, 36, 130, 1);
}

.learn-more-link:hover {
    text-decoration: none;
    color: rgba(33, 36, 130, 1);
}

.todo-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.todo-list-item .icon-container {
    margin-right: 22px;
}

.todo-list-item .icon-container img {
    width: 40px;
}

.todo-list-card {
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    background: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}

.todo-list-card .learn-more {
    min-width: 125px;
}

.todo-list-card h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 8px;
}

.todo-list-card p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.todo-list-card a {
    color: rgba(33, 36, 130, 1);
    background: rgba(240, 240, 240, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 4px 21px;
}

.todo-list-card a:hover {
    color: rgba(33, 36, 130, 1);
    background: rgba(240, 240, 240, 1);
}

.todo-list-card-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.todo-list-card-date i {
    font-size: 16px;
    color: rgba(121, 103, 193, 1);
}

.todo-list-card-date span {
    font-size: 14px;
    color: rgba(121, 103, 193, 1);
}

.font-weight-500 {
    font-weight: 500 !important;
}

.script-paragraph {
    border-left: 4px solid rgba(91, 190, 164, 1);
    margin-left: 14px;
    padding-left: 18px;
}

.chat-body {
    padding: 0 4%;
}

.code-snippet-instructions h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 4px;
}

.code-snippet-instructions h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.code-snippet-instructions h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
}

.code-snippet-instructions p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.code-snippet-instructions ul {
    list-style: disc;
    padding-left: 20px;
}

.code-snippet-instructions ul li::marker {
    color: rgba(91, 190, 164, 1);
    font-size: 16px;
}

.code-snippet-instructions-section {
    margin-bottom: 40px;
}

.auth-container {
    width: 100%;
    min-height: calc(100vh - 80px);
    display: flex;
}

.auth-form {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 20px 10%;
    justify-content: center;
}

.auth-form .auth-header {
    margin-bottom: 32px;
    text-align: center;
}

.auth-header img {
    width: 300px;
    margin-bottom: 30px;
}

.auth-header h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 4px;
}

.auth-header p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.btn-auth {
    background: #212482 !important;
}

.auth-background {
    width: 50%;
    background: linear-gradient(187.05deg, rgba(91, 190, 164, 0.37) 5.01%, rgba(121, 103, 193, 0.37) 54.3%, rgba(53, 118, 167, 0.37) 101.65%);
}

.form-check-input[type=checkbox] {
    border-color: #000000;
}

.oe_signup_form  {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
}

.oe_login_form {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
}

.todolist-sidebar {
    justify-content: flex-start !important;
}

.todolist-sidebar h5 {
    margin-bottom: 96px !important;
}

.acknowledge-text {
    margin-right: 72px;
}

.informative-screenshot {
    padding: 0px 85px;
}

.btn-code-snippet {
    padding: 12px 50px;
}

.codesnippet-header {
    margin-right: 72px;
}

.confirmation-header {
    display: flex;
    gap: 8px;
    align-items: center;
}

.brand_new_reset_password_form {
    max-width: 480px !important;
    margin: 0 auto !important;
}

.new-auth-form {
    width: 100% !important;
}

/* Landing page CSS */
.landing-1 {
    display: flex;
}

.landing-1-intro {
    background: linear-gradient(187.05deg, rgba(91, 190, 164, 0.08) 5.01%, rgba(121, 103, 193, 0.08) 54.3%, rgba(53, 118, 167, 0.08) 101.65%);
    padding: 120px 56px 90px 56px;
    width: 50%;
    border-radius: 32px;
}

.landing-1-intro-text {
    margin-bottom: 250px;
}

.landing-1-intro h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 8px;
}

.landing-1-intro p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;    
}

.landing-1-intro-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.landing-badge {
    display: flex;
    gap: 6px;
    align-items: center;
    background: #EDF7FF;
    border: 1px solid #F0F0F0;
    box-shadow: 6px 4px 6px 0px #0000000F;
    padding: 4px 12px;
    border-radius: 100px;
}

.landing-badge img {
    width: 22px;
    height: 22px;
}

.landing-badge span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.landing-1-signin {
    width: 50%;
}

.landing-1-signin form {
    height: 100%;
}

.landing-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.landing-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 72px;
}

.landing-title small {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}

.landing-title h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 10px;
    text-align: center;
}

.landing-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
    max-width: 660px;
    text-align: center;
}

.landing-cards {
    display: flex;
    gap: 30px;
    margin-bottom: 80px;
}

.landing-card {
    display: flex;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    max-width: 350px;
}

.landing-card img {
    width: 54px;
    height: 54px;
}

.landing-card-text h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.landing-card-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.background-1 {
    background: rgba(91, 190, 164, 0.2);
}

.background-2 {
    background: rgba(121, 103, 193, 0.2);
}

.background-3 {
    background: rgba(53, 118, 167, 0.2);
}

.landing-screenshot {
    width: 100%;
    padding: 0 60px;
}

.landing-screenshot img {
    width: 100%;
}

.landing-3 {
    width: 100%;
    background: rgba(228, 225, 243, 0.3);
    border-radius: 48px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.landing-3-body {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
}

.landing-steps {
    width: 50%;
    max-width: 520px;
}

.landing-step-title {
    display: flex;
    gap: 20px;
}

.landing-step-title img {
    width: 48px;
    height: 48px;
}

.landing-step-title h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 4px;
}

.landing-step-description {
    padding-left: 44px;
    margin-left: 24px;
}

.landing-step:not(:last-child) .landing-step-description {
    border-left: 2px dashed rgba(91, 190, 164, 1);
    padding-bottom: 44px;
}

.landing-step-description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.landing-3-video {
    width: 50%;
    max-width: 520px;
    border-radius: 24px;
    background: rgba(217, 217, 217, 0.5);
}

.landing-3-video img {
    width: 100%;
    border-radius: 24px;
}

.landing-4 {
    padding-top: 140px;
    padding-bottom: 160px;
    padding-left: 20px;
    padding-right: 20px;
}

.landing-4-1 {
    margin-top: 100px;
    display: flex;
    gap: 28px;
    justify-content: center;
}

.landing-4-1 img {
    width: 100%;
}

.landing-tos {
    width: 50%;
    max-width: 600px;
    text-align: center;
}

.landing-codesnippet {
    width: 50%;
    max-width: 600px;
}

.landing-4-2 {
    display: flex;
    gap: 86px;
    align-items: center;
    justify-content: center;
    margin-top: 140px;
}

.landing-4-concept {
    width: 50%;
    max-width: 504px;
}

.landing-4-concept h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.landing-4-concept p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.landing-concept-item {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 28px;
    margin-left: 12px;
}

.landing-concept-item img {
    width: 28px;
    height: 28px;
}

.landing-concept-item span {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.landing-4-img {
    width: 50%;
    max-width: 520px;
}

.landing-4-3 {
    display: flex;
    gap: 86px;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
}

.landing-4-img img {
    width: 100%;
}

.landing-5 {
    display: flex;
    padding-bottom: 200px;
    justify-content: center;
    gap: 120px;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-header {
    width: 50%;
    max-width: 430px;
}

.faq-header h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 0;
}

.faq-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.faq-body {
    width: 50%;
    max-width: 525px;
}

.accordion-item, .accordion-button {
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url('/10dlc/static/src/img/landing-plus.png') !important;
    width: 12px;
    height: 12px;
    background-size: cover;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/10dlc/static/src/img/landing-close.png') !important;
    width: 12px;
    height: 12px;
    background-size: cover;
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
    color: #212529 !important;
}

.accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.accordion-body {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.accordion-body ul {
    list-style: disc;
    padding-left: 50px;
    margin-bottom: 0;
}

.accordion-body ul li::marker {
    color: rgba(91, 190, 164, 1);
}

.accordion-body ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}

.landing-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 200px;
    padding-left: 20px;
    padding-right: 20px;
}

.landing-6 h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    margin-bottom: 56px;
    text-align: center;
    max-width: 990px;
}

.btn-landing-registration {
    padding: 14px 32px;
    background: rgba(33, 36, 130, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #ffffff;
}

.btn-landing-registration:hover, .btn-landing-registration:active {
    background: rgba(33, 36, 130, 0.8);
    color: white;
}

.carousel-indicators {
    bottom: -60px !important;
}

.carousel-indicators [data-bs-target] {
    background: rgba(121, 103, 193, 1);
    border-width: 5px !important;
    border-radius: 100px !important;
    height: 2px !important;
    width: 12px;
    opacity: 0.3;
}

.carousel-indicators .active {
    opacity: 1;
    width: 40px;
}

.landing-signin-div {
    height: 100%;
    min-height: 720px;
    justify-content: center;
}

.landing-signup-link {
    margin-top: 250px;
}

.brand_new_container .form-control:focus, .brand_new_container .form-select:focus {
    box-shadow: none !important;
    border-color: rgba(91, 190, 164, 1);
}

.field-password input:focus, .field-confirm_password input:focus {
    box-shadow: none !important;
    border: none;
    /* border-color: rgba(91, 190, 164, 1); */
}

.brand_new_container .form-check-input:checked {
    background-color: rgba(91, 190, 164, 1);
    border-color: rgba(91, 190, 164, 1);
}

.brand_new_container select option:first-child {
    color: #6c757d !important;
}

.brand_new_container .form-check-input:checked {
    background-color: rgba(33, 36, 130, 1) !important;
    border-color: rgba(33, 36, 130, 1) !important;
}

.brand_new_container .form-check-input:focus {
    box-shadow: none !important;;
    border-color: rgba(33, 36, 130, 1) !important;
}

.acknowledge-text a, .auth-form a {
    color: rgba(33, 36, 130, 1) !important;
}

.field-password input, .field-confirm_password input {
    border-right: none;
}

.toggle-password {
    border: 1px solid #e0e0e0;
    border-left: none;
}

.toggle-password:hover, .toggle-password:active,  .toggle-password:focus {
    background-color: transparent !important;
    color: #6c757d !important;
    box-shadow: none !important;
    border-color: #e0e0e0 !important;
}

.toggle-password i {
    font-size: 18px;
}

.border-input-group {
    border: 1px solid rgba(91, 190, 164, 1);
    border-radius: 5px;
}

.form-submission-container {
    padding-top: 32px;
}

.form-submission-container h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 4px;
}

.form-submission-container p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 0;
}

.form-submission-container table {
    margin-top: 48px;
}

.form-submission-container .table > :not(:first-child) {
    border-top: none !important;
}

.form-submission-container table thead {
    background: rgba(247, 247, 247, 1);
}

.form-submission-container table thead tr th {
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
    text-align: left;
    color: rgba(102, 102, 102, 1);
    border-top: none;
    border-bottom: none;
}

.form-submission-container table thead tr th:first-child {
    padding-left: 44px;
}

.form-submission-container table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.form-submission-container table tbody tr td:first-child {
    padding-left: 44px;
}

.form-submission-container table tbody tr:first-child td {
    border-top: none;
}

.loading {
    margin-bottom: 40px;
}

.loading-bar {
    position: relative;
    width: 100%;
    max-width: 322px;
    height: 10px;
    border-radius: 3px;
    background: #D9D9D9;
    overflow: hidden;
    margin: 0 auto 40px;
}

.loading-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #5BBEA4, #212482);
    border-radius: 3px;
    transition: width 0.5s ease;
}

.sidebar-desktop {
    display: block;
}

.sidebar-mobile {
    display: none;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px 10px;
}

.stepper .step-each {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.stepper .step-each .icon img {
    width: 34px;
    height: 34px;
}

.stepper .line {
    width: 100%;
    height: 1.5px;
    background-color: rgba(216, 216, 216, 1);
    /* margin: 0 10px; */
}

.stepper .line:last-child {
    display: none;
}

.stepper-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.stepper-text p {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: rgba(204, 204, 204, 1);
    margin-bottom: 0;
    max-width: 84px;
}

.stepper-text p.active {
    color: #000000;
}

.stepper-description {
    margin: 24px;
}

.profile-body {
    padding: 32px;
}

.profile-sidebar {
    padding-top: 18px;
    padding-right: 32px;
    border-right: 1px solid rgba(217, 217, 217, 1);
}

.profile-menu {
    display: flex;
    flex-direction: column;
}

.profile-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.profile-menu-item span {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.5px;
}

.profile-menu .active {
    background: rgba(91, 190, 164, 0.2);
}

.profile-menu-item.active span {
    font-weight: 500;
}

.profile-menu a {
    text-decoration: none !important;
    color: #000000 !important;
}

.profile-section {
    display: flex;
    justify-content: center;
    padding-top: 68px;
}

.profile-form {
    max-width: 480px;
}

.btn-edit-profile {
    padding: 12px 16px;
    background: rgba(240, 240, 240, 1);
    color: rgba(33, 36, 130, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 150px;
    border: none;
}

.btn-edit-profile:hover, .btn-edit-profile:active {
    background-color: rgba(240, 240, 240, 1) !important;
    color: rgba(33, 36, 130, 1) !important;
    border: none !important;
    box-shadow: none !important;
}

.btn-update-profile {
    padding: 12px 16px;
    background: rgba(33, 36, 130, 1);
    color: rgba(252, 252, 252, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 150px;
    border: none;
}

.btn-update-profile:hover, .btn-update-profile:active {
    background-color: rgba(33, 36, 130, 1) !important;
    color: rgba(252, 252, 252, 1) !important;
    border: none !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
    .auth-container {
        min-height: calc(100vh - 80px);
    }

    .auth-background {
        display: none;
    }

    .auth-form {
        width: 100%;
        padding: 20px 5%;
    }

    .informative-header {
        padding: 20px;
        gap: 16px;
    }

    .informative-body {
        padding: 16px;
    }

    .informative-content {
        margin-bottom: 44px;
    }
    
    .informative-action {
        width: 100%;
        padding: 0 0 120px 0;
    }

    .btn-back, .btn-next, .btn-skip {
        padding: 12px 30px;
    }

    .brand_new_container .row {
        margin-top: 12px;
    }

    .sidebar-footer {
        margin-top: 50px;
    }

    .form-container {
        margin-top: 20px;
    }

    .form-main {
        padding: 24px;
    }

    .form-footer {
        margin-top: 32px;
        margin-bottom: 100px;
    }

    .tooltip-content {
        left: -100px;
    }

    .tooltip-content::before {
        left: 229px;
    }

    .summary-main {
        padding: 0;
    }

    .summary-body {
        padding: 24px;
    }

    .summary-footer {
        margin-top: 32px;
        margin-bottom: 120px;
    }

    .summary-info {
        margin-left: 24px;
        margin-right: 24px;
    }

    .form-header {
        padding: 24px;
    }

    .name-header {
        padding-top: 8px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .home-cards {
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* .todolist-sidebar {
        min-height: 270px;
    } */

    .sidebar h5 {
        margin-bottom: 30px;
    }

    .btn-copy {
        padding: 10px 12px;
    }

    .acknowledge-text {
        margin-right: 0;
    }

    .informative-section ol {
        padding-left: 0;
    }

    .informative-list ol ul {
        padding-left: 20px;
    }

    .informative-screenshot {
        padding: 0;
    }

    .btn-code-snippet {
        padding: 12px 30px;
    }

    .codesnippet-header {
        margin-right: 56px;
    }

    .confirmation-header {
        width: 100%;
        justify-content: space-between;
    }

    .btn-continue-registration {
        padding: 12px;
    }

    /* Landing page for mobile screen */
    .landing-1 {
        flex-direction: column;
        align-items: center;
    }

    .landing-1-intro {
        width: 100%;
        padding: 60px 28px 45px 28px;
    }

    .landing-1-intro-text {
        margin-bottom: 125px;
    }

    .landing-1-signin {
        width: 100%;
    }

    .landing-signin-div {
        min-height: 500px;
    }

    .landing-signup-link {
        margin-top: 50px;
    }

    .landing-2 {
        padding-top: 70px;
    }

    .landing-cards {
        flex-direction: column;
    }

    .landing-screenshot {
        padding: 0;
    }
    
    .landing-3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .landing-3-body {
        flex-direction: column;
    }

    .landing-steps {
        width: 100%;
    }

    .landing-3-video {
        width: 100%;
    }

    .landing-4 {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .landing-4-1 {
        flex-direction: column;
        align-items: center;
    }

    .landing-tos {
        width: 100%;
    }

    .landing-codesnippet {
        width: 100%;
    }

    .landing-4-2 {
        margin-top: 70px;
        flex-direction: column;
    }

    .landing-4-concept {
        width: 100%;
    }

    .landing-4-img {
        width: 100%;
    }

    .landing-4-3 {
        margin-top: 100px;
        flex-direction: column-reverse;
    }

    .landing-5 {
        flex-direction: column;
        padding-bottom: 100px;
        align-items: center;
        gap: 60px;
    }

    .faq-header {
        width: 100%;
        max-width: 525px;
    }

    .faq-body {
        width: 100%;
    }

    .sidebar-mobile {
        display: block;
    }

    .sidebar-desktop {
        display: none;
    }

    .profile-sidebar {
        padding-top: 0;
        padding-right: 12px;
        border-right: none;
    }

    .profile-section {
        padding-bottom: 100px;
    }

    .btn-edit-profile, .btn-update-profile {
        margin-top: 50px;
    }
}