#toggle_pwd {
    cursor: pointer;
}

.eye-icon-wrapper {
    position: relative;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 40%;
}

.eye-icon-r {
    position: absolute;
    right: 20px;
    top: 60%;
}

.recaptcha-credentials {
    width: 600px;
    border: 1px solid #e5e5e5;
    display: table;
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
}

.recaptcha-credentials label {
    font-size: 16px;
    color: #000;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.recaptcha-credentials input {
    border: 1px solid #e3e3e3;
    background: #fbfbfb;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
}


.recaptcha-credentials input[type="submit"] {
    background: #F57B21;
    color: #fff;
    border: none;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 0;
}

.recaptcha-credentials h3 {
    margin: 0 0 40px 0;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.vendor-details h3
{
    color: #86a425;
}
.vendor-details p
{
    color: #ef7f1f;
}
.gm-style-iw-d 
{
    overflow: scroll;
    max-height: 211px;
    background-color: #000000cc;
    padding: 10px;
}

#sales-list ul{
    list-style-type: none;
    margin: 0;
    padding: 0px;
    /* display: flex; */
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#sales-list ul li {
    color: #ffffff;
    background: #ef7f1aa1;
    padding: 15px 16px;
    border-radius: 8px;
    font-weight: 600;
    margin: 10px 0px;
}

.gm-style-iw-d {
    background: #ffffff;
    padding: 0;
}

.vendor-details h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 16px 0;
}

.vendor-details p {
    color: #666666;
    margin: 0 0 5px 0;
}

.vendor-details p:last-child {
    color: #666666;
    margin: 0 !important;
}

p strong {
    color: #000000;
    font-weight: 600;
}

.gm-style-iw-chr {
    position: absolute;
    top: -4px;
    right: 24px;
    width: 20px;
}

.gm-style .gm-style-iw-c{
    padding: 10px 10px 0 10px !important;
}
.salesinfo {
    color: white;
    text-align: center;
    margin: 35px 0px;
}

