@media screen and (max-width:767px) {
    .table-responsive-sm table th {
        padding: 0.3rem 0.3rem;
    }

    .table-responsive-sm table tr,
    .table-responsive-sm table tr td {
        padding: 0.3rem;
    }

    .table-responsive-sm {
        font-size: 12px;
    }

    .table-responsive-sm .btn {
        padding: 6px 12px;
    }
}

@media screen and (max-width:767px) {
}

modal.signup-modal {
}

.modal.signup-modal.signup-modal {
    --bs-modal-width: 785px;

    /* max-width: var(--bs-modal-width) */
}

@media screen and (min-width:992px) {
    .content-space-t-1.lib-content .w-75 img {
        transform: translateY(100px);
    }
}

.content-space-t-1 .col-lg-7.order-lg-2.mb-5.mb-lg-0 .position-absolute.top-0.end-0.mt-n7.me-n7 {
    transform: translate(-80px, 50px);
}

.content-space-t-1 .rounded-3.p-4.p-sm-8 .col-lg-7.order-lg-2.mb-5.mb-lg-0 .position-absolute.bottom-0.start-0.mb-10.ms-5 img.shadow.rounded-3 {
    transform: translate(-10px, -60px);
}

iframe#sd_kickoff_form {
    width: 375px !important;
}

@media screen and (min-width:768px) {
    iframe#sd_kickoff_form {
        width: 768px !important;
    }
}

@media screen and (max-width:640px) {
    iframe#sd_kickoff_form {
        height: 1890px !important;
        scrollbar-width: thin;
    }

    iframe#sd_kickoff_form .main-wrapper {
        height: 1885px !important;
    }
}