1098 lines
19 KiB
CSS
1098 lines
19 KiB
CSS
/*tech support classes*/
|
|
|
|
|
|
/*uni classes*/
|
|
.width-100{
|
|
width: 100% !important;
|
|
}
|
|
|
|
|
|
|
|
.text-align-center{
|
|
text-align: center;
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
.title_page{
|
|
font-size: 44px;
|
|
color: #272424;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.cut-width{
|
|
max-width: 1280px;
|
|
margin: auto;
|
|
}
|
|
|
|
.clear_both{
|
|
clear: both;
|
|
}
|
|
|
|
|
|
/**/
|
|
|
|
.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: calc(74% - 70px);
|
|
width: 100%;
|
|
/* transform: rotate(180deg); */
|
|
overflow-y: auto;
|
|
/* transform: scaleY(-1); */
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
padding-top: 70px;
|
|
}
|
|
|
|
|
|
/*.container-messages::-webkit-scrollbar{*/
|
|
/* transform: rotate(360deg);*/
|
|
/*}*/
|
|
|
|
|
|
.footer-chat{
|
|
width: calc(100% - 40px);
|
|
height: 60px;
|
|
background: #FFFFFF;
|
|
border-radius: 10px;
|
|
border: 1px solid #E6E6E6;
|
|
padding: 0 20px 0 20px;
|
|
}
|
|
|
|
.footer-chat.hide{
|
|
display: none;
|
|
}
|
|
|
|
.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: 12%;
|
|
height: 100%;
|
|
float: right;
|
|
padding-top: 9%;
|
|
}
|
|
|
|
|
|
.cost-messages-in-user-tab-messenger{
|
|
width: 25px;
|
|
height: 25px;
|
|
background: #FF613A;
|
|
color: #FFFFFF;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.cost-messages-in-user-tab-messenger > span{
|
|
padding-top: 5px;
|
|
display: block;
|
|
padding-left: 8px;
|
|
}
|
|
|
|
|
|
.user_avatar_messenger{
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
.user_name_messenger{
|
|
color: #000000;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
padding-left: 5px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
|
|
.last-message-messenger-user-tab{
|
|
font-size: 12px;
|
|
color: #27242499;
|
|
display: block;
|
|
padding-left: 5px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
/*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;*/
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/*messgae*/
|
|
|
|
|
|
.container-message_support_chat{
|
|
width: 60%;
|
|
height: 90px;
|
|
margin-bottom: 70px;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-message_support_chat.left{
|
|
float: left;
|
|
display: block;
|
|
/* transform: rotate(180deg); */
|
|
/* transform: scaleY(-1); */
|
|
/*transform: scaleY(-1);*/
|
|
}
|
|
|
|
.container-message_support_chat.right{
|
|
float: right;
|
|
display: block;
|
|
/* transform: rotate(180deg); */
|
|
/* transform: scaleY(-1); */
|
|
/*transform: scaleY(-1);*/
|
|
}
|
|
|
|
.block_avatar_message{
|
|
width: 15%;
|
|
/*float: left;*/
|
|
/*margin-right: 20px;*/
|
|
}
|
|
|
|
.block_avatar_message.left{
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
.block_avatar_message.right{
|
|
float: right;
|
|
/*margin-left: 20px;*/
|
|
text-align: right;
|
|
}
|
|
|
|
.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%;
|
|
/*min-height: 60px;*/
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.container_text_message.left{
|
|
border: 1px solid #FF613A;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.container_text_message.right{
|
|
background: #FF613A;
|
|
border: none;
|
|
}
|
|
|
|
.text_message{
|
|
font-size: 12px;
|
|
padding: 15px;
|
|
/*text-wrap: wrap;*/
|
|
overflow-wrap: break-word;
|
|
display: block;
|
|
}
|
|
|
|
|
|
.container_text_message.right > span{
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.container_text_message.left > 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%;
|
|
}
|
|
|
|
/*p_results_find_route*/
|
|
|
|
.container_form_search_carrier{
|
|
height: 120px;
|
|
width: 100%;
|
|
background: #FFF;
|
|
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
|
margin-top: 60px;
|
|
margin-bottom: 40px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.block-filters-find-route{
|
|
min-height: 660px;
|
|
background: #FFFFFF;
|
|
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
|
width: 30%;
|
|
float: left;
|
|
}
|
|
|
|
.block-finded-routes{
|
|
width: 68%;
|
|
float: right;
|
|
/*display: inline-block;*/
|
|
}
|
|
|
|
.carrier-card{
|
|
width: 100%;
|
|
/*height: 830px;*/
|
|
background: #FFFFFF;
|
|
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
|
margin-bottom: 20px;
|
|
border-radius: 10px;
|
|
/*padding: 20px;*/
|
|
}
|
|
|
|
.left-part-carrier-card{
|
|
width: 58%;
|
|
float: left;
|
|
padding: 2%;
|
|
border-right: 1px solid #E6E6E6;
|
|
}
|
|
|
|
.first-line-card-carrier{
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.carrier-title{
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
color: #272424;
|
|
width: 50%;
|
|
float: left;
|
|
text-align: left;
|
|
display: block;
|
|
}
|
|
|
|
.type_transportation_carrier{
|
|
width: 50%;
|
|
float: right;
|
|
text-align: -webkit-right;
|
|
display: block;
|
|
}
|
|
|
|
.from-to-country-container-carrier{
|
|
width: calc(100% - 70px);
|
|
margin: auto;
|
|
background: #F8F8F8;
|
|
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
padding-left: 35px;
|
|
padding-right: 35px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.from-to-country-text.left{
|
|
color: #272424;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
width: 46%;
|
|
/*padding-top: 20px;*/
|
|
/*padding-bottom: 20px;*/
|
|
/*padding-left: 80px;*/
|
|
float: left;
|
|
text-align: right;
|
|
}
|
|
|
|
.from-to-country-text.right{
|
|
color: #272424;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
width: 46%;
|
|
/*padding-top: 20px;*/
|
|
/*padding-bottom: 20px;*/
|
|
/*padding-right: 80px;*/
|
|
float: right;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
.line_inf_about_moving{
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.container_inf_about_moving.second{
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.splitter-from-to-country{
|
|
border: 1px solid #FF613A;
|
|
width: 20px;
|
|
display: inline-block;
|
|
/*width: 5%;*/
|
|
margin-bottom: 4px;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.container_inf_about_moving{
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.carrier_inf_moving.left{
|
|
width: 41%;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
.carrier_inf_moving.right{
|
|
width: 41%;
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
.splliter-left-right-part-carrier-card{
|
|
border: 1px solid #E6E6E6;
|
|
height: 100%;
|
|
display: inline-block;
|
|
transform: rotate(180deg) ;
|
|
position: relative;
|
|
left: 70%;
|
|
}
|
|
|
|
.inf_carrier{
|
|
padding-top: 15px;
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.phones_carrier{
|
|
text-decoration: none;
|
|
color: #000000;
|
|
font-size: 16px;
|
|
padding-bottom: 10px;
|
|
display: block;
|
|
}
|
|
|
|
.phones_carrier_span{
|
|
position: relative;
|
|
top: 6px;
|
|
/*background: linear-gradient(99deg, #040404 56%, #9f9f9f 25%, #ffffff);*/
|
|
background: linear-gradient(99deg, #000000 1%, #ffffff 16%, #ffffff);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
transition: 200ms;
|
|
width: calc(90% - 10px);
|
|
overflow: hidden;
|
|
float: right;
|
|
padding-right: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.inf_carrier_icon{
|
|
width: 10%;
|
|
}
|
|
|
|
.phones_carrier_span.active{
|
|
background: unset;
|
|
-webkit-background-clip: unset;
|
|
-webkit-text-fill-color: unset;
|
|
overflow: unset;
|
|
overflow-wrap: break-word;
|
|
white-space: unset;
|
|
}
|
|
|
|
.phones_carrier input{
|
|
display: none;
|
|
}
|
|
.email_carrier{
|
|
text-decoration: none;
|
|
color: #000000;
|
|
font-size: 16px;
|
|
padding-bottom: 10px;
|
|
display: block;
|
|
}
|
|
|
|
.email_carrier_span{
|
|
position: relative;
|
|
top: 5px;
|
|
/*background: linear-gradient(99deg, #040404 2%, #f5f5f5 16%, #ffffff);*/
|
|
background: linear-gradient(99deg, #040404 2%, #ffffff 13%, #ffffff);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
transition: 200ms;
|
|
width: calc(90% - 10px);
|
|
float: right;
|
|
overflow: hidden;
|
|
padding-right: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.email_carrier_span.active{
|
|
background: unset;
|
|
-webkit-background-clip: unset;
|
|
-webkit-text-fill-color: unset;
|
|
overflow: unset;
|
|
overflow-wrap: break-word;
|
|
white-space: unset;
|
|
}
|
|
|
|
.email_carrier input{
|
|
display: none;
|
|
}
|
|
|
|
.open_inf_carrier{
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #272424;
|
|
border: 2px solid #FF613A;
|
|
padding: 8px 16px;
|
|
background: #FFFFFF;
|
|
transition: 200ms;
|
|
border-radius: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
.open_inf_carrier:hover{
|
|
background: #FF613A;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
|
|
.open_chat_carrier{
|
|
display: none;
|
|
}
|
|
|
|
.open_chat_carrier.active{
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #272424;
|
|
border: 2px solid #00a420;
|
|
padding: 8px 16px;
|
|
background: #FFFFFF;
|
|
border-radius: 10px;
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.open_chat_carrier > span{
|
|
position: relative;
|
|
left:4px;
|
|
top: 2px;
|
|
}
|
|
|
|
.open_chat_carrier > img{
|
|
position:relative;
|
|
top: 6px;
|
|
filter: brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(2173%) hue-rotate(122deg) brightness(101%) contrast(101%);
|
|
}
|
|
|
|
/*.open_chat_carrier:hover{*/
|
|
/* color: #FFFFFF;*/
|
|
/* background: #00A420;*/
|
|
/*}*/
|
|
|
|
.inf_carrier_container{
|
|
width: 33%;
|
|
float: right;
|
|
padding: 2%;
|
|
}
|
|
|
|
.title_container_inf_carrier{
|
|
font-weight: 500;
|
|
font-size: 20px;
|
|
color: #272424;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.name_carrier{
|
|
font-size: 16px;
|
|
color: #272424;
|
|
font-weight: 400;
|
|
position: relative;
|
|
top: 11px;
|
|
left: 4px;
|
|
}
|
|
|
|
.from-to-city-text{
|
|
font-size: 14px;
|
|
color: #27242499;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.arrow_inf_about_moving{
|
|
position: relative;
|
|
top: 19px;
|
|
left: 18px;
|
|
}
|
|
|
|
/*subscribe*/
|
|
|
|
.state_subscribe{
|
|
font-size: 16px;
|
|
color: #000000;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.state_subscribe > a{
|
|
font-size: 16px;
|
|
color: #FF613A;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.container_subscribe{
|
|
width: 31%;
|
|
background: #FFFFFF;
|
|
border-radius: 10px;
|
|
padding: 2%;
|
|
}
|
|
|
|
.container_subscribe.first{
|
|
float: left;
|
|
}
|
|
|
|
.first-decr-subscribe{
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
padding-bottom: 20px;
|
|
border-bottom: 2px solid #FF613A;
|
|
}
|
|
|
|
.price_subscribe{
|
|
color: #FF613A;
|
|
}
|
|
|
|
.period_subscribe{
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #000000;
|
|
}
|
|
|
|
.options_subscribe{
|
|
padding-top: 20px;
|
|
}
|
|
.options_subscribe_title{
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
color: #272424;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.text_option_item{
|
|
font-size: 16px;
|
|
color: #272424;
|
|
width: 93%;
|
|
float: right;
|
|
|
|
}
|
|
|
|
.cont_photo_option_item{
|
|
height: 100%;
|
|
float: left;
|
|
width: 5%;
|
|
}
|
|
|
|
.cont_photo_option_item > img{
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
.item_options_subscribe{
|
|
height: fit-content;
|
|
width: 100%;
|
|
}
|
|
|
|
.option_list{
|
|
list-style-image: url("/static/img/svg/galka.svg");
|
|
}
|
|
|
|
.items_subscribe.select{
|
|
font-size: 16px;
|
|
color: #272424;
|
|
}
|
|
|
|
.items_subscribe.unselected{
|
|
color: #E6E6E6;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.items_subscribe.select:before{
|
|
content: url(/static/img/svg/galka.svg);
|
|
}
|
|
|
|
.items_subscribe:before{
|
|
color: #FF613A;
|
|
display: inline-block;
|
|
width: 3%;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.items_subscribe.unselected:before{
|
|
content: url(/static/img/svg/cross.svg);
|
|
}
|
|
|
|
.items_subscribe > text{
|
|
display: inline-block;
|
|
padding-left: 4%;
|
|
width: 93%;
|
|
}
|
|
|
|
.items_subscribe{
|
|
padding-bottom: 5px;
|
|
} |