﻿/*-- Preloader css start --*/
body {
    font-size: 1rem;
    font-family: "Inter", sans-serif;
    color: #111111;
    margin: 0;
    padding: 0;
}

#preloader {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid black;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 999;
}

.cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: black;
    opacity: 0.3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999;
}
.searchlist {
    border: 1px solid #FFFFFF;
    background-color: #ebebeb;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 7px;
    color: #4a4a4a;
    height: 22px;
}

.searchbox {
    background: #fdf0f0 url(common/images/gradient.png) repeat-x 0 -100px !important;
    border: 1px solid #aaaaaa;
    border-bottom: 2px solid #888888;
    border-right: 2px solid #888888;
    position: relative;
    overflow: auto;
    WIDTH: 250px;
    height: 200px;
    color: #888888;
}

.locatoroptionmo {
    background: #ebebeb;
    color: #4a4a4a;
    border: 1px solid #FFFFFF;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 7px;
    height: 22px;
}

.locatoroption {
    border: 1px solid #FFFFFF;
    color: #000 !important;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 7px;
    height: 22px;
}

.outsearch {
    border: 1px solid #888888;
    background-color: #FFFFFF;
    position: absolute;
    overflow: auto;
    WIDTH: 250px;
    height: 200px;
}

