﻿#qrModal {
    padding-right: 0;
    position: fixed;
}

    #qrModal .modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        margin: 0;
    }

    #qrModal .modal-content {
        width: 360px;
        border-radius: 10px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0 10px 0;
    }

    #qrModal .close {
        opacity: 1;
    }

    #qrModal .iconCloseModalQR {
        background-color: #fff;
        border-radius: 50px;
        box-shadow: -1px 0 4px rgba(0, 0, 0, 0.25);
        color: #7563F8;
        padding: 12px;
        position: absolute;
        top: 50px;
        right: 0;
        transform: translate(50%, -50%);
        cursor: pointer;
        font-size: 26px !important;
    }

    #qrModal .modalTitle {
        color: #7563F8;
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 20px;
        text-align: center;
        max-width: 185px;
    }

    #qrModal .qrLinkTelefon, #qrModal .qrLinkTelefon:hover, #qrModal .qrLinkTelefon:active, #qrModal .qrLinkTelefon:visited, #qrModal .qrLinkTelefon:focus {
        color: #7563F8;
        text-decoration: none;
    }

    #qrModal .underline {
        width: 100%;
        height: 1px;
        background-color: #7563F8;
        margin: 10px 0;
    }

    #qrModal #txtDescriereQR {
        color: #60536C;
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }
