You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.sendCodeBtn{
|
|
|
|
|
--background: #269DB8;
|
|
|
|
|
color: white;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
margin-left: 23px !important;
|
|
|
|
|
margin-top: 15px !important;
|
|
|
|
|
margin-bottom: 20px !important;
|
|
|
|
|
/* border-radius: 4px; */
|
|
|
|
|
height: 26px;
|
|
|
|
|
/* padding: 6px 24px; */
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
width: 322px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.empty-en{
|
|
|
|
|
color: black;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-family: WorkSans-Bold;
|
|
|
|
|
margin: 50px 0px 0px 100px;
|
|
|
|
|
}
|
|
|
|
|
.empty-ar{
|
|
|
|
|
color: black;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-family: WorkSans-Bold;
|
|
|
|
|
margin: 50px 100px 0px 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result-container{
|
|
|
|
|
position: relative;
|
|
|
|
|
background: white;
|
|
|
|
|
/* padding-bottom: 3px; */
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
margin: 15px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.result-containerList{
|
|
|
|
|
position: relative;
|
|
|
|
|
background: white;
|
|
|
|
|
/* padding-bottom: 3px; */
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
margin: 15px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
}
|
|
|
|
|
.text{
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
// margin-top: -9px;
|
|
|
|
|
font-family: 'WorkSans-bold';
|
|
|
|
|
}
|
|
|
|
|
.date{
|
|
|
|
|
// margin-top: -9px;
|
|
|
|
|
margin-right: -49px;
|
|
|
|
|
color: gray;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.labels{
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
color: #a9a5a5;
|
|
|
|
|
font-family: 'WorkSans-bold';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.request-list-container {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 37px;
|
|
|
|
|
clear: both;
|
|
|
|
|
min-height: 200px;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
.request-list-container:before{
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 4px;
|
|
|
|
|
left: 7px;
|
|
|
|
|
top: 15px;
|
|
|
|
|
background-color: #f5f4f4;
|
|
|
|
|
}
|
|
|
|
|
.request-list-container-ar {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-left: 60px;
|
|
|
|
|
clear: both;
|
|
|
|
|
min-height: 200px;
|
|
|
|
|
margin-bottom: 80px;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
.request-list-container-ar:before{
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 4px;
|
|
|
|
|
left: 30px;
|
|
|
|
|
top: 15px;
|
|
|
|
|
right: 6px;
|
|
|
|
|
background-color: #dddddd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-span {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
// margin-bottom: 10px;
|
|
|
|
|
font-family: 'WorkSans-bold';
|
|
|
|
|
}
|
|
|
|
|
.text-span:before{
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -35px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
background-color: #269db8;
|
|
|
|
|
top: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-span-ar{
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
// margin-bottom: 10px;
|
|
|
|
|
/* margin-top: 10px; */
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
.text-span-ar:before{
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: -29px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 15px;
|
|
|
|
|
background-color: #269db8;
|
|
|
|
|
top: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.action-data{
|
|
|
|
|
background-color: white;
|
|
|
|
|
padding: 1px;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
font-family: WorkSans-Regular;
|
|
|
|
|
// padding-left: 15px;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
p{
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.date-span{
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
color: gray;
|
|
|
|
|
margin-left: 172px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.date-span-ar{
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
color: gray;
|
|
|
|
|
margin-right: 155px;
|
|
|
|
|
}
|