582 lines
9.9 KiB
CSS
582 lines
9.9 KiB
CSS
/*tech support classes*/
|
|
|
|
|
|
.title-profile-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-select{
|
|
height: 62px;
|
|
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));
|
|
border-radius: 3px;
|
|
margin-bottom: 5px;
|
|
padding: 20px;
|
|
}
|
|
|
|
.el-form-create-ticket-select:focus-visible{
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.el-form-create-ticket-select > option {
|
|
border: none;
|
|
outline: none;
|
|
-webkit-appearance: none;
|
|
-webkit-border-radius: 0;
|
|
outline-offset: -1px;
|
|
}
|
|
|
|
.el-form-create-ticket{
|
|
width: calc(100% - 40px);
|
|
height: 20px;
|
|
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: 5px;
|
|
/*min-width: unset;*/
|
|
/*max-width: unset;*/
|
|
/*min-height: unset;*/
|
|
padding: 20px;
|
|
}
|
|
|
|
/*.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: calc(80% - 40px);*/
|
|
/*max-width: calc(80% - 40px);*/
|
|
resize: none;
|
|
padding: 20px;
|
|
width: 85%;
|
|
float: left;
|
|
|
|
}
|
|
|
|
.container-input-form-create-ticket{
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.el-form-create-ticket-textarea:focus-visible{
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.letrs-count{
|
|
color: #27242499;
|
|
/*position: relative;*/
|
|
/*top: 39px;*/
|
|
/*left: 93%;*/
|
|
height: calc(100% - 20px);
|
|
width: calc(15% - 60px);
|
|
padding-top: 20px;
|
|
padding-right: 20px;
|
|
min-height: 220px;
|
|
float: right;
|
|
background: #FFFFFF;
|
|
text-align: right;
|
|
/*display: inline-block;*/
|
|
}
|
|
|
|
.letrs-count.disabled{
|
|
/*color: #000000;*/
|
|
/*background: rgb(241 241 241 / 30%);*/
|
|
color: #ff001a;
|
|
}
|
|
|
|
|
|
.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: none;
|
|
/*opacity: 0;*/
|
|
}
|
|
|
|
.form-create-tickets-btns{
|
|
width: 100%;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
|
|
/*slider*/
|
|
|
|
|
|
.prise-slider-div{
|
|
margin-right: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.filter-span{
|
|
margin-top: 13px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
#slider-range {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
height: 3px;
|
|
margin-left: 6px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
.input-control-price{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.slider-range-div-input {
|
|
display: flex;
|
|
width: 100px;
|
|
border: 1px solid rgba(0, 0, 0, 0.17);
|
|
border-radius: 3px;
|
|
height: 30px;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.span-price-placeholder{
|
|
padding-left: 7px;
|
|
color: rgba(139, 139, 139, 1);
|
|
}
|
|
|
|
.form-control{
|
|
/*width: 100px;*/
|
|
border: none;
|
|
/*border-radius: 3px;*/
|
|
}
|
|
|
|
/*messenger*/
|
|
|
|
.container-messenger{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.block-chat{
|
|
width: 67%;
|
|
height: 63vh;
|
|
border-radius: 10px;
|
|
border: 1px solid #E6E6E6;
|
|
background: #ffffff;
|
|
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
|
float: left;
|
|
|
|
}
|
|
|
|
.block-list-of-users{
|
|
width: 30%;
|
|
margin-left: 20px;
|
|
height: 63vh;
|
|
border-radius: 10px;
|
|
border: 1px solid #E6E6E6;
|
|
background: #ffffff;
|
|
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
|
float: right;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.container-header-chat{
|
|
border-radius: 10px;
|
|
border: 1px solid #E6E6E6;
|
|
background: #FFF;
|
|
width: calc(100% - 40px);
|
|
height: 60px;
|
|
padding: 20px;
|
|
}
|
|
|
|
.header-chat-left-part{
|
|
width: 50%;
|
|
float: left;
|
|
text-align: left;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.header-chat-right-part{
|
|
width: 50%;
|
|
float: right;
|
|
text-align: right;
|
|
padding-top: 25px;
|
|
}
|
|
|
|
.chat-avatar{
|
|
height: 40px;
|
|
}
|
|
|
|
.chat-username {
|
|
color: #000000;
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
padding-left: 10px;
|
|
position: relative;
|
|
top: 10px;
|
|
}
|
|
|
|
.header-icons-right-part-padding{
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.container-messages{
|
|
height: 74%;
|
|
width: 100%;
|
|
/*min-height: 376px;*/
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.footer-chat{
|
|
width: calc(100% - 40px);
|
|
height: 60px;
|
|
background: #FFFFFF;
|
|
border-radius: 10px;
|
|
border: 1px solid #E6E6E6;
|
|
padding: 0 20px 0 20px;
|
|
}
|
|
|
|
.left-part-block-enter-message{
|
|
width: 80%;
|
|
float: left;
|
|
}
|
|
|
|
.right-part-block-enter-message{
|
|
width: 20%;
|
|
float: right;
|
|
padding-top: 11px;
|
|
text-align: right;
|
|
}
|
|
|
|
.enter-message-inp{
|
|
color: #000000;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: none;
|
|
outline: none;
|
|
border: none;
|
|
padding: 20px;
|
|
}
|
|
|
|
|
|
.attach-file-btn-message{
|
|
width: 24px;
|
|
height: 24px;
|
|
background: url("/static/img/svg/attach-file.svg");
|
|
background-size: 24px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
position: relative;
|
|
bottom: 6px;
|
|
}
|
|
|
|
.send-message{
|
|
width: 40px;
|
|
height: 40px;
|
|
background: url("/static/img/svg/send_btn.svg");
|
|
background-size: 40px;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.errors{
|
|
color: red;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.errors_all{
|
|
font-size: 11px;
|
|
color: #ffb3b3;
|
|
float: left;
|
|
}
|
|
|
|
.title-list-of-users{
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
padding: 20px 20px 40px 20px;
|
|
display: block;
|
|
}
|
|
|
|
/*tab_user*/
|
|
|
|
.tab_user_messanger{
|
|
width: calc(100% - 60px);
|
|
margin: auto;
|
|
height: 55px;
|
|
padding: 10px;
|
|
transition: all ease-in-out 200ms;
|
|
}
|
|
|
|
.tab_user_messanger.select{
|
|
border-radius: 10px;
|
|
border: 1px solid #E6E6E6;
|
|
background: #FFF;
|
|
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
|
|
}
|
|
|
|
.left-part-tab-user{
|
|
width: 20%;
|
|
height: 100%;
|
|
float: left;
|
|
padding-top: 4%;
|
|
}
|
|
.center-part-tab-user{
|
|
width: 60%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
padding-top: 5%;
|
|
}
|
|
|
|
.right-part-tab-user{
|
|
width: 20%;
|
|
height: 100%;
|
|
float: right;
|
|
}
|
|
|
|
.user_avatar_messenger{
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
.user_name_messenger{
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.last-message-messenger-user-tab{
|
|
font-size: 12px;
|
|
color: #27242499;
|
|
}
|
|
|
|
/*messenger with support*/
|
|
|
|
.name_ticket{
|
|
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: 60px;
|
|
background: #FFFFFF;
|
|
/*padding: 20px;*/
|
|
margin-bottom: 40px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.name_ticket > span{
|
|
padding: 20px;
|
|
font-size: 16px;
|
|
display: block;
|
|
}
|
|
|
|
.insert_users{
|
|
min-height: 440px;
|
|
}
|
|
|
|
/*messgae*/
|
|
|
|
|
|
.container-message_support_chat{
|
|
width: 60%;
|
|
height: 90px;
|
|
margin-bottom: 70px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.container-message_support_chat.left{
|
|
float: left;
|
|
}
|
|
|
|
.container-message_support_chat.right{
|
|
float: right;
|
|
}
|
|
|
|
.block_avatar_message{
|
|
width: 15%;
|
|
/*float: left;*/
|
|
/*margin-right: 20px;*/
|
|
}
|
|
|
|
.block_avatar_message.left{
|
|
float: left;
|
|
}
|
|
|
|
.block_avatar_message.right{
|
|
float: right;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.block_avatar_message > img{
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.block_text_message{
|
|
width: 85%;
|
|
/*float: right;*/
|
|
}
|
|
|
|
.block_text_message.left{
|
|
float: left;
|
|
}
|
|
|
|
.block_text_message.right{
|
|
float: right;
|
|
}
|
|
|
|
.container_text_message{
|
|
width: 100%;
|
|
height: 60px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.container_text_message.border{
|
|
border: 1px solid #FF613A;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.container_text_message.background{
|
|
background: #FF613A;
|
|
border: none;
|
|
}
|
|
|
|
.text_message{
|
|
font-size: 12px;
|
|
padding: 15px;
|
|
/*text-wrap: wrap;*/
|
|
overflow-wrap: break-word;
|
|
display: block;
|
|
}
|
|
|
|
|
|
.container_text_message.background > span{
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.container_text_message.border > span{
|
|
color: #272424;
|
|
}
|
|
|
|
.data_send_message{
|
|
margin-top: 10px;
|
|
font-size: 12px;
|
|
width: 100%;
|
|
height: 20px;
|
|
color: #000000;
|
|
}
|
|
|
|
.data_send_message.left{
|
|
text-align: left;
|
|
}
|
|
|
|
.data_send_message.right{
|
|
text-align: right;
|
|
}
|
|
|
|
/*right curtain messenger*/
|
|
|
|
.block_tickets_in_work{
|
|
padding-top: 10px;
|
|
border-top: 1px solid #E6E6E6;
|
|
width: 100%;
|
|
} |