/**
 *
 *
 *  Impact Forms
 *
 */

/*
 *  Input Text
 */

.input-text {
    color: rgba(0,0,0,0.75);
    border: none;
    border-radius: 5px;
    outline: none;
    width: 100%;
    padding: 7px 8px;
}

.input-big-text textarea{
width:100%;
height:100%;
}

.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}

/*
 *  Input Switch
 */

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.15);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: orange;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*
 *  Input Select/Dropdown
 */

.multiselect {
    min-height: 0px!important;
    font-size: 15px!important;
}

.select .multiselect__content,
.select .multiselect__placeholder,
.select .multiselect__single,
.select .multiselect__select {
    color: rgba(0,0,0,0.75);
}

.select .multiselect__single {
    padding: 0px!important;
    font-size: 15px!important;
}

.select .multiselect__placeholder {
    padding-top: 0px;
}

.select .multiselect__option {
    padding: 5px!important;
    height: none;
}

.select .multiselect__tags {
    height: 35px;
}

.select .multiselect__tags,
.select .multiselect__option {
    min-height: 30px;
    border: none;
}

.multiselect__select:before {
    border-color: #6b9696 transparent transparent!important;
    top: 60%!important;
}

.select .multiselect__input, .multiselect__single {
    line-height: 0px;
}

.select .multiselect__option--selected,
.select .multiselect__option--highlight {
    background: rgba(107,147,147,0.15)!important;
    color: rgba(0,0,0,0.75)!important;
    font-weight: normal!important;
}

.select .multiselect__option--selected .multiselect__option--highlight,
.select .multiselect__option--highlight:after {
    background: transparent;
}

@supports (-webkit-overflow-scrolling: touch) {
    .select-mobile {
        -webkit-appearance: none;
        background: white;
        color: rgba(0,0,0,0.75);
        border: none;
        width: 100%;
        padding: 7px 8px;
    }
}



/*
 *  Input Validation
 */

/*input.invalid {
    background-color:rgba(255,165,0,0.2) !important;
}*/

input:focus {
    outline:0;
}

input.txt-main::-webkit-input-placeholder {
    color:#6b9696 !important;
}

/*
 *  Checkbox
 */

label.checkbox {
	position: relative;
 	width: 30px;
	height: 30px;
	margin: 0px;
}

input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
	border-radius: 5px;
	border: 2px solid white;
}

label.checkbox.main .checkmark {
	border: 2px solid #000000b3!important;
}

label.checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.checkbox input:checked ~ .checkmark:after {
    display: block;
}

label.checkbox .checkmark:after {
	left: 7px;
    top: 1px;
    width: 12px;
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid white;
    border-width: 0px 5px 5px 0;
}

label.checkbox.main .checkmark:after {
    border: solid #000000b3!important;
	border-width: 0px 5px 5px 0!important;
}

/*
 *  Input Textarea
 */

textarea:focus, select:focus {
	outline: none;
}

.form-textarea
{
	width: 100%;
	height: 100%;
	border: none;
	resize: none;
}

/* custom */
#validateCSV input[type="file"] {
    display: none;
}

/*
 *  Input Color
 */

input[type=color] {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background: white;
}

input[type=color]::-webkit-color-swatch {
    border-radius: 3px;
    border-style: none;
}

/*
 *  Input range (height slider)
 */

input[type=range].height-slider {
    background-color: transparent;
    -webkit-appearance: none;
}

input[type=range].height-slider::-webkit-slider-runnable-track {
    background-color: #ffffff;
    border: 5px solid #ffffff;
    border-radius: 3px;
    height: 40px;
    width: 600px;
}

input[type=range].height-slider::-webkit-slider-thumb {
    background: url('/img/backgrounds/videoslider.png');
    background-color: orange;
    background-size: cover;
    border: none;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    -webkit-appearance: none;
}

input[type=range].height-slider:focus {
    outline: none;
}

input[type="file"].image-upload {
    opacity: 0;
    width: 157.5px;
}

input[type="file"].image-upload ~ .upload-text {
    margin-top: 5px;
    pointer-events: none;
    position: absolute;
}

/*
 *
 *	Datepicker
 *
 */

.vdp-datepicker {
	width: 100%;
	border-radius: 0.25rem !important;
}

.vdp-datepicker > div,
.vdp-datepicker input {
	width: 100%;
	height: 47px;
	border-radius: 0.25rem !important;
	border: none;
}
.vdp-datepicker input {
	padding: 20px;
}
.vdp-datepicker__calendar > span,
.vdp-datepicker__calendar > div {
	background: white;
}

.vdp-datepicker .vdp-datepicker__clear-button {
	float: right;
    position: absolute;
    right: 3px;
    color: orange;
}

.vdp-datepicker__clear-button > i > span {
	display: none;
}

.vdp-datepicker__clear-button .icon-close {
	position: relative;
    top: 7px;
}

select:focus > option:checked {
	box-shadow: 0 0 10px 100px #6b9696 inset;
	background-color: #6b9696 !important;
	color: #fff !important;
}

.option-index {
	z-index: 10;
	position: relative;
}

option:hover {
	box-shadow: 0 0 10px 100px #6b9696 inset;
	background-color: #6b9696 !important;
	color: #fff !important;
	cursor: pointer;
}

select::-webkit-scrollbar {
    width: 6px;
}

select::-webkit-scrollbar-track {
    background: none;
}

select::-webkit-scrollbar-thumb {
    background: rgba(107, 150, 150, 1);
    border-radius: 5px;
}

select::-webkit-scrollbar-thumb:hover {
    background: rgba(79, 111, 111, 1);
    border-radius: 5px;
}
