.one-to-one-call-modal-container[x-cloak] {
    display: none !important;
}

.one-to-one-call-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}

/* Full Modal Overlay */
.one-to-one-call-modal-overlay {
    position: fixed;
    top: 25px;
    left: 0;
    width: 100%;
    height: 90vh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: all 0.3s ease-in-out;
}

.one-to-one-call-modal-overlay:has(.one-to-one-call-modal-content.rotated-90) {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.one-to-one-call-modal-content {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100vh;
    max-width: none;
    max-height: none;
    overflow: hidden;
    position: relative;
    border: none;
    pointer-events: auto;
    transition: transform 0.3s ease-in-out;
}

.one-to-one-call-modal-content.rotated-90 {
    transform: rotate(90deg);
    transform-origin: center center;
    width: 100vh;
    height: 100vw;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50vw;
    margin-left: -50vh;
    z-index: 10000;
}

.one-to-one-call-modal-content.rotated-180 {
    transform: rotate(180deg);
    transform-origin: center center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50vh;
    margin-left: -50vw;
    z-index: 10000;
}

.one-to-one-call-modal-content.rotated-270 {
    transform: rotate(270deg);
    transform-origin: center center;
    width: 100vh;
    height: 100vw;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50vw;
    margin-left: -50vh;
    z-index: 10000;
}

.one-to-one-call-modal-content.rotated-270 .one-to-one-call-video-call-interface {
    height: calc(100vw - 100px);
    width: 100%;
}

.one-to-one-call-modal-content.rotated-270 {
    transform: rotate(270deg);
    transform-origin: center center;
    width: 100vh;
    height: 100vw;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50vw;
    margin-left: -50vh;
    z-index: 10000;
}

.one-to-one-call-modal-content.rotated-90 ~ body {
    overflow: hidden;
}

/* Modal Header */
.one-to-one-call-modal-header {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(10px);
}

.one-to-one-call-modal-title {
    color: white;
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 10px;
}

.one-to-one-call-modal-actions {
    display: flex;
    gap: 8px;
}

.one-to-one-call-modal-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.one-to-one-call-modal-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.one-to-one-call-modal-btn:active {
    transform: translateY(0);
}

.one-to-one-call-modal-btn i {
    font-size: 14px;
}

.one-to-one-call-modal-rotate-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    backdrop-filter: blur(10px);
}

.one-to-one-call-modal-rotate-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.one-to-one-call-modal-rotate-btn:active {
    transform: translateY(0);
}

.one-to-one-call-modal-rotate-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.one-to-one-call-modal-rotate-btn:hover i {
    transform: rotate(90deg);
}

.one-to-one-call-modal-rotate-btn i.fa-sync-alt {
    transform: rotate(0deg);
}

.one-to-one-call-modal-rotate-btn i.fa-undo {
    transform: rotate(180deg);
}

