/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Segoe Bold";
  src: url("../font/Segoe UI Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Semibold";
  src: url("../font/Segoe UI Semibold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe";
  src: url("../font/Segoe UI.ttf");
  font-weight: normal;
  font-style: normal;
}
:root {
  /*color variable*/
  --primary: #204595;
  --secondary: #fff200;
  --textColor: #2a2a2a;
  --white: #fff;
  --bodyColor: #626262;
  --lightGrey: #d9d9d9;
  --bgGrey: #e8e8e8;

  /*text variablel*/
  --heading1: 32px;
  --heading2: 26px;
  --heading3: 22px;
  --bodytext: 16px;
  --smallbodytext: 14px;
  --breadcrumb: 12px;
  --bold: 700;
  --semibold: 600;
  --medium: 500;
  --regular: 400;
  --segoeBold: "Segoe Bold";
  --segoeSemiBold: "Segoe Semibold";
  --segoe: "Segoe";
}

body {
  font-family: "Segoe", sans-serif;
  /*color: var(--colorGrey2);*/
  background-color: #e8e8e8;
  padding: 0px !important;
  margin: 0px !important;
}

a {
  color: var(--colorBlack);
  text-decoration: none;
}

a:hover {
  color: var(--colorGrey2);
  text-decoration: underline;
}

li {
  font-size: 12px;
}
ol,
ul {
  padding-left: 0.7rem;
}

h1 {
  font-size: var(--heading1);
  font-weight: var(--bold);
}
h2 {
  font-size: var(--heading2);
}
h3 {
  font-size: var(--heading3);
}
/*h4 {
  font-size: calc(0.5rem + 0.3vw);
}
h5 {
  font-size: calc(0.4rem + 0.3vw);
}
h6 {
  font-size: calc(0.3rem + 0.3vw);
}*/
img{
    vertical-align: middle;
    border-style: none;
    width:100%;
}
p {
  color: var(--bodytext);
}
.header_big_txt {
  text-transform: uppercase;
  font-family: var(--segoeBold);
}
.row_wrapper {
  display: flex;
  justify-content: space-evenly;
}
.user_image {
  /*margin-right: 35px;*/
}
.profile_pic img,
.user_image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.profile_detail_outer {
  display: flex;
  align-items: center;
  justify-content: end;
}
.profile_detail_outer .profile_details {
  margin-right: 20px;
}
.profile_detail_outer .profile_details .user_name {
  font-size: var(--bodytext);
  text-align: right;
}
.profile_detail_outer .profile_details .role {
  font-size: var(--smallbodytext);
  color: var(--bodyColor);
  text-align: right;
}
.semibold-text {
  font-weight: var(--poppinsSemiBold);
}
.colorgrey2 {
  color: var(--colorGrey2);
}

/*.top-header {
  width: 100%;
  background-color: var(--colorBlack);
  text-align: right;
  padding: 9px 0;
}
.top-header .login_in {
  font-size: var(--mainMenu);
  font-weight: 500;
}*/
#header {
  background: #fff;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}
#header .container-fluid {
  /*padding: 0 38px;*/
}
#header h1 {
  margin-bottom: 0;
}
#header .logo {
  width: 120px;
}
.header-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.txt_img img {
  width: 450px;
}
.fixed_margin {
  margin-top: 113px;
}
.top-bar-section-dropdown {
  background: #204595;
  color: white;
  border-radius: 4px;
}
.top-bar-section-dropdown li {
}
.top-bar-section-dropdown li a {
  color: white;
  font-size: 16px;
  font-family: var(--segoeBold);
  font-weight: var(--bold);
  /* margin-left: 18px; */
}
.header-top-section-dropdown {
  cursor: pointer;
}
.nav-item .list_img {
  /* margin-left: 20px; */
}
.header-top-section-dropdown:after {
  content: "";
  border: 0;
}
/*sidebar start*/
.sidebar_list {
  color: #fff;
  display: flex;
  flex-direction: column;
  background-color: var(--primary);
  width: 220px;
  height: calc(100vh - 113px);
  position: fixed;
  z-index: 1020;
  overflow-x: hidden;
}
.sidebar {
  position: fixed;
  z-index: 1;
}
.yellow_bar {
  background-color: var(--secondary);
  padding: 10px 0;
}
.list_outer .menu-list li {
  list-style: none;
  margin: 0;
}
.list_outer .menu-list a {
  display: flex;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.29;
  align-items: center;
  text-transform: uppercase;
   padding: 15px; 
}
.list_outer .menu-list a.active{
  background: transparent!important;
  text-decoration: underline;
  font-weight: bold;
}
.list_outer .menu-list a .link_text {
  font-size: 16px;
  font-family: var(--segoeBold);
  font-weight: var(--bold);
  margin-left: 18px;
}
.list_outer .menu-list a .list_img img {
  width: 18px;
}
.list_outer .menu-list a .list_img .small_size {
  width: 13px;
}
.collapse-bg {
  background: #3e5ea1;
}
.collapse-bg ul {
  list-style: disc;
  padding-left: 23%;
}
.icon-collapse {
  position: absolute;
  right: 20px;
}
.collapsed-menu-new {
  cursor: pointer;
}
li.collapsed-menu-new[aria-expanded="true"] .icon-collapse i {
  transform: rotate(180deg);
}
li.collapsed-menu-new[aria-expanded="false"] .icon-collapse i {
  transform: rotate(0deg);
}
.list_outer .menu-list li .collapse-bg ul li {
  list-style: disc;
}
.make-height-big {
  padding: 10px 12px;
  margin-bottom: 12px;
}
/*sidebar end*/

