#turisvpn-subscribe-form {
    max-width: 100%;
}

.turisvpn-subscribe-form-layout {
    width: 537px;
    max-width: 100%;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
}

.turisvpn-subscribe-form-input {
    width: calc(75% - 4px);
    border-radius: 100px;
    font-size: 0.875rem;
    line-height: 121%;
    background-color: #ffffff29;
    padding: .875rem 18px;
    font-family: Inter, sans-serif;
    color: #fff;
}

.turisvpn-subscribe-form-submit {
    width: fit-content;
    cursor: pointer;
    background-image: linear-gradient(to right, #25daab, #1a96cb);
    padding: .875rem 33px .875rem 2rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    position: relative;
    font-size: 0.875rem;
    line-height: 121%;
    font-family: Inter, sans-serif;
}

.wpcf7 form .wpcf7-response-output
{
    @apply text-white my-[1em] w-fit;
}

.wpcf7 form.sent .wpcf7-response-output {
    pointer-events: none;
    @apply wpcf7-not-valid-tip px-[18px] py-[5px] border-0 flex items-center gap-2.5 ;
}

.turisvpn-subscribe-form-success-tip {
    gap: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
    pointer-events: none;
    border-radius: 100px;
    background-color: #12342C;
    color: #27DEBF;
    padding: 8px 18px;
    font-size: 0.875rem;
    line-height: 121%;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 121%;
    margin-top: 8px;
}

.turisvpn-subscribe-form-not-valid-tip {
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 121%;
    color: #ff0000;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.turisvpn-subscribe-form-success-tip::after{
    pointer-events: auto;
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Cpath d="M12.854 12.1463C12.9005 12.1927 12.9373 12.2479 12.9625 12.3086C12.9876 12.3693 13.0006 12.4343 13.0006 12.5C13.0006 12.5657 12.9876 12.6308 12.9625 12.6915C12.9373 12.7522 12.9005 12.8073 12.854 12.8538C12.8076 12.9002 12.7524 12.9371 12.6917 12.9622C12.631 12.9874 12.566 13.0003 12.5003 13.0003C12.4346 13.0003 12.3695 12.9874 12.3088 12.9622C12.2481 12.9371 12.193 12.9002 12.1465 12.8538L8.00028 8.70691L3.85403 12.8538C3.76021 12.9476 3.63296 13.0003 3.50028 13.0003C3.3676 13.0003 3.24035 12.9476 3.14653 12.8538C3.05271 12.76 3 12.6327 3 12.5C3 12.3674 3.05271 12.2401 3.14653 12.1463L7.2934 8.00003L3.14653 3.85378C3.05271 3.75996 3 3.63272 3 3.50003C3 3.36735 3.05271 3.2401 3.14653 3.14628C3.24035 3.05246 3.3676 2.99976 3.50028 2.99976C3.63296 2.99976 3.76021 3.05246 3.85403 3.14628L8.00028 7.29316L12.1465 3.14628C12.2403 3.05246 12.3676 2.99976 12.5003 2.99976C12.633 2.99976 12.7602 3.05246 12.854 3.14628C12.9478 3.2401 13.0006 3.36735 13.0006 3.50003C13.0006 3.63272 12.9478 3.75996 12.854 3.85378L8.70715 8.00003L12.854 12.1463Z" fill="%2327DEBF"%3E%3C/path%3E%3C/svg%3E');
    padding: 4px;
    border-radius: 100%;
    background-color: #204039;
    cursor: pointer;
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
}
