@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body{
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif !important;
}
.roboto-font{
	 font-family: "Roboto Condensed", sans-serif;
}
.editreport, .widget-title h3, .training-section h3 {
	font-family: "Roboto Condensed", sans-serif;
}
.main-banner{
	background-image: url('../images/banner-bg.jpg');
	padding:300px 0 50px ;
	background-repeat: no-repeat;
	background-size: cover;

}
.indicator-list ul li p span {
    margin-right: 7px;
}
.footer-section {
    text-align: center;
    border-top: 1px solid #c5c5c5;
    padding-top: 15px;
}
.footer-section p a {
    color: #212529;
}
.banner-text h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: rgb(2 7 35/80%);
    padding: 10px 20px;
    color: #fff;
    display: table;
}
.banner-bottom-content p {
    font-size: 20px;
    font-weight: 600;
    padding: 50px 0;
    line-height: 1.8;
    margin-bottom: 0;
}
.report-section{
	background-color:rgb(2,7,35);
	padding:20px;
}
.report-section h2 {
    font-size: 40px;
    font-weight: 800 !important;
    margin-bottom: 20px;
}
.form-section input {
    border-radius: 0px;
    font-style: italic;
}
.genrate-report-btn{
	background-color:rgb(0,34,214) ;
	padding: 7px 20px;
	border-radius: 0px;
	border:0px;
	color: #fff;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 25px;
    min-width: 170px;
}
.genrate-report-btn::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid rgb(0,34,214);
    border-bottom: 19px solid transparent;
    position: absolute;
    left: -20px;
    top: -1px;
}
.genrate-report-btn::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid rgb(0,34,214);
    border-bottom: 19px solid transparent;
    position: absolute;
    right: -20px;
    top: -1px;
}
.help{
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: underline;
}
.browse-section h2{
	font-size: 40px;
	color:rgb(2,7,35);
	text-transform: uppercase;
	font-weight: 800;
}
h4.text-uppercase.blue-color.edit_card_tittle{
    color:#fff !important;
}
.report-card h4{
	margin:15px 0;
	font-weight: 600;
}
.footer-sec{
	background-color: #000;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	margin-top:20px;
}
.footer-sec p {
    margin-bottom: 0;
    font-size: 14px;
    color: #c5c5c5;
}
.edit-report-card{
	background-color: rgb(2,7,35);
	padding: 30px;
}
.edit-report-card .text-append h4 {
    color: #1e4a71;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.reports-table {
    margin-bottom: 100px;
}
.edit-report-section .edit-btn{
	background-color: #000;
	color: #fff;
	border:0;
	border-radius: 0px;
	padding: 10px 20px;
	margin-top: 50px;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}