/*breadcrumb start*/
.right_content_section {
  padding: 22px 0;
  margin-right: 50px;
}
.breadcrumb_outer {
  margin-bottom: 25px;
}
.breadcrumb_text {
  font-size: var(--breadcrumb);
  color: var(--bodyColor);
  font-weight: var(--regular);
}
.breadcrumb_text i {
  padding: 0 10px;
}
/*breadcrumb end*/

/*tabs design start*/
.sorting-realtime {
  width: 20px;
  height: 22px;
  float: left;
  margin-left: 2px;
}
.sorting-option {
  font-size: 11px;
  height: 9px;
  line-height: 11px;
  cursor: pointer;
}
.tabs_section .nav {
  background-color: #f4f4f4;
  border-radius: 8px;
  margin-bottom: 25px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  justify-content: center;
}
.tabs_section ul .nav-item button {
  padding: 11px 65px;
  font-size: var(--bodytext);
  color: #000;
}
.tabs_section ul .nav-item button.active {
  font-family: var(--segoeBold);
  background-color: #fff;
  color: #000;
  border-radius: 0px;
}
.map_content iframe {
  border-radius: 8px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.map_content {
  margin-bottom: 20px;
}
.main_button {
  width: 100%;
  max-width: 210px;
  border: none;
  color: #fff;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  font-weight: 100;
  transition: 0.3s all ease-in-out;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
}
.cancel-button {
  background: transparent;
  border-color: black;
  color: black;
}
.blue_button {
  background: var(--primary);
  color: #fff;
}
.blue_button:hover {
  background: var(--secondary);
  color: #000;
}
.field_remove_btn {
  background: #d50202;
  color: #fff;
}
.field_remove_btn:hover {
  background: #ac0202;
}
.blue_button .add_icon i,
.field_remove_btn i {
  padding-right: 7px;
}

/*tabs design start*/
/*table design start*/
.advance-search {
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
}
.advance-filter-section {
  display: none;
}
.table th {
  font-size: 15px;
  /*font-weight: var(--poppinsSemiBold);*/
  text-align: left;
  background: #f9f9f9;
  vertical-align: middle;
  padding: 13px 25px;
  text-wrap: nowrap;
  color: var(--bodyColor);
  text-align: left;
}
.on-checkbox-checked-section {
  height: 45px;
  margin-bottom: 12px;
}
.on-checked-section-content {
  display: none;
  /* height: 45px;
  margin-bottom: 12px; */
}
.table tr td:first-child,
.table th:first-child {
  padding: 13px 6px 13px 17px;
  width: 10px;
  max-width: 37px;
}
.delete-row {
  max-width: 120px;
  float: left;
  margin-right: 20px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #fff;
  text-align: left;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #f9f9f9;
  text-align: left;
}
.table_name {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
  font-family: var(--segoeSemiBold);
}
.color_code {
  display: flex;
  justify-content: center;
}
.color_code .color_box {
  width: 25px;
  height: 25px;

  border-radius: 4px;
  margin-right: 8px;
}
.color_box.infrastructure {
  background: #ffb032;
}
.color_box.investor {
  background: #00bec1;
}

.action_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.action_btn i {
  color: var(--lightGrey);
  margin: 0 5px;
}
.table_head_txt {
  position: relative;
  display: inline-flex;
}
/* .table_head_txt:after{
  content: '';
  background-image:url('../img/icon/filter.png');
  width: 30px;
  height: 30px;
  display: inline-flex;
  position: absolute;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 5px 6px;
} */
.pagination {
  justify-content: center;
}
.pagination .page-item .page-link {
  background: transparent;
  color: var(--bodyColor);
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: #fff !important;
  background-color: var(--primary) !important;
}
.table {
  margin-bottom: 40px;
}

.no_wrap_table th {
  text-wrap: wrap;
}
.td_0_border td {
  border: none;
}
.table td {
  vertical-align: middle;
  padding: 39px 25px;
}
/*table design end*/

#footer {
  border-top: 1px solid #dddddd;
}
.copyright {
  display: flex;
  justify-content: center;
}
.footer_outer {
  /*background-color: var(--primary);*/
  padding: 23px 0;
}
.footer_outer .copyright_txt {
  font-size: 16px;
  font-weight: var(--poppinsMedium);
  color: var(--colorWhite);
}

