/* FOR LOADER ON BUTTONS - ajax */
.bg--loading {
	background-color: rgba(255,255,255, 0.05) !important;
	transition: none !important;
	opacity: 0.5;
    position: relative;
}
.bg--loading::after {
	content: '';
	display: block;
	width: 44px;
	height: 44px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	border-radius: 50%;
	border: 5px solid #000 !important;
	border-top-color: transparent !important;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	visibility: visible !important;
}
table.dataTable thead th, table.dataTable thead td {
	max-width: 200px !important;
	white-space: normal !important;
}
body button.btn.btn--loading,
body a.btn.btn--loading,
body .btn--loading,
body button.btn.btn--loading:hover,
body a.btn.btn--loading:hover,
body .btn--loading:hover {
		color: rgba(0,0,0,0) !important;
		transition: none !important;
		position: relative;
}
body .btn-border.white-bg.btn--loading::after {
    border: 3px solid #000;
    border-top-color: transparent;
    color: rgba(0,0,0,0) !important;
}
body .btn-border.white-bg.btn--loading:hover::after {
    border: 3px solid #fff;
    border-top-color: transparent;
    color: rgba(0,0,0,0) !important;
}
body .btn--loading::after {
		content: '';
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -12px;
		margin-top: -12px;
		border-radius: 50%;
		border: 3px solid #fff;
		border-top-color: transparent;
		-webkit-animation: spin 1s infinite linear;
		-moz-animation: spin 1s infinite linear;
		-o-animation: spin 1s infinite linear;
		animation: spin 1s infinite linear;
}
@-webkit-keyframes spin{
		0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
		100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@-moz-keyframes spin{
		0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
		100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@-ms-keyframes spin{
		0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
		100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes spin{
		0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
		100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
.spin {
    animation: spin 1s infinite linear;
}
/* bootstrap */
[type=submit]:hover{
    cursor: pointer !important;
}
.btn.main-bg-color.submit-btn.btn--loading:hover {
	background: var(--main-color) !important;
}
.container {
    width: 1800px;
}
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
	background-color: #fff;
}
.index-page .table-filters .btn-holder {
	justify-content: flex-end;
}
/* select 2 */
.select2-selection {
    height: auto;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #eceef0;
    border-radius: 0;
}
.select2-container {
    width: 100% !important;
    margin-bottom: 10px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple {
    line-height: 28px;
    font-size: 14px;
    color: var(--second-color);
    text-transform: uppercase;
    padding: 15px 20px;
    border: 1px solid var(--third-color);
    margin-bottom: 0px;
    border-radius: 5px;
    min-height: 58px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--third-color);
}
.select2-container .select2-selection--single {
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #c4ccd5 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #c4ccd5 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.select2-results__option--selectable {
    text-transform: uppercase;
    padding: 12px 20px;
}
.select2-container--open {
  z-index: 9999999;
}
.select2-container--open .select2-dropdown {
    border: 0;
    background: #eceef0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--main-color);
}
.select2-search--dropdown {
    padding: 16px 15px;
    background: #fff;
    margin-top: -60px;
    border: 1px solid #ECEEF0;
    border-radius: 5px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
}
select.with-search + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 !important;
    background: url(../images/search-icon.svg) center center / contain;
    width: 15px;
    height: 15px;
    margin-top: -7px;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 240px;
}
.heading-select-btn + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--second-color);
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'sf';
    font-weight: 700;
    margin-top: 0;
    width: 100%;
    padding: 0;
    border: 0;
}
.heading-select-btn + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #617b91 transparent transparent transparent;
}
.heading-select-btn + .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -25px;
}
.heading-select-btn + .select2-container {
    width: 100% !important;
    margin-bottom: 0;
}
.heading-select-btn + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #617b91 transparent;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 5px;
    color: #000;
    border-right: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--main-color); /* #91b48e;*/
  border: 0;
    border-radius: 5px;
    color: #fff;
    margin: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    color: #000;
    background: transparent;
    opacity: .6;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 4px;
    padding-right: 16px;
    font-size: 10px;
    font-weight: 700;
}



