.dark-theme-form-container label.splunk-radio.error, .dark-theme-form-container label.splunk-checkbox.error, .dark-theme-form-container .splunk-radio.error { 
    border-color: #ff909e;
}
.dark-theme-form-container label.splunk-input.input-select.success {
    border: 1px solid #cedc00;
}
.dark-theme-form-container .splunk-input.input-select.error {    
    border: 1px solid #ff909e !important;
}
.dark-theme-form-container .splunk-custom-select-span.success {
    border-color: transparent !important;
}
.dark-theme-form-container .control__indicator.chkbx.error {
    border: 1px solid #ff909e !important;
}
.dark-theme-form-container select {
    margin:10px;
    background: #fff;
	-webkit-appearance: menulist-button;
}
.dark-theme-form-container .splunk-form select.splunk-custom-select {
    height: 55px !important;
    margin-left: 0 !important;
    margin-top: 4px !important;
    width: 100% !important;
}
.dark-theme-form-container select option {
    margin:10px;
	height: 40px !important;    
	padding-top: 10px;
    color:#000;    
}
.dark-theme-form-container .splunk-form label.splunk-input {
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.dark-theme-form-container img {
    float: right;
    position: relative;   
}
.dark-theme-form-container .splunk-custom-select-span.success span {
font-weight: normal !important;
}


.gear-icon {
	width: 50px;
	height: 50px;
	position: absolute
}

#gear1 {
	width: 120px;
	height: 120px;
	left: 10px;
	top: 10px;
	animation: spin1 5000ms infinite linear
}

@keyframes spin1 {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

#gear2 {
	width: 70px;
	height: 70px;
	left: 85px;
	top: 5px;
	animation: spin2 3000ms infinite linear
}

@keyframes spin2 {
	from {
		transform: rotate(359deg)
	}
	to {
		transform: rotate(0)
	}
}

#gear3 {
	width: 60px;
	height: 60px;
	left: 85px;
	top: 70px;
	animation: spin3 3500ms infinite linear
}

@keyframes spin3 {
	from {
		transform: rotate(359deg)
	}
	to {
		transform: rotate(0)
	}
}

.overlay-message {
    position: absolute !important;
    padding: 0;
    height: 100%;
    border-radius: 3px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.overlay-message .overlay-message-wrapper {
    position: absolute;
    padding: 0 30px;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}

.overlay-message#message-working-2 .main-icon {
    width: 200px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}