Files
backend/public/dist/css/fast_react.css
2024-02-01 09:53:53 +00:00

416 lines
8.0 KiB
CSS

body {
font-family: "IRANSansFaNum";
background-repeat: no-repeat;
background-size: cover;
user-select: none;
}
.table thead tr {
font-size: 10px !important;
}
.dataTables_length {
display: inline;
}
.odd-header-row {
background-color: #015688;
color: #fff;
}
.filter-fast-react {
background-color: #ff5c0f;
color: #fff;
}
.counter {
text-align: center;
padding: 0 20px 20px;
position: relative;
z-index: 1;
max-width: 250px;
}
.counter:before,
.counter:after {
content: "";
border: 5px solid #015688;
border-radius: 100px 100px 0 0/50px 50px 0 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 30px;
bottom: 0;
z-index: -1;
}
.counter:after {
background-color: #fff;
border: none;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
left: 10px;
right: 10px;
top: 6px;
bottom: 10px;
}
.counter .counter-icon {
color: #fff;
background-color: #ff5c0f;
font-size: 32px;
line-height: 32px;
line-height: 85px;
width: 60px;
height: 75px;
margin: 0 auto 20px;
border-radius: 40px 40px 50px 50px/ 15px 15px 50px 50px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) inset;
}
.counter h3 {
color: #666;
font-size: 18px;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: capitalize;
margin: 0 0 13px;
}
.counter .counter-value {
font-size: 18px;
font-weight: 800;
}
.counter.darkgreen:before {
border-color: #096c7f;
}
.counter.darkgreen .counter-icon {
background-color: #096c7f;
}
.counter.green:before {
border-color: #5eb05e;
}
.counter.green .counter-icon {
background-color: #5eb05e;
}
.counter.purple:before {
border-color: #770c80;
}
.counter.purple .counter-icon {
background-color: #770c80;
}
@media screen and (max-width: 990px) {
.counter {
margin-bottom: 40px;
}
}
.pending-filter {
width: 223px;
min-height: 200px;
background-color: white;
border-radius: 5px;
display: none;
position: absolute;
z-index: 9;
left: 20px;
box-shadow: 0 0 3px;
top: 380px;
padding: 8px;
}
.globe_loc {
font-size: 20px;
color: #ff5c0f;
}
.submit_globe_loc i {
font-size: 20px;
color: rgb(43, 125, 43);
}
.before_submit_globe_loc i {
font-size: 20px;
color: rgb(108, 117, 125);
}
.submit_image {
font-size: 20px;
color: #ff5c0f;
}
.img_handled {
width: 50px;
height: 50px;
}
/* sliderf */
.slideroverlay {
display: none;
text-align: right;
direction: rtl;
position: fixed;
z-index: 1051;
padding-top: 77px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
.slideroverlay>.upload-confirm {
z-index: 50;
display: block;
position: absolute;
background: transparent;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
.slideroverlay>.modal-content {
background-color: #ffffff;
border-radius: 7px;
margin: auto;
padding: 20px 1.5% 1px 1.5%;
border: 1px solid #888;
width: max-content;
position: relative;
z-index: 51;
}
.slideroverlay>.modal-content>.close {
position: absolute;
text-align: center;
color: #353434;
left: 20px;
top: 3px;
}
.slideroverlay>.modal-content>.close::before {
content: "\00d7";
font-size: 22px;
position: absolute;
}
.slideroverlay>.modal-content>.close:hover,
.slideroverlay>.modal-content>.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.slideroverlay>.modal-content>.slideshow .mySlides {
display: none;
}
.slideroverlay>.modal-content>.slideshow img {
vertical-align: middle;
width: auto;
height: auto;
opacity: 1;
max-height: 500px;
max-width: 100%;
margin: 0 auto;
display: flex;
}
.slideroverlay>.modal-content>.slideshow .slideshow-container {
max-width: 100%;
position: relative;
margin: auto;
}
.slideroverlay>.modal-content>.slideshow .prev,
.slideroverlay>.modal-content>.slideshow .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 20px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
background-color: rgba(0, 0, 0, 0.4);
}
.slideroverlay>.modal-content>.slideshow .next {
right: 0;
border-radius: 0px 3px 3px 0;
}
.slideroverlay>.modal-content>.slideshow .prev {
left: 0;
border-radius: 3px 0 0 3px;
}
.slideroverlay>.modal-content>.slideshow .prev:hover,
.slideroverlay>.modal-content>.slideshow .next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.slideroverlay>.modal-content>.slideshow .text {
color: #f2f2f2;
background-color: rgba(0, 0, 0, 0.8);
padding: 10px 15px;
position: absolute;
bottom: -3px;
width: 100%;
text-align: center;
font-family: "IRANSans";
font-size: 12px;
}
.slideroverlay>.modal-content>.slideshow .numbertext {
color: #f2f2f2;
font-size: 14px;
padding: 8px 12px;
position: absolute;
background-color: rgba(0, 0, 0, 0.8);
top: 0;
border-radius: 3px;
}
.slideroverlay>.modal-content>.slideshow #slideshow-dot {
margin-top: -9px;
margin-bottom: 10px;
direction: ltr;
}
.slideroverlay>.modal-content>.slideshow .dot {
cursor: pointer;
height: 12px;
width: 12px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.slideroverlay>.modal-content>.slideshow .active,
.slideroverlay>.modal-content>.slideshow .dot:hover {
background-color: #717171;
}
.slideroverlay>.modal-content>.slideshow .fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
.active_awsome_disable {
pointer-events: none;
}
.box-open-table {
width: 223px;
min-height: 200px;
background-color: white;
border-radius: 5px;
display: none;
position: absolute;
z-index: 9;
left: 0;
top: 85px;
box-shadow: 0 0 3px;
padding: 8px;
}
.box-open-table::-webkit-scrollbar {
background-color: rgb(178, 178, 178);
border-radius: 10px;
border: 4px solid rgb(128, 128, 128);
}
.box-open-table::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: rgb(128, 128, 128);
}
.excel-progress {
top: 210px;
}
.filter-progress {
top: 210px;
left: 20px;
}
.hide-done-table {
display: none;
}
.show-done-table {
display: block;
}
.image-hover:hover {
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.incremental-counter {
direction: ltr;
}
.incremental-counter .num {
background: #484848 none repeat scroll 0 0;
border: 1px solid #484848;
border-radius: 4px;
color: #fff;
display: inline-block;
height: 30px;
line-height: 34px;
margin: 0 4.5px;
position: relative;
text-align: center;
top: -1px;
width: 30px;
font-size: 45px;
font-size: 11px;
font-weight: 700;
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
font-family: 'IRANSansFaNum';
}
.incremental-counter .num::before {
content: "";
display: block;
height: 1px;
left: -1px;
margin: -0.5px 0 0;
position: absolute;
right: -1px;
top: 50%;
width: auto;
}
.excel-done {
position: absolute;
}
.filter-done {
position: absolute;
}
.done-table {
position: relative;
}