.edit-report-section .edit-btn:hover{

	background-color: #000;
	color: #fff;
}
/*Multiselect*/
.edit-report-section .toggle-next {
  border-radius: 0;
}
.custumsearch {
    border-radius: 0px !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #aac0d5;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
}
.custumsearch:focus{
	outline: 0;
}
.edit-report-section  label {
    cursor: pointer;
    margin: 4px 0;
    display: block;
}
.edit-report-card button.form-control.toggle-next.ellipsis {
    display: none;
}
.edit-report-section  .ellipsis {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.edit-report-section  .apply-selection {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.edit-report-section  .apply-selection .ajax-link {
  display: none;
}

.edit-report-section  .checkboxes {
    margin-top: 10px;
    display: none;
    border: 1px solid #d0e9ff;
    border-top: 0;
    background-color: #fff;

}
.edit-report-section  .checkboxes .inner-wrap {
  padding: 0px 10px;
  max-height: 270px;
  overflow: auto;
  border: 0px solid #aac0d5;
}
.edit-report-card .nav {
    display: unset;
}
.browse-section .container {
    padding: 0;
}
.edit-report-card .nav .nav-link {
    background-color: rgba(191,191,191);
    border-radius: 0;
    color: #fff;
    width: 100%;
    border: 0;
    margin-bottom: 7px;
    text-align: left;
    padding: 12px 10px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
}
.workforce-chart p.workforce-text {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.inner-wrap input {
    accent-color: #1e4a71;
    width: 25px;
    height: 25px;
}
.inner-wrap  span {
    position: relative;
    top: -7px;
    font-weight: 500;
    margin-left: 5px;
}
.edit-report-card .nav .nav-link.active {
    background-color: rgba(0,245,142);
    color: #fff;
}
.active button.edit-btn span i {
    transform: rotate(180deg);
}
.edit-report-card  .grey-btn{
	background-color: #817c79;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}
.edit-report-card  .grey-btn:hover{
	background-color: #817c79;
	color: #fff;
}
.edit-report-card .black-btn, .edit-report-card .black-btn:hover{
	background-color: #000;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}
.edit-report-card .black-btn{
    background-color: #817c79;
}

.download-report .update-btn, .download-report .update-btn:hover,
.edit-report-section  .update-btn, .edit-report-section  .update-btn:hover{
	background-color: rgb(0,34,214);
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}
.edit-report-section .update-btn{
    background-color: rgb(0,34,214);
}

/*.edit-section-main{
	display: none;
}
.edit-section-main.show{
	display: block;
}*/
#Categories{
	display: block;
}
.reports-table .alert {
    margin-bottom: 70px;
}
/**/

.indicator-name h3, .indicator-name p{
		margin:0;
}
.indicator-name h3{
	color: rgb(2,7,35);
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}
.indicator-name p{
	font-size: 18px;
	color: #000;
}
.indicator-list sup i{
	color: rgb(0,34,214);
    font-size: 16px;
} 
.indicator-list h4{
	font-size: 26px;
	color: rgb(2,7,35);
	font-weight: 700;
}

.report-img {
    overflow: hidden;
}
.indicator-list-main ul{
	list-style-type: none;

    padding: 5px;
}
.indicator-list-main ul p{
	margin: 0;
}
.indicator-list-main ul li {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;

}
.indicator-accordion ul{
	list-style-type: none;
	padding: 0	;
}
.indicator-list ul > li:nth-child(odd)  div {
    background-color: #eee;
}
.indicator-list ul li{
	cursor: pointer;
}
.indicator-list ul li p{
	margin: 0;
}
.reports-table .indicator-list .inner-accordion, .inner-accordion ul li div{
	background-color: #fff !important;
}
.inner-accordion{
	display: none;
}
/*.accordion-sec ~ .accordion-content-section {
    display: block !important;
}*/
.training-section .training-list:nth-of-type(1) .accordion-content-section {
    display: block;
}
.accordion-content-section{
    display: none;
}


.inner-accordion ul li:nth-child(even) div {
    background-color: #eee !important;
}
.inner-accordion ul li div{
	padding-left: 60px !important;
}
.tilt-arrow.show i {
    transform: rotate(180deg);
}
span.tilt-arrow {
    padding: 10px 10px 10px 0;
    margin: 0 !important;
}
/*.tilt-arrow.accordion-open ~ .inner-accordion{
    display: block !important;
} */
.total-count div {
    background-color: rgb(2,7,35) !important;
}
.total-count div h4{
	color: #fff !important;
}
.total-count div h4:last-child{
    color: rgba(0,245,142) !important;
}
.total-count div table tr td:first-child  h4{
   color: #fff !important;
}
.indicator-list-main .bg-grey{
	background-color: #eee !important;
}
.widget-title h3{
	font-size: 30px;
    color: rgb(2,7,35);
    text-transform: uppercase;
    font-weight: 700;;
}
.widget-tile {
    background-color: rgb(2,7,35);
    padding: 20px 10px;
    border-right: 1px solid rgb(2,7,35);
    color: #fff;
}
.widget-tile-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}
.widget-tile h2 {
    font-size: 42px;
    font-weight: 800;
    color: rgba(0,245,142);
    margin-bottom: 0px;
}
.training-section h3{
	font-size: 30px;
	color: rgb(2,7,35);
	text-transform: uppercase;
	font-weight: 600;
}
.training-list h4{
	font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.training-list h4.accordion-sec > i {
    transform: rotate(180deg);
}
.training-list  span i{
	color: #ddd;
	font-size: 16px;
}
.training-list-inner {
    padding-left: 40px;
    margin-top: 20px; 
}
.training-list-inner ul {
    list-style-type: none;
    padding: 0;
}
.training-list-inner ul li {
    display: flex;
    padding: 8px 20px;
}
.training-list-inner ul li  .training-label {
    width: 35%;
}
.training-list-inner p {
    margin-bottom: 0;
}
.training-list-inner ul li:nth-child(odd){
	background-color: #eee;
}
.training-list-inner h5 {
    color: rgb(2,7,35);
    font-weight: 700;
}
.training-list-inner .training-data {
    font-weight: 700;
    width: 65%;
}

.training-list-inner ul li:last-child {
    border-bottom: 1px solid #1e537e;
}
.training-list-inner .training-data a {
    color: #000;
    word-break: break-all;
    white-space: pre-wrap;
    display: inline-block;
}
.training-label{
	font-weight:500;
}
.tooltip-sec {
    background-color: #dcd8d9;
    max-width: 590px; 
    border-radius: 5px;
    padding: 10px;
    display: none;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip-sec ul li {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 7px;
}
.close-btn button.close-btn {
    border: 0;
    background-color: transparent;
    color: #9e9e9e;
    font-size: 20px;
}
.tooltip-sec h3 i {
    color: rgb(0,34,214);
    font-size: 13px;
    margin-right: 5px;
}
.tooltip-sec h3 {
    color: #474747;
    font-size: 21px;
}
.indicator-list h4 sup:hover + .tooltip-sec{
    display: block;
}
.indicator-list {
    position: relative;
}
.hide{
	display: none;
}
.searchide{
	display: none;
}







/****loader css**/
/*.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    animation: slide-in 2s;
    position: fixed;
    column-gap: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 666;
}
  
  @keyframes slide-in {
	from {
	  transform: translateX(-100vw);
	}
	to {
	  transform: translateX(0%);
	}
  }
  
  @keyframes leap {
	0% {
	  transform: translateY(0);
	}
  
	7% {
	  transform: scale(1);
	}
  
	25% {
	  transform: scale(1.3);
	}
  
	50% {
	  transform: scale(1);
	  opacity: 0.5;
	}
  
	75% {
	  transform: translateY(10px);
	}
  
	100% {
	  transform: translateY(0);
	}
  }
  
  .dot {
	width: 25px;
	height: 25px;
	border-radius: 100%;
  }
  
  .dot:nth-child(1) {
	background-color: #e20d31;
	animation: leap 1s ease-in-out alternate 0.4s infinite;
	-webkit-animation: leap 1s ease-in-out alternate 0.4s infinite;
}
  
  .dot:nth-child(2) {
	background-color: #086de0;
	animation: leap 1s ease-in-out alternate 0.6s infinite;
  }
  
  .dot:nth-child(3) {
	background-color: #efe704;
	animation: leap 1s ease-in-out alternate 0.8s infinite;
  }*/


.loader {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    animation: slide-in 2s;
    position: fixed;
    column-gap: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999999999;
}
.loader i{
    font-size: 60px;
    color: #1e4a71;
}
/*.loader .spinner-border  {
    width: 4rem;
    height: 4rem;
    border-color: #164976;
    border-right-color: transparent;
}
*/

/*  */
  .btn-submit {
    background-color: #000;
    color: #fff;
    border: 0;
    padding: 6px 20px;
    margin: 20px 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.report-img img {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: block;
    height: 300px;
}
.report-img:hover img {
    transform: scale(1.1);
}
.update-btn:hover {
    background-color: #000 !important;
}
p.alertmessage {
    color: red;
}
p.alertmessageselect {
    color: red;
}



/* div#\33 3 {
    height: 382px;
} */
.chart_class {
    height: 330px; 
    width:100%;
   
}

.accordion-sec ~ .training-list-inner {
    display: none;
}

/*Admin css*/


.login-form {
    margin: 80px auto;
    max-width: 500px;
}
.login-form{
  background-color: #1e4a71;
  padding:20px;
  border-radius: 5px;
}
.custom-btn {
	background-color: #c3183b !important;
	border:0px !important;
	width: 100%;
	margin-top: 30px;
}
.login-form  h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.login-form  input{
	border-radius: 0px;

}
.navbar  a.navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    font-size: 25px;
}
.dashboard-list ul {
    list-style-type: none;
    padding-left: 20px;
}
.dashboard-list  ul li {
    padding: 10px 0;
}
.dashboard-list ul li a {
    color: #e1e1e1;
    text-decoration: none;
}
.main-datatable {
	width: 100%;
	display: block;
	overflow-x: auto;
}



.report-card {
    cursor: pointer;
}
.autocomplete-items {
    background-color: #fff;
    position: absolute;
    z-index: 99;
    line-height: 2;
    max-height: 400px;
    overflow-y: auto;
    width: calc(100% - 24px);
}
.autocomplete-items > div:nth-child(odd) {
    background-color: #1e4a711a;
}
.autocomplete-items > div {
    cursor: pointer;
    padding: 5px 10px;
}
.form-section .col-lg-9.col-md-9.col-12 {
    position: relative;
}
.training-list  i {
    font-size: 14px;
}
/* ---- */
p.estimate_p{
    color: rgb(2,7,35) !important;
}
.search_help a:hover, .search_help a.active{
   color: #fff !important;
}

/* ----- */
.banner_new {
    position: relative;
}

.banner_new:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: #00000054;
    z-index: 1;
}

.banner_new .container {
    position: relative;
    z-index: 2;
}

.report_returned {
    padding: 0px 65px !important;
}

.report_returned h3 {
    background: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 1.25rem;
}

.report_returned table {
    /* border: 1px solid #ccc; */
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
}

.report_returned tr th {
    padding: 5px 10px;
    font-size: 1.25rem !important;
}

.report_returned tr td {
    padding: 5px 35px;
    font-weight: 500;
    font-size: 14px !important;
}

.report_returned table tbody tr:nth-child(odd) > * {
    background: #eee;
}
.banner-bottom-content{
    overflow: hidden;
}
/*Media Query*/
@media (max-width:1366px) {
    .footer-section p {
        font-size: 15px;
    }
}
@media (max-width:992px) {
    .genrate-report-btn {
        padding: 7px 10px;
        min-width: 125px;
        font-size: 13px;
        margin-left: -15px;
    }
    .genrate-report-btn::before, .genrate-report-btn::after {
        border-bottom: 15px solid transparent;
    }
    .edit-report-card .nav .nav-link{
        font-size: 17px;
    }
    .report-img img {
        height: 250px;
        object-fit: cover;
    }
    .nav_links .nav-link.dropdown-toggle:not(.show) i.fa-solid.fa-angle-right {
        transform: rotate(0deg) !important;
    }
    header.header_lvgeatalent ul.dropdown-menu:not(.show) {
        display: none !important;
    }
    .welcome_new {
        padding: 25px 15px !important; 
    }
}
@media only screen and (max-width:767px){
    .chart_class{
        margin-left: 0px;
    }
    .edit-report-card{
        padding: 10px;
    }
    .edit-report-card .search-btns {
            text-align: left !important;
            margin: 10px 0;
        }
    .training-list h4{
        font-size: 20px;
    }
    .banner-text h1{
        font-size: 35px;
    }
    .browse-section h2{
        font-size: 30px;
    }
    .report-section h2 {
        font-size: 30px;
    }
    .report-section h2 br{
        display: none;
    }
    .genrate-report{
        margin-top: 10px;
    }
    .widget-tile h2{
        font-size: 1.5rem;
    }
    .training-list-inner {
    padding-left: 10px;
}
.indicator-name h3{
    font-size: 30px;
}
.indicator-list h4{
    font-size: 18px;
}
.widget-title {
    margin-top: 30px;
}
.indicator-name {
    margin-top: 20px;
}
.banner-bottom-content p{
    font-size: 16px;
}
.main-banner{
    background-position: center;
}
.training-list-inner ul li {
    display: inline-block;
    padding: 8px 20px;
    width: 100%;
}
.training-list-inner ul li  .training-label, 
.training-list-inner .training-data {
    width: 100%;
}
.indicator-list-main ul li{
    font-size: 16px;
}
.tooltip-sec{
    width: 100%;
}
.training-list-inner ul li{
    font-size: 14px;
}
.banner_new .banner-text img{
    width: 100%;
}
.nav_links ul.navbar-nav {
    gap: 10px !important;
}
header.header_lvgeatalent  .nav-link {
    font-size: 14px;
}
div#report:empty {
    display: none;
}
.help_block {
    top: -875px !important;
}
header.header_lvgeatalent .col-3 img {
    max-width: 100px !important;
}
.report_text:not(.d-none) + .edit-report-section + div#pills-tabContent .help_block {
    top: -1150px !important;
    z-index: 99999;
}

.tooltip_content {
    width: 335px !important;
    transform: translate(-62%, 10px) !important;
}
.text_p {
    position: relative;
}

span.custom_tooltip.d-inline {
    position: static;
}

.tooltip_content {
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    transform: unset !important;
}
}


.banner-text img {
    width: 871px;
}