.video-call-link {
    cursor: pointer;
    color: #e74c3c; /* Example color */
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.video-call-link:hover {
    color: #c0392b; /* Darker shade on hover */
}

.input-group-append {
    display: inline-flex;
    align-items: center;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.85); /* Dark background with slight opacity */
}


.modal-blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4); /* Adjust color and opacity as needed */
}



.modal-content {
    margin-top: 0 !important;
    background-color: #2196f3 !important; 
    margin: 0% auto;
    padding: 20px;
    border: 1px solid #333;
    width: 100%; /* Adjust width as needed */
    height: 100%;
    text-align: center;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-inner-content {
    z-index: 1;
}

.modal-content * {
    color: #fff;
}

.modal-content h2 {
    margin-bottom: 20px;
}

.call-recipient-info {
    margin-bottom: 20px;
    color: #ddd; /* Light text color for contrast */
}

.control-button {
    background-color: #4CAF50; /* Green buttons for actions */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.control-button:hover {
    background-color: #45a049; /* Darker shade on hover */
}

.red-button {
    background-color: #e74c3c; /* Red for end call */
}

.red-button:hover {
    background-color: #c0392b; /* Darker red on hover */
}

#muteButton, #videoButton, #speakerButton {
    background-color: rgba(0,0,0,0.2);
}

#muteButton:hover, #videoButton:hover, #speakerButton:hover {
    background-color: rgba(0,0,0,0.4);
}

.recipient-img, .caller-img {
    padding: 10px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    margin-bottom: 40px;
    display: inline-flex;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.missed-call-icon, .end-call-icon {
    padding: 10px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    margin-bottom: 40px;
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
}

#callingNotice {
    color: rgba(255,255,255,0.6);
    font-size: 18px;
}

.calling-loader {
    width: 80px;
}

.missed-call-info {
    text-align: center;
    padding: 20px;
}

.missed-call-title {
    font-size: 24px;
    margin-top: 10px;
}

.missed-call-description {
    font-size: 16px;
    margin-top: 5px;
}

.missed-call-actions button {
    margin-top: 15px;
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.modal.hidden {
    display: none;
}

.datebook-message-body {
    font-size: 15px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.datebook-message-body > i {
    padding: 12px;
    margin-right: 12px;
    border-radius: 50%;
    font-size: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

#datebook-list-messages .datebook-bg-recipient > i {
    background: rgba(0, 0, 0, 0.2) !important;
}

#datebook-list-messages .bg-body-secondary > i {
    background: rgba(255, 255, 255, 0.4) !important;
}

.datebook-chat .rounded {
    border-radius: 18px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    margin-right: 5px !important;
    margin-left: 5px;
}

#datebook-list-messages .datebook-bg-recipient {
    background: rgb(10, 124, 255);
    color: #fff !important;
}

#datebook-list-messages .datebook-bg-recipient * {
    color: #fff !important;
}

#datebook-list-messages .bg-body-secondary {
    background: rgb(240, 240, 240);
}

#datebook-messagebox {
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.outgoing-call-loader {
    margin-bottom: 20px;
}

.modal .vip-perks-list {
    list-style: inside;
    padding-left: 0;
}

.modal .vip-perks-list li {
    margin-bottom: 8px;
}

.modal .modal-actions .subscribe-button {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.modal .modal-actions .subscribe-button:hover {
    background-color: #0056b3;
}
