﻿
/* Translate */
#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

#google_translate_element2 {
    display: none !important;
}





.loader-div {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.8;
}

.loader-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.msg {
    display: none;
}

.error {
    color: red;
}

.success {
    color: green;
}


#rangeValue {
    position: relative;
    text-align: center;
    font-size: 2em;
    color: #999;
    font-weight: 400;
}

.rangeValue {
    position: relative;
    text-align: center;
    font-size: 2em;
    color: #999;
    font-weight: 400;
}

.range {
    -webkit-appearance: none;
    background: #F92E67;
    outline: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: inset 0 0 5px white;
    width: 11rem;
}

    .range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #00fd0a;
        cursor: pointer;
        border: 4px solid #333;
        box-shadow: -407px 0 0 400px #00fd0a;
    }
