@font-face {
  /* font-family: "SiemensSans"; */
  font-weight: normal;
  font-style: normal;
  src: local("SiemensSans,sans-serif"),
    url("../fonts/siemens-sans/Siemens_Sans_Roman.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  /* font-family: 'Siemens-Web-Icons-3-3-0'; */
  src: url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.eot');
  src: url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.eot') format('embedded-opentype'),
    url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.ttf') format('truetype'),
    url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.woff') format('woff'),
    url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  /* font-family: 'siemens-webicons-webfont'; */
  src: url('../fonts/siemens-dark-icon/siemens-webicons-webfont.eot');
  src: url('../fonts/siemens-dark-icon/siemens-webicons-webfont.eot') format('embedded-opentype'),
    url('../fonts/siemens-dark-icon/siemens-webicons-webfont.ttf') format('truetype'),
    url('../fonts/siemens-dark-icon/siemens-webicons-webfont.woff') format('woff'),
    url('../fonts/siemens-dark-icon/siemens-webicons-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* font-family: 'Siemens Sans Roman'; */
  src: url('../fonts/siemens-roman/Siemens_Sans_Roman.eot'),
    url('../fonts/siemens-roman/Siemens_Sans_Roman.woff') format('woff'),
    url('../fonts/siemens-roman/Siemens_Sans_Roman.ttf') format('truetype'),
    url('../fonts/siemens-roman/Siemens_Sans_Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* font-family: 'Siemens-Web-Icons-3-3-0' !important; */
  /* speak: never; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon_new"],
[class*=" icon_new"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* font-family: 'Siemens-Web-Icons-3-3-0' !important; */
  /* speak: never; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


table {
  text-align: center;
  width: 100%;
  /* font-family: sans-serif; */
  color: #154669;

}

table th {
  height: 40px;
  border: 0.5px solid #e5e5e5;
  font-size: 15px;
  font-weight: 660;
 /* font-family: sans-serif !important; */
  color: #154669;

}

table tr,
td {
  border: 0.5px solid #e5e5e5;
  font-size: 15px;
  font-weight: 660;
 /* font-family: sans-serif !important; */
  color: #154669;
}

.form_center_wrap {
  padding: 0px 5px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.front_wrap {
  padding: 150px 0 70px;
  min-height: 86vh;
}

/* .front_wrap.home {
    padding: 70px 0;
} */
.form_group {
  /* display: flex;
    align-items: baseline;
    margin-bottom: 30px; */
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}

.form_group label {
  /* vertical-align: bottom;
    width: 12%;
    font-weight: 660; */
  font-weight: 660;
  width: 30%;
}

.form_box {

  padding: 10px 20px;
  width: 80%;
  border: 1px solid #ebf0f5;
  border-radius: 4px;
  background: #ebf0f5;
  height: 45px;
}

/* .middle_row{ display: flex;} */
.key_point .compact1 {
  padding: 10px 10px;
  /* max-width: 80%; */
  max-width: 80%;
  background: #196269 !important;
  ;
  color: #fff;
  float: left;
  height: 45px;
  /* margin: 0 auto; */
}

.key_point .compact1:hover {
  padding: 10px 10px;
  /* max-width: 80%; */
  max-width: 80%;
  background-color: #007993;
  color: #fff;
  float: left;
  height: 45px;
  /* margin: 0 auto; */
}

.key_point .compact1 p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.modal-header {
  border: 0px !important;
}

.modal-title {
  width: 100%;
  font-weight: 660;
  color: black;
}

.modal-title span {
  color: #41aaaa;
}

.modal-body p {
  text-align: left;
  color: black
}

.modal-footer {
  border-top: 0px !important;
}

.compact1.Exempt_color {
  /* background: #879baa; */
  background: #ffffff;
  border-bottom: 1px dashed #e9e9e9;
}

.compact1.Required_color {
  /* background: #a01010; */
  background: #ffffff;
  border-bottom: 1px dashed #e9e9e9;
}

.compact1.No_Color_circle {

  width: 20px;
  height: 20px;
  background-color: #919189;
  margin-inline-end: 2%;
}

.compact1.rounded_circle {

  width: 20px;
  height: 20px;
  background-color: rgb(255, 165, 0);
  margin-inline-end: 2%;
}

.compact1.capa_color_circle {

  width: 20px;
  height: 20px;
  background-color: rgb(47, 0, 255);
  margin-inline-end: 2%;
}

.compact1.trainig_color_circle {
  width: 20px;
  height: 20px;
  background-color: rgba(109, 202, 17, 0.622);
  margin-inline-end: 2%;
}

.compact1.expert_color_circle {
  width: 20px;
  height: 20px;
  background-color: rgb(155, 38, 182);
  margin-inline-end: 2%;
}

.compact1.capa_color {
  /* background: #b77b0d; */
  background: #ffffff;
  border-bottom: 1px dashed #e9e9e9;

}

.compact1.trainig_color {
  /* background: #13af13; */
  background: #ffffff;
  border-bottom: 1px dashed #e9e9e9;
}

.compact1.expert_color {
  /* background: #7b097b; */
  background: #ffffff;
  border-bottom: 1px dashed #e9e9e9;
  margin-inline-end: 2%;
  word-wrap: break-word;
}

.compact1.No_color {
  /* background: #7b097b; */
  background: #ffffff;
  border-bottom: 1px dashed #e9e9e9;
  margin-inline-end: 2%;
  word-wrap: break-word;
}

.compact1.title_color p {
  font-size: 1.25rem;
  font-weight: 660;
  text-align: center;
  color: #ffffff
}

.key_point .compact1 p span {

  border-radius: 4px;
  font-size: 12px;
  display: inline;
}

.d_flex_item {
  display: block;
  margin-right: 5px;
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
  text-align: start;
}

.key_point p span.number {
  display: inline-block;
  border: 0;
  padding: 2%;
  font-size: 0;
  background: #41aaaa;
  border-radius: 15%;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.Quick_search {
  padding: 0px 30px;
}

.searc_result_text ul {
  display: inline-block;
  padding-left: 0;
  width: 100%;
}

.searc_result_text ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  text-align: center;
}

.listResource_div {
  padding: 0px 30px 30px;
}

.listResource_div h4 {
  margin-bottom: 1.15rem;
  font-weight: 660;
}

.listResource_div table thead {
  background: #e6e65f;
}

.listResource_div table th {
  padding: 10px;
  text-align: left;
  color: #ffffff;
}

.listResource_div table td {
  padding: 10px;
  font-weight: 400;
  text-align: left;
}

span.skill_remove {
  display: none;
}

span.skill_add {
  padding-right: 15px;
}

.Quick_search input {
  width: 30%;
  height: 45px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 660;
  line-height: 16px;
  margin-bottom: 30px;
}

.searc_result_text .show_result {
  width: 50%;
  border-bottom: 1px solid #d2cbcb;
}

.Quick_search h4 {
  font-weight: 660;
  padding-bottom: 20px;
}

td.writ_h {
  width: 50%;
}

tr.write_mode {

  text-orientation: mixed;
  padding: 10px;
  /* transform: rotate(-180deg); */
  text-align: left;
  width: 100px;
  height: 25px;
  word-break: break-word;
}

tr.writing_mode td {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 10px;
  transform: rotate(-180deg);
  text-align: left;
  width: 100px;
  height: 400px;
  word-break: break-word;
}

.padd3 td:last-child {
  /* display: flex; */
  width: 70px;
}

.tb_tile {
  background: #154669;
  margin-bottom: 0;
  vertical-align: top;
  text-align: center;
  color: #fff;
  left: 100%;
  margin-top: 10px;
  font-size: 11px;
  white-space: nowrap;
}

.tb_tile h5 {
  margin-bottom: 0;
  font-weight: 660;
  float: inline-start;
}

.table_respons {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  /* height: 750px; */
  overflow-y: auto;
  padding: 1%;

}

tr.padd3 td:nth-child(2) {
  text-align: left;
  /* border: 1px solid #e5e5e5; */
  border-width: -1px;
}

body.skill_edit_page .add_more_btn {
  display: none;
}

body.skill_edit_page .formArray:last-child .add_more_btn {
  display: block;
}

body.skill_edit_page .formArray:last-child .form-group.col {
  margin-right: 0px;
  width: 100%;
}

body.skill_edit_page .formArray:last-child textarea {
  margin-right: 0;
  width: 100%;
}

.team_row_title {
  display: flex;
  justify-content: space-between;
  background: #505050;
  padding: 6px 10px;
}

.team_row_title h5 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 660;
}

.team_row_me {
  display: flex;
  margin-bottom: 1px;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 1px dashed #232323;
  background: #f9f9f9;
}

.team_row_me span {
  font-size: 15px;
}

.team-role {
  border: 1px solid #232323;
  margin-top: 20px;
}

/* tr.padd3 td {
    padding: 5px;
} */
tr.writing_mode td.writ_h {
  transform: rotate(0deg);
  writing-mode: horizontal-tb;
}

a.f_edit {
  margin-right: 5px;
}

.dark_icon_edit:before {
  content: "\e61e";
  /* font-family: 'siemens-webicons-webfont' !important; */
  font-size: 16px;
  display: inline-block;
  background: #154669;
  color: #ffffff;
  padding: 2px;
  border-radius: 4px;
}

.select_search_title {
  padding: 0px 30px;
}

.select_search_title h4 {
  font-weight: 660;
}

.dark_icon_delete:before {
  content: "\e617";
  font-family: 'siemens-webicons-webfont' !important;
  font-size: 16px;
  display: inline-block;
  background: #ff0000;
  color: #ffffff;
  padding: 2px;
  border-radius: 4px;
}

.dark_icon {
  font-family: 'siemens-webicons-webfont' !important;
  font-size: 45px;
  display: inline-block;
  color: #154669;
  padding: 2px;
  border-radius: 4px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.dark_icon_user:before {
  content: "\e66a";
}

.dark_icon_forum:before {
  content: "\e634";
}

.dark_icon_task:before {
  content: "\e910";
}

.dark_icon_skill::before {
  content: "\e64c";
}

.dark_icon_global::before {
  content: "\e636";
}

.dash_infr {
  padding: 50px 30px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #154669 !important;
  color: #ffffff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #154669 !important;
  color: #ffffff !important;
}

.admin_name .dropdown-menu {
  float: none !important;
  right: 0;
  left: auto;
  padding: 0;
}

.dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.dash_content_item {
  display: flex;
}

.workforce {
  margin-right: 20px;
  border: 1px solid #d6d6d6;
  padding: 20px;
  width: 30%;
  /* text-align: center; */
  box-shadow: 0 2px 0 #f5f5f5;
  position: relative;
}

.workforce:last-child {
  margin-right: 0;
}

.workforce:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: #41aaaa;
  transition: width .5s cubic-bezier(0.17, 0.17, 0.34, 1), visibility .5s cubic-bezier(0.17, 0.17, 0.34, 1);
  width: 0;
}

.workforce:hover:after {
  width: 100%;
  left: 0;
}

.workforce h4 {
  font-size: 1.8rem;
  font-weight: 660;
}

.key_point {
  position: relative;
  left: -10px;
  width: 400px;
  top: -10px;
  color: white;
  /* //width: 400px; */
}

.workforce p {
  margin-bottom: 0;
}

.workforce p span {
  display: block;
  /* text-align: center; */
  font-weight: 660;
  font-size: 1.12rem;
}

/*** admin login ***/
.login_page {

  width: 100%;
  min-height: 100vh;
  display: block;

  position: absolute;
  padding-top: 10%;
  background: url("../images/bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login_page form {
  width: 30%;
  display: block;
  padding: 30px;
  background: #ffffff;
  margin-left: auto;
  margin-right: 30px;
  border-radius: 5px;
}

.logo_login img {
  width: 200px;
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}

.btn-section.right {
  display: flex;
  justify-content: flex-end;
  margin-right: 15px;
}

button.btn.btn-primary.btn-se-color {
  background: #e6e65f;
  border-color: #e6e65f;
  color: #154669 !important;
}

.btn-success {
  background-color: #e6e65f !important;
  border-color: #e6e65f !important;
  color: #154669 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.btn-success:hover {
  background-color: #bfbf4d !important;
  color: #154669 !important;

}

.btn-secondary {
  background-color: #e6e65f !important;
  border-color: #e6e65f !important;
}

.login_form_wrap {
  width: 59%;
  padding-left: 2%;
}

.form_row {
  display: inline-block;
  width: 100%;
}

.login_form_wrap h4 {
  padding: 25px 0;
}

.login_container .form_row .form-group {
  width: 100%;
  display: block;
  margin-bottom: 45px;
}

.div_input {
  position: relative;
}

.div_input label {
  position: absolute;
  margin-bottom: 0;
  top: 15px;
  left: 13px;
  font-size: 15px;
  font-weight: 660;
  z-index: 1;
  pointer-events: none;
  transition: all .5s;
}

.div_input .form-control {
  height: 50px;
  font-weight: 660;
}

.div_input.addDesign label {
  top: 0;
  font-size: 12px;
}

.div_input.addDesign input {
  padding-top: 12px;
}

.btn_edit .btn-success:not(:disabled):not(.disabled).active,
.btn_edit .btn-success:not(:disabled):not(.disabled):active,
.show>.btn_edit .btn-success.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn_edit .btn-success.focus,
.btn_edit .btn-success:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn_edit .btn-danger:not(:disabled):not(.disabled).active,
.btn_edit .btn-danger:not(:disabled):not(.disabled):active,
.show>.btn_edit .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn_edit .btn-danger.focus,
.btn_edit .btn-danger:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn_edit .btn-success:not(:disabled):not(.disabled).active:focus,
.btn_edit .btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn_edit .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

/** end **/

/*** header ***/






/** footer begin  **/
.d_flex_foo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newFooter_text ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0px;
}

.newFooter_text ul li a {
  margin-right: 110px;
  text-decoration: underline;
  color: #41aaaa;
}

.social_m ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0;
  align-items: center;
  text-align: center;
}

.footer_copyrights {
  display: flex;
  justify-content: space-between;
}

.social_m ul li {
  position: relative;
  margin-right: 30px;
}

.social_m ul li a i {
  font-size: 24px;
  color: #009999;
  font-family: 'Siemens-Web-Icons-3-3-0' !important;
  font-size: 25px;
  display: inline-block;
  color: #41aaaa;
}

.icon-twitter:before {
  content: '\e934';
}

.icon-linkedin:before {
  content: '\e920';
}

.icon-facebook:before {
  content: '\e912';
}

.icon-youtube:before {
  content: '\e937';
}

.icon-instagram:before {
  content: '\e91c';
}

.icon-yammer:before {
  content: '\e938';
}

.icon-mail:before {
  content: "\e910";
}

.foo_contact {

  padding: 8px 20px !important;
  width: 150px;
}

.foo_contact i {
  font-size: 20px;
  position: relative;
  top: 4px;
  left: -8px;
}

.newFooter_text ul li:last-child a {
  margin-right: 0;
}

.footer_copyrights a {
  color: #009999;
  text-decoration: underline;
}

.footer {

  background-color: #ebf0f5;

  width: 100%;
  bottom: 0;
  padding: 15px 15px;
}

.footer_copyrights a:hover {
  color: #41aaaa;
}

.social_m ul li:last-child {
  margin-right: 0;
}

.social_m {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/** footer end **/

/*** admin start***/
.card_body .form-row {
  width: 48%;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 1.2rem;
}

.form-group.col textarea {
  resize: none;
  width: 99%;
}

.form-group.col {
  position: relative;
}

.form-group.col label {
  position: absolute;
  margin-bottom: 0;
  top: 15px;
  left: 13px;
  font-size: 15px;
  font-weight: 660;
  z-index: 1;
  pointer-events: none;
  transition: all .5s;
}

.form-group.col .form-control {
  height: 50px;
  font-weight: 660;
  font-size: 12px;
}

.form-group.col.addDesign label {
  top: 0;
  font-size: 12px;
}

.form-row-skill .form-group.col {
  padding-left: 0px;
  padding-right: 10px;
  width: 100%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.form-group.col.addDesign .form-control {
  padding-top: 12px;
}

.add_more {
  /* width: 97%; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.icon {
  position: relative;
}

.icon-Plus:before {
  content: "\e92c";
}

.icon-Close:before {
  content: "\e90b";
}

.icon-User:before {
  content: "\e935";
  font-size: 21px;
  color: #154669;
  position: absolute;
  right: 1px;
}

.admin_name .dropdown-toggle::after {
  font-size: 20px;
  top: 7px;
}

.icon-check::before {
  content: "\e958";
  font-size: 16px;
  display: inline-block;
  background: #154669;
  ;
  color: #ffffff;
  padding: 2px;
  border-radius: 4px;
}

.icon-close::before {
  content: "\e939";
  font-size: 16px;
  display: inline-block;
  background: #ff0000;
  color: #ffffff;
  padding: 2px;
  border-radius: 4px;
}

.rate_edit_value {
  width: 50px !important;
  display: flex !important;
  text-align: center;
}

.add_more .btn {
  padding: 5px !important;
  line-height: 0;
}

.formArray {
  margin-bottom: 20px;
  display: flex;
  width: 100%
}

.formArray .col {
  flex-basis: auto;
}

.formArray .form-group.col {
  margin-bottom: 0;
}

.mat_page {
  padding: 150px 0px 70px;
  display: flex;
}

.form-group.col-button {
  display: flex;
  justify-content: flex-end;
  /* margin-right: 30px; */
  margin-top: 40px;
}

span.default {
  display: none;
}

span.light {
  padding: 1px 5px;
  border-radius: 4px;
  margin-right: 5px;
  border: 1px solid;
  font-weight: 660;
}

div#navcentervalue {
  justify-content: flex-end;
}

li.nav-item.dropdown {
  list-style: none;
}

li.nav-item.dropdown a {
  color: #232323;
  font-weight: 660;
}

.dropdown-toggle::after {
  content: "\e901" !important;
  border: 0px !important;
  font-family: "Siemens-Web-Icons-3-3-0";
  position: absolute;
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: none
}

.form-control:focus {
  border-color: #41aaaa !important;
  box-shadow: 0 0 0 0.2rem rgb(65 170 170 / 22%) !important;
}

tr.noBorder td {
  border: 0;
}

.mat_page .container_wrapper {
  width: 80%;
  margin-left: 18%;
}

.btn_edit .btn-success,
.btn_edit .btn-danger {
  background: transparent !important;
  border: transparent !important;
  padding: 0;
  padding-right: 5px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(235 240 245) !important;
}

.select_lft_side {
  font-size: 15px;
  margin-left: 10px;
}

.select_lft_side label {
  margin-right: 5px;
}

.data_table .table tr th {
  background: #154669;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.page-item.active .page-link {
  background-color: #154669 !important;
  border-color: #154669 !important;
}

.form-group.col-button.addDesign {
  margin-right: 30px;
}

.btn_edit .btn-success:hover,
.btn_edit .btn-danger:hover {
  background: transparent;
  border: transparent;
}

/* .form_wrap.card_body .add_more {
    width: 47%;
} */
.admin_nav.navbar-light.bg-light {
  position: fixed;
  width: 100%;
  z-index: 9;
}

.select_wrap_row {
  display: flex;
  padding: 20px 30px 30px;
}

.select_dept label {
  display: block;
  font-weight: 660;
}

.select_dept {
  width: 33%;
}

.select_dept.select_skill {
  position: relative;
}

.select_dept select {
  height: 40px;
  width: 90%;
  padding: 5px 20px;
  pointer-events: none;
}

.select_dept.select_skill input {
  height: 40px;
  width: 90%;
  padding: 5px 20px;
  pointer-events: none;
}

body.skill_edit_page .dis_hide_edit {
  pointer-events: none;
}

.icon-search:before {
  content: '\e92f';
  font-size: 18px;
  color: #ffffff;
}

.search_ioc {
  position: absolute;
  top: 32px;
  right: 49px;
  background: #41aaaa;
  height: 40px;
  padding: 10px 10px;
}

.form-row-skill.form-group.addDesign label {
  top: 0px;
  font-size: 12px;
}

.form-row-skill.form-group.addDesign .form-control {
  padding-top: 12px;
}

.table_respons::-webkit-scrollbar {
  width: 15px;
}

.table_respons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bs-yellow);
  border-radius: 10px;
}

.table_respons::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 10px 0 55px var(--bs-yellow);
}



