/*
Author: QOLOS 
Website: qolos.com
*/
.ct-area {
    fill-opacity: .33 !important;
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #626ed4 !important;
}
.ct-golden-section {
    overflow: hidden;
}
.ct-line {
    stroke-width: 3px !important;
}
.ct-point {
    stroke-width: 7px !important;
}
.jvectormap-label {
    display: none;
}
/* Calender */
.fc-event {
	border-radius: 2px !important;
	border: none !important;
	cursor: move !important;
	font-size: 0.8125rem !important;
	margin: 5px 7px !important;
	padding: 5px !important;
}
#external-events .external-event {
    padding: 8px 16px !important;
}
.fc-day-grid-event .fc-time {
    font-weight: 500 !important;
}
.fc-event .fc-content {
	color: #fff !important;
}
tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px !important;
}
.fc .fc-col-header-cell-cushion{
    display: block !important;
    padding: 8px 4px !important;
}

/* Range Slider */
.noUi-vertical .noUi-handle {
    height: 16px !important;
    width: 16px !important;
    right: -8px !important;
    top: -12px !important;
    left: auto !important;
    border-radius: 50% !important;
}
.noUi-vertical {
    width: 4px !important;
}
.noUi-horizontal .noUi-handle {
    height: 16px !important;
    width: 16px !important;
    border-radius: 50% !important;
    right: -10px!important;
    top: -7px;
}
.noUi-target {
    background-color: #e9e9ef !important;
    border-color: #e9e9ef !important;
}
.noUi-horizontal {
    height: 4px !important;
}
[data-slider-color=primary] .noUi-connect {
    background: #3d78e3 !important;
}
[data-slider-color=primary] .noUi-handle {
    background: #3d78e3 !important;
}
[data-slider-color=secondary] .noUi-connect {
    background: #3577f1 !important;
}
[data-slider-color=secondary] .noUi-handle {
    background: #3577f1 !important;
}
[data-slider-color=info] .noUi-connect {
    background: #299cdb !important;
}
[data-slider-color=info] .noUi-handle {
    background: #299cdb !important;
}
[data-slider-color=warning] .noUi-connect {
    background: #f7b84b !important;
}
[data-slider-color=warning] .noUi-handle {
    background: #f7b84b !important;
}
[data-slider-color=danger] .noUi-connect {
    background: #f06548 !important;
}
[data-slider-color=danger] .noUi-handle {
    background: #f06548 !important;
}
[data-slider-color=dark] .noUi-connect {
    background: #212529 !important;
}
[data-slider-color=dark] .noUi-handle {
    background: #212529 !important;
}
.noUi-handle {
    background: #67b173 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid var(--vz-card-bg) !important;
}
.noUi-connect {
    background: #67b173 !important;
}
[data-slider-size=lg].noUi-horizontal {
    height: 12px !important;
}
[data-slider-size=md].noUi-horizontal {
    height: 8px !important;
}
[data-slider-size=lg].noUi-horizontal .noUi-handle {
    width: 24px !important;
    height: 24px !important;
}
[data-slider-size=md].noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
}
[data-slider-style=line].noUi-horizontal .noUi-handle {
    width: 8px !important;
    border-radius: 4px !important;
    right: -8px !important;
}
[data-slider-style=square] .noUi-handle {
    border-radius: 0 !important;
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg);
    height: 10px !important;
    width: 10px !important;
    top: -4px !important;
    border-color: #67b173 !important;
    background-color: var(--vz-card-bg) !important;
}
[data-slider-style=border] .noUi-handle {
    border-color: #67b173 !important;
    background-color: var(--vz-card-bg) !important;
}
.noUi-target {
    background-color: var(--vz-light) !important;
    border-color: var(--vz-light) !important;
}
.noUi-vertical .noUi-origin{
    top: 0 !important;
}
.irs--modern .irs-from:before, .irs--modern .irs-single:before, .irs--modern .irs-to:before {
    border-top-color: #626ed4 !important;
}
.irs--modern .irs-line {
    background: #dee2e6 !important;
    border-color: #dee2e6 !important;
}
.irs--modern .irs-max, .irs--modern .irs-min {
    color: #adb5bd !important;
    background: #dee2e6 !important;
    font-size: 11px !important;
}
.irs--modern .irs-handle>i:nth-child(1) {
    width: 8px !important;
    height: 8px !important;
}
.irs--modern .irs-bar, .irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
    font-size: 11px !important;
}
.irs--modern .irs-grid-text {
    font-size: 11px !important;
    color: #ced4da !important;
}
.irs--modern .irs-handle {
    border: 1px solid #a3adc1;
    border-top-width: 0 !important;
}
.irs--square .irs-line {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}
.irs--square .irs-max, .irs--square .irs-min {
    color: #ced4da !important;
    background: #f6f6f6 !important;
    font-size: 11px !important;
}
.irs--square .irs-bar, .irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    background: #556ee6!important;
    font-size: 11px !important;
}
.irs--square .irs-handle {
    border: 2px solid #556ee6 !important;
    width: 12px !important;
    height: 12px !important;
    top: 26px !important;
    background-color: #fff!important;
}
.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da !important;
}
#red .noUi-connect {
    background: #fd625e !important;
}
#green .noUi-connect {
    background: #2ab57d !important;
}
#blue .noUi-connect {
    background: #5156be !important;
}
.c-1-color {
    background: #fd625e !important;
}
.c-2-color {
    background: #ffbf53 !important;
}
.c-3-color {
    background: #2ab57d !important;
}
.c-4-color {
    background: #5156be !important;
}

