#ad-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display:none;
    background: #0a0a0a1a;
}

#ad-loader .ad-spinner {
    width: 6rem;
    height: 6rem;
}

#campaigns-wrap-items {
    max-height:300px;
}

input.unstyled::-webkit-inner-spin-button,
input.unstyled::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

#select-start-date, #select-end-date, #start-date, #end-date {
    cursor:pointer;
}

.scroll-field {
    max-height: 200px;
    overflow-y: scroll;
    max-width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.lds-dual-ring {
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #e9ecef;
    border-color: #e9ecef transparent #e9ecef transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.delivery_statistics_create_group .custom-control {
    margin-right: 15px;
}

a.is-disabled {
    pointer-events: none;
}


.select-multiple .selection-box {
    box-sizing: border-box;
    display: block;
    min-height: calc(1.5em + .75rem + 2px)!important;
    margin: 0;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.select-multiple .selection-box--focus {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.select-multiple .selection-box .selection-list {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-multiple .selection-list__item {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: .2rem;
    padding: 0 5px 0 0;
    cursor: pointer;
    float: left;
    margin-top: .3em;
    margin-right: 5px;
}

.select-multiple .selection-list__item__remove {
    color: #bdc6d0;
    font-weight: 700;
    margin-left: 3px;
    margin-right: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float: left;
}

.select-multiple .selection-list__item__remove:hover {
    color: #343a40;
}

.select-search {
    float: left;
}

.select-search__field {
    width: 100px;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    outline: none;
}

.dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
}

.dropdown-item {
    white-space: initial;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #68a6da;
}

.nav-pills .nav-link {
    color: #545454;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /* background-color: #545b62;
    border-color: #4e555b; */
    background-color: #6c757d;
    border-color: #6c757d;
}

.transparent-row {
    background-color: #f8fafc;
}

.transparent-row td {
    padding: 0;
    border: none;
}

.header-sticky .table tbody + tbody {
    border-top: none;
}

.table-responsive.header-sticky {
    height: 750px;
}

.header-sticky .table .thead-dark {
    position: sticky;
    top: 0;
}

.header-sticky td {
    overflow: hidden;
}

/* .table th, .table td {
    white-space: nowrap;
} */

.no-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icon {
    display: inline-block;
    margin-left: 5px;
    color: inherit;
    fill: currentColor;
    width: 1em;
    height: 1.5em;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial;
}

.col-sort-asc .x-nfd, .col-sort-desc .x-nfv {
    fill: #6eae3d; 
    /* Yellow: #ffc505 #ffd138 */
    /* Red: #fc454b #fb131b #d32f2f #f44336 */
    /* Blue: #2196f3 */
    /* Green: #89ff89 #6eae3d */
}

.tmp_hide {
	
}
.d_scroll{
    overflow: auto;
    max-height: 200px;	
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