td.details-control {
  background: url('assets/details_open.png') no-repeat center center;
  /*Plus Image easily find on intent and I have stored this image into my scr/assets folder*/
  cursor: pointer;
}

tr.shown td.details-control {
  background: url('assets/details_close.png') no-repeat center center;
  /*Minus Image easily find on intent and I have stored this image into my scr/assets folder*/
}



.Discipline {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px 5px;
}

.Discipline_wrap {
  margin-right: 15px;
}

tr.padd3 td {
  width: 100px;
  height: 55%;
  text-align: center !important;
}

li.nav-item:last-child {
  margin-right: 0;
}

.select_wrap_row_w {
  display: none;
}

.centered {
  position: absolute;
  top: 32%;
  left: 20%;
  transform: translate(-50%, -50%);
  color: #f9f9f9;
}

.top-left {
  position: absolute;
  top: 170px;
  left: 120px;
  font-size: 1rem;
  color: #f9f9f9;
}

.c-btn {

  display: inline-block;

  border-width: 1px;

  line-height: 1.25;

  border-radius: 3px;

  font-size: .85rem;

  padding: 5px 10px;

  cursor: pointer;

  align-items: center;

  min-height: 38px;

  border: 1px solid #fb9f40 !important;

  padding: 14px !important;

  border: solid !important;

  border-width: 0.1px !important;

  border-color: #ced4da !important;

  border-radius: 0.25rem !important;

  height: calc(1.5em + 0.75rem + 2px) !important;

}