.open_sidebar {
  display: none;
}
.open_sidebar_icon {
  background: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 11px 20.5px;
  font-size: 20px;
}
.mobile_menu .hamburger {
  background: var(--primary);
  color: #fff;
  padding: 5px 13px;
  font-size: 22px;
}
.mobile_menu {
  display: none;
}
.main_page_title h1 {
  font-family: var(--segoeBold);
  margin-bottom: 30px;
}

/*form design start*/
.form_title {
  font-size: var(--bodytext);
  color: var(--bodyColor);
  margin-bottom: 10px;
}
.form_white_bg {
  background-color: #fff;
  padding: 30px 35px 10px;
  border-radius: 10px;
  margin-bottom: 40px;
}
label {
  font-size: var(--bodytext);
  margin-bottom: 7px !important;
  font-family: var(--segoeSemiBold);
  color: var(--bodyColor);
}
.mandatory::after {
  content: "*";
  display: inline-block;
  color: #ff761a;
  border-radius: 50%;
  position: relative;
  top: -2px;
  left: 1px;
}
.info_txt_outer {
  margin-top: 6px;
}
.info_txt {
  color: var(--bodyColor);
  font-size: var(--smallbodytext);
}
.reg_number input {
  font-size: 24px;
  padding-left: 20px;
}
.form-select {
  border: 1px solid #dddddd;
  /*color: var(--lightGrey);*/
  font-size: 14px;
  font-weight: var(--poppinsLight);
  background-image: url(
    data:image/svg + xml,
    <svgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"><pathfill="fill"stroke=""stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/></svg>
  );
}
input::placeholder,
input[type="file"],
textarea::placeholder {
  font-size: 14px;
}
.form-control:disabled {
  background-color: var(--lightGrey);
  color: var(--bodyColor);
}
select {
  padding: 7.5px !important;
}
.select2-selection--multiple {
  cursor: default;
}
.select2-selection--multiple::before {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "FontAwesome";
  content: "\f078";
  padding: 10px 13px;
  font-size: 12px;
  color: #343a41;
}
.bottom_space {
  margin-bottom: 25px;
}
.radio_bottom_space {
  margin-bottom: 25px;
}
/*custom select drop down*/
.select2-container {
  width: 100% !important;
  /*margin-bottom: 25px;*/
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  margin-bottom: 0px;
  height: 32px;
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--multiple {
  padding: 8px;
  height: 38px;
  border-radius: 4px;
  display: block;
  width: 100% !important;
  padding: 0.5rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  color: var(--colorGrey);
  font-size: 14px;
  font-weight: var(--poppinsLight);
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 38px;
  padding: 5px 8px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.select2-container .select2-search--inline .select2-search__field {
  font-family: "Poppins", sans-serif;
  color: var(--colorGrey);
  font-size: 12.7px;
  font-weight: var(--poppinsLight);
  padding-left: 0px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #626262 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 8px;
  width: 20px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #ced4da;
}
/*custom select drop down*/
.iti {
  width: 100%;
}
.checkbox-button {
  cursor: pointer;
}
.checkbox-button__input {
  opacity: 0;
  position: absolute;
}
.checkbox-button__input:checked + .checkbox-button__control {
  border-color: #01a982;
}

.checkbox-button__control {
  transform: scale(0.75);
}
.checkbox-button__control {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: -4px;
  margin-right: 7px;
  vertical-align: middle;
  background-color: inherit;
  border: 1px solid #666;
}
.checkbox-button__input:checked + .checkbox-button__control:after {
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  color: #fff;
  padding: 0px 4px;
  font-size: 15px;
}
.radio-label {
  margin-left: 5px;
  font-family: var(--Segoe);
}
.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-check-input:focus {
  box-shadow: none;
}
/*input type file*/
.custom-file-input input {
  padding: 9px 0;
}
.custom-file-input {
  /*padding: 9px;*/
  position: relative;
  height: 40px;
  padding: 0;
}
.custom-file-input input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: "Browse...";
  color: #000;
  display: inline-block;
  background: var(--lightGrey) !important;
  /*border: 1px solid #999;*/
  border-radius: 20px;
  padding: 9px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.form-control,
.form-check-input,
.checkbox-button__control {
  border: 1px solid var(--lightGrey);
  color: var(--bodytext);
}
.form-control:focus {
  background-color: none;
  border-color: #dddddd;
  outline: none;
  box-shadow: none;
}
.input-group-addon {
  padding: 9.6px 17px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: fit-content;
  cursor: pointer;
}
.bottom_action_btn {
  margin-top: 60px;
}

/*.inputField {border:solid 1px #ccc; padding:0.2857rem; -webkit-border-radius:0.2857rem; -moz-border-radius:0.2857rem; border-radius:0.2857rem; font-size:1rem;}*/
/*label + .inputField {margin-top:0.2857rem;}*/
/*.shortInputField {width:30%;}*/
/*.dateRangeField {padding-right:40px;}*/
.dateRangeWrapper:after {
  position: absolute;
  right: 1px;
  top: 1px;
  font-family: "FontAwesome";
  content: "\f133";
  font-size: 1.429rem;
  line-height: 1.714rem;
  pointer-events: none;
  background: #d1d1d1;
  padding: 4.5px 13px;
  font-size: 21px;
  border-radius: 0px 4px 4px 0px;
}
.error_message,
.error {
  color: #ce3131 !important;
  font-size: 14px;
  margin-top: 3px;
}
/*form design end*/
.list_outer .menu-list li {
/*  margin: 25px 20px 30px 20px;*/
}
/*query for sidebar reponsive start*/
@media (max-width: 1350px) {
  .sidebar_list {
    width: 190px;
  }
}
@media (max-width: 1200px) {
  .right_content_section {
    margin-right: 10px;
  }
}

@media (max-width: 1142px) {
  .right_content_section {
    margin-right: 0px;
  }
  .tabs_section ul .nav-item button {
    padding: 11px 50px;
  }
  .sidebar_list {
    width: 165px;
  }
  .list_outer .menu-list a .link_text {
    font-size: 13px;
  }

}


@media (max-width: 991px) {
  .md-text-center{
    text-align: center!important;
  }
  .right_content_section {
    margin-right: 10px;
  }
  .sidebar_list {
    /*margin-left: -220px;*/
    width: fit-content;
  }
  .open_sidebar {
    /*display: block;*/
  }
  .list_outer .menu-list li {
/*    margin: 20px;*/
  }
  .list_outer .menu-list a{
        padding: 15px 32px 15px 15px;
  }
  .list_outer .menu-list a .link_text {
    display: none;
  }
  .txt_img img {
    width: 100%;
  }
  #header .logo {
    width: 100px;
  }
  .profile_pic img {
    width: 75px;
  }
  .fixed_margin {
    margin-top: 97px;
  }
}
@media (max-width: 874px) {
  .tabs_section ul .nav-item button {
    padding: 11px 35px;
  }
}
@media (max-width: 767px) {
  .sm-text-center{
    text-align: center!important;
  }
  .show-entries-block{
    font-size: 15px;
  }
  .footer_outer{
    text-align: center;
  }
  .blue_button{
    margin: 0px auto 10px;
  }
  :root {
    /*text variablel*/
    --heading1: 32px;
    --heading2: 26px;
    --heading3: 22px;
    --bodytext: 13px;
  }
  .tabs_section ul .nav-item button {
    padding: 11px 35px;
  }
  .sidebar_list {
    display: none;
  }
  .txt_img img {
    width: 250px;
  }
  #header .logo {
    width: 90px;
  }
  .profile_pic img {
    /*width: 70px;*/
    display: none;
  }
  .right_content_section {
    margin-right: 0px;
  }
  .fixed_margin {
    margin-top: 55px;
  }
  .reponsive_sidebar {
    margin-top: 45px;
  }
  .mobile_menu {
    display: block;
  }
  .list_outer .menu-list a .link_text {
    display: block;
  }
  .sidebar_list {
    height: 100vh;
    margin-top: 34px;
    /* width: 100%; */
  }
  .row_wrapper {
  }
  .row_wrappe .left_col {
  }
  .row_wrappe .right_col {
  }
}
@media (max-width: 600px) {
  .txt_img img {
    width: 200px;
  }
  #header .logo {
    width: 70px;
  }
  .reponsive_sidebar {
    margin-top: 39px;
  }
  .progess-bar-chart-outter {
    margin-bottom: 12px;
  }
}
@media (max-width: 500px) {
  .profile_pic img {
    width: 50px;
  }
  .progess-bar-chart-outter {
    margin-bottom: 12px;
  }
  .reponsive_sidebar {
    /*margin-top: 70px;*/
  }
  .open_sidebar_icon {
    padding: 10px 16px;
    font-size: 17px;
  }
  .txt_img img {
    width: 180px;
  }
  #header .logo {
    width: 60px;
  }
  .profile_detail_outer .profile_details .role {
    font-size: 12px;
  }
  .reponsive_sidebar {
    margin-top: 28px;
  }
}
@media (max-width: 438px) {
  .table td {
    vertical-align: middle;
    padding: 24px 18px;
  }
  .row_wrapper {
    display: block;
  }
  .row_wrapper .right_col .table_name {
    text-align: center !important;
  }
  .row_wrapper .right_col .user_status {
    float: none;
  }
  .row_wrapper .right_col {
  }
  .profile_pic img {
    width: 50px;
  }
  .reponsive_sidebar {
    margin-top: 35px;
  }
  .txt_img img {
    width: 160px;
  }
  #header .logo {
    width: 50px;
  }
  .reponsive_sidebar {
    margin-top: 20px;
  }
}
/*query for sidebar reponsive end*/

