#cboxOverlay {
    background: #e0f5c5;
}

.greeenBack {
    background-color: #e9f3cc;
    padding: 5px 20px;
}

.serchTitle {
    font-size: 26px;
}

.serchItem {
    font-size: 20px;
    width: 100%;
    height: auto;
}

.ani-green {
    background-color: #5abd8f;
    font-size: 20px;
    font-weight: bold;
}

.ani-green:not(:disabled):not(.disabled).active,
.ani-green:not(:disabled):not(.disabled):active,
.show>.ani-green.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}