#eh-Widget-home {
    position: fixed;
    right: 80px;
    top: 100px;
    margin-left: 0px;
    margin-bottom: 0px;
    z-index: 120;
}
#eh-Widget-home-form {
    width: 300px;
    height: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    background-color: #3e3e3e;
    margin-bottom: 10px;
    border-radius: 8px;
}
#eh-Widget-home .eh-Widget-home-form {
    padding: 18px 17px 15px;
}
#eh-Widget-home .eh-Widget-home-form {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ececec #ececec;
}
#eh-Widget-home .eh-Widget-home-form::-webkit-scrollbar {
    width: 5px;
}
#eh-Widget-home .eh-Widget-home-form::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(209 209 209 / 77%);
}

#eh-Widget-home .eh-Widget-home-form::-webkit-scrollbar-thumb {
    background-color: #e0eafc;
    border-radius: 4px;
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
    #eh-Widget-home .eh-Widget-home-form {
        overflow-y: scroll !important;
        height: 450px;
        overflow-x: hidden;
    }
}
#eh-Widget-home-tab {
    display: block;
    position: fixed;
    top: 240px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 48px;
    height: 48px;
    background-color: #ED6A28;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
}
#eh-Widget-home .eh-Widget-input__cont {
    position: relative;
    flex: 1;
}
#eh-Widget-home .eh-Widget-input__cont .form-control {
    height: 32px;
    border-radius: 4px;
    box-shadow: none;
    padding: 2px 5px 2px 35px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
#eh-Widget-home .select2-container {
    width: 100% !important;
}
#eh-Widget-home .select2-container--default .select2-selection--single {
    background: #fff;
    border-radius: 4px;
    border-color: #ced4da;
    height: 32px;
}
#eh-Widget-home .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    padding-left: 35px;
    padding-right: 5px;
}
#eh-Widget-home .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    right: 10px;
}
#eh-Widget-home .eh-Widget-input__cont textarea.form-control {
    height: auto;
    width: 100%;
}
#eh-Widget-home .eh-Widget-icon__cont {
    position: absolute;
    top: 8px;
    left: 10px;
    color: var(--primary-orange);
    font-size: 14px;
    z-index: 999;
}
#eh-Widget-home .eh-Widget-input__cont .form-check-input, #eh-Widget-home .eh-Widget-input__cont .form-check-label, #eh-Widget-home .eh-Widget-input__cont .eh-Widget_radio__spn {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
#eh-Widget-home .eh-Widget-input__cont .form-check-label, #eh-Widget-home .eh-Widget-input__cont .eh-Widget_radio__spn {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
}
#eh-Widget-home .eh-Widget-input__cont .eh-Widget_radio__spn:nth-child(1) {
    margin-right: 10px;
}
#eh-Widget-home .eh-Widget-input__cont .eh-Widget_radio__spn, #eh-Widget-home .eh-Widget-input__cont .form-check.form-check-inline {
    margin-right: 10px;
}
#eh-Widget-home .eh-Widget-input__cont .form-check.form-check-inline:last-child {
    margin-right: 0;
}
#eh-Widget-home .form-check-input:checked {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
}
#eh-Widget-home .multiplefields-st1 {
    display: inline-block;
    vertical-align: top;
    width: 110px;
}
#eh-Widget-home .multiplefields-st2 {
    display: inline-block;
    vertical-align: top;
    width: calc(98% - 110px);
}
#eh-Widget-home .multiplefields-st2 .form-control {
    padding: 5px 5px 5px 15px;
}
#eh-Widget-home .trm-cnd {
    text-align: center;
}
#eh-Widget-home .trm-cnd p {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
#eh-Widget-home .trm-cnd a {
    color: var(--primary-orange);
}
#eh-Widget-home .trm-cnd a:hover {
    color: var(--primary-orange-dark);
}
#eh-Widget-home .eh-Widget_btn {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    border-radius: 4px;
    border: 0;
    outline: 0;
    box-shadow: none;
    padding: 6px 26px;
    transition: all 0.4s ease-in-out;
}
#eh-Widget-home .bg-orng {
    background-color: var(--primary-orange);
    color: var(--white);
}
#eh-Widget-home .bg-orng:hover, #eh-Widget-home .bg-orng:active, #eh-Widget-home .bg-orng:focus {
    background-color: var(--primary-orange-dark);
    color: var(--white);
}
#eh-Widget-home .alert {
    font-size: 12px;
}
#eh-Widget-home-tab:hover, #eh-Widget-home-tab:focus, #eh-Widget-home-tab:active {
    background-color: #393939;
    color: #fff;
}
#eh-Widget-home label.error, #eh-Widget-home .help-block {
    margin-top: 5px;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #f10000;
    background-color: #f8d7da;
    display: block;
    border-radius: 2px;
    padding: 1px 10px;
    text-align: left;
}

#eh-Widget-home .eh-Widget-input__cont input.error, #eh-Widget-home .eh-Widget-input__cont textarea.error {
    border-color: #f10000;
}

#eh-Widget-home .loader {
    height: 100%;
    background-color: #000000b0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

#eh-Widget-home .scanner span {
    color: transparent;
    font-size: 1.4rem;
    position: relative;
    overflow: hidden;
}

#eh-Widget-home .scanner span::before {
    content: "Submitting...";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-right: 4px solid var(--primary-orange);
    overflow: hidden;
    color: #ffffff;
    animation: submition 2.8s linear infinite;
}

#eh-Widget-home .cty-zindex {
	z-index: 999999;
}

#eh-Widget-home .offcomp-input_caplft {
	display: inline-block;
	vertical-align: top;
	width: 136px;
	padding: 7px 0px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 7px 5px;
	height: 38px;
}

#eh-Widget-home .loader {
	height: 100%;
	background-color: #000000b0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999999;
}


@keyframes submition {
    0%, 10%, 100% {
        width: 0;
    }

    10%,20%,30%,40%,50%,60%,70%,80%,90%,100% {
        border-right-color: transparent;
    }

    11%,21%,31%,41%,51%,61%,71%,81%,91% {
        border-right-color: var(--primary-orange);
    }

    60%, 80% {
        width: 100%;
    }
}