  * {
      padding: 0; 
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      outline: none;
    }
 
    ::-webkit-scrollbar {
      background: transparent;
      width: 5px;
      height: 5px; 
    } 
 
    ::-webkit-scrollbar-thumb {
      background-color: #888;
    }

    ::-webkit-scrollbar-thumb:hover {
      background-color: rgba(0, 0, 0, 0.3);
    }
 
    body {
      background-color: #2a2b3d
    }

    #contents {
      position: relative;
      transition: .3s;
      background-color:#cccccc75!important;
    }

    .margin {
      margin-left: 0 !important;
    }
    .menu{    border-bottom: 1px solid #ddd;}
    /* Start side navigation bar  */

    .side-nav {
      float: left;
      height: 100%; 
      width: 290px;
      background-color: #252636;
      color: #CCC;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: .3s;
      position: fixed;
      top: 0;  
      left: 0;
      overflow: auto;
      z-index: 9999999;
      border-right:1px solid #f4f1f1; 
    } 

    .side-nav .close-aside {
      position: absolute;
      top: 7px; 
      right: 7px;
      cursor: pointer;
      color: #EEE;
    }

    .side-nav .heading {
      background-color: #252636;
    padding: 15px 15px 15px 30px;
    overflow: hidden;
    border-bottom: 1px solid #2a2b3c;  
    }

    .side-nav .heading>img {
      border-radius: 50%;
      float: left;
      width: 28%;
    }

    .side-nav .info {
      float: left;
      width: 69%;
      margin-left: 3%;
    }

    .side-nav .heading .info>h3 {
      margin: 0 0 5px
    }

    .side-nav .heading .info>h3>a {
      color: #EEE;
      font-weight: 100;
      margin-top: 4px;
      display: block;
      text-decoration: none;
      font-size: 18px;
    }

    .side-nav .heading .info>h3>a:hover {
      color: #FFF;
    }

    .side-nav .heading .info>p {
      color: #BBB;
      font-size: 13px;
    }

    /* End heading */
    /* Start search */
    .side-nav .search {
      text-align: center;
      padding: 15px 30px;
      margin: 15px 0;
      position: relative;
    }

    .side-nav .search>input {
      width: 100%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #23262d;
      padding: 7px 0 7px;
      color: #DDD
    }

    .side-nav .search>input~i {
      position: absolute;
      top: 22px;
      right: 40px;
      display: block;
      color: #2b2f3a;
      font-size: 19px;
    }

    /* End search */

    .side-nav .categories>li {
    padding: 17px 40px 17px 30px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    cursor: pointer;
}

.side-nav .categories>li>a {
    color: #fff;
    text-decoration: none;
}

    /* Start num: there are three options primary, danger and success like Bootstrap */
    .side-nav .categories>li>a>.num {
      line-height: 0;
      border-radius: 3px;
      font-size: 14px;
      color: #FFF;
      padding: 0px 5px
    }

    .dang {
      background-color: #f35959
    }

    .prim {
      background-color: #0275d8
    }

    .succ {
      background-color: #5cb85c
    }

    /* End num */
    .side-nav .categories>li>a:hover {
      color: #FFF
    }

    .side-nav .categories>li>i {
      font-size: 18px;
      margin-right: 5px
    }

    /*.side-nav .categories>li>a:after {
      content: "\f053";
      font-family: fontAwesome;
      font-size: 11px;
      line-height: 1.8;
      float: right;
      color: #fff;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }*/

    .side-nav .categories .opend>a:after {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

    /* End categories */
    /* Start dropdown menu */
    .side-nav .categories .side-nav-dropdown {
      padding-top: 10px;
      padding-left: 30px;
      list-style: none;
      display: none;
    }

    .side-nav .categories .side-nav-dropdown>li>a {
      color: #fff;
      text-decoration: none;
      padding: 7px 0;
      display: block;
    }

    .side-nav .categories p {
      margin-left: 30px;
      color: #535465;
      margin-top: 10px;
    }

    /* End dropdown menu */

    .show-side-nav {
      -webkit-transform: translateX(-290px);
      -moz-transform: translateX(-290px);
      transform: translateX(-290px);
    }


    /* Start media query */
    @media (max-width: 767px) {
      .side-nav .categories>li {
        padding-top: 12px;
        padding-bottom: 12px;
      }

      .side-nav .search {
        padding: 10px 0 10px 30px
      }
    }

    /* End side navigation bar  */
    /* Start welcome */

    .welcome {
      color: #CCC;
    }

    .welcome .content {
      background-color: transparent;
    color: #333!important;
    padding-left: 32px;
}
    }

    .welcome h2 {
      font-family: Calibri;
      font-weight: 600;
      margin-top: 0;
      color:#333;
      font-size: 22px;
    }

    .welcome p {
      color: #333; 
    }


    /* Start statistics */
    .statistics {
      margin-top: 25px;
      color: #CCC;
    }

    .statistics .box {
      background-color: #313348;
      padding: 15px;
      overflow: hidden;
    }

    .statistics .box>i {
      float: left;
      color: #FFF;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 22px;
    }

    .statistics .box .info {
      float: left;
      width: auto;
      margin-left: 10px;
    }

    .statistics .box .info h3 {
      margin: 5px 0 5px;
      display: inline-block;
    }

    .statistics .box .info p {
      color: #BBB
    }
   .lead{
    font-size:18px!important;
	text-align:center;
	color:#000;
}

    /* End statistics */
    /* Start users */

    .admins {
      margin-top: 25px;
      padding:0px 15px;
    }

    .admins .box { 
		transition:0.3s ease; 
	}
	    .admins{
		transition:0.3s ease;  
	}

    .admins .box>h3 {
      color: #ccc; 
      font-family: Calibri;
      font-weight: 300;
      margin-top: 0; 
    } 
     
    .admins .box .admin {
      margin-bottom: 20px;
    overflow: hidden; 
    background-color: #fff; 
    padding: 35px 10px;
    border-radius: 10px;
	border-top:3px solid #49062b;
	position:relative;
	transition:0.3s ease;
    box-shadow: 0 3px 8px rgb(0 0 0 / 28%);
    }
	
	.admins .box .admin:hover {
	position:relative;
	transition:0.3s ease;
	top:-2px; 
    }

    .admins .box .admin .img {
      width: 20%;
      margin-right: 5%;
      float: left; 
    }
 
    .admins .box .admin .img img {
      border-radius:0%;
    }

    .admins .box .info {
      width: 75%;
      color: #EEE;
      float: left;
    }
 
    .admins .box .info h3 {
      font-size: 18px;
    color: #333; 
    }

    .admins .box .info p {
      color: #BBB
    }
    .lead{
      color:#fff;
	  font-size:16px;
    }

    /* End users */
    /* Start statis */

    .statis {
      color: #EEE;
      margin-top: 15px;
    }

    .statis .box {
      margin-bottom: 1.875rem;
    background-color: #fff!important;
    transition: all .5s ease-in-out;
    position: relative; 
    border: 0px solid transparent;
    border-radius: 0.75rem;
    box-shadow: 0 3px 8px rgb(0 0 0 / 28%);
    height: calc(100% - 30px);
	padding:5px 20px 20px;
  border-top: 4px solid #267ef1;
    } 
    .statis .box:hover,.statis .box-2:hover{box-shadow: 0 3px 8px rgb(0 0 0 / 60%);}
	
	.static .box h3{
	text-align: initial;
    color: #000 !important;
    font-size: 36px !important;
    line-height: 1.25;
    font-weight: 600;
    margin: 0px!important;
	}

    .statis .box h3:after {
      content: "";
      height: 2px;
      width: 70%;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.12);
      display: block;
      margin-top: 10px;
    }
	 .statis .box i{
	background: #efefef;
    padding: 10px; 
    border-radius: 50px;
    margin-left: 15px; 
	display:inline-block;
	color:#fff;
	 } 
    .statis .box-2 {
margin-bottom: 1.875rem;
    background-color: #fff!important;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid transparent;
    border-radius: 0.75rem;
    box-shadow: 0 3px 8px rgb(0 0 0 / 28%);
    height: calc(100% - 30px);
    padding: 45px;
    border-top: 4px solid #267ef1;
    } 
	    .statis .row .col-md-4:nth-child(1) .box-2{
   border-left: 4px solid #3c8dbc;
    } 
		 .statis .row .col-md-4:nth-child(2) .box-2 {
   /*border-left: 4px solid #f39c12;*/
    }
		    .statis .row .col-md-4:nth-child(3) .box-2 {
   /*border-left: 4px solid #f56954;*/ 
    }
	.box-2 .lead{
		    font-size: 21px;
    margin-bottom: 0px;
    display: flex!important;
    align-items: center;
	}
	
	.static .box-2 h3{
	text-align: initial;
    color: #000 !important;
    font-size: 36px !important;
    line-height: 1.25;
    font-weight: 600;
    margin: 0px!important;
	}

    .statis .box-2 h3:after {
      content: ""; 
      height: 2px;
      width: 70%;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.12);
      display: block;
      margin-top: 10px;
    }
	 .statis .box-2 i{
	    background: #91919175;
    border-radius: 50px;
    margin-left: 15px;
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    width: 40px; 
    height: 40px; 
    display: flex;
    justify-content: center;
    align-items: center;
	 }
   .statis .box-2 i.fa-home{background: #f39c12;box-shadow: 0 0px 11px #f39c12;}
   .statis .box-2 i.fa-user{background: #f56954;box-shadow: 0 0px 11px #f56954;}
   .statis .box-2 i.fa-heart{background: #26b570;box-shadow: 0 0px 11px #26b570;}
    /*chart*/
   .username{
	   font-weight: 500;
    color: #cc9900;
   }
    .main-color {
      color: #ffc107
    }

    .warning {
      background-color: #f0ad4e
    }

    .danger {
      background-color: #d9534f
    }

    .success {
      background-color: #5cb85c
    }

    .inf {
      background-color: #5bc0de
    }

    /* Start bootstrap */
    .navbar-right .dropdown-menu {
      right: auto !important;
      left: 0 !important;
    }

    .navbar-default {
      background-color:#49062ba3!important;
      border: none !important;
      border-radius: 0 !important;
      margin: 0 !important
    }

    .navbar-default .navbar-nav>li>a {
      color: #fff !important;
    line-height: 55px !important;
    padding: 0 10px !important;
    text-transform: uppercase;
    font-weight: 300;
    }

    .navbar-default .navbar-brand {
      color: #FFF !important
    }

    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
      color: #EEE !important
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
      background-color: transparent !important;
      color: #FFF !important
    }

    .navbar-default .navbar-brand {
      line-height: 55px !important;
      padding: 0 !important
    }

    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
      color: #FFF !important
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
      margin: 0 !important
    }

    @media (max-width: 767px) {
      .navbar>.container-fluid .navbar-brand {
        margin-left: 15px !important;
      }

      .navbar-default .navbar-nav>li>a {
        padding-left: 0 !important;
      }

      .navbar-nav {
        margin: 0 !important;
      }

      .navbar-default .navbar-collapse,
      .navbar-default .navbar-form {
        border: none !important;
      }

    }

    .navbar-default .navbar-nav>li>a {
      float: left !important;
    }

    .navbar-default .navbar-nav>li>a>span:not(.caret) {
      background-color: #e74c3c !important;
      border-radius: 50% !important;
      height: 25px !important;
      width: 25px !important;
      padding: 2px !important;
      font-size: 11px !important;
      position: relative !important;
      top: -10px !important;
      right: 5px !important
    }

    .dropdown-menu>li>a {
      padding-top: 5px !important;
      padding-right: 5px !important;
    color: #333;
    font-weight:500;
    }

    .navbar-default .navbar-nav>li>a>i {
      font-size: 24px !important;
    }

    /* Start media query */

    @media (max-width: 767px) {
      #contents {
        margin: 0 !important
      }  

      .statistics .box { 
        margin-bottom: 25px !important;
      }

      .navbar-default .navbar-nav .open .dropdown-menu>li>a { 
        color: #CCC !important
      } 

      .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #FFF !important
      }

      .navbar-default .navbar-toggle {
        border: none !important;  
        color: #EEE !important;
        font-size: 18px !important;
      }

      .navbar-default .navbar-toggle:focus,
      .navbar-default .navbar-toggle:hover {
        background-color: transparent !important
      }
    }
	
		.dropdown-toggle::after{
	border:0px!important;
    }  
	  
	.navbar-nav{
		flex-direction:inherit;
	}
	.navbar-nav>li>.dropdown-menu{
		position:absolute;
	} 
	.navbar-nav{
		float:none;
		display:flex;
		justify-content: flex-end;
    flex-direction: row-reverse;
	}
	.navbar-nav>li{
		display:inline-block;
	}
	.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl{
		justify-content:end;
	} 
	.menu_bars_show{
	float: left;
    list-style: none; 
    font-size: 12px;
    padding: 10px;
    margin: 0px;	
	}
		.menu_bars_show li a i{
	font-size: 24px;
    color: #fff;
	} 
	.right_nav{
		float:right!important;
	}
