.waves-container {
  position: relative;
  overflow: hidden;
}

.waves-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  transform: scale(0);
  animation: waves-ripple-animation 750ms ease-out forwards;
  pointer-events: none;
}

@keyframes waves-ripple-animation {
  to {
    transform: scale(3);
    opacity: 0;
  }
}
.h-269{
    height: 269px;
}

.h-250{
    height: 250px;
}

.h-6{
    height: 6px;
}

.w-75p{
    width: 75%;
}

.w-47p{
    width: 47%;
}

.w-82p{
    width: 82%;
}

.mx-h-410{
    max-height: 410px;
}

.mx-h-320{
    max-height: 320px;
}

.custom-select .select2-container--default .select2-selection--multiple {
    min-height: 37px !important;
        padding-top: 3px;
    padding-left: 10px;
    color: #000 !important;
}

.custom-select .select2-container--default .select2-selection--single {
    min-height: 37px !important;
        padding-top: 3px;
    padding-left: 10px;
    color: #000 !important;
}

.custom-select .select2-selection__choice {
    color: #ffffff !important;
    /* border: 1px solid #000 !important; */
    background: var(--vz-primary) !important;
    font-size: 12px;

}

button.select2-selection__choice__remove {
    color: #fff !important;
}

.btn-min-width {
    min-width: 200px;
}

.top-1 {
    top: 1px;
}
.top-2 {
    top: 2px;
}
.top-3 {
    top: 3px;
}
.top-4 {
    top: 4px;
}
.top-5 {
    top: 5px;
}

.border-bottom-hidden {
  border-bottom-style: hidden !important;
}

#toastModal {
  z-index: 1085 !important;
}
.modal-backdrop.toast-backdrop {
  z-index: 1084 !important;
}
.user_initials_icon {
    color: #fff;
    background: #ad2421;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
}

#google_translate_element {
    position: absolute !important;
    bottom: 8% !important;
    right: 20px !important;
    z-index: 999999 !important;
    background: white !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display: none !important;
}