/* New page starts CRM_Investors_Detail */
.white-bg-box {
  background: white;
  border-radius: 10px;
  margin-bottom: 18px;
  word-wrap: break-word;
}
.layout-left-box {
  padding: 28px 32px;
}
.layout-right-box {
  padding: 28px 32px;
}
.action_btn.text-right {
  align-items: end;
  justify-content: end;
}
.profile-pic-left-box img {
  width: 73px;
  height: 73px;
  margin: 8px auto;
  float: none;
  display: block;
}
.box-title {
  font-family: var(--segoeBold);
}
.small-font {
}
.greytext-lable {
  font-size: var(--smallbodytext);
  color: var(--bodyColor);
}
.greytext-lable {
  font-size: var(--smallbodytext);
  color: var(--bodyColor);
}
.organe-color {
  color: #ff761a;
}
.lead-color {
  color: #3632ce;
}
.bg-grey {
  background: #f9f9f9;
}
.border-bottom-right-10 {
  border-radius: 0 0 10px 10px;
}
.white-bg-box ul {
  list-style: disc;
  padding-left: 30px;
  font-size: 16px;
}
.white-bg-box ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.white-bg-box ul ul li {
  margin-bottom: 4px;
}
.white-bg-box ul ul {
  list-style: lower-alpha;
}
.sidebar-title-above-box {
}
.logo-title-layout {
}
.logo-title-layout img {
  width: -webkit-fill-available;
  max-width: 85px;
}
.make-content-vertically-center {
  display: flex;
  justify-content: center;
  /* align-content: center; */
  flex-direction: column;
}
.address-title {
  font-size: 22px;
  line-height: 24px;
  font-family: var(--segoeBold);
}
.progess-bar-chart-outter {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  word-wrap: break-word;
}
.bg-color-blue {
  background: #3632ce;
}
.progess-bar-chart-title {
  font-size: 22px;
  color: white;
}
.progess-bar-chart-count {
  font-size: 32px;
  color: white;
  font-family: var(--segoeBold);
  margin-bottom: 10px;
}
.progess-bar-chart-progressbar {
  background: linear-gradient(
    90deg,
    rgba(42, 42, 42, 0.25) 0%,
    rgba(42, 42, 42, 0.5) 100%
  );
  margin-bottom: 8px;
}
.progess-bar-chart-progressbar .progress-bar {
  background: white;
  border-radius: 25px;
}
.bg-color-lightblue {
  background: #0170AF;
}
.bg-color-orange {
  background: #ff761a;
}
.bg-color-skyblue {
  background: #00bec1;
}
.bg-color-green {
  background: #209b0a;
}
/* Ends page starts CRM_Investors_Detail */