/* Modal Body */
.one-to-one-call-modal-body {
    padding: 24px;
    color: white;
    background: rgba(255, 255, 255, 0.05);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

/* Call Status Display */
.one-to-one-call-status-display {
    text-align: center;
    padding: 40px;
}

.one-to-one-call-ringing-animation {
    position: relative;
    margin-bottom: 30px;
}

.one-to-one-call-ringing-animation i {
    color: #667eea;
    animation: one-to-one-call-pulse 2s infinite;
}

.one-to-one-call-ringing-ripples {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid #667eea;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: one-to-one-call-ripple 2s infinite;
}

@keyframes one-to-one-call-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes one-to-one-call-ripple {
    0% {
        width: 100px;
        height: 100px;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}

.one-to-one-call-status-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: white;
}

.one-to-one-call-status-message {
    font-size: 1.1rem;
    opacity: 0.8;
    color: white;
}

/* Video Call Interface */
.one-to-one-call-video-call-interface {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.one-to-one-call-video-container {
    position: relative;
    flex: 1;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 0;
}

.one-to-one-call-remote-video,
.one-to-one-call-local-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.one-to-one-call-modal-content.rotated-90 .one-to-one-call-remote-video,
.one-to-one-call-modal-content.rotated-90 .one-to-one-call-local-video {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.one-to-one-call-remote-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.one-to-one-call-remote-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one-to-one-call-remote-video-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 15px;
    border-radius: 8px;
}

.one-to-one-call-remote-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.one-to-one-call-remote-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.one-to-one-call-remote-username {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.one-to-one-call-local-video-container {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.one-to-one-call-local-video-container:hover {
    border-color: rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}

.one-to-one-call-local-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one-to-one-call-local-video-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Call Controls */
.one-to-one-call-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    margin-bottom: 20px;
}

.one-to-one-call-control-btn {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    color: white;
}

.one-to-one-call-control-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.one-to-one-call-control-btn.active {
    background: #28a745;
}

.one-to-one-call-control-btn:not(.active) {
    background: #6c757d;
}

.one-to-one-call-camera-btn.active {
    background: #28a745;
}

.one-to-one-call-camera-btn:not(.active) {
    background: #dc3545;
}

.one-to-one-call-mic-btn.active {
    background: #28a745;
}

.one-to-one-call-mic-btn:not(.active) {
    background: #dc3545;
}

.one-to-one-call-speaker-btn.active {
    background: #28a745;
}

.one-to-one-call-speaker-btn:not(.active) {
    background: #6c757d;
}

.one-to-one-call-camera-switch-btn {
    background: #17a2b8;
}

.one-to-one-call-end-call-btn {
    background: #dc3545;
    width: 70px;
    height: 70px;
    font-size: 24px;
}

.one-to-one-call-end-call-btn:hover {
    background: #c82333;
    transform: translateY(-3px) scale(1.1);
}

/* Comment Section */
.one-to-one-call-comment-section {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
}

.one-to-one-call-comment-header {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.one-to-one-call-comment-header h5 {
    color: white;
    margin: 0;
    font-size: 1.1rem;
}

.one-to-one-call-comment-messages {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 15px;
    max-height: 150px;
}

.one-to-one-call-comment-message {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    backdrop-filter: blur(10px);
}

.one-to-one-call-comment-sender {
    font-weight: 600;
    color: #667eea;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.one-to-one-call-comment-text {
    color: white;
    margin: 0;
    font-size: 0.95rem;
}

.one-to-one-call-comment-timestamp {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    margin-top: 5px;
}

.one-to-one-call-comment-input-container {
    display: flex;
    gap: 10px;
}

.one-to-one-call-comment-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    color: white;
    font-size: 0.95rem;
}

.one-to-one-call-comment-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.one-to-one-call-comment-input:focus {
    outline: none;
    border-color: #667eea;
    background: rgba(255, 255, 255, 0.25);
}

.one-to-one-call-comment-send-btn {
    background: #667eea;
    border: none;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.one-to-one-call-comment-send-btn:hover {
    background: #5a6fd8;
    transform: translateY(-2px);
}

/* Incoming Call Interface */
.one-to-one-call-incoming-call-interface {
    text-align: center;
    padding: 40px;
}

.one-to-one-call-incoming-call-display {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.one-to-one-call-caller-info {
    margin-bottom: 30px;
}

.one-to-one-call-caller-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.one-to-one-call-caller-name {
    font-size: 2rem;
    margin-bottom: 10px;
    color: white;
}

.one-to-one-call-call-type {
    font-size: 1.1rem;
    opacity: 0.8;
    color: white;
}

.one-to-one-call-incoming-call-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.one-to-one-call-accept-call-btn, .one-to-one-call-decline-call-btn {
    padding: 15px 30px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.one-to-one-call-accept-call-btn {
    background: #28a745;
    color: white;
}

.one-to-one-call-accept-call-btn:hover {
    background: #218838;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
}

.one-to-one-call-decline-call-btn {
    background: #dc3545;
    color: white;
}

.one-to-one-call-decline-call-btn:hover {
    background: #c82333;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
}

/* Incoming Call Toast Notification */
.one-to-one-call-incoming-call-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    min-width: 380px;
    animation: one-to-one-call-slideInRight 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

@keyframes one-to-one-call-slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes one-to-one-call-slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.one-to-one-call-toast-content {
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.one-to-one-call-toast-avatar {
    flex-shrink: 0;
    position: relative;
}

.one-to-one-call-toast-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.one-to-one-call-avatar-ring {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #28a745;
    border-radius: 50%;
    animation: one-to-one-call-pulse 2s infinite;
}

@keyframes one-to-one-call-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.one-to-one-call-toast-info {
    flex: 1;
}

.one-to-one-call-toast-info h5 {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.one-to-one-call-toast-info p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.one-to-one-call-toast-info .caller-name {
    font-weight: 500;
}

.one-to-one-call-toast-actions {
    display: flex;
    gap: 12px;
}

.one-to-one-call-toast-btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.one-to-one-call-toast-btn.accept-btn {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.one-to-one-call-toast-btn.accept-btn:hover {
    background: linear-gradient(135deg, #218838, #1ea085);
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
}

.one-to-one-call-toast-btn.decline-btn {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
    color: white;
}

.one-to-one-call-toast-btn.decline-btn:hover {
    background: linear-gradient(135deg, #c82333, #e55a00);
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.one-to-one-call-toast-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
}

.one-to-one-call-toast-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: scale(1.1);
}

/* Mobile Responsive for Toast */
@media (max-width: 768px) {
    .one-to-one-call-incoming-call-toast {
        top: 10px;
        right: 10px;
        left: 10px;
        min-width: auto;
        width: calc(100% - 20px);
    }

    .one-to-one-call-toast-content {
        padding: 20px;
        gap: 15px;
    }

    .one-to-one-call-toast-avatar img {
        width: 50px;
        height: 50px;
    }

    .one-to-one-call-toast-actions {
        gap: 10px;
    }

    .one-to-one-call-toast-btn {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .one-to-one-call-incoming-call-toast {
        top: 5px;
        right: 5px;
        left: 5px;
        width: calc(100% - 10px);
    }

    .one-to-one-call-toast-content {
        padding: 16px;
        gap: 12px;
    }

    .one-to-one-call-toast-avatar img {
        width: 45px;
        height: 45px;
    }

    .one-to-one-call-toast-info h5 {
        font-size: 1rem;
    }

    .one-to-one-call-toast-info p {
        font-size: 0.9rem;
    }
}

/* Floating Widget (Minimized) */
.one-to-one-call-floating-widget {
    position: fixed;
    width: 230px;
    height: 250px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border: 3px solid #1a252f;
    cursor: move;
    pointer-events: auto;
    z-index: 9998;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    overflow: hidden;
}

.one-to-one-call-floating-widget.rotated-90 {
    transform: rotate(90deg);
    transform-origin: center center;
    width: 250px;
    height: 230px;
}

.one-to-one-call-floating-widget.rotated-180 {
    transform: rotate(180deg);
    transform-origin: center center;
    width: 230px;
    height: 250px;
}

.one-to-one-call-floating-widget.rotated-270 {
    transform: rotate(270deg);
    transform-origin: center center;
    width: 250px;
    height: 230px;
}


.one-to-one-call-floating-widget::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 4px;
    border: 2px solid #1a252f;
}

@media (min-width: 769px) {
    .one-to-one-call-floating-widget {
        cursor: move !important;
    }
}

/* Mobile device styling - allow dragging but with touch-friendly behavior */
@media (max-width: 768px) {
    .one-to-one-call-floating-widget {
        cursor: grab !important;
        user-select: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        touch-action: pan-x pan-y !important; /* Allow touch dragging */
    }

    .one-to-one-call-floating-widget:hover {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    }

    .one-to-one-call-floating-widget:active {
        cursor: grabbing !important;
        transform: none !important;
    }

    /* Prevent text selection but allow touch interaction */
    .one-to-one-call-floating-widget * {
        user-select: none !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
    }
}

/* Improve button touch handling on all devices */
.one-to-one-call-widget-btn {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3) !important;
    -webkit-touch-callout: none !important;
}

.one-to-one-call-widget-btn:active {
    transform: scale(0.95) !important;
    background: rgba(255, 255, 255, 0.4) !important;
}

/* Ensure buttons are clickable on mobile */
@media (max-width: 768px) {
    .one-to-one-call-widget-btn {
        padding: 10px !important;
    }

    .one-to-one-call-widget-actions {
        gap: 8px !important; /* Increase spacing between buttons */
    }
}

.one-to-one-call-floating-widget:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.one-to-one-call-floating-widget:active {
    cursor: grabbing;
}

/* Widget Header - Control Panel */
.one-to-one-call-widget-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border-top: 1px solid #34495e;
    z-index: 1;
}

.one-to-one-call-widget-title {
    color: #ecf0f1;
    font-size: 0.8rem;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 5px;
}

.one-to-one-call-widget-actions {
    display: flex;
    gap: 4px;
}

.one-to-one-call-widget-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border: 1px solid #2471a3;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 9px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.one-to-one-call-widget-btn:hover {
    background: linear-gradient(135deg, #5dade2 0%, #3498db 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.one-to-one-call-widget-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.one-to-one-call-widget-rotate-btn {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    border: 1px solid #d68910;
}

.one-to-one-call-widget-rotate-btn:hover {
    background: linear-gradient(135deg, #f7dc6f 0%, #f39c12 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.one-to-one-call-widget-rotate-btn i {
    transition: transform 0.2s ease;
}

.one-to-one-call-widget-rotate-btn:hover i {
    transform: rotate(90deg);
}

.one-to-one-call-widget-rotate-btn {
    position: relative;
    z-index: 1000;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.one-to-one-call-widget-rotate-btn:active {
    transform: scale(0.95);
}

/* Minimized Video Preview */
.one-to-one-call-minimized-video-preview {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 35px;
    border-radius: 4px;
    overflow: hidden;
}

.one-to-one-call-minimized-remote-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
    .one-to-one-call-modal-content {
        width: 100%;
        height: 100vh;
        margin: 0;
        border-radius: 0;
    }

    .one-to-one-call-modal-header {
        padding: 6px 60px;
        padding-top: 20px;
    }

    .one-to-one-call-modal-content:not(.rotated-90):not(.rotated-270) .one-to-one-call-modal-header {
        padding-top: 40px !important;
    }

    .one-to-one-call-modal-title {
        font-size: 1.3rem;
    }

    .one-to-one-call-modal-body {
        padding: 10px;
        min-height: 150px;
    }

    .one-to-one-call-modal-content.rotated-90 {
        width: 100vh;
        height: 100vw;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -50vw;
        margin-left: -50vh;
        transform: rotate(90deg);
        transform-origin: center center;
    }
}

    /* Ensure widget is visible on mobile with proper size */
    .one-to-one-call-floating-widget {
        width: 170px !important;
        height: 190px !important;
        min-width: 160px !important;
        min-height: 100px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .one-to-one-call-widget-title {
        font-size: 0.8rem;
    }

    /* Ensure screen effect is visible on mobile */
    .one-to-one-call-floating-widget::before {
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 30px;
    }

    /* Mobile video layout adjustments */
    .one-to-one-call-local-video-container {
        width: 120px;
        height: 90px;
        top: 15px;
        right: 15px;
    }

    .one-to-one-call-modal-content.rotated-90 .one-to-one-call-local-video-container {
        width: 80px;
        height: 60px;
        top: 10px;
        right: 10px;
    }


    .one-to-one-call-controls {
        gap: 10px;
        padding: 15px;
    }

    .one-to-one-call-control-btn {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .one-to-one-call-end-call-btn {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .one-to-one-call-incoming-call-notification {
        min-width: 300px;
        right: 10px;
        left: 10px;
    }
}

@media (max-width: 480px) {
    .one-to-one-call-modal-content {
        width: 100%;
        height: 100vh;
        margin: 0;
        border-radius: 0;
    }

    .one-to-one-call-modal-header {
        padding: 14px 16px;
    }

    .one-to-one-call-modal-title {
        font-size: 1.2rem;
    }

    .one-to-one-call-modal-body {
        padding: 16px;
        min-height: 120px;
    }

    .one-to-one-call-modal-content.rotated-90 {
        width: 100vh;
        height: 100vw;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -50vw;
        margin-left: -50vh;
        transform: rotate(90deg);
        transform-origin: center center;
    }
}

@media screen and (orientation: landscape) {
    .one-to-one-call-modal-content {
        width: 100vw;
        height: 100vh;
    }

    .one-to-one-call-modal-content .one-to-one-call-remote-video,
    .one-to-one-call-modal-content .one-to-one-call-local-video {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .one-to-one-call-video-container {
        flex: 1;
        min-height: 0;
    }
}

@media screen and (orientation: portrait) {
    .one-to-one-call-modal-content {
        width: 100vw;
        height: 95vh;
        margin-top: 30px;
    }

    .one-to-one-call-modal-content .one-to-one-call-remote-video,
    .one-to-one-call-modal-content .one-to-one-call-local-video {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .one-to-one-call-video-container {
        flex: 1;
        min-height: 0;
    }
}

    /* Ensure widget is visible on very small mobile */
    .one-to-one-call-floating-widget {
        width: 170px !important;
        height: 190px !important;
        min-width: 150px !important;
        min-height: 90px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .one-to-one-call-widget-title {
        font-size: 0.75rem;
    }

    /* Ensure screen effect is visible on very small mobile */
    .one-to-one-call-floating-widget::before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 25px;
    }

    /* Very small mobile adjustments */
    .one-to-one-call-local-video-container {
        width: 100px;
        height: 75px;
        top: 10px;
        right: 10px;
    }

    .one-to-one-call-modal-content.rotated-90 .one-to-one-call-local-video-container {
        width: 70px;
        height: 50px;
        top: 8px;
        right: 8px;
    }


    .one-to-one-call-controls {
        gap: 8px;
        padding: 12px;
    }

    .one-to-one-call-control-btn {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .one-to-one-call-end-call-btn {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }

    .one-to-one-call-incoming-call-notification {
        min-width: 280px;
    }
}

/* Animation Classes */
.one-to-one-call-modal-container[style*="display: none"] {
    display: none !important;
}

/* Ensure proper z-index layering */
.one-to-one-call-modal-overlay {
    z-index: 9999;
}

.one-to-one-call-floating-widget {
    z-index: 9998;
}

/* Ensure widget is always visible when minimized */
.one-to-one-call-floating-widget[x-show="true"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Force widget visibility and enable dragging on mobile */
@media (max-width: 768px) {
    .one-to-one-call-floating-widget {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        /* Ensure widget is draggable on mobile */
        touch-action: pan-x pan-y !important;
        -webkit-user-select: none !important;
        user-select: none !important;
    }

    /* Improve touch dragging experience on mobile */
    .one-to-one-call-floating-widget:active {
        cursor: grabbing !important;
        transform: scale(1.02) !important;
        transition: transform 0.1s ease !important;
    }
}

/* Smooth transitions for all interactive elements */
.one-to-one-call-modal-btn,
.one-to-one-call-widget-btn,
.one-to-one-call-control-btn {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Focus states for accessibility */
.one-to-one-call-modal-btn:focus,
.one-to-one-call-widget-btn:focus,
.one-to-one-call-control-btn:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

/* Loading state (optional) */
.one-to-one-call-modal-loading {
    opacity: 0.7;
    pointer-events: none;
}

.one-to-one-call-modal-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: one-to-one-call-spin 1s linear infinite;
}

@keyframes one-to-one-call-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* One-to-One Call Page Styles */
.one-to-one-call-interface-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.one-to-one-call-user-selection-section,
.one-to-one-call-status-section,
.one-to-one-call-recent-calls-section {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.one-to-one-call-section-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #f8f9fa;
    padding-bottom: 15px;
}

.one-to-one-call-section-title {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.one-to-one-call-section-title i {
    color: #667eea;
}

.one-to-one-call-user-selection-form {
    margin-bottom: 20px;
}

.one-to-one-call-form-group {
    margin-bottom: 20px;
}

.one-to-one-call-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.one-to-one-call-form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.one-to-one-call-form-control:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.one-to-one-call-selected-user-display {
    margin-top: 20px;
}

.one-to-one-call-user-info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px solid #e9ecef;
}

.one-to-one-call-user-avatar {
    position: relative;
    flex-shrink: 0;
}

.one-to-one-call-avatar-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.one-to-one-call-status-indicator {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.one-to-one-call-status-indicator.online {
    background: #28a745;
}

.one-to-one-call-status-indicator.offline {
    background: #6c757d;
}

.one-to-one-call-user-details {
    flex: 1;
}

.one-to-one-call-username {
    margin: 0 0 8px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.one-to-one-call-status-text {
    margin: 0;
    font-size: 1rem;
    color: #6c757d;
}

.one-to-one-call-actions {
    flex-shrink: 0;
}

.one-to-one-call-btn-call {
    background: #28a745;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.one-to-one-call-btn-call:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

.one-to-one-call-offline-message {
    color: #6c757d;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.one-to-one-call-status-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px solid #e9ecef;
}

.one-to-one-call-status-icon {
    flex-shrink: 0;
}

.one-to-one-call-status-icon i {
    font-size: 2rem;
    color: #667eea;
}

.one-to-one-call-status-content {
    flex: 1;
}

.one-to-one-call-status-content h4 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 1.2rem;
}

.one-to-one-call-status-content p {
    margin: 0;
    color: #6c757d;
    font-size: 1rem;
}

.one-to-one-call-status-actions {
    flex-shrink: 0;
}

.one-to-one-call-btn-cancel {
    background: #dc3545;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.one-to-one-call-btn-cancel:hover {
    background: #c82333;
    transform: translateY(-2px);
}

.one-to-one-call-recent-calls-list {
    min-height: 100px;
}

.one-to-one-call-no-calls-message {
    text-align: center;
    padding: 40px;
    color: #6c757d;
}

.one-to-one-call-no-calls-message i {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.5;
}

.one-to-one-call-no-calls-message p {
    margin: 0;
    font-size: 1.1rem;
}

/* Select2 Custom Styling */
.one-to-one-call-select2-container--bootstrap-5 .one-to-one-call-select2-selection {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    min-height: 48px;
}

.one-to-one-call-select2-container--bootstrap-5 .one-to-one-call-select2-selection--single {
    padding: 12px 16px;
}

.one-to-one-call-select2-container--bootstrap-5 .one-to-one-call-select2-selection__rendered {
    line-height: 1.5;
    color: #333;
}

.one-to-one-call-select2-container--bootstrap-5 .one-to-one-call-select2-dropdown {
    border: 2px solid #667eea;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.one-to-one-call-user-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.one-to-one-call-user-option-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.one-to-one-call-user-option-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.one-to-one-call-user-option-username {
    font-weight: 600;
    color: #333;
}

.one-to-one-call-user-option-status {
    font-size: 0.8rem;
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.one-to-one-call-user-option-status.online {
    background: #d4edda;
    color: #155724;
}

.one-to-one-call-user-option-status.offline {
    background: #f8d7da;
    color: #721c24;
}

/* Responsive adjustments for the main page */
@media (max-width: 768px) {
    .one-to-one-call-interface-container {
        padding: 15px;
    }

    .one-to-one-call-user-selection-section,
    .one-to-one-call-status-section,
    .one-to-one-call-recent-calls-section {
        padding: 20px;
        margin-bottom: 20px;
    }

    .one-to-one-call-user-info-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .one-to-one-call-status-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .one-to-one-call-avatar-img {
        width: 60px;
        height: 60px;
    }

    .one-to-one-call-username {
        font-size: 1.3rem;
    }

    .one-to-one-call-btn-call {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .one-to-one-call-interface-container {
        padding: 10px;
    }

    .one-to-one-call-user-selection-section,
    .one-to-one-call-status-section,
    .one-to-one-call-recent-calls-section {
        padding: 15px;
        margin-bottom: 15px;
    }

    .one-to-one-call-section-title {
        font-size: 1.3rem;
    }

    .one-to-one-call-avatar-img {
        width: 50px;
        height: 50px;
    }

    .one-to-one-call-username {
        font-size: 1.2rem;
    }
}

/* Toast loading state styles */
.one-to-one-call-toast-loading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-size: 0.9rem;
}

.one-to-one-call-toast-loading i {
    font-size: 1rem;
}

.one-to-one-call-toast-loading span {
    font-weight: 500;
}

/* Video call interface styles */
.one-to-one-call-video-call-interface {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    height: calc(100vh - 150px); /* Full screen height minus header and margins */
    width: 100%;
    position: relative; /* Relative positioning within the modal */
    top: 0;
    left: 0;
    z-index: 1; /* Lower z-index to stay below header */
    display: flex;
    flex-direction: column;
}

.one-to-one-call-modal-content.rotated-90 .one-to-one-call-video-call-interface {
    height: calc(100vw - 100px);
    width: 100%;
}

.one-to-one-call-video-container {
    position: relative;
    width: 100%;
    height: 100%; /* Full height of parent */
}

.one-to-one-call-remote-video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.one-to-one-call-remote-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #1a1a1a;
}

.one-to-one-call-local-video-container {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 120px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 10; /* Ensure local video appears above remote video */
}

.one-to-one-call-modal-content.rotated-90 .one-to-one-call-local-video-container {
    top: 20px;
    right: 20px;
    width: 100px;
    height: 80px;
}

.one-to-one-call-local-video-container:hover {
    transform: scale(1.05);
}

.one-to-one-call-local-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #2a2a2a;
}

.one-to-one-call-local-video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
}



.one-to-one-call-remote-video-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
}

.one-to-one-call-remote-user-info,
.one-to-one-call-local-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.one-to-one-call-remote-avatar,
.one-to-one-call-local-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.one-to-one-call-remote-username,
.one-to-one-call-local-username {
    font-weight: 600;
    font-size: 14px;
}

.one-to-one-call-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    background: rgba(0,0,0,0.1);
}

.one-to-one-call-control-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.one-to-one-call-control-btn:hover {
    transform: scale(1.1);
}

.one-to-one-call-control-btn.active {
    background: #28a745;
    color: white;
}

.one-to-one-call-control-btn:not(.active) {
    background: #6c757d;
    color: white;
}

.one-to-one-call-end-call-btn {
    background: #dc3545 !important;
    color: white !important;
}

.one-to-one-call-end-call-btn:hover {
    background: #c82333 !important;
}

.local-label {
    color: white;
    font-weight: 600;
    font-size: 12px;
}

/* Enhanced Minimized Widget Styles */
.one-to-one-call-widget-content {
    position: relative;
    height: calc(100% - 34px);
    padding: 0;
}

.one-to-one-call-widget-video-container {
    position: relative;
    width: 100%;
    height: calc(100% - 40px);
    background: #000;
}

/* Remote Video (Main) */
.one-to-one-call-widget-remote-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #1e3c72, #2a5298);
    display: flex;
    align-items: center;
    justify-content: center;
}

.one-to-one-call-widget-remote-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.one-to-one-call-widget-remote-video-overlay {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    align-items: center;
}

.one-to-one-call-widget-remote-user-info {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 8px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.one-to-one-call-widget-remote-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.one-to-one-call-widget-remote-username {
    color: white;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

/* Local Video (Thumbnail) */
.one-to-one-call-widget-local-video-container {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 60px;
    height: 45px;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.2s ease;
}

.one-to-one-call-widget-local-video-container:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.5);
}

.one-to-one-call-widget-local-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.one-to-one-call-widget-local-video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.one-to-one-call-widget-local-label {
    color: white;
    font-size: 8px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Compact Controls */
.one-to-one-call-widget-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 8px;
    display: flex;
    justify-content: center;
    gap: 8px;
    backdrop-filter: blur(10px);
}

.one-to-one-call-widget-control-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 12px;
}

.one-to-one-call-widget-control-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.one-to-one-call-widget-control-btn.active {
    background: rgba(76, 175, 80, 0.8);
}

.one-to-one-call-widget-end-btn {
    background: rgba(244, 67, 54, 0.8) !important;
}

.one-to-one-call-widget-end-btn:hover {
    background: rgba(244, 67, 54, 1) !important;
}

/* Mobile Responsiveness for Enhanced Widget */
@media (max-width: 768px) {
    .one-to-one-call-floating-widget {
        width: 240px;
        height: 160px;
    }

    .one-to-one-call-widget-local-video-container {
        width: 50px;
        height: 38px;
    }

    .one-to-one-call-widget-control-btn {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .one-to-one-call-floating-widget {
        width: 200px;
        height: 140px;
    }

    .one-to-one-call-widget-local-video-container {
        width: 45px;
        height: 45px;
    }

    .one-to-one-call-widget-control-btn {
        width: 24px;
        height: 24px;
        font-size: 9px;
    }
}
