@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


body{
  background: #F8F8FD;
}


.unilocus-section {
  clear: both;
  margin: 0px;
  padding: 0px;
}



.col {
 
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-child { 
  margin-left: 0 !important; 
}


.row:before, .row:after { 
  content:""; 
  display:table; 
}

.clear{
  clear: both;
}

.row:after { 
  clear:both;
}

.row { 
  zoom:1; /* For IE 6/7 */ 
}

/* Grid */
.grid_1_of_12{ 
  width: 6.867%; 
}

.grid_2_of_12{ 
  width: 15.333%; 
}

.grid_3_of_12{ 
  width: 23.8%; 
}

.grid_4_of_12{ 
  width: 32.267%;
 }

.grid_5_of_12{ 
  width: 40.733%; 
}

.grid_6_of_12{ 
  width: 49.2%; 
}

.grid_7_of_12{ 
  width: 57.667%; 
}

.grid_8_of_12{ 
  width: 66.133%; 
}

.grid_9_of_12{ 
  width: 74.6%; 
}

.grid_10_of_12{ 
  width: 83.067%; 
}

.grid_11_of_12{ 
  width: 91.533%; 
}

.grid_12_of_12{ 
  width: 100%; 
}



@media only screen and (max-width: 768px) {
  .col {  margin: 1% 0 1% 0%; }
  [class*='grid_'] { width: 100%; }
}


.unilocus-wraper{
  width: 95%;
  margin: 0 auto;
 
  
}

h1.dashboard-title{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  line-height: 39.6px;
  letter-spacing: -1.5px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0px;
}

.unilocus-section ul, .unilocus-section ul li{
  margin: 0px;
  padding: 0px;
  list-style: none;
}




nav {
  position: relative;
  display: block;
  transition: all 0.3s ease-out;
  z-index: 1;
  transform-origin: top;
  transform: scaleY(0);
  
}

nav.expanded {
  transform: scaleY(1);
}
nav.nav-row > ul > li {
  font-family: 'Source Sans 3', sans-serif;
  display: inline-block;
width: 18.4%;
font-size: 16px;

background: #FFFFFF;
margin-right: 1.6%;
margin-bottom: 19px;
/* Shadow Hard */
box-shadow: 0px 2px 4px rgba(96, 97, 112, 0.16);
border-radius: 8px;
}


@media only screen and (max-width: 1150px) {
  nav.nav-row > ul > li {
      width: 200px;
      margin-right: 15px;
  }

}


@media only screen and (max-width: 460px) {
  nav.nav-row > ul > li {
    width: 100%!important;
      margin-right: 0px!important;
      margin-bottom: 2px;
  }

}

nav.nav-row > ul > li:last-child {
  margin-right: 0px!important;
}


nav.nav-row > ul > li a{
  padding: 23px 15px 18px;
  display: block;
  width: initial;
  color: #555555;
  text-decoration: none;

}


nav.nav-row > ul > li nav ul > li{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  margin-bottom: 2px;
  background: #fff;
  /* Shadow Hard */
  box-shadow: 0px 2px 4px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
}

nav.nav-row > ul > li nav ul > li:hover{
  background: #20A4A9;
}


nav.nav-row > ul > li nav ul > li a{
  padding: 21px 15px 18;
  display: block;
  width: initial;
  color: #555555;
  text-decoration: none;

}

nav.nav-row > ul > li nav ul > li:hover a{
  color: #ffffff;
}


nav.nav-row > ul > li > nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 10px;
}
nav li nav {
  left: 100%;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav ul li {
  position: relative;
  padding: 0.5em;
  color: black;
  white-space: nowrap;
}
nav ul li:hover {
  background-color: #20A4A9;
  color: white;
  cursor: pointer;
}

nav ul li:hover a{
  color: white;
}

nav ul li:hover .hover-img-out{
  display: none;
}

.hover-img-in{
  display: none;
}

nav ul li:hover .hover-img-in{
  display:inline-block;
}


nav ul li.disabled {
  color: gray;
  cursor: not-allowed;
}
nav ul li.disabled:hover {
  background-color: inherit;
  color: gray;
}
nav ul + ul {
  border-top: 1px solid gray;
}
nav nav:hover,
nav li:hover > nav {
  transform: scaleY(1);
}


.nav-row li i.icon-angle-down {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 19px;
}

.svg-icon{
  height: 17px;
  margin-right: 5px;
}

.nav-title{
  margin: -2.6px 1px 0;
position: absolute;
display: inline-block;
}


.listing{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.listing > li{
  background: #FFFFFF;
  padding: 20px 14px;
/* Shadow Form */
box-shadow: 0px 5px 18px rgba(40, 41, 61, 0.07);
border-radius: 8px;
display: flex;
flex-direction: row;
margin-bottom: 22px;
position: relative;
}


.site-thum {
  width: 150px;
  height: auto;
 
}

.site-thum img{
  width: 100%;
}


.user-count{
  width: 29px;
  height: 29px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px;
  border-radius: 8px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 60px;
  position: relative;
}

.user-count span {
  font-family: 'Inter', sans-serif;
  position: absolute;
  top: -13px;
  right: -13px;
  background: #FF9A40;
  padding-top: 6px;
  height: 20px;
  width: 30px;
  text-align: center;
  border-radius: 50px;
  padding-bottom: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.site-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #20A4A9;
   margin-right: 60px;
}

.site-status span{
  font-weight: 200;
  color: #777777!important;
}


.latest-update{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #777777;
  opacity: 0.65;
  margin-right: 60px;
}

.latest-update span{
  font-weight: 200;
  color: #777777!important;
  display: block;
}


.register-update{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #777777;
  opacity: 0.65;
}

.register-update span{
  font-weight: 200;
  color: #777777!important;
  display: block;
}

.action-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 20px;
  min-height: 101px;
}


.action-button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
flex-direction: row;
position: relative;
}

