body {
    background-color: rgba(235, 243, 255, 0.6);
}
#body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../img/bg-Abuse.png");

    background-size: 100% 572px;
    background-repeat: no-repeat;
}

/*content text*/
#content-text {
    width: 90%;
    max-width: 1440px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#content-text #title {
    margin-bottom: 46px;
    padding-top: 130px;
    font-family: 'Swansea', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 31px;
    color: #FFFFFF;
}

#content-text #info p {
    font-family: 'Switzer', sans-Serif, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.8;
}

/*content form*/
#content-form {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 93px;
    min-width: 360px;
    z-index: 1;
}

#abuse-form > * {
    display: none;
}

#response {
    display: none;
    margin-bottom: 10px;

    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    padding: 15px 20px;
    height: 60px;
    border-radius: 8px;
}
#response.successed {
    background: rgba(0, 150, 247, 0.1);
    border: 1px solid #0096F7;
    color: #031242;
}
#response.failed {
    background: rgba(226, 41, 41, 0.1);
    border: 1px solid #E22929;
    color: #E22929;
}
#response i.fa-circle-check{
    margin-right: 10px;
    width: 17px;
    height: 20px;
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
#response.successed i.fa-circle-check{
    color: #0096F7;
}
#response button.fa-xmark{
    width: 12px;
    height: 18px;

    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    flex: none;
    order: 2;
    flex-grow: 0;
    border: none;
    background: rgba(0, 150, 247, 0);
    cursor: pointer;
}
#response #response-text{
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    flex-grow: 1;
}

/*text & select*/
#submit-title {
    display: block;
    max-width: 400px;
    margin: 60px auto 20px;

    font-family: 'Switzer', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #031242;
}
#content-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #EBF3FF;
    border-radius: 20px;
}
#content-form form {
    margin: 0 125px 0 125px;
}

/*spam-abuse-form*/
#click-here {
    margin-left: 15px;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.4;
}
#click-here a {
    text-decoration: underline;
}

/*copy-infringement-form*/
p{
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #031242;
    opacity: 0.6;

    margin-bottom: 20px;
}

#notify-owner{
    display: flex;
    flex-direction: column;
}
#notify-owner span{
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #031242;
    margin-bottom: 20px;
    opacity: 0.6;
}
#notify-owner span a{
    color: #3C92E7;
}
#notify-owner #step-one{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    opacity: 1;
}
#notify-owner #checkbox-message{
    opacity: 1;
    margin-left: 20px;
    display: flex;
}
#notify-owner #checkbox-message input{
    border: 1px solid #031242;
    border-radius: 2px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

#checkboxes{
    margin-bottom: 30px;
}
#checkboxes ul li{
    display: flex;
    margin-bottom: 20px;
    align-items: center;

    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #031242;
}
#checkboxes ul li input{
    background: #0096F7;
    border-radius: 2px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    flex: none;
}

#signature-date {
    display: flex;
    justify-content: flex-start;
}
#signature-date > div{
    width: 45%;
}
#signature-date div input{
    width: 100%;
    height: 60px;
    border: 1px solid rgba(3, 18, 66, 0.2);
    border-radius: 8px;
    padding-left: 20px;
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
}
#signature-date > div:nth-child(1) {
    margin-right: 60px;
}

/*trademark-form*/
#trademark span.title span,
#registration-number span.title span{
    margin-left: 15px;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.4;
}

/*some input*/
.domain-name-involved-input,
#copyrighted-work #copyrighted-work-input,
#infringing-work #infringing-work-input,
.full-domain-path-input,
#dispute-url-input,
#trademark-input,
#registration-number-input,
#registration-office-input{
    width: 100%;
    height: 60px;
    border: 1px solid rgba(3, 18, 66, 0.2);
    border-radius: 8px;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #031242;
    padding-left: 20px;
}