.statis{
padding:0px 30px;}
.box h3{
	text-align: initial;
    color: #000 !important;
    font-size: 36px !important;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 0px;
}
.lead{
	color:#000;
	text-align: initial;
}
/*css ad
ded for the new dashbaord begins here*/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1; 
  } 
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;  
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
  background:#eee; 
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
} 
  
.page-wrapper .theme.chiller-theme {
  background: #1e2229; 
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;  
} 
.page-wrapper.toggled .sidebar-wrapper hr{
      border-top: 1px solid #203f62!important;
}
  
@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 230px;
  }   
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: absolute;
  left: 0; 
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
  background:#3d619b;
  z-index:999999;  
}
.page-wrapper.toggled #show-sidebar { 
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper { 
  width: 230px; 
  height: 100%; 
  max-height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  z-index: 999;
}
#show-sidebar i:hover{
color:#fff!important;
}
.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0; 
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
  background: #042954;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding:0px 10px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  height: 60px;
  background:#20325A;
  text-transform:uppercase;
  text-align:center;
  color:#fff;
  font-size: 35px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

 /*.sidebar-wrapper .sidebar-header .user-pic img {
 object-fit: cover;
  height: 100%;
  width: 100%;
}*/

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}
.sidebar-wrapper .sidebar-header .user-info .info p{color: #fff!important;}
.sidebar-wrapper .sidebar-header .user-info .info h3{
     color:#333;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}
hr {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.sidebar-dropdown .sidebar-submenu{
	display:block;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  /*padding: 15px 20px 5px 20px;*/
  display: inline-block;
}
.sidebar-wrapper .sidebar-menu ul li{
  border-bottom: 1px solid #203f62;
}


.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 10px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i,
.sidebar-wrapper .sidebar-menu p i {
  margin-right: 10px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

/*.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f0d7";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}*/
.no-link{
background: #042954;
    border-top: 1px solid #203f62;}
.no-link p{/**padding: 8px 10px 8px 20px;**/margin: 0;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
      background: #051F3E;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 19px;
  font-size: 13px;
  border-bottom: 0;
}

/*-
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  margin-right: 10px;
  font-size: 8px;
}*/

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

/*.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}*/

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: fixed;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
  background: #eee;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #042954;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    /*color:rgba(0,0,0,.85);*/
    color: #fff; 
	font-weight:300!important;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color:#cc9900; 
	font-weight:300!important;
}
.sidebar-wrapper .sidebar-menu ul li a span:hover{color:#cc9900;}
.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd; 
} 

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color:#cc9900;
} 
.container .info{
	margin:0px!important;
} 
.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span{
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
	    color: #2c3e50;
    text-shadow: 0px 0px 10px rgb(255 201 38);
}


.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text, {
    background: #efefef;
    color: #fff; 
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu p i 
{
	   /* background: #efefef;
    color: #7c7c7c;*/
    background: #FDC400;
    color: #fff;
} 

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    /*color: rgba(0,0,0,.85); */
    color: #fff;
	/*font-weight:500!important;*/
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span:hover{color: #FDC400;}
.sidebar-menu span{
	/*color: rgba(0,0,0,.85); */
    color: #fff;
	font-weight:300!important;
} 
.sidebar-dropdown a{
	color:#d1a01a;
}

.chiller-theme .sidebar-footer {
    background:#f39c12;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}
.lead .primary{
	background-color:#3c8dbc!important;
  box-shadow: 0 0px 11px #3c8dbc;
}
.lead .warning{ 
	background-color:#F77500!important;
  box-shadow: 0 0px 11px #F77500;
} 
.lead .danger{
	background-color:#ea060a!important;
  box-shadow: 0 0px 11px #ea060a;
}

.badge {
    display: inline-block!important;
    min-width:none!important;
    padding: 9px 43px 9px 43px!important;
    font-size: 12px!important;
    font-weight: 700!important;
    line-height: 1!important;
    color: #fff!important;
    text-align: center!important;
    white-space: nowrap!important;
    vertical-align: middle!important;
    background-color: #f39c12!important;
    border-radius: 0px!important
} 
.sidebar-footer>a:hover i{
	color:#fff!important; 
}
.d_btn{
    max-width: 173px;
    width: 100%;
    background: #3d619b;
    padding: 10px 0px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-weight: 700;
    border-radius: 25px;
    box-shadow: none;
    border: 0px;
   transition:0.3s ease;
} 
.d_btn:hover{
    background:#ef4b4c;
   transition:0.3s ease;
}   
@media only screen and (max-width:1024px){
	.lead{
    font-size: 16px!important;
	margin-bottom:0px;
}
		.box h3 {
    font-size: 24px !important;
	margin:0px;
}  
.statis .box-2{
	padding:25px;
}
}   
  
@media only screen and (max-width:768px){
	.header_bar{
		display:none!important; 
	}
} 
@media only screen and (max-width:567px){
	.header_bar{
		display:none!important;
	} 
	.box h3 { 
    font-size: 24px !important;
	margin:0px;
}  
.lead {
    font-size: 16px!important;
	margin-bottom:0px;
}
.statis .box-2{
	padding:25px; 
}
}
.page-content section{
height:100%;}
.page-wrapper.toggled .page-content{
height:100%;
background: #eee;} 
.page-content{background: #eee;}

/*css for the pending properties*/
.pending_properties{
	margin-bottom:30px;
}
.pending_properties .card {
  position: relative;
  background: #fefff9; 
  color: #000;
  text-decoration: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
    background: #fff;
    border-radius: 5px; 
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
display:block;
border-radius:15px;
}
@media (max-width: 700px) {
  .pending_properties .card {
    width: 100%;
  }
}

.pending_properties .row{
max-width:1130px;}
.pending_properties .card span {
  display: block;
font-weight:300;
color:#000;
}
.pending_properties .card .card-summary {
  padding: 5% 5% 3% 5%;
}
.pending_properties .card .card-summary ul li{
font-size:13px;
color:#000;
font-weight:300; 
list-style:none;
margin-bottom:5px;  
}
.pending_properties .card .card-summary ul li:nth-child(2){
	height:30px;    
}
.pending_properties .card .card-summary ul li i{
color:#3d619b!important; 
}
.pending_properties h4{
	font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}  
.pending_properties .card .card-header { 
  position: relative;
  height: 169px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
  background-blend-mode: overlay;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.pending_properties .card .card-header:hover, .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
.pending_properties .card .card-title {
  background:rgb(61 97 155);
  padding: 3.5% 0 2.5% 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
      padding: 7px 15px;
    color: #fff!important;
}
.pending_properties  .card .card-title p {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
color: #fff;
    font-size: 13px;
}
.pending_properties  .card .card-meta a {
  max-height: 0;
  overflow: hidden;
  color: #666;
  font-size: .78em;
  text-transform: uppercase;
  position: absolute;
  bottom: 5%;
  padding: 0 5%;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.4s;  
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
} 
.pending_properties  .card:hover, .card:focus {
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px; 
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
.pending_properties  .card:hover .card-title, .card:focus .card-title {
  background: rgb(239 75 76);
}
.pending_properties  .card:hover .card-meta a, .card:focus .card-meta {
  max-height: 1em;
}
 
.pending_properties  img {
  max-width: 100%;
}
.pending_properties .row .col-lg-3{
margin-bottom:30px;}
.edit_delete_btn{
display: flex;
    justify-content: space-between;
}
.edit_btn{
/*background:#3d619b;*/
background: #F7A000;
    padding: 10px 30px;
    color: #fff;
   width:100%; 
text-align:center;
margin:0px;
font-weight:300;
border-bottom-left-radius:10px;
border: 1px solid #F7A000;

} 
.edit_btn a{
display:inline-block;
color:#fff;
font-weight:300;   
}
.edit_btn a:hover{color: #F7A000!important;}
.del_btn{
/*background:#20325a;*/ 
background: #F70000;
border: 1px solid #F70000;
    padding: 10px 30px;
    color: #fff;
   width:100%;
text-align:center;
margin:0px;
font-weight:300;
border-bottom-right-radius:10px; 
} 
.del_btn a{
display:inline-block;
color:#fff;
font-weight:300;
}
.del_btn a:hover{color: #F70000!important;}
.flex{
	background:transparent;
}
.flex .pl-4, .flex .px-4 {
    background: transparent!important;
    font-weight: 500;
    padding-left: 15px;
	color:#20325a;  
}
.statis .row .col-lg-8 .form-control{
	background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 13px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    background-color: #ffffff;
    color: #333;
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%) inset;
    margin-bottom: 10px;
    font-weight: 300!important;
    border: 1px solid #ddd; 
} 
.statis .form-control:focus {
    color: #555!important;
}   
.statis input[type=file] {
    display: block;  
    font-weight: 500;
    color: #333;
}
.statis .btn-primary {
    color: #fff;
    background-color: #337ab7;  
    border-color: #2e6da4;
    outline: none;
    font-weight: 500;
}
.statis .welcome {
    font-weight: 500;
    color: #ef4b4c; 
} 

* {
  -moz-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -moz-transform;
  -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -o-transform;
  -webkit-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, -webkit-transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.page-content
{
	background: #fff;
}
.property_title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #20325a;
    text-transform: uppercase;
}body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    font-weight: 300!important;
}

div.dataTables_wrapper div.dataTables_length label,div.dataTables_wrapper div.dataTables_filter label
{font-weight: 500!important;}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled){
      padding: 10px 11px 10px 8px;
    font-weight: 300;
    border: 1px solid #ddd!important;
    color: #000;
}
table.dataTable .odd{/*border:1px solid #ddd;*/} 
table.dataTable .even{background: #F9F9F9;}
.text-primary{background: #fff; }
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 29px!important;}
    .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th{
      font-weight: 500;
    font-size: 13px;
    }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: 1px solid #ddd;
  }
 
  div.dataTables_wrapper div.dataTables_length select option:hover,
  div.dataTables_wrapper div.dataTables_length select option:focus,
  div.dataTables_wrapper div.dataTables_length select option:active,
  div.dataTables_wrapper div.dataTables_length select option:checked,
  div.dataTables_wrapper div.dataTables_length select option {
    background: linear-gradient(#042954, #042954);
    color: #000;
    font-weight: 500;
  }
   div.dataTables_wrapper div.dataTables_length select:hover,
  div.dataTables_wrapper div.dataTables_length select:focus,
  div.dataTables_wrapper div.dataTables_length select:active,
  div.dataTables_wrapper div.dataTables_length select:checked{color: #000!important;
 }
 div.dataTables_wrapper div.dataTables_filter input{color: #000 !important;}


  @media only screen and (max-width:1366px) {
    table.dataTable{width: 100%!important;}
  }
 
  .sidebar-submenu .btn-primary{background-color: transparent; border-color: transparent;}
  .sidebar-submenu .btn {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
    border-radius: 0;}
   .sidebar-submenu .btn-primary:hover,.sidebar-submenu .btn-primary:active,
   .sidebar-submenu .btn-primary:focus
   {background-color: transparent;}
   
   
       /*css for the top bar begins here*/
    .header_bar {
      background: #20325a;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
    }
#username {
    font-weight: 500;
    color: #ef4b4c;
}
    .left_header_bar {}

    .left_header_bar ul {
      display: flex;
      list-style: none;
      margin: 0px;
    }

    .left_header_bar ul li {
      margin-right: 15px;
	  }

    .left_header_bar ul li i {
      margin-right: 15px;
      color: #fff;
    }

    .left_header_bar ul li span a {
      transition: 0.3s ease;
      color: #fff;
    }

    .left_header_bar ul li span a:hover {
      color: #f9d054;
      transition: 0.3s ease;
    }

    .left_header_bar ul li span {
      font-size: 12px;
      color: white;
    }

    .right_header_bar {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
    }
    .right_header_bar .social i{color: #fff;    margin-right: 9px;    font-size: 18px;}
    .social{position: relative; margin-right: 20px;}
    .bell-icon-wrap{background: #F02849;
    position: absolute;
    top: -6px;
    right: -3px;
    border-radius: 50px;
    /* padding: 7px; */
    height: 18px;
    width: 18px;
    font-size: 12px;
    margin: auto;
    display: block;
    padding: 0 6px;}

    .signup_btn {
      display: inline-block;
      color: #fff;
      padding-right: 10px;
    }

    .signup_btn i {
      color: #fff;
    }

    .signup_btn a {
      font-size: 12px;
      transition: 0.3s ease;
      color: #fff;
    }

    .signup_btn a:hover {
      color: #f3c12b;
      transition: 0.3s ease;
    }

    .side-nav {
      position: absolute;
      top: 157px;
    }

    .navbar-nav>li>a {
      font-size: 16px;
    }
 
    /* css for search bar begins */
    @keyframes fpFadeInDown {
      from { 
        opacity: 0; 
        transform: translate3d(0, -20px, 0);
      }

      to {  
        opacity: 1; 
        transform: translate3d(0, 0, 0);
      }
    }

    .side-nav {
      background-color: #ffffff;
      color: #CCC; 
    }

    .side-nav .heading {
      background: #fff;
    }

    .side-nav .heading .info>h3>a,
    .side-nav .heading .info>p,
    .side-nav .categories>li>a,
    .side-nav .categories>li>a:after,
    .side-nav .categories>li>i,
    .side-nav .categories .side-nav-dropdown>li>a {
      color: #333 !important;
      font-weight: 300 !important; 
    } 

    .side-nav .categories>li>a:hover { 
      color: #49062b!important;
font-weight:500!important;
    }

    #contents {
      background: #fff !important;
    }

    .bg-primary {
      color: #fff;
      background-color: #49062b !important;
    }

    .danger {
      background-color: #49062b !important;
    }

    .warning {
      background-color: #49062b !important;
    }

    .dropdown-menu>li>a {
      font-size: 14px;
    }

    .signup_btn a:hover {
      background: transparent !important;
    }

    .signup_btn a:focus {
      background: transparent !important;
    }

    .admins .box .admin:hover {
      border-top: 3px solid #49062b91;
    }

    .side-nav .heading .info>h3>a:hover {
      .side-nav .heading .info>h3>a:hover {
        color: #333;
      }

      .menu {
        background: #f3f3f3;
      } 

      .statis .row .col-md-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
      }

.show { 
    padding: 0px;
    position: absolute;
    top: 24px!important;
}
.navbar-nav>li>.dropdown-menu{
   transform: translate3d(0px, 25px, 0px)!important;
}