@charset "utf-8";
/* CSS Document */


/* -------------------------
Checkbox and font
 ------------------------- */
 .custom-control.custom-checkbox {
    padding-left: 1.5rem; /* match Bootstrap spacing */
}
.custom-control-input {
    top: 0.1rem; /* adjust vertical position */
}
.custom-control-label {
    line-height: 1.2; /* center text with checkbox */
}

.mcqtext{ font-size:23px;}



/* -------------------------
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:60px;
}
.btnwidth100 {
	width:100px;
}
.btnwidth70 {
	width:90px;
}
.btnwidth80 {
	width:90px;
}
.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: 0.938rem !important;*/
	font-size: 0.875rem !important;
	font-family:Verdana, sans-serif !important;
}
h4{font-size:1.1rem !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;}

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !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%; 
  }
}
*/


/* -------------------------
Table first column fixed
 ------------------------- */

/* .table-container {
      overflow-x: auto;
      position: relative;
    }

    .table-container  table {
      border-collapse: collapse;
      width: 100%;
      min-width: 1000px;
    }

   .table-container  th, td {
      white-space: nowrap;
    }

    .table-container th:first-child,
    .table-container td:first-child {
      position: sticky;
      left: 0;
      background-color: #f1f1f1; 
      z-index: 2;
    }

    .table-container thead th:first-child {
      z-index: 3; 
    }
*/


 .table-container {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #ccc;
}

.table-container table {
  border-collapse: collapse;
  table-layout: fixed;      /* Prevents columns from resizing unevenly */
  width: max-content;       /* Adapts to total column count */
}

.table-container th,
.table-container td {
  border: 1px solid #ccc;
  padding: 8px;
  white-space: normal;
  text-align: left;
  width: 150px;        /* Fixed width for all non-sticky columns */
}

.table-container th { font-weight:600; }

.table-container th:first-child,
.table-container td:first-child {
  position: sticky;
  left: 0;
  background-color: #f9f9f9;
  z-index: 2;
  width: 200px;             /* Increased width only for label column */
  min-width: 200px;
  max-width: 200px;
}



/* -------------------------
tooltip
 ------------------------- */

.con-tooltip {

  position: relative;
  
  border-radius: 9px;
  padding: 0 0px;
  margin: 0px;
  
  display: inline-block;
  
  / transition: all 0.3s ease-in-out; / / This line is removed or commented /
  cursor: default;

}


/*tooltip */
.tooltip {
  visibility: hidden;
  z-index: 1;
  opacity: .40;
  
  width: 199px;
  padding: 3px 20px 1px 20px;

  background: #fff;
  color: #E086D3;
  
  position: absolute;
  top:-150%;
  left: -25%;
  

  border-radius: 9px;
  font: 16px;

  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
/*  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);*/
}


/* tooltip  after*/
.tooltip::after {
  content: " ";
  width: 0;
  height: 0;
  
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #e6e6e6  transparent transparent transparent;

  position: absolute;
  left: 40%; top:35px;

}

.con-tooltip:hover .tooltip{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
    transition: .3s linear;
 /* animation: odsoky 1s ease-in-out infinite  alternate;*/

}

/*hover ToolTip*/
.left:hover {transform: translateX(-6px); }
.top:hover {transform: translateY(-6px);  }
.bottom:hover {transform: translateY(6px);}
.right:hover {transform: translateX(6px); }



/*left*/

.left .tooltip{ top:-20%; left:-170%; }

.left .tooltip::after{
  top:40%;
  left:90%;
  transform: rotate(-90deg);
}




/*bottom*/

.bottom .tooltip { top:190%; left:-52%; }

.bottom .tooltip::after{
  top:-31%;
  left:40%;
  transform: rotate(180deg);
}



/*right*/

.right .tooltip { top:-20%; left:115%; }

.right .tooltip::after{
  top:40%;
  left:-12%;
  transform: rotate(90deg);
}




/* -------------------------
Bay loading Rounds
 ------------------------- */
/* =====  Progress bar ===== */
.progress {
	width: 78px;
	height: 78px;
	background: none;
	position: relative;
}
.progress h2 {
	text-align:center; font-size:14px !important; margin-top:-25px;
}

