
@font-face	{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url('fonts/Roboto.woff2') format('woff2');
    }

html,body {
    background-color: white;
    font-family: 'Roboto', sans-serif!important;
    margin:0;
  }


.qr-icon{
    font-size: 2rem;   
    color:#241F55;
}
.back-icon{
    font-size: 2rem;   
}
@media (max-width: 543px) {
    .qr-icon{
        font-size:2rem;
    }

    .back-icon{
        font-size:1.3rem;
    }

    .footer{
        margin-top:1rem;
    }
    .video-card {
        padding-top: 56.25%!important; /* 16:9 Aspect Ratio */
    }

    .voice-message-container{
        justify-content: space-around!important
    }
}

.footer{

}
.card{
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;

}
.back-page{
    position: absolute;
}
.register-card{
    background-color: #F5F3F4;
    border-radius: 16px;
}

.container-qr{
    margin-top:4rem;
}

.card-qr{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.qr-numbers{
    font-size:2.5rem;
}

.qr-id-text{
    font-size: small;
}

.container-share{
    padding-top:5rem;
}

.container-help{
    margin-top:7rem;
    margin-bottom:1rem;
}

.footer-qr{
    text-align: center;
}

.powered{
    padding-top:1rem;
    font-size:small;
}

.towhom-input{
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.towhom-text{
    font-size: small;
}

.next-body{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.btn-save{
    background: rgba(153, 217, 140, 1);
    border-radius: 16px;
}

.user-sent-text{
    font-size:large;
    padding-right: 5rem;
    padding-left: 5rem;
    font-family: monospace;
}

.back-audiogramm{
    background: rgba(245, 243, 244, 1);
    padding: 1rem;
    border-radius: 16px;
}

.play-icon{
    font-size:3.5rem;
}

.audio-block{
    border-top: 1px dotted rgba(0, 0, 0, 0.5);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}

.length-of-audio{
    font-size:small
}

.settings-block .card{
    padding: 1rem;
    border:0;
    background: rgba(245, 243, 244, 1);
    border-radius: 16px;
}

.crown-card{
    background: rgba(255, 183, 3, 1)!important;

}

.upload-warning{
    font-size: small;
    color: rgba(22, 26, 29, 0.5);
}

.video-card {
    position: relative;
    padding-top: 36.25%; /* 16:9 Aspect Ratio */
}
.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    border: none;
}

.voice-message-container {
    text-align: center;
    margin-top: 20px;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}
.record-btn {
    font-size: 2rem;
    color: white;
    background-color: #dc3545;
    border-radius: 50%;
    padding: 30px;
    width: 110px;
    height: 110px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    transition: background-color 0.3s;
    cursor:pointer;
}
    .record-btn:hover {
        background-color: #ff5b6a; 
    }

.timer {
    font-size: small;
    color: black;
    margin: 10px 0;
}
.instructions {
    font-size: 0.8rem;
    color: rgba(22, 26, 29, 0.5);

    margin-bottom: 20px;
}
.control-icons {
    font-size: 2.5rem;
    margin: 0 10px;
    color: #6c757d;
    cursor: pointer;
}

.template-card{
    width: 20%;
}

.content-text{
    font-size:small;
    font-weight: bold;
    padding-top:1rem
}

.video-card-ready{
    position: relative;
    padding-top: 100%;
}

.text-top-video{
    position: absolute;
    top:0px;
    z-index: 10;
    
}
.footer{}

.swal2-popup{
    border-radius:25px;
}

.swal2-confirm{
    border-radius:20px!important;
}
.swal2-cancel {
    background-color: #FF5C58!important;
}

/* Processing template */
.processing-template {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

    .processing-template > * {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

        .processing-template > * > span:not(.inline) {
            display: block;
            margin-top: 10px;
        }

tbody > .processing-template {
    z-index: 1002;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
}

    tbody > .processing-template > * > span {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    tbody > .processing-template > * > .fa {
        font-size: inherit;
    }

.processing-template.position-absolute {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}