.side_br ul li {
    border-bottom: 1px solid #e7e7e7;
}
.log_pg {
    margin-top: 100px;
}

.sub_mit_btn button.btn:hover {
    background-color: #fff;
    color: #197a7e;
}
.sub_mit_btn button.btn {
    background-color: #197a7e;
    border: 1px solid #197a7e;
    padding: 5px 65px;
    font-size: 18px;
}
.tbl_btn_src button.btn {
    margin-right: 10px;
    border-radius: 5px !important;
}

.dbtn{
    background-color: #197a7e;
    border: 1px solid #197a7e;
}
.dbtn:hover{
    background-color: #fff;
    color: #197a7e;
    border: 1px solid #197a7e;
}
.Organization_Zone {
    padding: 0 200px;
    margin-bottom: 90px;
}
.Organization_Zone .card {
    background-color: #fff;
    padding: 50px 60px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 21px;
    border-color: #ebebeb;
}
.tbl_btn_src a.btn {
    border-radius: 5px !important;
    margin-right: 10px;
}

.Organiz_inner_Zone .card{
    background-color: #fff;   
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 21px;
    border-color: #ebebeb;
    padding: 20px;
}
a.top_bar_logo {
    font-size: 25px;
    font-weight: bold;
}
.side_br ul {
    border-radius: 13px;
    overflow: hidden;
}
.side_br ul li a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
.side_br ul li a:hover, .side_br ul li a.active {
    background-color: #197a7e;
    color: #fff;
}

button.rmv_btn {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.card.profile_cd {
    width: 500px !important;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 10px;
}

/* body */
body {
    height: 100vh;
}

footer.footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    color: #197a7e;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 30px #ebebeb;
    transition: .4s all;
}
footer.footer span.footer_text a {
    color: #144749;
    text-decoration: none;
}
footer.footer span.footer_text a:hover {
    color: #197a7e;
}

/* body */

strong.text-success {
    background-color: #17874c;
    padding: 4px 20px;
    color: #fff !important;
    border-radius: 50px;
}


.form-select[multiple], .form-select[size]:not([size="1"]) {
    height: 90px;
}

.card-body h5 {
    font-weight: bold;
    /* border-left: 5px solid #197a7e; */
    padding: 2px 0 0px 10px;
    font-size: 22px;
}
.lng_title tr th {
    text-wrap: nowrap;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
  .brother_hoods.Organization_Zone {
    padding: 0 60px;
}



/* span.select2-selection{
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

.select2-container {
    width: 100% !important;
}

.lng_title tbody tr td {
    text-wrap: nowrap;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.profile_cd.edit_view {
    width: 100% !important;
}

.profile_cd.edit_view ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    border-radius: 5px;
}

body {
    overflow-x: hidden;
}