File: /home/imensosw/www/imenso.co/ui/pfes/css/style.css
/*!
Project Name: Client Analytics MPS
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
html {
scroll-behavior: smooth;
}
body {
font-family: 'Segoe UI', sans-serif;
background-color: #F0F4F7;
}
a:hover {
text-decoration: none;
}
.navbar-brand {
width: 200px;
padding-top: 0;
}
.navbar {
padding: 0.2em 1em;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.bg-light {
background-color: #FFF !important;
}
.navbar-nav .nav-link {
text-transform: uppercase;
font-size: 0.85em;
padding: .5rem 1rem !important;
font-weight: 600;
letter-spacing: 1px;
}
.navbar-nav .active > .nav-link {
color: #465daa !important;
font-weight: bold !important;
}
.user-area {
text-align: right;
}
.user-area a {
color: #000;
}
.user-area .dropdown-menu {
border-color: #EEE;
border-radius: 0;
top:125%;
left: -100px;
}
.burger {
padding: 50px 0;
}
.masthead {
background: rgba(0,0,0,0) linear-gradient(135deg,#7884bd,#5bb7d2) repeat scroll 0 0;
padding: 30px;
border-radius: 6px;
color: #FFF;
}
.masthead h1 {
font-size: 2em;
font-weight: 600;
border-right: 4px solid #42c5e4;
color: #FFF;
}
.masthead p {
opacity: 0.7;
font-size: 0.9em;
margin-bottom: 0;
}
.subheading {
font-weight: bold;
position: relative;
}
.subheading span {
display: inline-block;
background-color: #F0F4F7;
padding-right: 10px;
font-size: 28px;
line-height: 28px;
}
/*.subheading:after {
height: 1px;
background-color: #333;
content: "";
position: absolute;
left: 0;
top: 60%;
z-index: -1;
width: 100%;
}*/
.stats {
text-align: center;
background-color: #FFF;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
padding: 25px 10px;
min-width: 180px;
}
.nav-tabs {
margin-top: 20px;
}
.nav-tabs .nav-item {
width: 20%;
text-align: center;
}
.nav-tabs {
border-bottom: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
border:none;
border-right: 1px solid #DDD;
background: #5bb7d2;
color: #FFF;
}
.subheading small {
font-size: 14px;
}
.stats h3 {
font-weight: bold;
font-size: 26px;
}
.stats small {
font-size: 14px;
font-weight: 600;
margin-left: 5px;
}
.text-up {
color: #42c5e4;
}
.text-down {
color: #fd5667;
}
.stats span {
opacity: 0.9;
text-transform: uppercase;
font-size: 0.7em;
font-weight: 600;
}
.table-bill th {
background-color: rgba(66,197,228,0.085);
}
.cheese {
background-color: #FFF;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
padding: 25px 20px;
border-radius: 4px;
}
.ps-sidebar {
left: 0;
position: fixed;
width: 185px;
z-index: 99;
padding-top: 18%;
padding-bottom: 100px;
}
.ps-sidebar-up {
background-color: #222;
}
.ps-sidebar-up ul {
margin: 0;
padding: 0;
list-style: none;
}
.ps-sidebar-up .ps-active::after {
border-bottom: 15px solid transparent;
border-left: 20px solid #c3c3c3;
border-top: 15px solid transparent;
content: "";
position: absolute;
right: -16px;
top: 6px;
}
.ps-sidebar-up li a {
color: #c3c3c3;
display: block;
padding: 9px 14px;
border-bottom: 1px solid #000;
font-weight: 600;
font-size: 14px;
}
.ps-sidebar-up .ps-active {
background-color: #c3c3c3;
position: relative;
color: #000;
}
.offset {
padding-top: 60px;
}
.table-bill {
background-color: #FFF;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.content-area {
margin-top: -100px;
}
.filters {
position: fixed;
background-color: #000;
border: 2px solid #FFF;
right: -25px;
top: 40%;
padding: 10px 15px;
color: #FFF;
text-transform: uppercase;
transform: rotate(90deg);
font-weight: 600;
cursor: pointer;
}
.bg-dark {
background:rgba(0,0,0,0) linear-gradient(135deg,#7884bd,#5bb7d2) repeat scroll 0 0 !important;
}
.nav-tabs .nav-link {
background: #FFF;
border-right: 1px solid #DDD;
border-radius: 0;
color: #000;
background: #E4EDED;
}
.max-score {
font-size: 14px !important;
}
.tree {
margin: 18px;
padding: 0;
}
.tree:not(:empty):before, .tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
display: block;
position: absolute;
content: "";
}
.tree ul,
.tree li {
position: relative;
margin: 0;
padding: 0;
}
.tree li {
list-style: none;
}
.tree.cascade li {
margin-left: 24px;
}
.tree.cascade li div {
margin-top: 12px;
}
.tree.cascade li:before {
border-left: 1px solid #ddd;
height: 100%;
width: 0;
top: 0;
left: -12px;
}
.tree.cascade li:after {
border-top: 1px solid #ddd;
width: 12px;
left: -12px;
top: 24px;
}
.tree.cascade li:last-child:before {
height: 24px;
top: 0;
}
.tree.cascade > li:first-child:before {
top: 24px;
}
.tree.cascade > li:only-child {
margin-left: 0;
}
.tree.cascade > li:only-child:before, .tree.cascade > li:only-child:after {
content: none;
}
.tree.horizontal li {
display: flex;
align-items: center;
margin-left: 24px;
}
.tree.horizontal li div {
margin: 6px 0;
}
.tree.horizontal li:before {
border-left: 1px solid #ddd;
height: 100%;
width: 0;
top: 0;
left: -12px;
}
.tree.horizontal li:first-child:before {
height: 50%;
top: 50%;
}
.tree.horizontal li:last-child:before {
height: 50%;
bottom: 50%;
top: auto;
}
.tree.horizontal li:after,
.tree.horizontal li ul:after {
border-top: 1px solid #ddd;
height: 0;
width: 12px;
top: 50%;
left: -12px;
}
.tree.horizontal li:only-child:before {
content: none;
}
.tree.horizontal li ul:after {
left: 0;
}
.tree.horizontal > li:only-child {
margin-left: 0;
}
.tree.horizontal > li:only-child:before, .tree.horizontal > li:only-child:after {
content: none;
}
.tree.vertical {
display: flex;
justify-content: center;
}
.tree.vertical ul {
display: flex;
justify-content: center;
}
.tree.vertical li {
display: flex;
flex-direction: column;
align-items: center;
}
.tree.vertical li div {
margin: 30px 6px;
}
.tree.vertical li:before {
border-left: 2px solid #5bb7d2;
height: 30px;
width: 0;
top: 0;
}
.tree.vertical li:after {
border-top: 2px solid #5bb7d2;
height: 0;
width: 100%;
}
.tree.vertical li:first-child:after {
border-top: 2px solid #5bb7d2;
height: 0;
width: 50%;
left: 50%;
}
.tree.vertical li:last-child:after {
border-top: 2px solid #5bb7d2;
height: 0;
width: 50%;
right: 50%;
}
.tree.vertical li:only-child:after {
content: none;
}
.tree.vertical li ul:before {
border-left: 2px solid #5bb7d2;
height: 30px;
width: 0;
top: -30px;
}
.tree.vertical > li:only-child:before, .tree.vertical > li:only-child:after {
content: none;
}
.tree.vertical h4 {
font-weight: bold;
font-size: 20px;
}
.tree.vertical h4 small {
font-size: 16px;
}
/*=======================================Responsive Ends==================================*/
#engagement{ overflow-x: hidden; overflow-y: visible; min-height: 100vh }
.manin-marks img{ width: 600px; margin: auto; display: block; position: relative; top: 10px }
#engagement .subheading{ border-radius: 100%; position: relative; margin: -140px auto 0; width: 180px; height: 180px; background: #5EB5D1; color: #fff;}
#engagement .subheading:after{ content: ''; position: relative; margin: -108px auto 0; width: 202px; height: 202px; border: 6px solid #7E85BC; display: block; border-radius: 100%; left: -11px; top: -10px;}
#engagement .subheading>span{ position: absolute; top: 50%; background: none; text-align: center; width: 100%; font-size: 36px; top: 100px;}
.subheading>span small{ display: block; line-height: 100%; font-size: 12px !important; text-transform: uppercase; margin-top: 5px; letter-spacing: 1px;}
.subheading>span .budget{ background: #fff; font-size: 12px !important; border-radius: 4px; line-height: 0; padding: 8px 5px; position: relative; top: -9px !important;}
.subheading>span .budget i, h3 i{ font-size: 6px !important; vertical-align: middle; }
.subheading>span .budget i{ margin-right: 2px !important;}
.budget.minus{ border: 1px solid #FA7684; color: #FA7684 }
.budget.plus{ border: 1px solid #40C5E4; color: #40C5E4 }
.card-area{ margin-top: 80px !important }
.card-area .stats{ position: relative; }
.card-area .stats:after, .card-area .stats:before{ content: ''; position: absolute; display: inline-block; background: #40C5E4 }
.card-area .stats:after{ height: 30px; top: -30px; width: 2px; left:50% ; margin-left: 0px;}
.card-area .col{ position: relative; }
.card-area .stats:before{ width: calc(100% + 30px); height: 2px; left: 0; top: -32px }
.card-area .col:first-child>.stats:before, .card-area .col_1:first-child>.stats:before{width: calc(50% + 30px) !important}
.card-area .col:first-child>.stats:before, .card-area .col:last-child>.stats:before, .card-area .col_1:first-child>.stats:before, .card-area .col_1:last-child>.stats:before{ width: 50% }
.card-area .col:first-child>.stats:before, .card-area .col_1:first-child>.stats:before{ left: 50% }
.card-area .col:last-child>.stats:after, .card-area .col_1:last-child>.stats:after{left: 50% !important; margin-left: -2px !important}
.card-area .stats{ border-bottom: 5px solid transparent; padding: 10px}
.card-area .main-stats div{ position: relative; text-align: center; height: 15px;}
.card-area .main-stats div .fa{ position: absolute; left: 50%; top: 50%; margin-left: -3px }
/*.card-area .main-stats:hover .fa-caret-down, */.card-area .main-stats .fa-angle-double-down, .card-area .main-stats.active .fa-caret-down{ display: none; }
.card-area .main-stats:hover{ border-bottom: 5px solid #40C5E4; cursor: pointer;}
.card-area .main-stats:hover .txt{color: #7E85BC;}
/*.card-area .main-stats:hover .fa-angle-double-down, */.card-area .main-stats.active .fa-angle-double-down{ display: block; margin-top: 2px;}
.main-stats.active div .fa{ position: relative; width: 26px; height: 26px; color: #fff; background: #262560; border-radius: 100%; text-align: center; line-height: 29px; margin-left: -13px;}
.main-stats.active div .fa:after{content: ''; position: absolute; display: inline-block; background: #40C5E4; height: 30px; top:26px; width: 7px; left:50% ; margin-left: -3px;}
.sub-stats{ position: absolute; left: 50%; top: 170px; transform: translateX(-50%); width: auto; text-align: center; min-width: 430px; display: none;}
.sub-stats.open{ display: block; }
.col_1{ display: inline-block; margin: 0 12px; }
.sub-stats-table.sub-stats{min-width: 350px; top: 138px; font-size: 12px; text-transform: uppercase;}
.sub-stats-table.sub-stats .stats{ padding: 0 }
.card-area .sub-stats-table .stats:before, .card-area .sub-stats-table .stats:after{ display: none }