/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/** Sejoli Elements **/
button.ui.primary.button.show-filter-form {
    background-color: #fcdd5e;
    color: #212121;
    border-radius: 1rem;
}
.input, input:not([type=submit]), select, textarea {
    padding: 0;
    border: none;
}
.smaui-menu-wrapper a {
    font-family: inherit!important;
}
body.body-checkout {
    background-image: url(https://theyellowjacket.dewe.dev/wp-content/uploads/2025/03/Assets-Web-Dokter-Yellow-3-1024x595.webp);
    background-size: cover!important;
    background-attachment: fixed;
    min-height: 100svh!important;
    height: 100svh!important;
    justify-content: center;
}

body.body-checkout .grid-container.grid-2 {
    box-shadow: 0 .5rem 2rem 0 #b7b7b7;
}

body.body-checkout button.submit-button.massive.right.floated.ui.green.button {
    background-color: #162556;
}

body.body-checkout .checkout-check {
    background: #fcdd5d!important;
}

body.body-checkout i {
    color: #2e2e31!important;
}

body.body-checkout .copy-btn {
    color: #162556;
}

body.body-checkout a#pilihMetode, body.body-checkout .transfer-info p {
    background-color: #dce4fc!important;
}
body.body-checkout .transfer-info .segitiga {
    border-color: transparent transparent #dce4fc  transparent!important;
}
body.body-checkout .ui.green.button {
    background-color: #fcdd5d!important;
    color: #2e2e31!important;
}
body.body-checkout .lines span:nth-child(1), body.body-checkout .lines span:nth-child(2) {
    background-color: transparent!important;
}
.countdown-payment-run.flip-clock-wrapper ul li a div div.inn {
    color: #2e2e31!important;
    text-shadow: unset!important;
    background-color: #fcdd5d!important;
}
.countdown-payment-run .flip-clock-divider .flip-clock-label {
    color: #2e2e31!important;
}
.sejoli-course-content *:not(:first-child) {
    display: none!important;
}