/*Start page CRM_Investors_Listing*/
.investor_name:hover {
  transition: 0.3s all ease-in-out;
}
.investor_name:hover {
  color: var(--primary);
}
.orange_color {
  color: #ff761a !important;
}
.red_color{
  color: red !important;
}
.blue_color {
  color: #3632ce !important;
}
.green_color {
  color: #209b0a !important;
}
.teal_color {
  color: #00bec1 !important;
}

.user_status {
  color: #626262;
  border: 1px solid #626262;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
  font-size: var(--smallbodytext);
  margin-top: 7px;
  float: left;
}
/*End page CRM_Investors_Listing*/

/* custom start */
.park_action_btn  {
  color: var(--lightGrey);
  margin: 0 5px;
}
.flashmessage{
  box-sizing: border-box;
	animation-name: flashmessage, fade-out-flashmessage;
	animation-duration: 0.6s, 10s;
	animation-fill-mode: both, both;
  animation-timing-function:ease,ease-in;
  color: #ffffff;
  z-index: 100;
  position: fixed;
  top: 48px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 400px;
  padding: 20px;
  background: #204595;
}

@keyframes flashmessage {
	14% { font-size: 20px; }
	28% { font-size: 12px; }
	42% { font-size: 18px; }
	57% { font-size: 15px; }
	71% { font-size: 16.5px; }
	85% { font-size: 15.75px; }
}

