/* Almulla Media Company */
body {
    font-family: 'Mada', sans-serif !important;
}
.g-color-primary {
  color: #cb99fd !important;
}
.u-btn-primary-pink {
  background-color: #cb99fd !important;
}
.g-bg-black-opacity-0_7--after::after {
  background-color: rgba(24, 186, 155, 0.4) !important;
}
.footer-logo img {
  width: 120px;
  height: auto;
}

/* search popup */
.modal-open,
.modal-open .modal {
    padding-right: 0px !important;
}

.custom-search-popup {
    position: relative;
    padding-right: 0;
}

.custom-search-popup .modal-dialog {
    margin: 0;
    max-width: 100%;
}

.custom-search-popup .modal-content {
    position: relative;
    background-color: rgb(255 255 255 / 98%);
    height: 100vh;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.custom-search-index {
    position: absolute;
    width: 320px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.search-input {
    border: none;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
}

.custom-search-icon {
    background-color: #eef1f8;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 25px;
    border-radius: 50%;
    margin: 0 auto 30px;
}
