#wpmtst-modal-cta .wpmtst-record-cta {
    border-radius: 0.375rem;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #cd2653;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.wpmtst-record-modal {
    max-width: 545px;
    position: relative;
}

.wpmtst-record-modal .wpmtst-video .video-js,
.wpmtst-record-modal .wpmtst-video .video-js video {
    border-radius: .5rem;
}

.wpmtst-record-modal.modal-hidden {
    background: transparent;
    box-shadow: none;
}

.wpmtst-record-modal.modal-hidden .close-modal {
    visibility: hidden;
}

.wpmtst-record-modal .wpmtst-modal-title:before {
    width: 40px;
    height: 40px;
    content: '';
    background: url(../img/video.png) no-repeat 50% 50%;
    background-size: cover;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.wpmtst-record-modal .wpmtst-modal-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wpmtst-record-modal .wpmtst-modal-description {
    font-size: 14px;
    text-align: center;
    opacity: 0.8;
    margin-bottom: 15px;
}

.wpmtst-record-modal .wpmtst-devices-selector {
    display: grid;
}

.wpmtst-record-modal .wpmtst-devices-selector>label {
    font-size: 14px;
    font-weight: 500;
}

.wpmtst-record-modal .wpmtst-devices-selector>label {
    margin-bottom: 0;
    margin-top: 15px;
}

.wpmtst-record-modal .wpmtst-devices-selector #wpmtst-camera-selector,
.wpmtst-record-modal .wpmtst-devices-selector #wpmtst-mic-selector {
    font-size: 16px;
    font-weight: 400;
    border-radius: .375rem;
    border: 1px solid #d9e3ea;
    padding: 10px;
    margin-top: 5px;
    width: 100%;
}

.wpmtst-record-modal .wpmtst-devices-selector #wpmtst-mic-selector {
    margin-bottom: 15px;
}

.wpmtst-record-modal #wpmtst-start-record {
    display: block;
}

.wpmtst-record-modal #wpmtst-start-record .wpmtst-record-start {
    width: 100%;
    border-radius: .375rem;
    padding: 10px;
    font-size: 16px;
    background-color: #cd2653;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}

.wpmtst-record-modal .strong-form-inner .form-field #wpmtst_client_name,
.wpmtst-record-modal .strong-form-inner .form-field #wpmtst_email {
    border: none;
    border-bottom: 1px solid #d9e3ea;
    padding: 5px;
}

.wpmtst-record-modal .strong-form-inner .form-field #wpmtst_client_name:focus-visible,
.wpmtst-record-modal .strong-form-inner .form-field #wpmtst_email:focus-visible {
    outline: none;
}

.wpmtst-record-modal .strong-form-inner .form-field .field-client_name,
.wpmtst-record-modal .strong-form-inner .form-field .field-email {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 700;
}

.wpmtst-record-modal .strong-form-inner .form-field .after {
    font-size: 14px;
    font-style: italic;
}

.wpmtst-record-modal .strong-form-inner .wpmtst-submit input {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    border-radius: .375rem;
}

.wpmtst-record-modal .wpmtst-video {
    position: relative;
}

.wpmtst-record-modal .wpmtst-record-counter {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 140px;
    z-index: 100;
}

.wpmtst-record-modal .wpmtst-record-counter .wpmtst-rec {
    font-weight: 700;
    color: rgb(220, 101, 71);
    padding: 0px 5px;
}

.wpmtst-record-modal .wpmtst-record-counter .wpmtst-start-record {
    border: 5px solid rgba(255, 255, 255, 0.4);
    height: 47px;
    width: 47px;
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}

.wpmtst-record-modal .wpmtst-record-counter .wpmtst-stop-record {
    background: rgba(255, 255, 255, 0.4);
    height: 42px;
    width: 42px;
    border-radius: 50%;
}

.wpmtst-record-modal .wpmtst-record-counter .wpmtst-start-record .st-rec-button {
    color: black;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    background: rgba(227, 73, 28, 0.8);
    outline: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    left: 4px;
    top: 4px;
}

.wpmtst-record-modal .wpmtst-record-counter .wpmtst-stop-record .st-rec-button {
    color: black;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    background: rgba(227, 73, 28, 0.8);
    outline: none;
    border: none;
    cursor: pointer;
    margin: 8px;
    display: block;
    padding: 0;
}

.wpmtst-record-modal .wpmtst-record-counter .wpmtst-count {
    color: #fff;
    font-size: 92px;
    font-weight: bold;
    display: block;
    line-height: 0.5;
}

.wpmtst-record-modal .wpmtst-modal-upload {
    text-align: center;
}

.wpmtst-record-modal .wpmtst-modal-upload a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #575555;
}

.jquery-modal.blocker {
    z-index: 99;
}

#wpmtst-record-modal .strong-form-actions {
    display: inline-flex;
    width: 100%;
}

#wpmtst-record-modal .strong-form-actions a,
.strong-form-actions div {
    width: 49%;
}

#wpmtst-record-modal .form-field.wpmtst-submit label {
    margin: 0;
}

#wpmtst-record-modal #wpmtst-record-again {
    font-size: 14px;
    padding: 10px;
    border-radius: .375rem;
    margin-right: 2%;
    background-color: unset;
    border: 1px solid #d9e3ea;
    color: #000;
    text-align: center;
}

.wpmtst-modal-loader {
    background-color: #cd2653;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem;
    vertical-align: middle;
}

#wpmtst-record-modal .wpmtst-permissions_pending {
    width: 75px;
}

.video_testimonial_wrap {
    padding: 20px;
    text-align: center;
}

.video_testimonial_wrap .wpmtst_video_testimonial_text {
    margin-top: 40px;
    margin-bottom: 0;
}

.form-field.wpmtst-submit {
    text-align: center;
}

.required-notice {
    line-height: 20px;
}

.strong-form-actions .form-field.wpmtst-submit label {
    width: 100%;
}

#wpmtst-submission-form .field-hidden {
    height: 0;
}

#wpmtst-record-modal .strong-form-inner {
    padding: 20px 0px;
}

#wpmtst-record-modal .required.symbol::after {
    content: '*';
    color: #FF0000;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 5px;
    position: relative;
    top: 5px;
}

#wpmtst-record-modal label {
    display: inline-block;
    float: none;
    width: auto;
}

#wpmtst-record-modal .form-field.field-client_name,
#wpmtst-record-modal .form-field.field-email {
    margin-bottom: 1.5em;
}

#wpmtst-record-modal .strong-form-actions .form-field.wpmtst-submit label {
    width: 100%;
}

#wpmtst-record-modal input[type="text"],
#wpmtst-record-modal input[type="email"] {
    box-sizing: border-box;
    display: block;
    float: none;
    width: 100%;
}

.wpmtst-modal-description.wpmtst-modal-error {
    color: #f00;
}

#wpmtst-record-modal .wpmtst-modal-upload-max-size {
    display: block;
    font-size: 13px;
    color: #f00;
}

.wpmtst-submit-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
    border-radius: 0.375rem;
}

.wpmtst-submit-spinner {
    width: 44px;
    height: 44px;
    border: 4px solid rgba(205, 38, 83, 0.2);
    border-top-color: #cd2653;
    border-radius: 50%;
    animation: wpmtst-spin 0.7s linear infinite;
}

@keyframes wpmtst-spin {
    to { transform: rotate(360deg); }
}