@keyframes fade-out-flashmessage { 100% { opacity: 0; } }


.image-area {
  position: relative;
  width: 50%;
  /* background: #333; */
}
.image-area img{
  width: 250px;
  height: auto;
}
.remove-image {
  display: none;
  position: absolute;
  top: -10px;
  right: -34px;
  border-radius: 10em;
  padding: 2px 6px 3px;
  text-decoration: none;
  font: 700 21px/20px sans-serif;
  background: #555;
  border: 3px solid #fff;
  color: #FFF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;  
}
.remove-image:hover {
  background: #E54E4E;
  padding: 3px 7px 5px;
  top: -10px;
  right: -34px;
  text-decoration: none;
}
.remove-image:active {
  background: #E54E4E;
  top: -10px;
  right: -34px;
  text-decoration: none;
}

.tinymce ol li{
  font-size: initial;
}
.uploaded-image {
  width: 100px;
  height: 100px;
  position: relative;
}
.uploaded-btn-delete {
  position: absolute;
  cursor: pointer;
  right: 2px;
  top: 2px;
}
.extend{
  color:orangered !important;
}
.disabled {
  opacity: 0.5; /* Example: reduce opacity to indicate disabled state */
  cursor: not-allowed; /* Changes cursor to indicate non-interactivity */
  pointer-events: none;
}
 /* Reset default list styles */
 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style for tabs */
