
body{
  background-color:#FFFFFF !important;
}

a{
  text-decoration:none;
  list-style:none;
  color:black;
}

/* img{
  max-width:100%;
  max-height:100%;
} */

.weight{
  font-weight:700;
}

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
  }
  .preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font: 14px arial;
  }

.header-font{
  font-size:50px;
  font-weight: 800;
}

.icon-notif{
  font-size:25px;
}

.font-circle {
  font-size:12px;
}

.side-menu{
  list-style:none;
  font-weight: 400;
  margin-left:0;
  padding:0;
}

.list{
  padding-top:10px;
  padding-bottom:10px;
  padding-left:15px;
  width:100%;
  display:block;
  transition:0.4s;
}

.list:hover{
  background-color:black;
  background:linear-gradient(90.8deg, #219EBC 49.81%, #FDFDFD 120.04%);
  color:white;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
}

/* .sidenav {
    height: 100%; 100% Full-height
    width: 0; 0 width - change this with JavaScript
    position: fixed; Stay in place
    z-index: 1; Stay on top
    top: 10; Stay at the top
    left: 0; Black
    overflow-x: hidden; Disable horizontal scroll
    padding-top: 60px; Place content 60px from the top
    transition: 0.7s; 0.5 second transition effect to slide in the sidenav
    background-color:#EDEDED;
  } */
  
  /* The navigation menu links
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  } */

  .teal-bg{
    background-color:#219EBC;
    color:white;
  }

  .font-teal{
    color:#219EBC;
  }

  .font-pink{
    color:#f8bbd0;
  }

  .pink-bg{
    background-color:#f8bbd0;
    color:#fff;
  }

  .font-indigo-darken{
    color:#023047 !important;
  }

  .font-blue-light{
    color:#90caf9;
  }

  .indigo-darken-bg{
    background-color:#426171;
  }

  .menu-title {
    font-family:'Mulish', sans-serif;
    font-weight: 500 !important;
  }

  .green-lighten-bg {
    background-color:#c8e6c9;
  }
  
  /* When you mouse over the navigation links, change their color */
  /* .sidenav a:hover {
    background-image: linear-gradient(90.8deg, #219EBC 49.81%, #FDFDFD 102.04%);
    color: #f1f1f1;

  } */
  
  /* Position and style the close button (top right corner) */
  /* .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    margin-left: 50px;
  } */
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

  .font-head{
    font-size:15px;
  }
  .font-body{
    font-size:12px;
  }
  .font-card{
    font-size:40px;
    font-weight:700;
    text-shadow: 10px black solid;
  }
  
  .font-size {
    font-size:90px;
  }

  .image-left{
    position:absolute;
    margin-left:-3%;
    size:100%;
  }

  .header{
    transition: all 0.5s ease-in-out;
  }

  .header.active{
    background-color: #426171;
    color:white;
  }


  .mt-long{
    margin-top:100px;
  }


.sidebar{
  position:fixed;
  left:0;
  top:80;
  width:250px;
  height:100%;
  background:transparent;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin:left center;
  transition: .5s;
}

.sidebar.open{
  transform: rotate3d(0, 0, 1, 0deg);
}

.sidebar ul{
  list-style: none;
  left:0;
}

.sidebar li:hover,
.sidebar li.active,
.sidebar li a:hover {
    /* background-image: linear-gradient(-90.8deg, #219EBC 49.81%, #FDFDFD 102.04%); */
    transition: 0.5s;
    width:100%;
    color:white;
}

.sidebar li a {
  color:black;
  text-decoration:none;
  padding:10px 15px;
  display:block;
  left:0;
  transition:0.5s
}
.font-menu{
  font-size:23px;
}

.active-menu:hover{
      transition:0.5s;
      background-image: linear-gradient(90.8deg, #219EBC 65.81%, #FDFDFD 140.04%);
      color:white;
}

.mt-long{
  margin-top:100px;
}


/* sidenav */

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #B0D3F5 0%, #E2FBE2 100%);
  /* background-color: #EDEDED; Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  border-top-right-radius: 60px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
  background: #FCF8F3;
  opacity: 0.3
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
  overflow:hidden;
  width:100%;
}
body {
overflow-x: hidden;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}


.open {
  width:240px;
}

.close{
  width:0px;
}

/* .main-open{
  margin-left:250px;
}

.main-close{
  margin-left:250px;
} */

.menu-icon{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

.minus-top{
  margin-top:-280px;
}

.background_pink {
  background-image: linear-gradient(180deg, #fce4ec 40.81%, #FDFDFD 160.04%);
  border-radius:25px;
}

.logo-width{
  width:140px !important;
}

.background_soft_pink {
  background-color:#FFECF0;
}