/*tech support classes*/ .title-support-cont{ width: 100%; text-align: center; font-size: 44px; font-weight: 700; margin-bottom: 40px; color: #000000; } .container-sprt-inf{ width: 100%; height: 60px; } .send-ticket-suprt-btn{ outline: none; border: none; color: #FFFFFF; background: #FF613A; width: 200px; height: 60px; border-radius: 10px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12); } .container-support-btn{ width: 30%; float: left; } .container-sprt-inf-txt{ width: 70%; float: right; color: #000000; font-size: 16px; padding-top: 20px; } .container-requests-tech-sprt{ width: 100%; margin-top: 40px; } .cont-req-tech-sup{ color: #000000; font-weight: 600; font-size: 16px; margin-bottom: 20px; } .container-message-req-sprt{ color: #000000; width: 100%; filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20)); height: 20px; background: #FFFFFF; border-radius: 3px; padding: 20px; margin-bottom: 20px; } .message-sprt-title{ color: #272424; font-size: 16px; width: 50%; /*padding-top: 20px;*/ background: linear-gradient(45deg, #040404 33%, #c5c5c5 66%, #ffffff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; float: left; } .message-sprt-inf{ width: 50%; float: right; text-align: right; } .form-create-ticket{ display: block; width: 100%; } .el-form-create-ticket{ width: 100%; height: 50px; filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20)); border-radius: 3px; margin-bottom: 20px; /*min-width: unset;*/ /*max-width: unset;*/ /*min-height: unset;*/ /*padding: 10px;*/ } /*.el-form-create-ticket:last-child{*/ /* !*margin-bottom: 40px;*!*/ /* !*height: 200px;*!*/ /* min-width: 100%;*/ /* max-width: 100%;*/ /* min-height: 200px;*/ /* !*padding: 10px;*!*/ /*}*/ .el-form-create-ticket-textarea{ min-height: 200px; min-width: 100%; max-width: 100%; resize: none; } .el-form-create-ticket-textarea:focus-visible{ border: none; outline: none; } .create-ticket-btn{ width: 200px; height: 60px; padding: 20px 20px; background: #FF613A; color: #FFFFFF; border-radius: 10px; float: left; } .attach-file-btn{ background: url("/static/img/svg/attach_a_file.svg"); background-size: 60px; background-repeat: no-repeat; background-position: center; height: 60px; width: 60px; margin-left: 20px; } .create-ticket-file{ display: block; opacity: 0; } .form-create-tickets-btns{ width: 100%; margin-top: 40px; }