.country-margin {
  margin-left: 0px;
}

.box_wrap_admin {
  margin-bottom: 15px;
}

.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: .25rem;
  box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.file-custom:after {
  content: "Choose file...";
}

.file-custom:before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  content: "Browse";
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*--Side Menu start ---*/

.textheader {
  padding: 10px;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  height: 400px;
  background-color: #ebf0f5;
  width: 55px;
  text-align: left !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: break-spaces;
  font-size: 11px;
  border: solid;
}

.rating {
  text-align: center;
  min-width: 55px !important;
}

.form-control m {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-left: -15px;
}

.navbar {
  position: fixed;
  height: 80px;
  padding: 15px;
  width: 100%;
  z-index: 999;

}

/*-----------content trest--------------*/







.navbar .navbar-nav .nav-link {

  font-size: 0.5.rem;
  font-weight: 660;

}

.navbar .navbar-nav .nav-link:hover {
  color: #154669 !important;
}

.navbar .navbar-nav .nav-link.active {
  color: #154669 !important;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e6e65f;
  width: 0%;
  content: "";
  height: 4px;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

.navbar {
  width: 115%;
  height: 10%;
}





.navbar .navbar-nav .nav-item::after {
  transition: all 0.5s;
}

.responsive {
  vertical-align: top;
  border-style: none;
  height: 90px;
  width: 130px
}


ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #FFF !important;
  /* font-family: sans-serif; */
  font-weight: 550;
  margin-left: -30px;
}

ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #154669;
  content: ">\00a0";
  font-weight: 700;
  font-weight: bolder;
}

