.selector {
    margin-bottom: 20px; /* Встановлюємо відстань від селекторів до інпуту */
}

.input {
    margin-bottom: 20px;
}

.margin-button {
    margin-right: 10px; /* горизонтальний відступ зправа */
}

div.row.row-cols-2 {
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.modal-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 4px;
}

.col {
    margin-top: 4px;
    margin-bottom: 4px;
}

.adddistrict {
    /* align-items: center;
    display: flex; */
    /* justify-content: center; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.title {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-row {
    margin-top: 10px;
    margin-bottom: 30px;
}

.table-responsive {
    margin-top: 40px;
    margin-bottom: 6px;
}

.form-check-input {
    margin-right: 6px;
    margin-left: 16px;
}

.modal {
    --bs-modal-header-border-width: 0px;
    --bs-modal-footer-border-width: 0px;
}

.nav-item {
    margin-right: 6px;
    margin-left: 16px;
}

.lougout-link {
    margin-right: 6px;
    margin-left: 16px;    
}

.navbar {
    align-items: center;
    display: flex;
    justify-content: center;
}

/* .container {
    width: fit-content;
} */