.voice_subscription_panel {
    width:100%;
    height:112px;
    background: #EAECF1;
    border-radius: 4px;
    padding:15px;
    font-family: 'Basier Square';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    /* identical to box height, or 16px */
    letter-spacing: -0.02em;

    color: #262932;
    text-align: center;
}

.stripe-button-el {
    margin-top:15px;
    width: 200px!important;
    height: 40px!important;

    background: linear-gradient(270deg, #1CB33D 0%, #76C924 100%)!important;
    border: 1px solid #1CB23D!important;
    box-shadow: 0px 2px 4px rgba(71, 189, 49, 0.2)!important;
    border-radius: 4px!important;
    outline: none!important;
}
.stripe-button-el span {
    background:none!important;
    box-shadow: none!important;
    font-family: 'Basier Square'!important;
    font-style: normal!important;
    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 115%;
    /* identical to box height, or 16px */
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-shadow: 0px 2px 1px rgba(38, 41, 50, 0.15);
    content: "Przejdź do premium";
}

.voice_title {
    font-family: 'Basier Square';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    /* identical to box height, or 28px */

    letter-spacing: -0.02em;

    color: #262932;
}


.voice_records {
    background:#EAECF1;
    padding:0 10px 5px 10px;
    border-radius:6px;
}

#voiceRecordTable tbody tr {
    width:95%;
    height:56px;
}

#voiceRecordTable {
    border-spacing: 0 4px;
    border-collapse: separate;
    margin:0;
}

#voiceRecordTable td {
    background-color:#fff;
    border:0;
    padding:5px;
    vertical-align:middle;
    font-family: 'Basier Square';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    /* identical to box height, or 16px */

    letter-spacing: -0.02em;

    color: #262932;

}

#voiceRecordTable td svg {
    vertical-align:middle;
}

#voiceRecordTable tr td:first-child {
    border-radius:10px 0 0 10px;
    padding:15px;
    text-align:center;
}

#voiceRecordTable tr td:last-child {
    border-radius:0px 10px 10px 0px;
}

#voiceRecordTable thead th {
    text-align:left;
    padding:5px;
    background: #EAECF1;
    height:48px;
    font-family: 'Basier Square';
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 130%;
    /* identical to box height, or 16px */

    letter-spacing: -0.02em;

    color: #262932;
    border:0;
    vertical-align:middle;

}


.dtr-control:before {
    border:0!important;
    margin-top:-1em!important;
    box-shadow: none!important;
    width:24px!important;
    height:24px!important;
    margin: -5px auto 0 auto!important;
    left:inherit!important;
    top:inherit!important;
    text-align: center;
    background-color: transparent!important;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='12' r='1' fill='%23262932' stroke='%23262932'/%3E%3Ccircle cx='12' cy='12' r='1' fill='%23262932' stroke='%23262932'/%3E%3Ccircle cx='6' cy='12' r='1' fill='%23262932' stroke='%23262932'/%3E%3C/svg%3E%0A")!important;
}
ul.dtr-details  {
    width:100%!important;
}
.dtr-details li {
    text-align: left;
}

.dtr-details li .dtr-title {
    width:50%;
}
table.dataTable.no-footer {
    border-bottom: 0!important;
}

.voicerecord_code {
    position: relative;
    width:100%;
    min-height:80px;
    opacity: 0.7;
}
.voicerecord_code textarea {
    border:0;
    background: transparent;
    outline: none;
      font-family: "Basier Square";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: -0.02em;
    color: #262932;
    resize:none;
     background: #EAECF1;
    border-radius: 6px;
}

.voicerecord_code textarea {
        padding-right:50px;
}
.voicerecord_code svg {
    vertical-align: middle;
}
.downloadPackage {
    
}
.voicerecord_code button {
    background-color: #fff;
    border:0;
    position: absolute;
    right:15px;
    top: 14%;
    font-family: 'Basier Square';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 115%;
/* identical to box height, or 16px */

text-align: center;
letter-spacing: -0.02em;

color: #262932;
outline: none;
}

@media all  and (max-width: 1024px) {
    .voicerecord_code textarea  {
       
        height: auto;
    }
    .voicerecord_code button {
        width:100%;
        position: inherit;
        margin-bottom: -60px;
        background: rgba(240, 31, 1, 0.1);
        border-radius: 4px;
        font-family: 'Basier Square';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 115%;
        /* identical to box height, or 16px */

        text-align: center;
        letter-spacing: -0.02em;

        color: #F01F01;
    }
}

.vrecord-931-video-modal {
    position: absolute;
    top:20%;
    left:0;
    right:0;
    max-width:848px;
    width:auto;
    
    max-height:500px;
    background:#fff;
    border-radius:4px;
    z-index: 9999;
    margin: 0 auto;
    
}
.vrecord-931-video-overlay {
    position: fixed;
    width:100%;
    height:100%;
    background: #262932;
    opacity: 0.75;
    top:0;
    left:0;
}


.vrecord-931-video-modal h4 {
    left: 24px;
    top: 18px;
    position: absolute;
    font-family: 'Basier Square';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    /* identical to box height, or 28px */
    letter-spacing: -0.02em;

    color: #262932;
    margin: 0;
}
.vrecord-931-video-modal .video-close {
    position: absolute;
    top:18px;
    right:16px;
     cursor: pointer;
    width: 32px;
    height: 32px;
   background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(38, 41, 50, 0.25);
    box-shadow: 0px 1px 2px rgba(38, 41, 50, 0.1);
    border-radius: 16px;
    display: inline-block;
    text-align: center;
    color:#262932;
    font-size:15px;
    line-height: 32px;
    vertical-align: middle;
}
.vrecord-931-video-modal video,.vrecord-931-video-modal audio {

    max-width: 95%;
    max-height:400px;
    display: block;
    margin: 60px auto 15px auto;
}

