.theme-red {
    color: #e00707
}

.theme-blue {
    color: #48c8ef;
}

.theme-text-red {
    color: #e00707;
}

.theme-text-blue, .theme-text-blue:hover {
    color: #48c8ef !important;
}

.theme-btn-blue {
    background-color: #48c8ef;
    color: black;
    /* padding: 10px 20px; */
}

.theme-btn-red {
    background-color: #e00707;
    color: white;
    /* padding: 10px 20px; */
}

.theme-btn-red:hover {
    background-color: #48c8ef;
    color: black;
}

.theme-btn-blue:hover {
    background-color: #e00707;
    color: white;
}

.theme-bg-blue {
    background-color: #48c8ef;
}

.theme-bg-red {
    background-color: #e00707;
}

/* Messaging */
.receiver-message-box {
    border-radius: 12px;
    border-top-left-radius: 0px;
    background-color: #fafbff;
    width: fit-content !important;
    max-width: 350px !important;
}

.sender-message-box {
    border-radius: 12px;
    border-bottom-right-radius: 0px;
    background-color: #48c8ef;
    color: #000;
    width: fit-content !important;
    max-width: 350px !important;
}


/* Dashboard Cards */

.bg-red-card {
    background-image: linear-gradient(to top, #e00707 0%, #fbc2eb 100%) !important;
}

.bg-blue-card {
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #48c8ef 100%) !important;
}