ul.breadcrumb li a {
  color: #154669;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #154669;
  text-decoration: underline;
}

.row {
  display: flex !important;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 10px !important;
  margin-bottom: 0px !important;

}

.ng-select-container {
  border: 10% !important;
  min-height: 0px;
  border-radius: 10px;
  color: #000000;
}

.ng-select.custom {
  border: 1px !important;
  min-height: 0px;
  border-radius: -3 !important;
}

.ng-select.custom .ng-select-container {
  min-height: 0px;
  border-radius: 0.25rem;
}

.ng-select.custom .ng-select-container .ng-placeholder {
  min-height: 0px;
  border-radius: 1% !important;
}

#icon {
  width: 40px;
  padding: 12%;
  color: #154669 !important;
  /* fill:#154669;  */

}

#pro_label {
  text-align: center;
  width: 100px;
  margin-bottom: 0px;
  font-size: 15px;

}

#icon:hover {
  padding: 12%;
  color: #fff;
  /* width:1.25em  */
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 15ps;
  font-weight: 400;
  line-height: 1;
  color: #e6e65f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 15px !important;
  line-height: 1;
}

.navbar-custom .navbar-logo img {
  display: inline;
  max-height: 50px;

}

/*---Header new end---*/
#lbl {
  width: 100% !important;
  margin-left: 32% !important;
  ;
  left: 20px !important
}

* html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  display: inline-block;
  height: 7px !important;
  pointer-events: none;
  position: relative;
  width: 7px !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
  width: 100% !important;
  font-size: 15px;
}

#td {

  text-align: center;
  vertical-align: middle;
  background: #154669;
  color: #fff;
  white-space: nowrap;
  /* border-bottom: 1px solid #fff; */
  /* padding: 5px; */
}

#td_name {
  text-align: left;
  vertical-align: middle;
  color: #154669;
}

#dd {

  font-size: 15px;
  width: 100%;
}

#search {

  font-size: 15px;
  width: 100%;
}

select {
  color: #154669 !important;


}




.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
  margin: auto;
  width: 360px;
}

.textheader {
  padding: 10px;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  height: 400px;
  background-color: #ebf0f5;
  width: 55px;
  text-align: left !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: break-spaces;
  font-size: 11px;
  border: solid;
}

#skill_set {

  text-align: left !important;
  padding: 15px;

}



#td_skill {



  text-align: center;

  vertical-align: top;


  /* border-bottom: 1px solid #fff; */

}

.navSelect {
  background-color: #e6e65f;
  color: #154669;
}

.header-manager {
  color: #154669 !important;
}

.processCenter {
  margin-top: 5px;
  font-size: 15px;
  color: #154669;
  margin-left: -215px;
  /* font-family: sans-serif; */
  text-align: center;

}

#btn_icon {

  font-size: 24px;
  border: none;
  background: #fff;
  color: #154669
}

.table_respons::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.table_respons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bs-yellow);
  border-radius: 10px;
}

/* Handle */
.table_respons::-webkit-scrollbar-thumb {
  background: var(--bs-yellow);
  border-radius: 10px;
}

/* Handle on hover */
.table_respons::-webkit-scrollbar-thumb:hover {
  background: var(--bs-yellow);
}

b,
strong {
  font-weight: bolder;
  font-size: 17px;
}

/* The side navigation menu */
.sidebar {
  /* margin-top: 0%!important; */
  padding: 0;
  width: 160px;
  background-color: #ebf0f5;
  position: fixed;
  height: 105%;
  overflow: auto;
  /* font-family: sans-serif; */
  color: #154669;
  top: 10% !important
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: #154669;
  padding: 0px;
  /* text-decoration: none; */
  font-size: 80%;
  font-weight: 700;
}

/* Active/current link */
.sidebar a.active {
  background-color: #e6e65f;
  color: #154669;

}

.sidebar icon.active {
  background-color: #e6e65f;
  color: #154669;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #DCC833;
  ;
  color: #154669;
}

.sidebar icon:hover:not(.active) {
  background-color: #154669;
  color: #154669;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.content {
  margin-left: 11% !important;
  margin-top: 6% !important;
  width: 88%;
  height: 100%;
  /* font-family: sans-serif; */
  position: absolute;

}

.profile {
  /* font-family: sans-serif; */
  font-size: 15px;
}

.button-hidden {
  font-size: 24px;
  border: none;
  background: none;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {

  background-color: #007bff !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #007bff !important;
  color: rgba(0, 0, 0, 0.65);
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.65);
  padding: 0px 12px !important;
  transition: background .3s ease;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  /* font-family: sans-serif; */
  background-color: #fafafa;
  font-weight: 400;
  font-size: 15px;
}