/*form common css*/
.abuse-summary{
    display: block;
    margin-bottom: 20px;

    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #031242;
    opacity: 0.6;
}
.abuse-summary a{
    color: #3C92E7;
}
.title{
    display: inline-block;
    margin-bottom: 20px;

    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #031242;
}
.error-msg{
    display: block;
    margin: 5px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #E22929;
    visibility: hidden;
}
.comments{
    margin-bottom: 30px;
}

/*input & textarea*/
.general-information-input div{
    width: 45%;
    display: inline-block;
}
.general-information-input div input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(3, 18, 66, 0.2);
    border-radius: 8px;
    padding-left: 20px;

    font-family: 'Switzer', sans-serif;
    font-size: 18px;
}
.general-information-input .full-name {
    margin-right: 60px;
}
.general-information-input .confirm-email-address{
    margin-right: 60px;
}

textarea {
    width: 100%;
    height: 160px;
    border: 1px solid rgba(3, 18, 66, 0.2);
    border-radius: 8px;
    resize: none;
}
span.optional {
    display: inline-block;
    width: 68px;
    height: 24px;
    line-height: 24px;
    text-align: center;

    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #DB89FF;

    background-color: rgba(219, 137, 255, 0.2);
    border-radius: 20px;
    margin-left: 15px;
}

/*upload*/
.upload-screenshots{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.upload-screenshots div.upload{
    display: flex;
    justify-content: space-between;
}
#image-uploads{
    opacity: 0;
    width: 0;
}
.upload-file{
    display: flex;
    width: 200px;
    height: 40px;
    background: #0096F7;
    border-radius: 100px;

    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.file-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;

    width: 42%;
    height: 40px;
    background: #EBF3FF;
    border-radius: 8px;

    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #031242;
    opacity: 0.8;
    margin-right: 50px;
    float: left;
}
.file-name span{
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
}
.upload-screenshots  div  span:nth-child(2){
    display: block;
    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #031242;
    opacity: 0.6;
}
.upload-screenshots > div.upload-display > ul > li > i{
    float: right;
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #0096F7;

    width: 13px;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
}

/*verification & submit-button*/
div#verification{
    flex-direction: column;
    margin-bottom: 46px;
}
#verification > div{
    display: flex;
    justify-content: space-between;
}
#verification > div .captcha-input{
    flex: 1;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
#verification img {
    width: 218px;
    height: 46px;
}

#verification .title{
    margin-bottom: 25px;
}
#verification img{
    width: 257px;
    height: 66px;
}
#verification i{
    height: 28px;
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    color: #0096F7;
    font-size: 28px;
    cursor: pointer;
}
#verification .fa-redo{
    width: 32px;
}
#verification .fa-volume{
    width: 28px;
}
#verification .fa-pause {
    display: none;
    width: 28px;
}
#verification .verification-input{
   padding-left: 20px;
    width: 60%;
}
#verification input{
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid rgba(3, 18, 66, 0.2);
    border-radius: 8px;
    padding-left: 20px;

    font-family: 'Switzer', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #031242;
}
#submit {
    margin-bottom: 78px;
    width: 100%;
    height: 60px;
    background: #0080FF;
    border: none;
    border-radius: 10px;

    font-family: 'Switzer', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer;
}
.upload-file:hover,
#submit:hover{
    background: #256EDC;
}

