You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
232 lines
3.9 KiB
232 lines
3.9 KiB
|
|
.o_action_manager {
|
|
overflow: auto !important;
|
|
}
|
|
|
|
.help_dashboards {
|
|
padding-top: 10px;
|
|
background-color: #f8faff !important;
|
|
}
|
|
|
|
.dashboard_card h4 {
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.main-section {
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.breadcrumbs {
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* Widget One
|
|
---------------------------*/
|
|
.stat-content {
|
|
display: inline-block;
|
|
width: 66%;
|
|
}
|
|
|
|
.stat-icon {
|
|
display: inline-block;
|
|
}
|
|
|
|
.stat-widget-one .stat-icon {
|
|
vertical-align: top;
|
|
margin: auto;
|
|
width: 100%;
|
|
color: #01c490;
|
|
}
|
|
|
|
.stat-widget-one .stat-icon i {
|
|
font-size: 30px;
|
|
font-weight: 900;
|
|
display: inline-block;
|
|
color: #01c490;
|
|
}
|
|
|
|
.stat-widget-one .stat-text {
|
|
font-size: 11px;
|
|
color: #868e96;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.stat-widget-one .stat-digit {
|
|
font-size: 24px;
|
|
color: #02448b;
|
|
}
|
|
|
|
.stat-count {
|
|
font-size: 20px;
|
|
text-align: center;
|
|
color: #00438b;
|
|
}
|
|
|
|
.stat-title {
|
|
font-size: 17px;
|
|
text-align: center;
|
|
color: #00438b;
|
|
}
|
|
|
|
/*=====================Dashboard===========================*/
|
|
|
|
.dashboard_card {
|
|
padding: 0px;
|
|
margin-bottom: 1.5rem;
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
background: none;
|
|
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
will-change: transform, box-shadow;
|
|
}
|
|
|
|
.dashboard_card:hover {
|
|
transform: translateY(-2px) translateZ(0) !important;
|
|
box-shadow: 0 10px 10px 0 rgba(62, 57, 107, 0.12), 0 0 0 transparent !important;
|
|
}
|
|
|
|
.helpdesk {
|
|
margin-top: 3%;
|
|
margin-bottom: 2%;
|
|
}
|
|
|
|
.helpdesk .stat-icon {
|
|
border-radius: 15px 0 0 15px;
|
|
width: 30%;
|
|
height: 100px;
|
|
text-align: center;
|
|
padding-top: 11%;
|
|
background: #4a5c9a;
|
|
color: #fff;
|
|
}
|
|
|
|
#team_ico {
|
|
-webkit-text-stroke: 1px #8e8e8e;
|
|
}
|
|
|
|
.helpdesk .dashboard_card {
|
|
border-radius: 15px;
|
|
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
will-change: transform, box-shadow;
|
|
box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
|
|
0 2px 9px 0 rgba(62, 57, 107, 0.06);
|
|
}
|
|
|
|
.stat-widget-one .stat-text {
|
|
font-size: 14px;
|
|
color: #314384ff;
|
|
margin: 2rem 0rem 1rem 0rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.stat-widget-one .stat-digit {
|
|
font-size: 20px;
|
|
font-weight: bolder;
|
|
padding: 1px 10px 2px 0;
|
|
color: #8061a9;
|
|
text-shadow: 0px 0px 20px #000000;
|
|
text-align: center;
|
|
}
|
|
|
|
.stat-widget-one .stat-icon i {
|
|
font-size: 25px;
|
|
font-weight: 900;
|
|
display: inline-block;
|
|
color: #fff;
|
|
}
|
|
|
|
.stat-widget-one {
|
|
border-radius: 15px;
|
|
background-color: white;
|
|
text-align: inherit !important;
|
|
}
|
|
|
|
.stat-widget-one {
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.inbox_tickets .stat-widget-one .stat-text {
|
|
color: #706F8E;
|
|
}
|
|
|
|
.inbox_tickets .stat-icon {
|
|
background: #706F8E !important;
|
|
}
|
|
|
|
.inprogress_tickets .stat-widget-one .stat-text {
|
|
color: #9AA8A8;
|
|
}
|
|
|
|
.inprogress_tickets .stat-icon {
|
|
background: #9AA8A8 !important;
|
|
}
|
|
|
|
.done_tickets .stat-icon {
|
|
background: #847A9F !important;
|
|
}
|
|
|
|
.done_tickets .stat-widget-one .stat-text {
|
|
color: #847A9F;
|
|
}
|
|
|
|
.team_card .stat-icon {
|
|
background: #66719a !important;
|
|
}
|
|
|
|
.team_card .stat-widget-one .stat-text {
|
|
color: #66719a;
|
|
}
|
|
|
|
.dashboard_card-body {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.pending_detail {
|
|
width: 75%;
|
|
padding: 0 0 0 40px;
|
|
margin: 0 0 0 4px;
|
|
}
|
|
|
|
.ticket_box {
|
|
height: 32rem;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.ticket_box_head {
|
|
text-align: center;
|
|
padding: 12px 0;
|
|
color: rgb(73 80 87 / 76%);
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
background: #b1cccc;
|
|
margin-bottom: 9px;
|
|
}
|
|
|
|
.tickets_head {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.pending_tickets {
|
|
padding-left: 0 ! important;
|
|
}
|
|
|
|
.tickets_list {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
margin: 10px;
|
|
list-style-type: none;
|
|
border-radius: 5px;
|
|
border: 1px solid rgba(69, 72, 103, 0.71);
|
|
background: #f3f3f3bd;
|
|
padding: 10px !important;
|
|
}
|
|
|
|
.half_chart.chart-container.card-shadow {
|
|
height: 32rem;
|
|
}
|
|
.chart-container.card-shadow {
|
|
height: 32rem;
|
|
}
|
|
|