.row1{font-size:14px; margin-top:48px; font-weight:600;}
.row-others{font-size:14px; margin-top:33px; font-weight:600;}
.last-per{font-size:18px; margin-top:24px;}

.round{display: table;
    margin-left: auto;
    margin-right: auto; margin-top:-18px;}
 .progress::after {
 content: "";
 width: 100%;
 height: 100%;
 border-radius: 50%;
 border: 6px solid #eee;
 position: absolute;
 top: 0;
 left: 0;
}
.progress>span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.progress .progress-left {
	left: 0;
}
.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 6px;
	border-style: solid;
	position: absolute;
	top: 0;
}
.progress .progress-left .progress-bar {
	left: 100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.progress .progress-right {
	right: 0;
}
.progress .progress-right .progress-bar {
	left: -100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}
.progress .progress-value {
	position: absolute;
	top: 0;
	left: 0;
}

.pro-1::after {border: 6px solid #a0c3e1;}
.pro-2::after {border: 6px solid #f1b1b3;}
.pro-3::after {border: 6px solid #fde8a7;}
.pro-4::after {border: 6px solid #f3d2f5;}
.pro-5::after {border: 6px solid #64b8d9;}
.pro-6::after {border: 6px solid #bf13a2;}
.pro-7::after {border: 6px solid #FF3366;}
.pro-8::after {border: 6px solid #9933CC;}
.pro-9::after {border: 6px solid #81E2E2;}
.pro-10::after {border: 6px solid #E25B0A;}

/*.sono{margin-top:14px; margin-left:9.5px; z-index:1; text-align:center;line-height:4.7;text-align:center;}*/

.sono {
    margin-top: 14px;
    margin-left: 13.5px;
    z-index: 1;
    text-align: center;
    line-height: 0.3;
    text-align: center;
    margin-top: 50px;
    font-size: 0.55rem;
}

.rounded-lg {
	border-radius: 1rem;
}

 .numbers{margin-bottom:2px; font-size:13px; text-align:center; font-weight:600 !important;}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.fc-blue {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: inherit;
    content: "\f017";
    border-radius: 10px;
    background: #00b0f0;
    color: #00b0f0;
    float: left;
    font-size: 2px;
}
.fc-orange {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: inherit;
    content: "\f017";
    border-radius: 10px;
    background: #ff7200;
    color: #ff7200;
    float: left;
    font-size: 2px;
}
.fc-purple {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: inherit;
    content: "\f017";
    border-radius: 10px;
    background: #660066;
    color: #660066;
    float: left;
    font-size: 2px;
}
.fc-lemangreen {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: inherit;
    content: "\f017";
    border-radius: 10px;
    background: #aee00a;
    color: #aee00a;
    float: left;
    font-size: 2px;
}
.fc-green {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: inherit;
    content: "\f017";
    border-radius: 10px;
    background: #00b050;
    color: #00b050;
    float: left;
    font-size: 2px;
}
.fc-spillover {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: inherit;
    content: "\f017";
    border-radius: 10px;
    background: #cc9a1a;
    color: #ff0000;
    float: left;
    font-size: 2px;
}
.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;
}
.fc-grey {
    font-weight: normal;
    font-style: normal;
    display: block;
    width: 10px;
    height: 10px;
    text-decoration: inherit;
    content: "\f017";
    border-radius: 10px;
    background: #b5b5b5;
    color: #b5b5b5;
    float: left;
    font-size: 2px;
}





/* -------------------------
Calendar Css
 ------------------------- */

.fc-col-header-cell-cushion {color:#000 !important;}
.fc-daygrid-day-number {color:#000 !important;}
.event_filter[type=radio] {
    position: absolute;
    opacity: 0;
}
[type=radio]:checked + img {
    background: #ededed;
}
[type=radio]:checked + img {
    padding: 10px 10px;
}
[type=radio] + img {
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 10px;
}

/* -------------------------
Mobile css
 ------------------------- */

@media (max-width: 768px) {
    .cyber-quiz-widget {
        border: none;
        box-shadow: none;
    }

    label:not(.form-check-label):not(.custom-file-label) {
        font-size: 20px;
    }

    .breadcrumb {
        display: none;
    }

    .mcqtext {
        font-size: 18px;
    }
}