/* Form Advanced */
.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 38px !important;
}
.select2-container .select2-selection--single:focus {
	outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #adb5bd transparent transparent transparent !important;
	border-width: 6px 6px 0 6px !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #adb5bd transparent !important;
	border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f8f9fa !important;
	color: #16181b !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
	background-color: #626ed4 !important;
	color: #fff !important;
}
.select2-results__option {
	padding: 6px 12px !important;
}
.select2-dropdown {
	border-color:rgba(0,0,0,.15) !important;
}
.select2-container .select2-selection--multiple {
	min-height: 38px !important;
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px !important;
}
.select2-container .select2-selection--multiple .select2-search__field {
	border: 0;
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #e9ecef !important;
	border: 1px solid #dee2e6 !important;
	border-radius: 1px !important;
	padding: 0 7px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}

/* color */
.sp-hidden {
	display: none !important;
}

/* Form File Upload */
.dropzone {
	min-height: 230px !important;
	border: 2px dashed #ced4da !important;
	background: #fff !important;
	border-radius: 6px !important;
}
.dropzone .dz-message {
	font-size: 24px !important;
    margin: 1em 0 !important;
}

/* Chart Chartlist */
.ct-grid {
    stroke: rgba(52,58,64,.09) !important;
    stroke-width: 1px;
    stroke-dasharray: 3px !important;
}
.ct-series-c .ct-area, .ct-series-c .ct-slice-pie {
    fill: #343a40 !important;
}
.ct-series-b .ct-area, .ct-series-b .ct-slice-pie {
    fill: #f8b425 !important;
}

.flatpickr-weekdays {
    height: 36px!important;
    border-bottom: 1px solid #e9e9ef;
}
span.flatpickr-weekday {
    color: #fff !important;
    font-weight: 500 !important;
}
.dt-responsive td, .dt-responsive th {
    border: 1px solid #e9e9ef;
}
.btn-group label {
    margin-bottom: 0 !important;
}
.choices__list--multiple .choices__item {
    background-color: #3d78e3 !important;
    border-color: #3d78e3 !important;
}
.choices__inner{
    min-height: 38px !important;
}
.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0.25rem !important;
}
.choices__list--multiple .choices__item {
    background-color: #3d78e3 !important;
    border-color: #3d78e3 !important;
}
.swiper-button-next::after, .swiper-button-prev::after{
    font-family: remixicon !important;
    font-size: 28px !important;
}
.swiper-button-next, .swiper-button-prev {
    height: 32px !important;
    width: 32px !important;
}
.gridjs-footer{
    box-shadow: unset !important;
}
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: #3d78e3 !important;
    color: #fff;
    border-color: #3d78e3 !important;
    font-weight: 500 !important;
}
.gridjs-pagination .gridjs-pages button{
    border: 1px solid #d2d6dc !important;
}
.pickr .pcr-button::before,.pickr .pcr-button::after{
    border-radius: 50% !important
}
.upcoming-scheduled .flatpickr-calendar .flatpickr-weekdays {
    background-color: var(--vz-light) !important;
}
.upcoming-scheduled .flatpickr-calendar .flatpickr-weekdays span.flatpickr-weekday {
    color: var(--vz-dark) !important;
}
.upcoming-scheduled .flatpickr-months{
    background-color: transparent !important;
}
[data-layout="twocolumn"] .twocolumn-iconview li {
    list-style: none !important;
}
.flatpickr-calendar.open{
    z-index: 1056 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #695eef !important;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 17px !important;
    padding-right: 5px !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
    background-color: #695eef !important;
}

/* gridjs */
.gridjs-wrapper{
    -webkit-box-shadow: none;
    box-shadow: none !important;
    border: 1px solid var(--vz-border-color) !important;
    border-radius: 0 !important;
}

input.gridjs-input {
    border-color: var(--vz-input-border) !important;
    background-color: var(--vz-input-bg) !important;
    color: var(--vz-body-color);
    line-height: 1.5 !important;
    padding: 0.5rem 0.9rem 0.5rem 2.025rem !important;
    border-radius: 0.25rem !important;
    font-size: .8512rem !important;
}

.gridjs-container {
    color: var(--vz-body-color) !important;
    padding: 0 !important;
    display: block !important;
}

td.gridjs-td, th.gridjs-th {
    border: 1px solid var(--vz-border-color) !important;
    padding: 0.75rem 0.6rem !important;
}

th.gridjs-th {
    border-top: 0 !important;
    color: var(--vz-body-color) !important;
    background-color: rgba(var(--vz-light-rgb),.75) !important;
}

.gridjs-tbody, td.gridjs-td {
    background-color: transparent !important;
}

.gridjs-footer {
    -webkit-box-shadow: none;
    box-shadow: none !important;
    border: 1px solid var(--vz-border-color) !important;
    border-top: 0 !important;
    background-color: transparent !important;
}

.gridjs-footer {
    border: none!important;
    padding: 12px 0 0 !important;
}

.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
    color: #878a99 !important;
    background-color: var(--vz-card-bg) !important;
}

.gridjs-pagination .gridjs-pages button {
    margin-left: 0.3rem !important;
    border-radius: 0.25rem!important;
    border: 1px solid var(--vz-border-color) !important;
    background-color: var(--vz-card-bg) !important;
    color: var(--vz-link-color) !important;
}

.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    background-color: var(--vz-primary) !important;
    color: #fff !important;
    border-color: var(--vz-primary) !important;
    font-weight: 500;
}

.table-card .gridjs-head {
    padding: 16px 16px 5px !important;
}

.table-card .gridjs-wrapper {
    border-top: 0 !important;
    border-radius: 0 !important;
    border-width: 1px 0 !important;
}

.table-card .gridjs-footer {
    padding: 8px 16px !important;
}