@charset "utf-8";
/* CSS Document */



/* -------------------------
Card Hiight
 ------------------------- */

.equal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.equal > [class*='col-'] {
 display: flex;
 flex-direction: column;
}
.btnwidth50 {
	width:50px;
}
.btnwidth100 {
	width:100px;
}
.btnwidth70 {
	width:70px;
}
.btnwidth80 {
	width:80px;
}
.btnwidth150 {
	width:150px;
}
.td-center {
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:table;
}
.col-centered {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}

.content-header {
    padding: 0px .5rem 5px .5rem !important;
}

.alert {
padding:.25rem 1rem !important;
}
body {
	font-size: 14px !important;
}
h5 {
	margin-bottom:0 !important;
	padding-top:5px;
}
.table thead th {
	vertical-align:middle !important;
}
.fas {
	line-height:0 !important;
}
.sidebar {
	background:#002060 !important;
}
 [class*=sidebar-dark] .brand-link {
background:#fff;
}
.brand-link {
	padding:0 0 !important;
}
 [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
color:#fff !important;
}
.nav-link {
padding:.1.5rem 1rem .1rem 1rem !important;
	font-size:14px;
}
 [class*=sidebar-dark-] {
background:#002060 !important;
}
.navbar {
padding:.2rem .5rem .2rem .5rem !important;
}
.table td, .table th {
	vertical-align:middle !important;
}
.direct-chat-messages {
	height:auto !important;
}
.direct-chat-contacts {
	height:auto !important;
	background:#fff !important;
	color:#000 !important; padding:10px 25px 0 10px !important;
}



.rightbd {
	border-right:1px solid #ccc !important;
}
td-center {
	margin-left:auto;
	margin-right:auto;
	float:none;
	display:table;
}
<!--
.direct-chat .card-body {
	padding:0.2rem 0.6rem 0.1rem 0.6rem !important;
}
-->


[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(0,32,96,.0) !important;
    color: #2dce89 !important;
}


/* -------------------------
Treeview Chart
 ------------------------- */
 .jstree-icon {
	display: none; /* Hide the default icons */
}
.circle-bullet {
	display: inline-block; /* Allow sizing */
	width: 5px; /* Circle width */
	height: 5px; /* Circle height */
	border-radius: 50%; /* Makes it a circle */
	background-color: black; /* Circle color */
	margin-right: 5px; /* Space between bullet and text */
	
}


/* -------------------------
Horizontal Menu
 ------------------------- */
