html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.button-wrapper {
    margin-left: 122px;
}

html {
    position: relative;
    min-height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-left: 40px;*/
}

.modal-header-primary {
    background-color: #007bff;
    color: #ffffff;
    border-bottom: 1px solid #007bff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 1rem;
}

.btn-close-white {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.modal-header .btn-close-white {
    margin-left: auto;
    padding: 0;
}

@media screen and (min-width: 860px) {
    .c-uhfh > div:first-child {
        margin-bottom: 0px !important;
    }
}

/* Custom Multiselect Dropdown Styles */
.custom-multiselect {
    position: relative;
    width: 100%;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #aaa;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.search-box {
    width: 95%;
    margin: 8px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.options-list-country label {
    display: block;
    padding: 4px 8px;
    cursor: pointer;
}

.options-list-country label:hover {
    background: #e3e3e3;
}

.invoiceDateFormat {
    margin-bottom: 2px;
    padding-bottom: 0;
}

.invoiceDateFormat li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.invoiceDateFormat li:last-child {
    margin-bottom: 0 !important;
}

span.error.lstinvoice {
    margin-top: 0 !important;
}

.invoiceFileFormat {
    margin-bottom: 2px;
    padding-bottom: 0;
}

.invoiceFileFormat li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.invoiceFileFormat li:last-child {
    margin-bottom: 0 !important;
}

span.error.lstFormat {
    margin-top: 0 !important;
}
