.searching{
    border: none; height: 38px; padding-left: 10px !important; color: var(--vz-topbar-search-color); -webkit-box-shadow: none; box-shadow: none;
}
.searchingicon{
    position: absolute;z-index: 10;font-size: 18px;line-height: 38px;left: 13px;top: 0;
}
.searching:hover{
    border: none; height: 38px; padding-left: 40px; padding-right: 30px; background-color: var(--vz-topbar-search-bg); color: var(--vz-topbar-search-color); -webkit-box-shadow: none; box-shadow: none;
}
.searching:focus{
    border: none; height: 38px; padding-left: 40px; padding-right: 30px; background-color: var(--vz-topbar-search-bg); color: var(--vz-topbar-search-color); -webkit-box-shadow: none; box-shadow: none;
}
.buttonCustom{
    border-radius: 0 !important;
    height: 38px !important;
}
.green-dot {
    width: 10px;
    height: 10px; 
    background-color: rgb(0, 188, 0); 
    border-radius: 50%; 
    display: inline-block; 
}
.red-dot {
    width: 10px;
    height: 10px; 
    background-color: rgba(var(--vz-danger-rgb), var(--vz-bg-opacity)) !important;
    border-radius: 50%; 
    display: inline-block; 
}
.text-left {
    text-align: left !important
}
.text-center {
    text-align: center !important
}
.stepGuide {
    background: #00ABCA;
    border-radius: 500px;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #FFF;
    line-height: 20px;
}