.navbar{padding:0rem .5rem 0.2rem .5rem !important;}
.main-header .nav-link{ height:2rem !important; color:#fff !important;}

.nav-band{background:darkblue;}

.navbar .container{flex-wrap:nowrap!important;}

.navbar{position:static !important;}

.dropdown-header{color:#000 !important;}
.main-header{border-bottom:none !important;}

.dropdown-menu{min-width:15rem !important;}




/* -------------------------
Legends
 ------------------------- */

.fc-red {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: inherit;
    content: "\f017";
    border-radius: 10px;
    background: #ff0000;
    color: #ff0000;
    float: left;
    font-size: 2px;
}


/* -------------------------
full Calendar
 ------------------------- */
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top{position: initial !important;}
}



/* -------------------------
Treeview - Add & Delete Node 
 ------------------------- */

/* h2 { text-align: center; color: #333; }*/
        .tree { list-style-type: none;}
        .tree li { margin: 8px 0; position: relative; }
        .toggle { cursor: pointer; margin-right: 5px; font-size: 14px; font-weight: bold; }
        .node { cursor: pointer; padding: 1px 10px; border-radius: 5px; display: inline-block; font-weight:800;}
        .node:hover, .selected { background: #007bff; color: white; }
        .folder { margin-right: 5px; }
        .hidden { display: none; }
      /*  button { padding: 8px 12px; border: none; background-color: #007bff; color: white; border-radius: 5px; cursor: pointer; }
        button:hover { background-color: #0056b3; }*/





/* -------------------------
Treeview - Role 
 ------------------------- */
.tree, .tree ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 14px;
}
.tree ul {
	margin-left:1em;
	position:relative
}
.tree ul ul {
	margin-left:.5em
}
.tree ul:before {
	content:"";
	display:block;
	width:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	border-left:1px solid
}
.tree li {
	margin:0;
	padding:0 2em;
	line-height:2em;
	color:#369;
	position:relative
}
.tree ul li:before {
	content:"";
	display:block;
	width:20px;
	height:0;
	border-top:1px solid;
	margin-top:-1px;
	position:absolute;
	top:1em;
	left:0
}
.tree ul li:last-child:before {
	background:#fff;
	height:auto;
	top:1em;
	bottom:0
}
.indicator {
	margin-right:5px;
}
.tree a {
	text-decoration: none;
	color:#369 !important;
}
.tree ul li a {
	text-decoration: none;
	color:#369 !important;
}
.tree ul li button, .tree li button:active, .tree li button:focus {
	text-decoration: none;
	color:#369 !important;
	border:none;
	background:transparent;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	outline: 0;
}
.text-disable {
	color:#666666 !important;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
/*  font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;*/
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* -------------------------
icons round
 ------------------------- */
.circle {
    width: 24px;
    height: 24px;
    color: white;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-transform: uppercase;
    margin-top: 3px;
}
.table-avatar {
    border-radius: 50%;
    display: inline;
    width: 2.5rem;
}





/* -------------------------
Scrollbar
 ------------------------- */
.scrollbar
{
	/*margin-left: 30px;*/
	float: left;
	height: 100px;
	width: 100%;
/*	background: #F5F5F5;*/
	overflow-y: scroll;
	margin-bottom: 25px; padding:0 10px;
}

.force-overflow
{
	min-height: 100px;
}

#wrapper
{
	text-align: center;
	width:100%;
	margin: auto;
}

/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}


/* -------------------------
Carousel Menu
 ------------------------- */
 
  /* Align arrows on both sides */
    .carousel-control-prev,
    .carousel-control-next {
      width: 5%; /* Adjust width for better alignment */ margin-top:2px;
    }
  
    .carousel-control-prev {
      left: -1%; /* Shift the previous arrow to the left */
    }
  
    .carousel-control-next {
      right: -1%; /* Shift the next arrow to the right */
    }
  
    /* Increase size of arrows for better visibility */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      width: 1rem;
      height: 1rem;
      background-size: 100%;
    }
 

.carousel-inner li:first-child {
  margin-left: 30px !important; /* Apply a left margin */
}

.dropdown-menu li:first-child {
  margin-left: 0px !important; /* Apply a left margin */
}

 
.carousel {
  width: 100%;
}
.carousel-inner {
  overflow-x: clip !important;
  overflow: visible;
  width: 100%; 
  margin: 0 auto; 
}

/* Align the navigation buttons properly */
.carousel-control-prev, 
.carousel-control-next {
  top: 50%; /* Vertically center */
  transform: translateY(-50%);
  width: 3%; /* Adjust button width */
  height: 100%; /* Optional: Full height buttons */
  background-color: rgba(0, 0, 0, 0.3); /* Optional: Button background */
}

/* Adjust button icons size */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 50%; /* Adjust size of the icon */
}

/*.collapse:not(.show){ display:block !important;}*/




@media (min-width: 0px) and (max-width: 767px) {
.carousel-inner li:first-child {
  margin-left: 0px !important; /* Apply a left margin */
}
}


/*@media (min-width: 1240px) and (max-width: 1280px) {
  .carousel-inner {
    width: 1180px; 
  }
}


@media (min-width: 1360px) and (max-width: 1366px) {
  .carousel-inner {
    width: 1330px;
  }
}


@media (min-width: 1440px) and (max-width: 1440px) {
  .carousel-inner {
    width: 1356px; 
  }
}


@media (min-width: 1600px) and (max-width: 1600px) {
  .carousel-inner {
    width: 1500px; 
  }
}


@media (max-width: 1199px) {
  .carousel-inner {
    width: 90%; 
    margin: 0 auto; 
  }
}


@media (max-width: 767px) {
  .carousel-inner {
    width: 90%;
    margin: 0 auto;
  }
}


@media (max-width: 480px) {
  .carousel-inner {
    width: 85%; 
  }
}
*/

.wrapper .main-header {
	border-bottom: 1px solid #dee2e6 !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px !important;
}