@media only screen and (max-width: 850px) and (min-width: 450px) {
    #body {
        padding: 0 52px;
        background-size: 100% 372px;
    }
    #content-text {
        margin-bottom: 20px;
    }
    #content-text #title {
        margin-bottom: 23px;
        padding-top: 60px;
        font-size: 42px;
    }
    #content-text #info {

    }
    #content-text #info p {
        font-size: 12px;
        font-family: Switzer, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    /*form*/
    #submit-title {
        margin: 40px 0 20px;
        font-size: 26px;
    }
    #content-form form {
        margin: 0 30px;
    }

    /*select*/
    #content-form form .select {
        width: 300px;
        height: 40px;
    }
    #content-form form select {
        font-size: 16px;
        line-height: 21px;
    }

    /*response*/
    #response {
        height: 40px;
    }
    #response i.fa-circle-check {
        margin-right: 10px;
        width: 17px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
    }
    #response button.fa-xmark {
        width: 12px;
        height: 18px;
        font-size: 18px;
        line-height: 18px;
    }
    #response #response-text{
        font-size: 18px;
        line-height: 24px;
    }

    /*spam-abuse-form*/
    #click-here {
        margin-left: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    /*copy-infringement-form*/
    p{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #notify-owner span{
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    #notify-owner #step-one{
        font-size: 16px;
        line-height: 21px;
    }
    #notify-owner #checkbox-message{
        margin-left: 10px;
    }
    #notify-owner #checkbox-message input{
        margin-right: 6px;
        width: 16px;
        height: 16px;
    }

    #checkboxes{
        margin-bottom: 15px;
    }
    #checkboxes ul li{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    #checkboxes ul li input{
        margin-right: 6px;
        width: 16px;
        height: 16px;
    }

    #signature-date div input{
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
    }
    #signature-date > div:nth-child(1) {
        margin-right: 20px;
    }

    /*trademark-form*/
    #trademark span.title span,
    #registration-number span.title span{
        margin-left: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    /*some input*/
    .domain-name-involved-input,
    #copyrighted-work #copyrighted-work-input,
    #infringing-work #infringing-work-input,
    .full-domain-path-input,
    #dispute-url-input,
    #trademark-input,
    #registration-number-input,
    #registration-office-input{
        height: 40px;
        font-size: 14px;
        padding-left: 10px;
    }

    /*general information*/
    .general-information-input div{
        width: 45%;
        display: inline-block;
    }
    .general-information-input div input {
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
    }
    .general-information-input .full-name,
    .general-information-input .confirm-email-address{
        margin-right: 20px;
    }

    /*form common css*/
    .abuse-summary{
        font-size: 14px;
        line-height: 18px;
    }
    .title{
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 21px;
    }
    .error-msg{
        font-size: 14px;
        line-height: 16px;
    }
    .comments{
        margin-bottom: 20px;
    }

    /*upload*/
    .upload-screenshots{
        margin-bottom: 20px;
    }
    .upload-file{
        display: flex;
        width: 200px;
        height: 40px;
        font-size: 16px;
        line-height: 21px;
        align-items: center;
        justify-content: center;
    }
    .file-name{
        width: 42%;
        height: 30px;
        font-size: 18px;
        line-height: 24px;
        margin-right: 25px;
        margin-top: 10px;
    }
    .file-name span{
        margin-left: 10px;
    }
    .upload-screenshots  div  span:nth-child(2){
        font-size: 14px;
        line-height: 18px;
    }
    .upload-screenshots > div.upload-display > ul > li > i{
        font-size: 16px;
        width: 13px;
        height: 20px;
    }

    /*verification*/
    div#verification{
        margin-bottom: 27px;
    }
    #verification .title{
        margin-bottom: 9px;
    }
    #verification img{
        width: 192px;
        height: 43px;
    }
    #verification i{
        height: 20px;
        line-height: 40px;
        font-size: 28px;
    }
    #verification .fa-redo{
        width: 20px;
    }
    #verification .fa-pause,
    #verification .fa-volume{
        width: 23px;
    }
    #verification .verification-input{
        width: 60%;
        max-width: 320px;
    }
    #verification input{
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    #submit {
        margin-bottom: 22px;
        height: 50px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 450px) {
    #body {
        background-size: 100% 352px;
    }
    #content-text {
        margin-bottom: 10px;
    }
    #content-text #title {
        margin-bottom: 20px;
        padding-top: 40px;
        font-size: 30px;
    }
    #content-text #info {
        max-width: 340px;
        margin-bottom: 0;
    }
    #content-text #info p {
        font-size: 12px;
        font-style: normal;
        line-height: normal;
    }

    /*form*/
    #submit-title {
        margin: 26px 0 20px;
        font-size: 16px;
    }

    #content-form form {
        margin: 0 20px;
    }

    form input {
        border-radius: 4px;
    }
    /*select*/
    #content-form form .select {
        width: 300px;
        height: 40px;
    }
    #content-form form select {
        font-size: 14px;
        line-height: 18px;
    }

    /*response*/
    #response {
        height: 40px;
    }
    #response i.fa-circle-check {
        margin-right: 10px;
        width: 17px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
    }
    #response button.fa-xmark {
        width: 12px;
        height: 18px;
        font-size: 18px;
        line-height: 18px;
    }
    #response #response-text{
        font-size: 18px;
        line-height: 24px;
    }

    /*spam-abuse-form*/
    #click-here {
        margin-left: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    /*copy-infringement-form*/
    p{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    #notify-owner span{
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    #notify-owner #step-one{
        font-size: 16px;
        line-height: 21px;
    }
    #notify-owner #checkbox-message{
        margin-left: 10px;
    }
    #notify-owner #checkbox-message input{
        margin-right: 6px;
        width: 16px;
        height: 16px;
    }

    #checkboxes{
        margin-bottom: 15px;
    }
    #checkboxes ul li{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    #checkboxes ul li input{
        margin-right: 6px;
        width: 16px;
        height: 16px;
    }

    #signature-date div input{
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
    }
    #signature-date > div:nth-child(1) {
        margin-right: 20px;
    }

    /*trademark-form*/
    #trademark span.title span,
    #registration-number span.title span{
        margin-left: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    /*some input*/
    .domain-name-involved-input,
    #copyrighted-work #copyrighted-work-input,
    #infringing-work #infringing-work-input,
    .full-domain-path-input,
    #dispute-url-input,
    #trademark-input,
    #registration-number-input,
    #registration-office-input{
        height: 40px;
        font-size: 14px;
        padding-left: 10px;
    }

    /*general information*/
    .general-information-input div{
        width: 45%;
        display: inline-block;
    }
    .general-information-input div input {
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
    }
    .general-information-input .full-name,
    .general-information-input .confirm-email-address{
        margin-right: 20px;
    }

    /*form common css*/
    .abuse-summary{
        font-size: 12px;
        line-height: 16px;
    }
    .title{
        font-size: 14px;
        line-height: 18px;
    }
    .error-msg{
        font-size: 12px;
        line-height: 1px;
    }
    .comments{
        margin-bottom: 10px;
    }

    /*upload*/
    .upload-screenshots{
        margin-bottom: 20px;
    }
    .upload-file{
        display: flex;
        width: 200px;
        height: 40px;
        font-size: 16px;
        line-height: 21px;
        align-items: center;
        justify-content: center;
    }
    .file-name{
        width: 42%;
        height: 30px;
        font-size: 18px;
        line-height: 24px;
        margin-right: 25px;
        margin-top: 10px;
    }
    .file-name span{
        margin-left: 10px;
    }
    .upload-screenshots  div  span:nth-child(2){
        font-size: 14px;
        line-height: 18px;
    }
    .upload-screenshots > div.upload-display > ul > li > i{
        font-size: 16px;
        width: 13px;
        height: 20px;
    }

    /*verification*/
    div#verification{
        margin-bottom: 20px;
    }
    #verification .title{
        margin-bottom: 6px;
    }
    #verification > div{
        flex-direction: column;
    }
    #verification > div .captcha-input{
        padding-right: 10px;
        margin-bottom: 10px;
    }

    #verification img {
        width: 218px;
        height: 46px;
    }

    #verification i {
        height: 18px;
        line-height: 40px;
        font-size: 28px;
    }

    #verification input {
        height: 40px;
    }

    #verification .fa-redo {
        width: 21px;
    }

    #verification .fa-pause,
    #verification .fa-volume {
        width: 18px;
    }

    #verification .verification-input {
        padding-left: 0;
        width: 100%;
    }
    #verification .verification-input input{
        font-size: 14px;
    }
    #submit {
        margin-bottom: 17px;
        height: 40px;
        font-size: 14px;
    }

    .general-information-input div input,
    .non-null{
        border-radius: 4px;
    }
}