/* .event-checkbox-class .custom-control-input:checked~.custom-control-label::before { */
	/* border-color: #7986CB !important; */
    /* background-color: #7986CB !important; */
/* } */

.event-checkbox-holiday .custom-control-input:checked~.custom-control-label::before {
	border-color: #009688 !important;
    background-color: #009688 !important;
}

/* .event-checkbox-birthday .custom-control-input:checked~.custom-control-label::before { */
	/* border-color: #EF6C00 !important; */
    /* background-color: #EF6C00 !important; */
/* } */

.event-checkbox-event .custom-control-input:checked~.custom-control-label::before {
	border-color: #3F51B5 !important;
    background-color: #3F51B5 !important;
}

.event-checkbox-inv .custom-control-input:checked~.custom-control-label::before {
	border-color: #2196F3 !important;
    background-color: #2196F3 !important;
}

.event-checkbox-qtn .custom-control-input:checked~.custom-control-label::before {
	border-color: #795548 !important;
    background-color: #795548 !important;
}

.event-checkbox-do .custom-control-input:checked~.custom-control-label::before {
	border-color: #CDDC39 !important;
    background-color: #CDDC39 !important;
}

.event-checkbox-po .custom-control-input:checked~.custom-control-label::before {
	border-color: #FF9800 !important;
    background-color: #FF9800 !important;
}

.input-remove_arrow::-webkit-outer-spin-button,
.input-remove_arrow::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.input-remove_arrow[type=number] {
	-moz-appearance: textfield;
}

html {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    height: 6px
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    background-color: rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:horizontal {
    height: 6px;
    background-color: rgba(0, 0, 0, .25);
    border: 0;
    -webkit-border-radius: 6px
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)!important
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .4)!important
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)!important
}

:-moz-placeholder {
    color: rgba(0, 0, 0, .4)!important
}

.introjs-helperLayer {
    background: transparent;
}

.introjs-overlay {
    opacity: 0 !important;
}

.introjs-helperLayer:before {
    opacity: 0;
    content: '';
    position: fixed;
    width: inherit;
    height: inherit;
    border-radius: 0.5em;
    box-shadow: 0 0 0 1000em rgba(0,0,0, .7);
    opacity: 1;
}

.introjs-helperLayer:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
}

.custom-feedback-btn {
	background-color : #216ef4;
	color: white;
	padding: 10px 20px;
	border-radius: 4px;
	border-color: #216ef4;
}

.custom-feedback {
	position: fixed;
	bottom: -4px;
	right: 10px;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#wrapper {
    margin-top: 45px;
}