/* datatable */
.table-filters {
    display: flex;
    align-items: center;
    padding: 20px;
}
.table-filters .btn-holder {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.dataTables_wrapper .dataTables_filter {
    float: none;
}
div.dt-buttons {
    float: none;
}
.dataTables_wrapper .dataTables_info {
    float: none;
    padding-top: 0;
}
.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    color: var(--second-color);
    font-family: 'sf';
    font-weight: 700;
    text-transform: uppercase;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid var(--third-color);
    border-radius: 7px;
    padding: 10px 10px;
    margin-left: 0;
    font-size: 12px;
    width: 330px;
    margin-right: 10px;
    max-height: 35px;
}
.dataTables_filter {
    position: relative;
}
.dataTables_filter::before {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 10;
    content: "";
    background: url("../images/search-icon.svg") center center /contain ;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
}
.dt-button.buttons-excel,
.dt-button.buttons-pdf {
    background: transparent;
    border-radius: 7px;
    border: 1px solid var(--third-color);
    margin: 0 10px 0 0;
    color: var(--second-color);
    font-family: 'sf';
    font-weight: 700;
}
.dt-button.buttons-excel:hover,
.dt-button.buttons-pdf:hover {
    background: var(--second-color) !important;
    color: #fff;
    border: 1px solid var(--second-color) !important;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: left;
}
.dataTables_wrapper .dataTables_length {
    float: none;
    text-align: left;
}
.table-footer {
    padding: 30px 0;
}
.table-footer .custom-btns-container {
    width: 100%;
    border-radius: 7px;
    padding: 0 30px 30px 30px;
    border-bottom: 1px solid var(--third-color);
    margin-bottom: 30px;
}
.table-footer .custom-btns-container a {
    color: var(--second-color);
    background: var(--third-color);
    height: 50px;
}
.bottom-footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#dashboard-table_previous {
    display: none;
}
#reports-table_previous {
    display: none;
}
.bottom-footer-container {
    padding: 0 30px 0 30px;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--second-color) !important;
    border: 1px solid var(--third-color);
    border-radius: 7px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 10px;
    margin-left: 0;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--second-color) !important;
    border: 1px solid var(--second-color) !important;
    color: #fff !important;
    border-radius: 7px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    line-height: 35px !important;
    font-size: 12px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid var(--second-color);
    background: var(--second-color);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--second-color) !important;
    border: 1px solid var(--third-color);
    border-radius: 7px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    padding: 0;
    margin-right: 10px;
    margin-left: 0;
}
body .dataTables_wrapper .dataTables_length select {
    border: 1px solid #E6EFF5;
    border-radius: 6px;
    height: 35px;
    font-size: 12px;
    color: var(--second-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 25px;
    line-height: 25px;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_length {
    position: relative;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
body .dataTables_wrapper .dataTables_length::before {
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 10;
    content: "";
    border-style: solid;
    border-color: #617b91 transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    width: 7px;
    height: 5px;
    transform: translateY(-50%);
    pointer-events: none;
}
.table-footer .custom-btns-container a:hover {
    opacity: .7;
}
table.DTFC_Cloned thead, table.DTFC_Cloned tfoot {
    background-color: var(--third-color);
}
table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
    border: 0;
}
table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png") !important;
}
table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png") !important;
}
.dataTables_scrollHead {
    background: var(--third-color);
}
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fff;
}
table.dataTable th, table.dataTable td {
    border-bottom: 1px solid var(--third-color);
    text-align: center;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    border: 0;
}
#dashboard-table_wrapper tbody .btn.main-bg-color {
    font-size: 10px;
    height: 22px;
    width: 55px;
    text-align: center;
    margin: auto;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 14px 30px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 16px 18px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 300;
}
.table-action-btn {
    border: 1px solid #f4f9fc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    transition: var(--main-transition);
    text-align: center;
}
.table-action-btn:last-of-type {
    margin-right: 0;
}
.table-action-btn:hover {
    background-color: #f4f9fc;
}
table.dataTable tbody td a {
    color: var(--second-color);
}
table.dataTable tbody td .amount {
    color: var(--main-color);
}
.table-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    text-transform: unset;
    padding: 2px 20px;
    border-radius: 8px;
}
.table-filters .select2-container {
    margin-bottom: 0;
}
.table-filters .form-group {
    margin-bottom: 22px;
    margin-right: 10px;
    margin-bottom: 0;
    width: 180px;
}
.table-filters .custom-btns-container {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.table-filters .select2-results__option--selectable {
    padding: 9px 20px;
    font-size: 12px;
    text-transform: unset;
}
.table-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--second-color) transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}
.table-filters .date-picker-container input {
    padding: 9px 20px;
    font-size: 12px;
}
.table-filters .date-picker-container {
    width: 300px;
    margin-right: 10px;
}
.table-filters .date-picker-container input {
    border-radius: 8px;
}

.table-filters .date-picker-container .input-icon {
    margin-bottom: 0;
}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button.active:not(.disabled), input.dt-button:active:not(.disabled), input.dt-button.active:not(.disabled) {
	background: #fff;
	box-shadow: none;
}
table.dataTable tbody td a.main-color {
	color: var(--main-color);
    text-decoration: none !important;
}

