

body {

	font-family: 'Inter', sans-serif;
    background: #fff;
	font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    color: #244c5a;
	overflow-x:hidden;
	height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: hidden;
}

p {
    
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6em;
}

section{overflow-x:hidden;width:100%!important;}
a{
 
    text-decoration: none;
    transition: all 0.3s;
	color:#000; 
}
a:hover{color:#000;text-decoration: underline;}

div,table, ul, li{font-family: 'Inter', serif;font-size:15px;}
h1, h2, h3, h4, h5{color:#000;font-family: 'Inter', serif;}
strong{font-weight:700;}

.badge-info{background-color:#f1f1f1;color:#333;}
.card{}
.card .card-header{}
.card .card-body{}
.card .card-footer{background-color:transparent!important;}

.form-control {font-size:14px;border-width:2px;}
/* FOCUS STYLING - Bootstrap to use in tangent with above */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #0d6efd;
  box-shadow: none!important;
  outline: 0 none;
}
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);

}

header#hnav{border-bottom:1px solid #e8e8e8;position:fixed;width:100%;z-index:1001;background:#fff;}

#wrap{padding-top:70px;}
#sidebar{

}


ul#side-link{width:100%!important;height:100%;padding-bottom:100px;}

ul#side-link>li{border-bottom:1px solid #e8e8e8;}

.dropdown-toggle { outline: 0;border:0;}
.dropdown-toggle:hover{background:#f1f1f1;text-decoration:none;}
.dropdown-toggle.show{background:#f1f1f1;text-decoration:none;}

.btn-toggle {
	padding: 0.9rem 1rem;
	font-size: 15px;
	line-height: 1.6em;
	background-color: transparent;
	width:100%;
	font-weight: 600;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #f1f1f1;
}

.btn-toggle::after {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;

  position:absolute;
  right:0;
  margin-right:15px;


}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;

}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #cfe2ff;
}

.scrollarea {
  overflow-y: auto;
}

.dropdown-toggle:after {
    display: none;
}


.nav-link{line-height: 1.6em;padding: 0.9rem 1rem;font-weight: 600;}
.nav-link:hover{text-decoration:none;background:#f1f1f1;}
.nav-link.active{text-decoration:none;background:#f1f1f1;}
.nav-link::after {
  width: 1.25em;
  line-height: 2em;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  position:absolute;
  right:0;
  margin-right:15px;
}


.nav-link-list{line-height: 1.6em;padding: 0.9rem 1rem;position:relative;width:100%;}
.nav-link-list:hover{text-decoration:none;background:#f1f1f1;}
.nav-link-list.active{text-decoration:none;background:#f1f1f1;}
.nav-link-list::after {
  
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  /*
  width: 1.25em;
  line-height: 2em;
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  position:absolute;
  right:0;
  margin-right:15px;
  height:100%;*/
  
  position:absolute;
  right:0;
  margin-right:15px;
  top: 0;
  bottom: 0;
  align-content: center;
}

.p-8 {
  padding: 3rem !important;
}
ul.modpw{border:1px solid #e8e8e8;border-radius:5px;padding:15px;background-color:#f1f1f1;}
ul.modpw li{list-style:none;font-size:14px;}

.content{}

@media (min-width: 992px) {
  .content {
    margin-left: 260px;
	transition: all 0.3s;

  }
}


	#sidebar{
    position:fixed;
    top: 70px;
    left: 0;
    height: 100vh!important;
    z-index:992;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
	border-right:1px solid #e8e8e8;
	width: 100%;
    max-width: 260px;

	}
	
	#sidebar.active {
    left: -100%;
	}


@media only screen and (max-width: 991px) {

	
	
	#sidebar{
	
    position: fixed!important;
	width: 100%!important;
    top: 70px;
    left: -100%;
    height: 100vh!important;
	
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll!important;
    /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
	border-right:1px solid #e8e8e8;
	max-width:100%;

	}
	
	#sidebar.active {
    left: 0;
	}
	
	.p-8 {
  padding: 1.5rem !important;
}
}
	 /* Hide scrollbar for Chrome, Safari and Opera */
#sidebar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#sidebar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 


	


.dropdown-menu{

	min-width: 18rem;
	border-radius: 0.5rem;
	padding:15px;
	}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 15px;
  clear: both;
  font-weight: 600;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  
}

.dropdown-item:hover {background-color:#f1f1f1;border-radius: 0.5rem;text-decoration:none;}



.dropdown-item-start {
  display: block;
  width: 100%;
  padding: 8px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  
}

.dropdown-item-start:hover {background-color:#f1f1f1;border-radius: 0.5rem;text-decoration:none;}




#sidebarCollapse {
  width: 25px;
  height: 15px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-right:10px;
  margin-top:-5px;

}

#sidebarCollapse span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#sidebarCollapse span:nth-child(1) {
  top: 0px;
}

