﻿.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 3px;
    height: 120px;
    overflow: auto;
    background-color: #FFFFFF;
}
.listItem {
    color: #191919;
}

.itemHighlighted {
    background-color: #ADD6FF;
}


.card-widget {
    border: 0;
    position: relative;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-blue {
    border-top: 3px solid #47b2e4;
}
.card-blue-left {
    border-left: 3px solid #47b2e4;
}

.card-darkblue {
    border-top: 3px solid #143244;
}

.card-darkblue-left {
    border-left: 3px solid #143244;
}

.card-success.card-outline {
    border-top: 3px solid #dc3545;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
.btn-search{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20 px;
    background: #47b2e4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50 px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.loading_bg {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 99001;
}

.loading_box {
    /*background: #cfcdcd;
    padding: 10px;
    border: 2px solid #ddd;*/
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99002;
    box-shadow: 0px 0px 20px #999;
    -moz-box-shadow: 0px 0px 20px #999;
    -webkit-box-shadow: 0px 0px 20px #999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.visitor {
    position: fixed;
    right: 2px;
    bottom: 228px;
    width: 90px;
    height: 30px;
    color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#0056a4),to(#1d2b4e));
    background: linear-gradient( 180deg,#0056a4,#1d2b4e);
    text-align: center;
    line-height: 14px;
    border-radius: 0%;
    z-index: 99;
    font-size: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: none;
    -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
    animation: backto-top-bounce 4s infinite ease-in-out;
}

.visitor2 {
    position: fixed;
    right: 2px;
    bottom: 150px;
    width: 90px;
    height: 80px;
    color: #212529;
    background-color: #e7f0f6;
    border-color: #2196f3;
    text-align: center;
    line-height: 30px;
    border-radius: 0%;
    z-index: 99;
    font-size: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    display: none;
    -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
    animation: backto-top-bounce 4s infinite ease-in-out;
}
.brick-wall {
    height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(135deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px), linear-gradient(225deg, #708090 21px, #d9ecff 22px, #d9ecff 24px, transparent 24px, transparent 67px, #d9ecff 67px, #d9ecff 69px, transparent 69px)0 64px;
    background-color: #708090;
    background-size: 64px 128px;
}


/* marker */
.marker-pin {
    width: 50px;
    height: 50px;
    border-radius: 50% 50% 50% 0;
    background: #E8585C;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

    .marker-pin::after {
        content: '';
        width: 35px;
        height: 35px;
        margin: 7px 0 0 7px;
        background: #fff;
        position: absolute;
        border-radius: 50%;
    }

.custom-div-icon i {
    position: absolute;
    width: 22px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 20px auto;
    text-align: center;
}

.custom-div-icon img {
    position: absolute;
    width: 22px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 20px auto;
    text-align: center;
}

.custom-div-icon i.awesome {
    margin: 20px auto;
    font-size: 17px;
}

.custom-div-icon:hover .img {
    width: 90px;
    height: 100px;
    /*border-radius: 50% 50% 50% 0;*/
    border-radius: 70%;
    position: absolute;
    transform: rotate(0deg);
    border: 2px solid #E8585C;
    margin-top: -100px;
    margin-left: -25px;
    /*margin: -50px 0 0 0;
   left: 50%;
   top: -40%;
   */
}

.btn-link {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #000000 !important;
    transition: all 0.3s;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    background: #47b2e4;
}
/* marker end */

.icon-circle {
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}