.mini-popup-delete {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 11111;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  width: auto;
  overflow: hidden;
  opacity: hidden;
  transition: all 0.25s ease-in-out 0s;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
.mini-popup-delete.show {
  padding: 10px;
  width: auto;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
}

.mini-popup-clone {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 11111;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  width: auto;
  overflow: hidden;
  opacity: hidden;
  transition: all 0.25s ease-in-out 0s;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

.mini-popup-clone.show {
  padding: 10px;
  width: auto;
  overflow: hidden;
  opacity: 1;
  pointer-events: auto;
}
.datatable td {
  position: relative;
}
.add-btn-holder a.adding-input-holder {
  margin-top: 0;
}
.form-group .input-icon {
  margin-bottom: 5px;
}

/* Message Box */
.msg-popup {
  position: fixed;
  top: 80px;
  left: 50%;
  width: 100%;
  max-width: 38vw;
  z-index: 111111111111;
  padding: 30px;
  color: #000;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 50px rgba(51, 51, 51, 0.1);
  line-height: 1.4;
  transition: all 0.5s cubic-bezier(.13,.56,.38,.89) 0s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(-50%);
}
.msg-popup.danger { background: #ff5757 }
.msg-popup.danger p { color: #ffffff }
.msg-popup.danger .close_popup { color: #fff }
.msg-popup.warning { background: #ffc557; }
.msg-popup.warning p { color: #000; }
.msg-popup.warning .close_popup { color: #000; }
.msg-popup.info { background: #34bafb; }
.msg-popup.info p { color: #000; }
.msg-popup.success { background: #fff; } /* #3c763d */

.close_popup {
  position: absolute;
  top: 32px;
  right: 25px;
  padding: 0;
  line-height: 1;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
}
.close_popup:hover {
  filter: invert(1);
}
.msg-popup.showw {
  pointer-events: auto;
  visibility: visible;
  top: 140px;
  opacity: 1;
}
.msg-popup p {
  color: #000000;
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.hide {
  display: none;
}
.btn.submit-btn {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-fluid {
  max-width: 100%;
}

.img-holder {
  position: relative;
}
.icon-holder {
  position: relative;
}
.img-holder span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  font-size: 24px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}

/*   AJAX AUTOCOMPLETE  */
.autocomplete-container {
    position: relative;
}
.autocomplete-results {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    max-height: 220px;
    padding: 5px;
    z-index: 111;
    border: 1px solid #eceef0;
    background: #fff;
    box-shadow: 0 13px 20px 0 rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}
.autocomplete-ajax {
    overflow-y: auto;
    height: 100%;
}
.autocomplete-ajax .single-result {
    display: block;
    padding: 3px 12px;
    cursor: pointer;
}
.autocomplete-ajax .single-result:hover {
    opacity: 0.5;
}
input[readonly] {
    background: hsl(204, 38%, 97%);
    pointer-events: none;
    touch-action: none;
}
/*  SELECT 2 READONLY  */
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #f6f9fb;
    box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
body .dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--second-color) !important;
    border: 1px solid var(--third-color);
    border-radius: 7px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 10px;
    margin-left: 0;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--second-color);
    border: 1px solid var(--second-color);
    color: #fff !important;
    border-radius: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 12px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid var(--second-color);
    background: var(--second-color);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--second-color) !important;
    border: 1px solid var(--third-color);
    border-radius: 7px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    padding: 0;
    margin-right: 10px;
    margin-left: 0;
}
body .dataTables_wrapper .dataTables_length select {
    border: 1px solid #E6EFF5;
    border-radius: 6px;
    height: 35px;
    font-size: 12px;
    color: var(--second-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 25px;
    line-height: 25px;
    cursor: pointer;
}
body .dataTables_wrapper .dataTables_length {
    position: relative;
}
body .dataTables_wrapper .dataTables_length::before {
    position: absolute;
    top: 50%;
    right: 7px;
    z-index: 10;
    content: "";
    border-style: solid;
    border-color: #617b91 transparent transparent transparent;
    border-width: 7px 5px 0 5px;
    width: 7px;
    height: 5px;
    transform: translateY(-50%);
    pointer-events: none;
}
body .table-footer .custom-btns-container a:hover {
    opacity: .7;
}
.border-item * {
    word-break: break-word;
}
.checkbox-deliverables{
    display: inline-flex;
    margin-left: 40px;
    font-size: 14px;
    align-items: center;
    color: #617b91;
    font-weight: 500;
}
#campaigns-table > tbody > tr > td,
#projects-table > tbody > tr > td {
	text-align: left;
}
.adding-input-holder.active + .btn-holder {
	display: none;
}
.input-icon.adding-input-holder.active {
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 111;
	background: #fff;
	width: 100%;
    box-shadow: 0 0 0 3px #fff;
}
.index-page .sortable-item h4 {
	max-width: 135px;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #aaa !important;
	border-radius: 3px !important;
	padding: 5px !important;
	background-color: transparent !important;
	margin-left: 3px !important;
	border: 1px solid var(--third-color) !important;
	border-radius: 7px !important;
	padding: 10px 10px !important;
	margin-left: 0 !important;
	font-size: 12px !important;
	width: 330px;
	margin-right: 10px !important;
	max-height: 35px !important;
}
#form-home-campaign .select2-container--default .select2-selection--single .select2-selection__rendered,
#form-home-campaign .select2-container--default .select2-selection--multiple {
	min-height: 28px;
}
.ml-0 {
	margin-left: 0 !important;
}
.dt-button.buttons-collection.buttons-colvis:hover {
    background: var(--second-color) !important;
    color: #fff;
    border: 1px solid var(--second-color) !important;
}
.dt-button.buttons-collection.buttons-colvis {
	background: transparent;
	border-radius: 7px;
	border: 1px solid var(--third-color);
	margin: 0 10px 0 0;
	color: var(--second-color);
	font-family: 'sf';
	font-weight: 600;
}
body div.dt-button-background {
	background: rgba(0, 0, 0, 0.7) !important;
}
body div.dt-button-collection.fixed {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	border-radius: 0;
	padding: 40px;
	width: 300px;
	box-shadow: none !important;
	border: none !important;
}
body div.dt-button-collection-title {
	text-align: center;
	padding: 0em 0px 1em;
	font-size: 1.6em;
}
body button.dt-button:focus:not(.disabled),
body div.dt-button:focus:not(.disabled),
body a.dt-button:focus:not(.disabled),
body input.dt-button:focus:not(.disabled) {
    text-shadow: none;
}
body div.btn-holder button.dt-button:active:not(.disabled),
body div.btn-holder button.dt-button.active:not(.disabled),
body div.btn-holder div.dt-button:active:not(.disabled),
body div.btn-holder div.dt-button.active:not(.disabled),
body div.btn-holder a.dt-button:active:not(.disabled),
body div.btn-holder a.dt-button.active:not(.disabled) {
	background: var(--second-color);
	border: 1px solid var(--second-color);
	box-shadow: none;
	border-radius: 8px;
	color: #fff;
}
body button.dt-button:hover:not(.disabled),
body div.dt-button:hover:not(.disabled),
body a.dt-button:hover:not(.disabled),
body input.dt-button:hover:not(.disabled) {
	background: var(--second-color);
	border: 1px solid var(--second-color) !important;
	border-radius: 8px !important;
	box-shadow: none;
	color: #fff;
}
body div.btn-holder button.dt-button,
body div.btn-holder div.dt-button,
body div.btn-holder a.dt-button {
	background: #fff;
	border: 1px solid var(--third-color);
	border-radius: 8px !important;
    color: var(--second-color);
    font-weight: 600;
    font-size: 13px !important;
    font-family: 'sf';
}
body button.dt-button:active:not(.disabled):hover:not(.disabled),
body button.dt-button.active:not(.disabled):hover:not(.disabled),
body div.dt-button:active:not(.disabled):hover:not(.disabled),
body div.dt-button.active:not(.disabled):hover:not(.disabled),
body a.dt-button:active:not(.disabled):hover:not(.disabled),
body a.dt-button.active:not(.disabled):hover:not(.disabled),
body input.dt-button:active:not(.disabled):hover:not(.disabled),
body input.dt-button.active:not(.disabled):hover:not(.disabled) {
	background: var(--second-color);
	border: 1px solid var(--second-color) !important;
	border-radius: 8px !important;
	box-shadow: none;
	font-family: 'sf';
	color: #fff;
}
body button.dt-button:focus:not(.disabled),
body div.dt-button:focus:not(.disabled),
body a.dt-button:focus:not(.disabled),
body input.dt-button:focus:not(.disabled) {
	color: var(--second-color);
	background: #c7d2db;
}
.dt-button.datepicker_range_table {
	position: absolute;
	left: 20px;
}
div.dt-buttons {
	position: unset !important;
}
body .table-filters .btn-holder {
	justify-content: flex-end;
	position: relative;
}