.t-modal {
    /* width: 100%; */
    background: linear-gradient(to left, #00000099, #00000099);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1052;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    display: none;
}

.t-modal>.t-modal-body {
    width: 70%;
    width: fit-content;
    min-height: 70vh;
    min-height: fit-content;
    max-height: 70vh;
    height: fit-content;
    padding: 2rem;
    background-color: white;
    position: relative;
    overflow-y: auto;
}

.t-modal .t-modal-body-content {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    align-content: flex-start;
    overflow: hidden auto;
}

.t-modal>div input,
.t-modal>div label {
    display: inline-flex;
}

label {
    margin-bottom: 0 !important;
    cursor: pointer;
}

.btn-check {
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
}


/* .t-modal .btn-sec {
    background-color: var(--secondary-color);
    color: white;
} */

.btn-sec {
    background-color: var(--secondary-color);
    color: white;
}

.t-modal .btn-container-absolute {
    /* position: fixed; */
    /* top: 1rem; */
    /* left: 0%; */
    /* right: 15%; */
    width: 70%;
    width: fit-content;
    text-align: center;
}