.right {
    padding-left: 62px;
    overflow-y: auto;
}

.gray {
    color: gray;
    margin-left: 40px;
    font-size: 20px;
}

.red {
    color: #FF6410;
}

.title {
    margin-top: 55px;
    font-size: 25px;
    font-family: "PoppinsMedium";
    padding:0;
}

.title_img {
    margin-right: 19px;
    display: inline;
}

.step {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 23px;
    text-align: left;
    display: inline-block;
}
.right-image {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    transition-duration: .2s;
}
.flipped {
    transform: scaleY(-1);
}
input.btn2 {
    width: 350px;
    height: 48px;
}

.tmp_hidden{
    display: none;
}

.hidden{
    display: none;
}

#insertedTable{
    width: fit-content;
}
.proof_file_container{
    height: 85px;
}
.btn10{
    margin-left: 50px!important;
    border: 1px solid #000;
    background: inherit!important;
    color: #000!important;
}
.btn11{
    width: 300px!important;
}

#insertDescription{
    width: 380px;
    font-family: 'PoppinsMedium';
    text-align: left;
    font-size: 13px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.6;
    line-height: 24px;
    margin-top: 20px;
}
.complaint-success-column{
    max-width: 800px;
}
.complaint-truck{
    background-image: url("/assets/img/ui/benztruck.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn{
    font-family: "Poppins";
    font-size: 15px;
    width:192px;
    min-height: 48px;
    margin: 30px 0 26px 0;
    background-color: black;
    color: white;
}

.detailsHeaderZone{
    padding-left: 5px;
    padding-right: 5px;
}
.detailsHeaderIcon{
    width: 30px; 
    font-size: 24px; 
    font-weight: bold; 
    color: #FF6410;
    background-image: url("/assets/img/ui/created.svg");
    background-size: 13px 13px;
    background-position: calc(50% - 5px) 50%;
    background-repeat: no-repeat;
}
.detailsHeaderLine{
    width: 100%; 
    height: 2px; 
    background: #FF6410; 
}

.greenButton,
.blueButton,
.redButton,
.blackButton{
    width: 100%;
    max-width: 200px;
    height: 50px;
    background: #54A85C 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    border: 2px solid #54A85C;
    margin-top: 30px;
    cursor:  pointer;
}
.greenButton{
    margin-right: 30px;
}
.blueButton{
    background: #2a589e 0% 0% no-repeat padding-box;
    border: 2px solid #2a589e;
    margin-left: 30px;
}
.redButton{
    background: #cc0000 0% 0% no-repeat padding-box;
    border: 2px solid #cc0000;
    margin-left: 30px;
}
.blackButton{
    background: #000;
    border: 2px solid #000;
    margin-left: 30px;
}

.notesItem{
    text-align: left;
    font-family: 'PoppinsMedium';
    font-size: 15px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    width: 100%;
}

.relativeNote{
    position: relative;
}
.relativeNote textarea{
    border: 1px solid #00000033;
    border-radius: 5px;
    width: 100%;
    min-height: 130px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    margin-left: 2px;
}
.absoluteNoteButton{
    position: absolute;
    bottom: 10px;
    right: 0;
    font-family: "PoppinsMedium";
    font-size: 15px;
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    background: rgba(0,0,0,0);
    border: none;
    opacity: 1;
    padding-bottom: 16px;
    padding-top: 8px;
    padding-right: 50px;
    padding-left: 10px;
    background-image: url("/assets/img/ui/upload_image.svg");
    background-position: calc(100% - 22px) calc(100% - 20px);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    cursor: pointer;
}

@media screen and (max-width: 768px){
    form{
        text-align: center;
    }
    .formRow{
        margin-right: 0px;
    }
    .formRow--input, .custom-select, .large .formRow--input, .large .custom-select{
        width: 350px;
    }
    .medium .formRow--input{
        width: 228px;
    }
    .step{
        width: 350px;
        margin-bottom: 15px;
        margin-top: 60px;
    }
    .title{
        width: 350px;
        margin-top: 40px;
    }
    .policy-container{
        display: block;
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
    }
    .proof_file_container{
        height:auto;
    }
    
}


.attachmentCard{
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
}
    .attachmentLabel{
        position: absolute;
        top: 0;
        left: 5px;
        transform: translate(0, -50%);
        color: rgb(0, 0, 0, 0.3);
        padding: 10px;
        font-size: 13px;
        font-family: "Poppins", sans-serif;
    }
        .attachmentLabel span{
            background: #ffffff;
        }
    .attachmentLabelException{
        margin-top: 30px;
        color: rgb(0, 0, 0, 0.3);
        padding: 10px;
        font-size: 13px;
        font-family: "Poppins", sans-serif;
        text-align: center;
    }
    .attachmentDesc{
        padding: 10px;
        font-size: 15px;
        line-height: 23px;
        font-family: "PoppinsMedium", sans-serif;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 60px;
        color: #000;
    }
    .attachmentDescException{
        padding: 10px;
        font-size: 15px;
        line-height: 23px;
        font-family: "PoppinsMedium", sans-serif;
        word-wrap: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 60px;
        color: #000;
        text-align: center;
        margin-bottom: 30px;
    }
    .attachmentImage{
        width: 100%;
        overflow: hidden;
        text-align: center;
    }
    .attachmentImage img{
        max-height: 120px;
    }
.attachmentCard #uploadAttachment{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
input.btn4 {
    width: 100%;
    max-width: 460px;
    height: 36px;
    border: 0;
    margin: 0;
    margin-left: 30px;
    background-color: #F2F2F2;
    color: #B2B2B2;
    font-family: "PoppinsMedium";
    font-size: 15px;
    border-radius: 5px;
    margin-right: 16px;
    cursor: pointer;
}

input.btn5 {
    background-color: #000000;
    width: 280px;
    color: white;
    font-size: 14px;
    font-family: "Poppins";
    margin-left: 4px;
    transition-duration: .2s;
}
input.btnpressed{
    background-color: #F2F2F2;
    border: 1px solid #D5D5D5;
    color:#D5D5D5;
}

#fieldset_final_decision{
    float: none!important;
    clear: both!important;
}
.proof_file_container{
    display: inline-flex;
}