body.avm {
    background-color: #f3e8ff;
}
#vs-video-recorder {
    border-radius: 24px;
    padding: 48px;
    max-width: 100%!important;
}

#audio-playback {
    width: 100%;
    margin: 24px 0;
}
#vs-video-recorder form > div {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
#vs-video-recorder textarea,
#vs-video-recorder input {
    background-color: #ffffff;
    border-radius: 24px;
    width:100%;
    padding: 12px;
    border: 1px solid #777777;
}
#vs-video-recorder textarea {
    resize: none;
    height: 150px;
}
#avs-status {padding-top: 12px; padding-bottom: 12px;}
#avs-status.green {color:green;}
#avs-status.red {color:red;}
span.flatpickr-weekday {font-size: 16px; color:#000000;}
.flatpickr-day {color:#2b2b2b; font-size: 16px;}
.flatpickr-day.flatpickr-disabled {
    color:rgba(43,43,43,0.5);
}
#as-audio-history-page {
    max-width: 100%;
}
#video-playback {
    margin-top: 24px;
    margin-bottom: 24px;
    width:100%;
}
#record-mode {
    background: url('https://darkgray-crow-253688.hostingersite.com/wp-content/uploads/2025/07/chevron-down-icon.svg')no-repeat 96% /10px;
    -webkit-appearance: none;
    appearance: none;
    margin: 24px 0;
}
@media screen and (max-width:767px) {
    #vs-video-recorder form > div {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
@media screen and (max-width:640px) {
    #vs-video-recorder {
        padding: 24px;  
    }
}