/* --------------------------@media screen and (max-height: 1080px) and (orientation:landscape)  start--------------------------- */
@media screen and (max-height: 1080px) and (orientation:landscape) {
  /* and(min-width: 1024px) and (max-width: 1920px)  */

  @font-face {
    /* font-family: "SiemensSans"; */
    font-weight: normal;
    font-style: normal;
    src: local("SiemensSans,sans-serif"),
      url("../fonts/siemens-sans/Siemens_Sans_Roman.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;

  }

  @font-face {
    font-family: 'Siemens-Web-Icons-3-3-0';
    src: url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.eot');
    src: url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.eot') format('embedded-opentype'),
      url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.ttf') format('truetype'),
      url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.woff') format('woff'),
      url('../fonts/siemens-web-icon/Siemens-Web-Icons-3-3-0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  @font-face {
    font-family: 'siemens-webicons-webfont';
    src: url('../fonts/siemens-dark-icon/siemens-webicons-webfont.eot');
    src: url('../fonts/siemens-dark-icon/siemens-webicons-webfont.eot') format('embedded-opentype'),
      url('../fonts/siemens-dark-icon/siemens-webicons-webfont.ttf') format('truetype'),
      url('../fonts/siemens-dark-icon/siemens-webicons-webfont.woff') format('woff'),
      url('../fonts/siemens-dark-icon/siemens-webicons-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Siemens Sans Roman';
    src: url('../fonts/siemens-roman/Siemens_Sans_Roman.eot'),
      url('../fonts/siemens-roman/Siemens_Sans_Roman.woff') format('woff'),
      url('../fonts/siemens-roman/Siemens_Sans_Roman.ttf') format('truetype'),
      url('../fonts/siemens-roman/Siemens_Sans_Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  [class^="icon-"],
  [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Siemens-Web-Icons-3-3-0' !important;
    /* speak: never; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  [class^="icon_new"],
  [class*=" icon_new"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Siemens-Web-Icons-3-3-0' !important;
    /* speak: never; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }


  table {
    text-align: center;
    width: 100%;
    /* font-family: sans-serif; */
    color: #154669;
  }

  table th {
    height: 40px;
    border: 0.5px solid #e5e5e5;
    font-size: 15px;
    font-weight: 660;
    /* font-family: sans-serif !important; */
    color: #154669;

  }

  table tr,
  td {
    border: 0.5px solid #e5e5e5;
   font-size: 15px;
    font-weight: 660;
    /* font-family: sans-serif !important; */
    color: #154669;
  }

  .form_center_wrap {
    padding: 0px 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .front_wrap {
    padding: 150px 0 70px;
    min-height: 86vh;
  }

  /* .front_wrap.home {
        padding: 70px 0;
    } */
  .form_group {
    /* display: flex;
        align-items: baseline;
        margin-bottom: 30px; */
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
  }

  .form_group label {
    /* vertical-align: bottom;
        width: 12%;
        font-weight: 660; */
    font-weight: 660;
    width: 30%;
  }

  .form_box {

    padding: 10px 20px;
    width: 80%;
    border: 1px solid #ebf0f5;
    border-radius: 4px;
    background: #ebf0f5;
    height: 45px;
  }

  /* .middle_row{ display: flex;} */
  .key_point .compact1 {
    padding: 10px 10px;
    /* max-width: 80%; */
    max-width: 80%;
    background: #196269 !important;
    ;
    color: #fff;
    float: left;
    height: 45px;
    /* margin: 0 auto; */
  }

  .key_point .compact1:hover {
    padding: 10px 10px;
    /* max-width: 80%; */
    max-width: 80%;
    background-color: #007993;
    color: #fff;
    float: left;
    height: 45px;
    /* margin: 0 auto; */
  }

  .key_point .compact1 p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    text-align: left;
  }

  .modal-header {
    border: 0px !important;
  }

  .modal-title {
    width: 100%;
    font-weight: 660;
    color: black;
  }

  .modal-title span {
    color: #41aaaa;
  }

  .modal-body p {
    text-align: left;
    color: black
  }

  .modal-footer {
    border-top: 0px !important;
  }

  .compact1.Exempt_color {
    /* background: #879baa; */
    background: #ffffff;
    border-bottom: 1px dashed #e9e9e9;
  }

  .compact1.Required_color {
    /* background: #a01010; */
    background: #ffffff;
    border-bottom: 1px dashed #e9e9e9;
  }

  .compact1.No_Color_circle {

    width: 20px;
    height: 20px;
    background-color: #919189;
    margin-inline-end: 2%;
  }

  .compact1.rounded_circle {

    width: 20px;
    height: 20px;
    background-color: rgb(255, 165, 0);
    margin-inline-end: 2%;
  }

  .compact1.capa_color_circle {

    width: 20px;
    height: 20px;
    background-color: rgb(47, 0, 255);
    margin-inline-end: 2%;
  }

  .compact1.trainig_color_circle {
    width: 20px;
    height: 20px;
    background-color: rgba(109, 202, 17, 0.622);
    margin-inline-end: 2%;
  }

  .compact1.expert_color_circle {
    width: 20px;
    height: 20px;
    background-color: rgb(155, 38, 182);
    margin-inline-end: 2%;
  }

  .compact1.capa_color {
    /* background: #b77b0d; */
    background: #ffffff;
    border-bottom: 1px dashed #e9e9e9;

  }

  .compact1.trainig_color {
    /* background: #13af13; */
    background: #ffffff;
    border-bottom: 1px dashed #e9e9e9;
  }

  .compact1.expert_color {
    /* background: #7b097b; */
    background: #ffffff;
    border-bottom: 1px dashed #e9e9e9;
    margin-inline-end: 2%;
    word-wrap: break-word;
  }

  .compact1.No_color {
    /* background: #7b097b; */
    background: #ffffff;
    border-bottom: 1px dashed #e9e9e9;
    margin-inline-end: 2%;
    word-wrap: break-word;
  }

  .compact1.title_color p {
    font-size: 1.25rem;
    font-weight: 660;
    text-align: center;
    color: #ffffff
  }

  .key_point .compact1 p span {

    border-radius: 4px;
    font-size: 12px;
    display: inline;
  }

  .d_flex_item {
    display: block;
    margin-right: 5px;
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
    text-align: start;
  }

  .key_point p span.number {
    display: inline-block;
    border: 0;
    padding: 2%;
    font-size: 0;
    background: #41aaaa;
    border-radius: 15%;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    position: relative;
    top: -4px;
  }

  .Quick_search {
    padding: 0px 30px;
  }

  .searc_result_text ul {
    display: inline-block;
    padding-left: 0;
    width: 100%;
  }

  .searc_result_text ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
    width: auto;
    text-align: center;
  }

  .listResource_div {
    padding: 0px 30px 30px;
  }

  .listResource_div h4 {
    margin-bottom: 1.15rem;
    font-weight: 660;
  }

  .listResource_div table thead {
    background: #e6e65f;
  }

  .listResource_div table th {
    padding: 10px;
    text-align: left;
    color: #ffffff;
  }

  .listResource_div table td {
    padding: 10px;
    font-weight: 400;
    text-align: left;
  }

  span.skill_remove {
    display: none;
  }

  span.skill_add {
    padding-right: 15px;
  }

  .Quick_search input {
    width: 30%;
    height: 45px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 660;
    line-height: 16px;
    margin-bottom: 30px;
  }

  .searc_result_text .show_result {
    width: 50%;
    border-bottom: 1px solid #d2cbcb;
  }

  .Quick_search h4 {
    font-weight: 660;
    padding-bottom: 20px;
  }

  td.writ_h {
    width: 50%;
  }

  tr.write_mode {

    text-orientation: mixed;
    padding: 10px;
    /* transform: rotate(-180deg); */
    text-align: left;
    width: 100px;
    height: 25px;
    word-break: break-word;
  }

  tr.writing_mode td {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 10px;
    transform: rotate(-180deg);
    text-align: left;
    width: 100px;
    height: 400px;
    word-break: break-word;
  }

  .padd3 td:last-child {
    /* display: flex; */
    width: 70px;
  }

  .tb_tile {
    background: #154669;
    margin-bottom: 0;
    vertical-align: top;
    text-align: center;
    color: #fff;
    left: 100%;
    margin-top: 10px;
    font-size: 11px;
    white-space: nowrap;
  }

  .tb_tile h5 {
    margin-bottom: 0;
    font-weight: 660;
    float: inline-start;
  }

  .table_respons {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    /* height: 600px; */
    /* overflow-y: auto; */
    padding: 1%;

  }

  tr.padd3 td:nth-child(2) {
    text-align: left;
    /* border: 1px solid #e5e5e5; */
    border-width: -1px;
  }

  body.skill_edit_page .add_more_btn {
    display: none;
  }

  body.skill_edit_page .formArray:last-child .add_more_btn {
    display: block;
  }

  body.skill_edit_page .formArray:last-child .form-group.col {
    margin-right: 0px;
    width: 100%;
  }

  body.skill_edit_page .formArray:last-child textarea {
    margin-right: 0;
    width: 100%;
  }

  .team_row_title {
    display: flex;
    justify-content: space-between;
    background: #505050;
    padding: 6px 10px;
  }

  .team_row_title h5 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 660;
  }

  .team_row_me {
    display: flex;
    margin-bottom: 1px;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 1px dashed #232323;
    background: #f9f9f9;
  }

  .team_row_me span {
    font-size: 15px;
  }

  .team-role {
    border: 1px solid #232323;
    margin-top: 20px;
  }

  /* tr.padd3 td {
        padding: 5px;
    } */
  tr.writing_mode td.writ_h {
    transform: rotate(0deg);
    writing-mode: horizontal-tb;
  }

  a.f_edit {
    margin-right: 5px;
  }

  .dark_icon_edit:before {
    content: "\e61e";
    font-family: 'siemens-webicons-webfont' !important;
    font-size: 16px;
    display: inline-block;
    background: #154669;
    color: #ffffff;
    padding: 2px;
    border-radius: 4px;
  }

  .select_search_title {
    padding: 0px 30px;
  }

  .select_search_title h4 {
    font-weight: 660;
  }

  .dark_icon_delete:before {
    content: "\e617";
    font-family: 'siemens-webicons-webfont' !important;
    font-size: 16px;
    display: inline-block;
    background: #ff0000;
    color: #ffffff;
    padding: 2px;
    border-radius: 4px;
  }

  .dark_icon {
    font-family: 'siemens-webicons-webfont' !important;
    font-size: 45px;
    display: inline-block;
    color: #154669;
    padding: 2px;
    border-radius: 4px;
    position: absolute;
    right: 30px;
    bottom: 20px;
  }

  .dark_icon_user:before {
    content: "\e66a";
  }

  .dark_icon_forum:before {
    content: "\e634";
  }

  .dark_icon_task:before {
    content: "\e910";
  }

  .dark_icon_skill::before {
    content: "\e64c";
  }

  .dark_icon_global::before {
    content: "\e636";
  }

  .dash_infr {
    padding: 50px 30px;
  }

  .dropdown-item.active,
  .dropdown-item:active {
    background-color: #154669 !important;
    color: #ffffff !important;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #154669 !important;
    color: #ffffff !important;
  }

  .admin_name .dropdown-menu {
    float: none !important;
    right: 0;
    left: auto;
    padding: 0;
  }

  .dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .dash_content_item {
    display: flex;
  }

  .workforce {
    margin-right: 20px;
    border: 1px solid #d6d6d6;
    padding: 20px;
    width: 30%;
    /* text-align: center; */
    box-shadow: 0 2px 0 #f5f5f5;
    position: relative;
  }

  .workforce:last-child {
    margin-right: 0;
  }

  .workforce:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0%;
    position: absolute;
    background: #41aaaa;
    transition: width .5s cubic-bezier(0.17, 0.17, 0.34, 1), visibility .5s cubic-bezier(0.17, 0.17, 0.34, 1);
    width: 0;
  }

  .workforce:hover:after {
    width: 100%;
    left: 0;
  }

  .workforce h4 {
    font-size: 1.8rem;
    font-weight: 660;
  }

  .key_point {
    position: relative;
    left: -10px;
    width: 400px;
    top: -10px;
    color: white;
    /* //width: 400px; */
  }

  .workforce p {
    margin-bottom: 0;
  }

  .workforce p span {
    display: block;
    /* text-align: center; */
    font-weight: 660;
    font-size: 1.12rem;
  }

  /*** admin login ***/
  .login_page {

    width: 100%;
    min-height: 100vh;
    display: block;

    position: absolute;
    padding-top: 10%;
    background: url("../images/bg.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .login_page form {
    width: 30%;
    display: block;
    padding: 30px;
    background: #ffffff;
    margin-left: auto;
    margin-right: 30px;
    border-radius: 5px;
  }

  .logo_login img {
    width: 200px;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
  }

  .btn-section.right {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
  }

  button.btn.btn-primary.btn-se-color {
    background: #e6e65f;
    border-color: #e6e65f;
    color: #154669 !important;
  }

  .btn-success {
    background-color: #e6e65f !important;
    border-color: #e6e65f !important;
    color: #154669 !important;
    font-weight: 700 !important;
    font-size: 13px !important;
  }

  .btn-success:hover {
    background-color: #bfbf4d !important;
    color: #154669 !important;

  }

  .btn-secondary {
    background-color: #e6e65f !important;
    border-color: #e6e65f !important;
  }

  .login_form_wrap {
    width: 59%;
    padding-left: 2%;
  }

  .form_row {
    display: inline-block;
    width: 100%;
  }

  .login_form_wrap h4 {
    padding: 25px 0;
  }

  .login_container .form_row .form-group {
    width: 100%;
    display: block;
    margin-bottom: 45px;
  }

  .div_input {
    position: relative;
  }

  .div_input label {
    position: absolute;
    margin-bottom: 0;
    top: 15px;
    left: 13px;
    font-size: 15px;
    font-weight: 660;
    z-index: 1;
    pointer-events: none;
    transition: all .5s;
  }

  .div_input .form-control {
    height: 50px;
    font-weight: 660;
  }

  .div_input.addDesign label {
    top: 0;
    font-size: 12px;
  }

  .div_input.addDesign input {
    padding-top: 12px;
  }

  .btn_edit .btn-success:not(:disabled):not(.disabled).active,
  .btn_edit .btn-success:not(:disabled):not(.disabled):active,
  .show>.btn_edit .btn-success.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }

  .btn_edit .btn-success.focus,
  .btn_edit .btn-success:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .btn_edit .btn-danger:not(:disabled):not(.disabled).active,
  .btn_edit .btn-danger:not(:disabled):not(.disabled):active,
  .show>.btn_edit .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }

  .btn_edit .btn-danger.focus,
  .btn_edit .btn-danger:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .btn_edit .btn-success:not(:disabled):not(.disabled).active:focus,
  .btn_edit .btn-success:not(:disabled):not(.disabled):active:focus,
  .show>.btn_edit .btn-success.dropdown-toggle:focus {
    box-shadow: none;
  }

  /** end **/

  /*** header ***/






  /** footer begin  **/
  .d_flex_foo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .newFooter_text ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0px;
  }

  .newFooter_text ul li a {
    margin-right: 110px;
    text-decoration: underline;
    color: #41aaaa;
  }

  .social_m ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-top: 20px;
    margin-bottom: 0;
    align-items: center;
    text-align: center;
  }

  .footer_copyrights {
    display: flex;
    justify-content: space-between;
  }

  .social_m ul li {
    position: relative;
    margin-right: 30px;
  }

  .social_m ul li a i {
    font-size: 24px;
    color: #009999;
    font-family: 'Siemens-Web-Icons-3-3-0' !important;
    font-size: 25px;
    display: inline-block;
    color: #41aaaa;
  }

  .icon-twitter:before {
    content: '\e934';
  }

  .icon-linkedin:before {
    content: '\e920';
  }

  .icon-facebook:before {
    content: '\e912';
  }

  .icon-youtube:before {
    content: '\e937';
  }

  .icon-instagram:before {
    content: '\e91c';
  }

  .icon-yammer:before {
    content: '\e938';
  }

  .icon-mail:before {
    content: "\e910";
  }

  .foo_contact {

    padding: 8px 20px !important;
    width: 150px;
  }

  .foo_contact i {
    font-size: 20px;
    position: relative;
    top: 4px;
    left: -8px;
  }

  .newFooter_text ul li:last-child a {
    margin-right: 0;
  }

  .footer_copyrights a {
    color: #009999;
    text-decoration: underline;
  }

  .footer {

    background-color: #ebf0f5;

    width: 100%;
    bottom: 0;
    padding: 15px 15px;
  }

  .footer_copyrights a:hover {
    color: #41aaaa;
  }

  .social_m ul li:last-child {
    margin-right: 0;
  }

  .social_m {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  /** footer end **/

  /*** admin start***/
  .card_body .form-row {
    width: 48%;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 1.2rem;
  }

  .form-group.col textarea {
    resize: none;
    width: 99%;
  }

  .form-group.col {
    position: relative;
  }

  .form-group.col label {
    position: absolute;
    margin-bottom: 0;
    top: 15px;
    left: 13px;
    font-size: 15px;
    font-weight: 660;
    z-index: 1;
    pointer-events: none;
    transition: all .5s;
  }

  .form-group.col .form-control {
    height: 50px;
    font-weight: 660;
    font-size: 12px;
  }

  .form-group.col.addDesign label {
    top: 0;
    font-size: 12px;
  }

  .form-row-skill .form-group.col {
    padding-left: 0px;
    padding-right: 10px;
    width: 48%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
  }

  .form-group.col.addDesign .form-control {
    padding-top: 12px;
  }

  .add_more {
    /* width: 97%; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .icon {
    position: relative;
  }

  .icon-Plus:before {
    content: "\e92c";
  }

  .icon-Close:before {
    content: "\e90b";
  }

  .icon-User:before {
    content: "\e935";
    font-size: 21px;
    color: #154669;
    position: absolute;
    right: 1px;
  }

  .admin_name .dropdown-toggle::after {
    font-size: 20px;
    top: 7px;
  }

  .icon-check::before {
    content: "\e958";
    font-size: 16px;
    display: inline-block;
    background: #154669;
    ;
    color: #ffffff;
    padding: 2px;
    border-radius: 4px;
  }

  .icon-close::before {
    content: "\e939";
    font-size: 16px;
    display: inline-block;
    background: #ff0000;
    color: #ffffff;
    padding: 2px;
    border-radius: 4px;
  }

  .rate_edit_value {
    width: 50px !important;
    display: flex !important;
    text-align: center;
  }

  .add_more .btn {
    padding: 5px !important;
    line-height: 0;
  }

  .formArray {
    margin-bottom: 20px;
    display: flex;
    width: 100%
  }

  .formArray .col {
    flex-basis: auto;
  }

  .formArray .form-group.col {
    margin-bottom: 0;
  }

  .mat_page {
    padding: 150px 0px 70px;
    display: flex;
  }

  .form-group.col-button {
    display: flex;
    justify-content: flex-end;
    /* margin-right: 30px; */
    margin-top: 40px;
  }

  span.default {
    display: none;
  }

  span.light {
    padding: 1px 5px;
    border-radius: 4px;
    margin-right: 5px;
    border: 1px solid;
    font-weight: 660;
  }

  div#navcentervalue {
    justify-content: flex-end;
  }

  li.nav-item.dropdown {
    list-style: none;
  }

  li.nav-item.dropdown a {
    color: #232323;
    font-weight: 660;
  }

  .dropdown-toggle::after {
    content: "\e901" !important;
    border: 0px !important;
    font-family: "Siemens-Web-Icons-3-3-0";
    position: absolute;
  }

  .btn-success.focus,
  .btn-success:focus {
    box-shadow: none
  }

  .form-control:focus {
    border-color: #41aaaa !important;
    box-shadow: 0 0 0 0.2rem rgb(65 170 170 / 22%) !important;
  }

  tr.noBorder td {
    border: 0;
  }

  .mat_page .container_wrapper {
    width: 80%;
    margin-left: 18%;
  }

  .btn_edit .btn-success,
  .btn_edit .btn-danger {
    background: transparent !important;
    border: transparent !important;
    padding: 0;
    padding-right: 5px;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(235 240 245) !important;
  }

  .select_lft_side {
    font-size: 15px;
    margin-left: 10px;
  }

  .select_lft_side label {
    margin-right: 5px;
  }

  .data_table .table tr th {
    background: #154669;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .page-item.active .page-link {
    background-color: #154669 !important;
    border-color: #154669 !important;
  }

  .form-group.col-button.addDesign {
    margin-right: 30px;
  }

  .btn_edit .btn-success:hover,
  .btn_edit .btn-danger:hover {
    background: transparent;
    border: transparent;
  }

  /* .form_wrap.card_body .add_more {
        width: 47%;
    } */
  .admin_nav.navbar-light.bg-light {
    position: fixed;
    width: 100%;
    z-index: 9;
  }

  .select_wrap_row {
    display: flex;
    padding: 20px 30px 30px;
  }

  .select_dept label {
    display: block;
    font-weight: 660;
  }

  .select_dept {
    width: 33%;
  }

  .select_dept.select_skill {
    position: relative;
  }

  .select_dept select {
    height: 40px;
    width: 90%;
    padding: 5px 20px;
    pointer-events: none;
  }

  .select_dept.select_skill input {
    height: 40px;
    width: 90%;
    padding: 5px 20px;
    pointer-events: none;
  }

  body.skill_edit_page .dis_hide_edit {
    pointer-events: none;
  }

  .icon-search:before {
    content: '\e92f';
    font-size: 18px;
    color: #ffffff;
  }

  .search_ioc {
    position: absolute;
    top: 32px;
    right: 49px;
    background: #41aaaa;
    height: 40px;
    padding: 10px 10px;
  }

  .form-row-skill.form-group.addDesign label {
    top: 0px;
    font-size: 12px;
  }

  .form-row-skill.form-group.addDesign .form-control {
    padding-top: 12px;
  }

  .table_respons::-webkit-scrollbar {
    width: 15px;
  }

  .table_respons::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  .table_respons::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 10px 0 55px #154669;
  }



  td.details-control {
    background: url('assets/details_open.png') no-repeat center center;
    /*Plus Image easily find on intent and I have stored this image into my scr/assets folder*/
    cursor: pointer;
  }

  tr.shown td.details-control {
    background: url('assets/details_close.png') no-repeat center center;
    /*Minus Image easily find on intent and I have stored this image into my scr/assets folder*/
  }



  .Discipline {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 5px;
  }

  .Discipline_wrap {
    margin-right: 15px;
  }

  tr.padd3 td {
    width: 100px;
    height: 55%;
    text-align: center !important;
  }

  li.nav-item:last-child {
    margin-right: 0;
  }

  .select_wrap_row_w {
    display: none;
  }

  .centered {
    position: absolute;
    top: 32%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #f9f9f9;
  }

  .top-left {
    position: absolute;
    top: 170px;
    left: 120px;
    font-size: 1rem;
    color: #f9f9f9;
  }

  .c-btn {

    display: inline-block;

    border-width: 1px;

    line-height: 1.25;

    border-radius: 3px;

    font-size: .85rem;

    padding: 5px 10px;

    cursor: pointer;

    align-items: center;

    min-height: 38px;

    border: 1px solid #fb9f40 !important;

    padding: 14px !important;

    border: solid !important;

    border-width: 0.1px !important;

    border-color: #ced4da !important;

    border-radius: 0.25rem !important;

    height: calc(1.5em + 0.75rem + 2px) !important;

  }

  .country-margin {
    margin-left: -15px;
  }

  .box_wrap_admin {
    margin-bottom: 15px;
  }

  .file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem;
  }

  .file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .file-custom:after {
    content: "Choose file...";
  }

  .file-custom:before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: .075rem solid #ddd;
    border-radius: 0 .25rem .25rem 0;
  }

  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  /*--Side Menu start ---*/

  .textheader {
    padding: 10px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    height: 400px;
    background-color: #ebf0f5;
    width: 55px;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: break-spaces;
    font-size: 11px;
    border: solid;
  }

  .rating {
    text-align: center;
    min-width: 55px !important;
  }

  .form-control m {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-left: -15px;
  }

  .navbar {
    position: fixed;
    height: 80px;
    padding: 15px;
    width: 100%;
    z-index: 999;

  }

  /*-----------content trest--------------*/







  .navbar .navbar-nav .nav-link {

    font-size: 0.5.rem;
    font-weight: 660;

  }

  .navbar .navbar-nav .nav-link:hover {
    color: #154669 !important;
  }

  .navbar .navbar-nav .nav-link.active {
    color: #154669 !important;
  }

  .navbar .navbar-nav .nav-item {
    position: relative;
  }

  .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e6e65f;
    width: 0%;
    content: "";
    height: 4px;
    transition: all 0.5s;
  }

  .navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
  }

  .navbar {
    width: 115%;
    height: 10%;
  }





  .navbar .navbar-nav .nav-item::after {
    transition: all 0.5s;
  }

  .responsive {
    vertical-align: top;
    border-style: none;
    height: 90px;
    width: 130px
  }


  ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #FFF !important;
    /* font-family: sans-serif; */
    font-weight: 550;
    margin-left: -30px;
  }

  ul.breadcrumb li {
    display: inline;
    font-size: 15px;
  }

  ul.breadcrumb li+li:before {
    padding: 8px;
    color: #154669;
    content: ">\00a0";
    font-weight: 700;
    font-weight: bolder;
  }

  ul.breadcrumb li a {
    color: #154669;
    text-decoration: none;
  }

  ul.breadcrumb li a:hover {
    color: #154669;
    text-decoration: underline;
  }

  .row {
    display: flex !important;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: 10px !important;
    margin-bottom: 0px !important;

  }

  .ng-select-container {
    border: 10% !important;
    min-height: 0px;
    border-radius: 10px;
    color: #000000;
  }

  .ng-select.custom {
    border: 1px !important;
    min-height: 0px;
    border-radius: -3 !important;
  }

  .ng-select.custom .ng-select-container {
    min-height: 0px;
    border-radius: 0.25rem;
  }

  .ng-select.custom .ng-select-container .ng-placeholder {
    min-height: 0px;
    border-radius: 1% !important;
  }

  #icon {
    width: 40px;
    padding: 12%;
    color: #154669 !important;
    /* fill:#154669;  */

  }

  #pro_label {
    text-align: center;
    width: 100px;
    margin-bottom: 0px;
    font-size: 15px;

  }

  #icon:hover {
    padding: 12%;
    color: #fff;
    /* width:1.25em  */
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15ps;
    font-weight: 400;
    line-height: 1;
    color: #e6e65f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 15px !important;
    line-height: 1;
  }

  .navbar-custom .navbar-logo img {
    display: inline;
    max-height: 50px;

  }

  /*---Header new end---*/
  #lbl {
    width: 100% !important;
    margin-left: 32% !important;
    ;
    left: 20px !important
  }

  * html,
  body {
    height: 100%;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
  }

  .ng-select .ng-arrow-wrapper .ng-arrow {
    display: inline-block;
    height: 7px !important;
    pointer-events: none;
    position: relative;
    width: 7px !important;
  }

  .form-control:disabled,
  .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    width: 100% !important;
    font-size: 15px;
  }

  #td {

    text-align: center;
    vertical-align: middle;
    background: #154669;
    color: #fff;
    white-space: nowrap;
    /* border-bottom: 1px solid #fff; */
    /* padding: 5px; */
  }

  #td_name {
    text-align: left;
    vertical-align: middle;
    color: #154669;
  }

  #dd {

    font-size: 15px;
    width: 100%;
  }

  #search {

    font-size: 15px;
    width: 100%;
  }

  select {
    color: #154669 !important;


  }




  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    margin: auto;
    width: 360px;
  }

  .textheader {
    padding: 10px;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    height: 400px;
    background-color: #ebf0f5;
    width: 55px;
    text-align: left !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: break-spaces;
    font-size: 11px;
    border: solid;
  }

  #skill_set {

    text-align: left !important;
    padding: 15px;

  }



  #td_skill {



    text-align: center;

    vertical-align: top;


    /* border-bottom: 1px solid #fff; */

  }

  .navSelect {
    background-color: #e6e65f;
    color: #154669;
  }

  .processCenter {
    margin-top: 5px;
    font-size: 15px;
    color: var(--bs-grey);
    margin-left: -215px;
    /* font-family: sans-serif; */
    text-align: center
  }

  #btn_icon {

    font-size: 24px;
    border: none;
    background: #fff;
    color: #154669
  }

  .table_respons::-webkit-scrollbar {
    width: 15px;
  }

  /* Track */
  .table_respons::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .table_respons::-webkit-scrollbar-thumb {
    background: #154669;
    border-radius: 10px;
  }

  /* Handle on hover */
  .table_respons::-webkit-scrollbar-thumb:hover {
    background: #154669;
  }

  b,
  strong {
    font-weight: bolder;
    font-size: 17px;
  }

  /* The side navigation menu */
  .sidebar {
    /* margin-top: 0%!important; */
    padding: 0;
    width: 175px;
    background-color: #ebf0f5;
    position: fixed;
    height: 105%;
    overflow: auto;
    /* font-family: sans-serif; */
    color: #154669;
    top: 10% !important
  }

  /* Sidebar links */
  .sidebar a {
    display: block;
    color: #154669;
    padding: 0px;
    /* text-decoration: none; */
    font-size: 80%;
    font-weight: 700;
  }

  /* Active/current link */
  .sidebar a.active {
    background-color: #e6e65f;
    color: #154669;

  }

  .sidebar icon.active {
    background-color: #e6e65f;
    color: #154669;
  }

  /* Links on mouse-over */
  .sidebar a:hover:not(.active) {
    background-color: #DCC833;
    ;
    color: #154669;
  }

  .sidebar icon:hover:not(.active) {
    background-color: #154669;
    color: #154669;
  }

  /* Page content. The value of the margin-left property should match the value of the sidebar's width property */
  div.content {
    margin-left: 11% !important;
    margin-top: 6% !important;
    width: 88%;
    height: 100%;
    /* font-family: sans-serif; */
    position: absolute;

  }

  .profile {
    /* font-family: sans-serif; */
    font-size: 15px;
  }

  .button-hidden {
    font-size: 24px;
    border: none;
    background: none;
  }

  .header-manager {
    color: #154669 !important;
  }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {

    background-color: #007bff !important;
  }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
    background-color: #007bff !important;
    color: rgba(0, 0, 0, 0.65);
  }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65);
    padding: 0px 12px !important;
    transition: background .3s ease;
  }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
    /* font-family: sans-serif; */
    background-color: #fafafa;
    font-weight: 400;
    font-size: 15px;
  }



}

/* --------------------------@media screen and (max-height: 1080px) and (orientation:landscape)  End --------------------------- */
