﻿.callModal .modal-content {
    border-radius: 20px 20px 60px 60px;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

.callModal .modal-dialog {
    max-width: 300px;
}

.callModal .modal-content img.call_image {
    padding: 6% 16%;
    width: 100%;
}


.call_image-back {
    z-index: 4;
    top: 7em;
    left: 0;
    position: absolute;
}


.call_image-box {
    position: relative;
    left: 0px;
    width: 56%;
    margin: 21%;
    clip-path: circle(50% at 50% 50%);
}


.callModal .modal-content img.call_image.call_avatar {
    position: absolute;
    top: 0px;
    right: 0px;
    object-fit: cover;
    padding: 0 !important;
    height: 100%;
    object-position: center;
    width: 100% !important;
}

.call_image-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}



.callModal .modal-content p.call_text {
    text-align: center;
    padding: 0 12%;
    font-size: 1.3em;
}

.callModal .modal-content p.incoming-call {
    text-align: center;
    padding: 20px 12% 0 12%;
    font-size: 1.3em;
}

.callModal .modal-content h2.device-name {
    text-align: center;
    padding: 0 12%;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 27px;
    max-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.callModal .modal-footer {
    padding: 0;
    background: transparent;
}

    .callModal .modal-footer .dismiss-call, .callModal .modal-footer .open-call {
        width: 100%;
        margin: 0 !important;
    }

        .callModal .modal-footer .open-call .button {
            border: none;
            text-align: center;
            background-color: #83d583;
            border-radius: 0 0 100px 0;
            height: 60px;
            margin: 0 !important;
            width: 100%;
            box-shadow: 0 0 3px #83d583;
        }

            .callModal .modal-footer .open-call .button i.fa.fa-phone {
                font-size: 41px;
                color: white;
                line-height: 60px;
                transform: none;
            }

            .callModal .modal-footer .open-call .button:hover {
                background-color: #76c076;
                cursor: pointer;
            }

        .callModal .modal-footer .dismiss-call .button {
            background-color: #d1646d;
            border: none;
            text-align: center;
            border-radius: 0 0 0 100px;
            height: 60px;
            box-shadow: 0 0 3px #d1646d;
        }

            .callModal .modal-footer .dismiss-call .button.only-decline {
                border-radius: 0 0 100px 100px;
            }


            .callModal .modal-footer .dismiss-call .button:hover {
                background-color: #dd4242;
                cursor: pointer;
            }

            .callModal .modal-footer .dismiss-call .button i.fa.fa-phone {
                font-size: 45px;
                color: white;
                line-height: 55px;
                transform: rotate(136deg);
            }



.calling-modal .stat, .calling-modal .status.calling, .calling-modal .status-time {
    font: var(--baloo-bold);
    line-height: 30px;
    color: white;
    text-shadow: 0 0 15px #35418f;
}

.calling-modal h1 {
    font: var(--baloo-bold);
    line-height: 0;
    text-shadow: 0 0 15px #35418f;
}

.calling-modal img {
    border-radius: 200px;
    width: 200px;
    height: 200px;
    box-shadow: 0 0 25px white;
    border: 3px solid white;
}

.modal-lg2 {
    max-width: 530px;
}

#newContactName{
    width:inherit;
}

