.container {
    padding: 20px 0;
    display: block;
    unicode-bidi: isolate;
}

.d-flex {
    display: flex !important
;
}	
.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
}


.h-100 {
    height: 100% !important;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

*, ::after, ::before {
    box-sizing: border-box;
}