*{margin: 0;padding: 0;}
body{background: #18191a }
.main{padding-top: 20px;}
.main h3{text-align: center;color: #fff;}
.table-bordered td, .table-bordered th{color: #fff;}
.table-bordered .bin{ padding:2px }
.table-bordered .bin textarea{ width:100%; padding:10px }
.table-bordered .vendor{ display:flex; flex-direction: column; }
.table-bordered .region div{ display:flex; align-items: center; margin:15px 0px}
.table-bordered .region div select{ margin-left:15px; padding:2px; border:none; border-radius:3px; font-size:.7rem; width: 300px;  }
.table-bordered .region div select:focus-visible{ outline:none }
.table-bordered .region div input{ margin-left:15px }
label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Level{ display:flex; flex-direction: column;}

.back-to-home {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    z-index: 1000;
    display: none;
}

.back-to-home:hover {
    background-color: #0056b3;color:#fff 
}
.body{ min-height: 80vh }
footer{text-align: center; border-top: 1px solid #ddd; color: #fff; padding: 20px; height: 20vh}
footer h3{font-size: 1.2rem}

.advertise{ text-align:center; }

.advertise tr, .advertise td, .advertise th{ border:none; }
.advertise td, .advertise th{ padding:3px; padding-bottom:.5rem }
.advertise td figure, .advertise th figure{ margin:0 }
.advertise p{background: #313742; border: #464c58 solid 1px; padding: 4px; margin-bottom: .5rem; color: #fff;}
.advertise p a{ text-decoration:none; }

.advertise .img{ margin-bottom:.5rem }
.advertise img { max-width:100% }


:focus-visible{ outline:none }
.select2-results__option {
    padding: 3px;
    font-size: .8rem;
}
.select2-search--dropdown .select2-search__field {
    padding: 2px;
    font-size: .8rem;
}
.select2-container{ margin-left: 15px !important; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    font-size: .8rem;
}