.modal {
    height: auto !important;
}

/* Modal Box */
.beast-modal {
    border-radius: 15px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    max-width: 600px !important;
}

/* Remove internal scroll and align everything nicely */
.modal-body {
    overflow: visible !important;
    padding-top: 0 !important;
    font-family: 'Roboto' !important;
}

/* Social Buttons */
.social-icons .btn {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.btn-facebook {
    background: #3b5998 !important;
}

.btn-twitter {
    background: #000000 !important;
}

.btn-whatsapp {
    background: #25d366 !important;
}

.btn-facebook:hover,
.btn-twitter:hover,
.btn-whatsapp:hover {
    opacity: 0.85 !important;
}

/* Input box styling */
/* input.form-control {
    min-width: 300px !important;
} */

/* Fix spacing issue for modal-header */
.modal-header .close {
    position: absolute;
    right: 20px;
    top: 15px;
    background: transparent;
    border: unset;
    scale: 2;
    color: #616161;
}