.tab {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 15px;
  background-color: #f0f0f0;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* Style for active tab */
.active {
  background-color: #ccc;
}

/* Content area */
.tab-content {
  border: 1px solid #ccc;
  padding: 20px;
  border-top: none;
}
.allTab{
  width: 100% !important;
  padding-left: 0px !important;
}
.customTab{
  width: 32% !important;
  font-weight: bold !important;
  text-align: center !important;
}
.customheader
{
  background-color:black !important;
  font-weight: bold !important;
  text-align: center;
  color:white !important;
}
.blue-text {
  color: blue;
}

.red-text {
  color: red;
}
.progess-bar-chart-progressbar .progress-bar.orange_color {
  background: #ff761a !important;
}
.progess-bar-chart-progressbar .progress-bar.blue_color {
  background: #3632ce !important;
}
.progess-bar-chart-progressbar .progress-bar.green_color {
  background: #209b0a !important;
}
.progess-bar-chart-progressbar .progress-bar.teal_color {
  background: #00bec1 !important;
}
.progess-bar-chart-progressbar .progress-bar.red_color {
  background: #ff4848 !important;
}
.project-management.table th:first-child {
  width: 65px;
  max-width: 65px;
}
.project-management.table th:nth-child(3) {
  width: 30%;
}

.project-management .table-with-title {
  font-size: 16px;
  color: #000;
  font-family: var(--segoeSemiBold);
  font-weight: 600;
}
.project-management .table-with-status {
  display: flex;
}
.project-management-details {
  margin: 0;
}
.project-management-details thead {
}
.project-management-details th {
  background: black;
  color: #fff;
  padding: 20px 10px !important;
  text-align: center;
  font-size: 16px;
  font-family: var(--segoeBold);
  font-weight: var(--bold);
}
.project-management-details th:first-child {
  width: 80px;
  min-width: 80px;
  border-radius: 10px 0 0 0;
}
.project-management-details th:last-child {
  width: 100px;
  min-width: 100px;
  border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
}
/* .project-management-details tr td:last-child,
.project-management-details tr td:first-child {
  text-align: center;
} */
/* .project-management-details tr td:last-child {
  color: #ff4747;
} */
.project-management-details tr.bg-light-green {
  background-color: #e8fee5;
}
.project-management-details tr.bg-light-grey {
  background: #ebebeb;
}
.project-management-details tr td {
  padding: 11px 25px;
}
.project-management-details tr:last-child td:first-child {
}
.project-management-details tr:last-child td:last-child {
}
.invertir-details.accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  padding: 24px 38px;
}
.invertir-details.accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.invertir-details.accordion .accordion-button:not(.collapsed) {
  color: #2a2a2a;
  background: white;
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}
.nav{
  background-color: #f4f4f4;
  border-radius: 8px;
  margin-bottom: 25px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
  justify-content: center;

}
ul .nav-item button.active {
  font-family: var(--segoeBold) !important;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
  font-size:  var(--bodytext) !important;
}
ul .nav-item button {
  padding: 11px 65px !important;
  font-size: var(--bodytext) !important;
  color: #000 !important;
}

.project-management-details th:first-child {
  width: 80px !important;
  min-width: 80px !important;
  border-radius: 10px 0 0 0 !important;
}
.project-management-details th {
  background: black !important;
  color: #fff !important;
  padding: 20px 10px !important;
  text-align: center !important;
  font-size: 16px !important;
  font-family: var(--segoeBold) !important;
  font-weight: var(--bold) !important;
}
.project-management-details tr td {
  padding: 11px 25px;
}
.accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 24px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius:5px ;


}

.divmargin{
    margin-bottom: 18px;
}

/* .active, .accordion:hover {
  background-color: #ffffff; 
} */

.panel {       
  padding: 10px 18px;
  width: 100%;
  display: none;
  background-color: white;
  overflow: hidden; 
  border-bottom-left-radius:5px ;
  border-bottom-right-radius:5px ;

}
.cta_button_2 {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 25px;
}
.cta_button_2 img {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.red-bg-section {
  background: #ff4848;
}
.top-white-header {
  color: white;
  text-align: center;
  margin: 0;
  padding: 18px 0;
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.big-red-text{
  font-size: 16px;
  font-weight: var(--semibold);
  color: #FF4747;
  text-align: center;  
}
.investor-detail-ul {
  padding: 0 32px;
  list-style:none !important;
}
.update {
  color: #ff4747;
}
.layout-right-box {
  padding: 28px 32px;
}
/* .investor-detail-ul li:last-child {
  border: 0px !important;
} */
.border-r-0 {
  border-radius: 0px !important;
}
.investor-detail-ul {
  padding: 0 32px !important;
}
.border-bottom-grey {
  border-bottom: 1px solid #D9D9D9 !important;
}
.toggle-content {
  cursor: pointer !important;
}
.bold-grey-text {
  font-size: 12px;
  font-weight: var(--bold);
  color: #9A9A9A;
}
.radioclass{
  margin-right: 11px;
    margin-bottom: 13px;
}
.approved{
  color: green !important;
}
.bgred_color{
  background: red !important;
}
.bgamber_color{
  background: #ff761a !important;
}
.bggreen_color
{
  background: green !important;
}
/* custom end */

/* custom end */

@media (max-width: 1120px) {
  ul .nav-item button{
    padding: 11px 50px !important;
  }
}
.bootbox-body{word-wrap: break-word;}

.disabled_button {
    pointer-events: none; /* Prevent further clicks */
    opacity: 0.5; /* Make it look disabled */
    user-select: none; /* Prevent text selection */
}
