@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", sans-serif;
}

.cover {
    background: url("img/cover-uIzi6ge.avif") no-repeat bottom fixed;
    background-size: cover;
}

.features-icons-icon {
    font-size: 6rem;
}

legend.col-form-label {
    border-bottom: var(--bs-border-width) solid var(--bs-secondary-bg);
    margin-bottom: 20px;
}

.card .table:last-child {
    margin-bottom: 0;

    tr:last-child {
        border-bottom: 0 solid var(--bs-secondary-bg);
    }
}

.image-editor {
    cropper-canvas {
        height: 100%;
    }
}

.w-10 {
    width: 10%;
}

.vertical-line {
    background-image: linear-gradient(#ccc, #ccc);
    background-size: 2px 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