#sidebarCollapse span:nth-child(2) {
  top: 8px;
}

#sidebarCollapse span:nth-child(3) {
  top: 16px;
}

#sidebarCollapse.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

#sidebarCollapse.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#sidebarCollapse.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}



/* chat */
ul.list-message{list-style:none;margin:15px 0px;padding:0;}
ul.list-message li{border-bottom:1px solid #e8e8e8;}
.list-message-item{}
.list-message-item a{display:block;text-decoration:none;padding:15px 10px;}
.list-message-item a:hover{background-color:#f1f1f1!important;}

.bg-primary-subtle{background-color:#cfe2ff;}
.btn-secondary {
  color: #3c4043;
  background-color: transparent;
  border-color: #3c4043;
}
.btn-secondary:hover {
  color: #3c4043;
  background-color: #eaeaeb;
  border-color: #3c4043;
}
.btn-secondary:focus, .btn-secondary:active {
color: #3c4043;
  background-color: #eaeaeb;
  border-color: #3c4043;
}

.btn-light {
  color: #3c4043;
  background-color: transparent;
  border-color: transparent;
  text-decoration:none;
}
.btn-light:hover {
  color: #3c4043;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  text-decoration:none;
}
.btn-light:focus, .btn-light:active {
  color: #3c4043;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  text-decoration:none;
}

.chat{
    display: flex;
    flex-direction: column;
    max-height: 400px;
    overflow-y: scroll;
	overflow-x: hidden;

}



 /* width */
::-webkit-scrollbar {
  width: 2px;
  height:2px;
  border-radius:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
} 

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

::-webkit-scrollbar-thumb:horizontal{
    background: #555;
}



.list-user{display: flex;
    flex-direction: column;
	height:100%;
    max-height: 500px;
    overflow-y: scroll;
	overflow-x: hidden;
	
	
	}

.chat-message-left,
.chat-message-right {
    display: flex;
    flex-shrink: 0
}

.chat-message-left {
    margin-right: auto
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto
}

/**
 * ==============================================
 * Dot Falling
 * ==============================================
 */
.dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 0 0 0 #9880ff;
  animation: dot-falling 1s infinite linear;
  animation-delay: 0.1s;
}
.dot-falling::before, .dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-falling-before 1s infinite linear;
  animation-delay: 0s;
}
.dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  animation: dot-falling-after 1s infinite linear;
  animation-delay: 0.2s;
}

@keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #9880ff;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #9880ff;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #9880ff;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}


/**/
.form-content{
	display:block;
	margin:0;
	border:1px solid #e8e8e8;
	border-radius:5px;
	margin-bottom:5px;
	}
.form-content.active{border:1px solid #0d6efd;}


/**/
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  margin-right: 0em;
  float:left;
  display:block;
  color: rgba(0, 0, 0, 0.5);
  /*content: "►";*/
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z'%3E%3C/path%3E%3C/svg%3E");
  padding:0px 10px;
  
}

table.dataTable td{
	font-size:14px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
		margin-right: 0em;
		float:left;
		display:block;
        /*content: '-';*/
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'%3E%3C/path%3E%3C/svg%3E");
        background-color: transparent!important;
		padding:0px 10px;

}


/* list lead */
.list-lead{}
.list-lead>a{display:block;text-decoration:none;border:1px solid #e8e8e8;padding:15px;border-radius:5px;}
.list-lead>a:hover{text-decoration:none;border:1px solid #0d6efd;}

	
.overdiv {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 991;
    opacity: 0;
    transition: all 0.5s ease-in-out;

}
.overdiv.active {
    display: block;
    opacity: 1;



}

/**/
.hover-tooltip{
  font-size: 14px;
  text-align: center;
  font-weight:bold;
  display: block;
  min-width: 150px;
  max-width: 700px;
  margin:10px auto;
  animation: fade-in 300ms ease;
  background: #0d6efd;
  border-radius: 5px;
  padding: 6px;
  color: #fff;
  z-index: 1;
  border-color:#0d6efd;


    position: relative;
	
}
.hover-tooltip:after{
content: "";
    position: absolute;
   top: 100%;
   left: 20px;
   
   border-top: 10px solid #0d6efd;
   border-top-color: inherit; 
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
	
	
}


/*  horizontal scrolling navigation */
.upload{display:block;float:left;padding:40px;border:3px dashed #e8e8e8;border-radius:10px;margin:5px;}


/**/


 

.nav {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}


.nav-list {
  list-style: none;
  white-space: nowrap;
  padding-left: 0;
  font-size: 20px;
}

.nav-list li {
  display: inline-block;
  margin-right: 20px;
}

.nav-list:last-child {
  margin-right: 0;
}

.nav-list li a.active { text-decoration:none;font-weight:bold;}