* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration-line: none;
}

#viza_support_content #message,
#exampleModalviza #message {
    resize: none;
}

#viza_support_content .modal-body,
#exampleModalviza .modal-body {
    padding: 0;
}

#viza_support_content #nav_header_modal_close,
#exampleModalviza #nav_header_modal_close {
    float: right;
    margin: 18px;
}

#viza_support_content .form_header_title,
#exampleModalviza .form_header_title {
    font-weight: 700;
    font-size: 27px;
    color: #333;
}

#viza_support_content .form_header_content,
#exampleModalviza .form_header_content {
    margin-top: 19px;
    line-height: 1.5;
    color: #666;
    font-size: .9rem;
}

#viza_support_content .form_header,
#exampleModalviza .form_header {
    padding: 42px 50px 22px 50px;
}

#viza_support_content #sendmail,
#exampleModalviza #sendmail {
    padding: 0 50px 11px;
}

#viza_support_content .form-group,
#exampleModalviza .form-group {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

#viza_support_content .form_item label,
#exampleModalviza .form_item label {
    font-size: 15px;
    color: #666;
}

#viza_support_content .form_item :is(input:not([type="checkbox"]), textarea, select),
#exampleModalviza .form_item :is(input:not([type="checkbox"]), textarea, select) {
    outline: none;
    border: 1px solid #ddd;
    height: 48px;
    padding: 6px 12px;
    width: 100%;
    background-color: #f8f8f8;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.4;
    box-shadow: none;
    border-radius: 3px;
}

select[disabled] {
    opacity: .5;
}

#viza_support_content .form_item > textarea,
#exampleModalviza .form_item > textarea {
    height: 100px;
}

#viza_support_content .form_item > :is(input, textarea):focus,
#exampleModalviza .form_item > :is(input, textarea):focus {
    background-color: #fff;
}

#viza_support_content .form_item > input.wrongValue,
#exampleModalviza .form_item > input.wrongValue {
    border: 1px solid #f00;
}

#viza_support_content .form_item,
#exampleModalviza .form_item {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

#viza_support_content .license_group > label,
#exampleModalviza .license_group > label {
    font-size: 16px;
    color: #666;
    transition: all .3s;
}

#viza_support_content .license_link:hover,
#exampleModalviza .license_link:hover {
    color: #333;
}

#viza_support_content .license_group,
#exampleModalviza .license_group {
    align-items: center;
    flex-direction: row;
}

#viza_support_content #license_checkbox,
#exampleModalviza #license_checkbox {
    background-color: #f2722c;
    width: fit-content;
}

#viza_support_content .license_link, #viza_support_content .license_group > label:hover,
#exampleModalviza .license_link, #exampleModalviza .license_group > label:hover {
    color: #f2722c;
    transition: all .3s;
}

#viza_support_content #submit_button,
#exampleModalviza #submit_button {
    border-radius: 4px;
    color: #fff;
    outline: none;
    border: none;
    transition: all .3s ease-in-out;
    padding: 14px 24px;
    background-color: #f2722c;
}

#viza_support_content #submit_button:hover,
#exampleModalviza #submit_button:hover {
    background-color: #83b81d;
}

#viza_support_content .form_item:nth-last-child(1),
#exampleModalviza .form_item:nth-last-child(1) {
    margin-bottom: 40px;
}

#viza_support_content .checkbox-wrapper-19,
#exampleModalviza .checkbox-wrapper-19 {
    transform: scale(.8);
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
}

.checkbox-wrapper-19 input[type=checkbox] {
    display: none;
}

.checkbox-wrapper-19 .check-box {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #666;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}
.checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}