.action-button li {
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-flex;
flex-direction: row;
position: relative;

}

.action-button li:last-child {
  margin: 0px!important;
}

.dashboard-btn a img {
  position: absolute;
  top: 13px;
  left: 24px;
}


.dashboard-btn a{
  background: #795FCD;
width: 101px;
text-align: center;
padding: 11px 5px 11px 27px;
border-radius: 50px;
color: #fff;
text-decoration: none;
font-family: 'Inter', sans-serif;
font-size: 14px;

}

.dashboard-btn a:hover{
  background-color: #20A4A9;
}


.action-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.action-icon-box a {
  display: block;
  width: 40px;
  height: 30px;
  text-align: center;
  background: #efefef;
  border-radius: 50px;
  padding: 10px 0px 0;
  background: rgba(234, 227, 255, 0.5);
}

.action-icon-box a:hover{
  background: rgba(234, 227, 255, 0.9);
}


@media only screen and (max-width: 1230px) {

.listing > li {
  display: block !important;
  flex-direction: unset !important;
  position: relative !important;
}

.site-thum {
  width: 150px;
  height: auto;
  float: left;
}

.user-count {
  display: block;
  flex-direction: unset;
  justify-content: unset;
  position: relative;
  float: left;
}

.action-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  right: 20px;
  min-height: 101px;
}

.action-button {
  display: block;
  flex-direction: unset;
  justify-content: unset;
  position: relative;
  right: unset;
  padding-top: 15px;
  min-height: 10px;
  clear: both;
}

.site-status {
  display: block;
  width: 110px;
  float: left;
  padding-top: 35px;
}

.latest-update {
  display: block;
  float: left;
  width: 172px;
  padding-top: 35px;
}

.register-update{
  display: block;
float: left;
width: 154px;
padding-top: 35px;
}


}


@media only screen and (max-width: 948px) {

  .site-status, .latest-update, .register-update{
    padding-top: 15px;
  }

}



@media only screen and (max-width: 796px) {

.latest-update{
  margin-right: 25px;
}


  }




  @media only screen and (max-width: 732px) {

.site-status{
  clear: both;
}

.user-count {
  margin-right: 0px!important;

  }

  .action-button li {
 
  margin: 0 8px 0 0;

}


  }







/*=========Scroll=========*/


.list-scroll {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease 0.25s;
}


.list-scroll.animate {
  opacity: 1;
  transform: translateY(0);
}



