/*© 2025 The Software MacKiev Company*/


body {
    font-family: "Sans-pro-regular", Arial, sans-serif;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.mt-10 {
    margin-top: 10px;
}
.custom-container{
    width: 655px;
}
header {
    margin-top: 10px;
}
.content {
    width: 485px;
    margin: 0 auto;
}
.ccfeedback-header {
     position: relative;
 }
.ccfeedback-header > #img_title {
    position: absolute;
    color: white;
    top: 100px;
    right: 145px;
    font-size: 37px;
    letter-spacing: 1px;
    font-family: "Sans-pro-semibold", Arial, sans-serif;
}
.fbcfeedback-header {
    position: relative;
}
.fbcfeedback-header > #img_title {
    position: absolute;
    color: white;
    top: 108px;
    right: 131px;
    font-size: 38px;
    font-family: "Sans-pro-semibold", Arial, sans-serif;
    letter-spacing: 1px;
}

.heading h1 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Sans-pro-bold", Arial, sans-serif;
}
.heading .pre_heading {
    font-size: 13px;
    text-align: left;
    line-height: normal;
}
.form-block_title {
    font-size: 13px;
    font-family: "Sans-pro-semibold", Arial, sans-serif;
}
.form-wrap input[type=text], .form-wrap select {
    padding-left: 5px;
    height: 21px;
    width: 100%;
    line-height: normal;
    line-height: 15px\0/;
}
.form-wrap label {
    font-family: "Sans-pro-semibold", Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
}

#comments_label, label[for=techsupport_product],
label[for=l_os],
label[for=l_fbtype_plugin],
label[for=l_computer]
{
    margin-bottom: 0;
}
#techsupport_block {
    margin-top: 10px;
    margin-bottom: 15px;
}
.fb_type {
    margin-top: 10px;
}
.required-field:before {
    content: "*";
    color: red;
    display: inline-block;
    margin-right: 4px
}

label.error {
    display: inline-block;
    width: 100%;
    margin: 0;
    vertical-align: bottom;
    text-align: left;
    color: #676767;
    font-size: 10px;
    background-color: rgba(255,255,255,0.3);
    border: solid 1px #f00;
    border-top: 0;
    margin-bottom: 2px;
    padding: 3px 2px;
    font-weight: normal;
    font-family: "Sans-pro-regular", Arial, sans-serif;
}
/*IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    label[for=t_email].error,
    label[for=t_firstname].error,
    label[for=t_lastname].error,
    label[for=t_fb_type_other].error,
    label[for=t_country_other].error
    {
        margin-top: -1px;
    }
}

textarea {
    width: 100%;
    resize: vertical;
    display: block;
}
select:disabled {
    background: #dddddd;
}
.other-input {
    display: none;
}

#techsupport_block {
    display: none;
}
.custom-button {
    background: #5ca4d4;
    background: -moz-linear-gradient(top, #5ca4d4 0%, #237eb5 100%);
    background: -webkit-linear-gradient(top, #5ca4d4 0%, #237eb5 100%);
    background: linear-gradient(to bottom, #5ca4d4 0%, #237eb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca4d4', endColorstr='#237eb5', GradientType=0);
    border: 1px solid #4883aa;
    border-bottom-color: #1c6798;
    border-top-color: #709dbb;
    border-radius: 2px;
    box-shadow: 0 0 3px #fff, inset 0 1px 1px #aed2e9, inset 1px 0 1px #6babd5, inset 0 -1px 1px #4693c1, inset -1px 0 1px #60a4cf;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 17px 'Sans-pro-semibold', Arial, Helvetica, sans-serif;
    margin: 0 0 7px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 0 #266086;
    text-transform: uppercase;
    padding: 0 12px;
    height: 37px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.custom-button:hover {
    box-shadow: 0 0 2px #4883aa, inset 0 1px 1px #aed2e9, inset 1px 0 1px #6babd5, inset 0 -1px 1px #4693c1, inset -1px 0 1px #60a4cf;
    text-shadow: 0 1px 2px #000;
}
#privacy_wrapper {
    margin-top: 20px;
}
#privacy_wrapper a {
    text-decoration: underline;
    font-size: 12px;
    font-style: italic;
}
#privacy_wrapper i {
    font-size: 12px;
}
.footer {
    margin: 40px 0 10px;
    border-top: 1px solid #9A9A9A;
    padding-top: 4px;
    display: flex;
}
.footer .copyright {
  text-align: left;
    line-height: 1.3;
    font-size: 11px;
}
a.modal-window {
    font-size: 12px;
}
span.techsupport-comments_label {
    display: block;
    font-family: "Sans-pro-regular", Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
}
.dashed-line {
    border-right: 1px dashed #444;
}








/*TY pages*/
.ty-page h3{
    font-family: "Sans-pro-semibold", Arial, sans-serif;
    font-size: 18px;
}
.ty-page .team-block  {
    font-style: italic;
    text-align: center;
    margin-top: 17px;
    font-size: 13px;
    line-height: normal;
}
.ty-page .content {
    margin: 72px auto 200px;
}
.ty-page  .close-btn {
    margin-top: 40px;
}