/*    For Hide Arrows From Input Number   */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*    END    */


.body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color:#c7c7c7 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(228, 228, 228, 0.719);
}

.text-dark {
    text-decoration: none;
}


.navbar-nav .nav-item .nav-link {
    color: rgba(0,0,0,.55);
}
.icon_right {
    margin-right: 3px;
}


.form-control {
    color: rgba(0,0,0,.55);
}


/* Navbar  */

.wrapper .sidebar{
  width: 200px;
  height: 100%;
  /* background: #44b17e; */
  /* background: #398e7d; */
  /* background: #056c68; */
  background: #0c7289;
  border-right: 1px solid #0d1f47;
  padding: 2px 0px;
  position: fixed;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  display: block;
  z-index: 1;
  color: #fff;
  font-weight: 200;
  background-size: cover;
  background-position: center center;
}

.sidebar .sidebar-wrapper {
  position: relative;
  max-height: calc(100vh - 75px);
  min-height: 100%;
  overflow: auto; 
  z-index: 4;
  padding-bottom: 100px;
}

.sidebar .logo {
  padding: 12px 0 9px;
  margin: 0;
  position: relative;
  z-index: 4;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.sidebar .logo a.logo-mini {
  float: left;
  /* width: 30px; */
  text-align: center;
  margin-left: 23px;
  margin-right: 15px;
  position: relative;
  text-decoration: none;
}

.sidebar .logo .simple-text {
  text-transform: uppercase;
  padding: 5px 0;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 30px;
  white-space: nowrap;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.sidebar .user {
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 20px;
  margin-top: 20px;
  
}

.sidebar .user .photo {
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 11px;
  margin-left: 23px;
  z-index: 5;
  border: 2px solid rgba(255,255,255,.3);
}

.sidebar .user .photo img {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.sidebar .user .profile-dropdown {
  text-align: left!important;
  padding-left: 25px!important;
}

.sidebar .user .info a {
  color: #fff;
  padding: 8px 14px;
  display: block;
  white-space: nowrap;
  line-height: 18px;
  text-decoration: none;
  font-family: sans-serif;
} 

.sidebar .user .info .caret {
  right: 22%;
  top: 92px;
}

.sidebar .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-top: 13px;
  position: absolute;
  right: 0;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.sidebar .nav {
  /* float: none; */
  float: right;
  display: block;
  margin-top: 5%;
}

.sidebar .nav .nav-item .nav-link {
  color: #fff;
  margin: 5px 15px 0 10px;
  opacity: .86;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  white-space: nowrap;
  display: flex;
}

.sidebar .nav .nav-item .nav-link i {
  font-size: 28px;
  margin-right: 15px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.sidebar .sidebar-wrapper .nav .nav-link p {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  color: #fff;
  -webkit-transform: translate3d(0px,0,0);
  -moz-transform: translate3d(0px,0,0);
  -o-transform: translate3d(0px,0,0);
  -ms-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
  display: block;
  height: auto;
  opacity: 1;
  padding-left: 6%;
}

.sidebar .logo a.logo-mini {
  margin-left: 26px !important;
  margin-right: 6px !important;
}

#navbar_names:hover {
  opacity:0.7;
}

ul.dropdown-menu.show {
  transform: translate(0px, 40%) !important; 
}
/*  END */


/* Default styles for the text and icons */
.sidebar .nav .nav-item .nav-link p {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  color: #fff;
  -webkit-transform: translate3d(0px,0,0);
  -moz-transform: translate3d(0px,0,0);
  -o-transform: translate3d(0px,0,0);
  -ms-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
  display: block;
  height: auto;
  opacity: 1;
  padding-left: 6%;
}

/* Styles for the icons */
.sidebar .nav .nav-item .nav-link i {
  font-size: 28px;
  margin-right: 15px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

@media (max-width: 768px) {
  .sidebar .nav .nav-item .nav-link p {
    display: none;
  }
  .wrapper .sidebar {
    width: 80px;
  }
  .sidebar .caret {
    display: none;
  }
  a.simple-text.logo-normal {
    display: none !important;
  }
  a.simple-text.logo-mini {
    display: none !important;
  }
  #username {
    display: none;
  }
}


.sidebar-mini {
  display: none;
}   


/*  END */


/* Default styles for the text and icons */
.sidebar .nav .nav-item .nav-link p {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  color: #fff;
  -webkit-transform: translate3d(0px,0,0);
  -moz-transform: translate3d(0px,0,0);
  -o-transform: translate3d(0px,0,0);
  -ms-transform: translate3d(0px,0,0);
  transform: translate3d(0px,0,0);
  display: block;
  height: auto;
  opacity: 1;
  padding-left: 6%;
}

/* Styles for the icons */
.sidebar .nav .nav-item .nav-link i {
  font-size: 28px;
  margin-right: 15px;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

.nav-tabs .nav-link {
color: black !important;
}

.nav-tabs .nav-link.active {
font-weight: 600;
}

@media (max-width: 768px) {
  .sidebar .nav .nav-item .nav-link p {
    display: none;
  }
  .wrapper .sidebar {
    width: 80px;
  }
  .sidebar .caret {
    display: none;
  }
  a.simple-text.logo-normal {
    display: none !important;
  }
  a.simple-text.logo-mini {
    display: none !important;
  }
  #username {
    display: none;
  }
}


.sidebar-mini {
  display: none;
}


/*  END */


/* FIRST ROW IN DASHBOARD */
.minimizebtn {
  background-color: #44b17e;
  border-color: #ffffff00;
  border-radius: 20px;
}

.searchbarcontainer{
  float: right;
  width: calc(100% - 200px);
  padding: 12px 14px 13px;
  /* border-bottom: 1px solid rgba(0,0,0,.1); */
}

input.nosubmit {
  border: 1px solid #ffffff;
  -webkit-transition: width .35s ease-in-out;
  transition: width .35s ease-in-out;
  padding: 9px 4px 9px 40px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}

.nosubmit:focus {
  box-shadow: none !important;
  border: 1px solid #ffffff;
}

.searchbarbtn{
  background-color: white;
  border: 0px solid white;
  color: #8a8a8a;
}

.searchbarbtn:focus{
  background-color: rgb(255, 255, 255);
  border: 0px solid white;
  color: #8a8a8a;
}

.searchbarbtn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 175, 175) !important;
  border: 0px solid white;
}

.searchbarbtn:active {
  background-color: rgb(255, 255, 255) !important;
  border: 0px solid white;
  color: #8a8a8a;
}


.chosen-single {
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e) !important;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
  background-color: var(--bs-form-control-bg) !important;
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  border-radius: 0.375rem !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: 0.375rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: inherit !important;
  box-shadow: none !important;
}

.chosen-container-single .chosen-single div b {
  display:none !important;
}

.chosen-container-single .chosen-single div {
display: none !important;
}

.popup-container:hover .popup-content {
  display: block;
}

.formForIdselectsentimentbymonth {
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.formForIdselectsentimentbymonth:focus {
  outline: 0;
  box-shadow: none;
}
/*  END   */

/* Main Body Dashboard */

/* LOADING SPINNER */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*  END  */


.maindashbodycontainer{
  float: right;
  width: calc(100% - 200px);
  padding: 12px 14px 13px;
  /* background-color: #e7e7e782; */
}

/*  Follow button  */
#pdf-follow {
  display: flex;
  justify-content: right;
  margin-top: 3%;
  /* margin-bottom: 0.4%; */
}
/*  END */

/* Sentiment Score */
.sentment-score-line {
  display: flex;
  align-items: center;
  height: 9px;
  /* width: auto;  */
  /* margin-left: 15px; */
  background: linear-gradient(to right, #f53232, #f53232, #f58532, #00b932, #00b932); /* Gradient from red to green */
}


.sentiment-value {
  position: relative;
  /* padding: 10px; */
  /* margin: 0 1px; */
  z-index: 1;
  color: white;
  font-size: large;
  font-weight: 600;
  width: 56px;
  text-align: center;
}

.sentimentArrow {
  position: absolute;
  top: -19px;
  /* margin: 0 11px; */
  z-index: 1;
}

/* END */

/* The Credit Score */
.credit-score-line {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

.score-value {
  position: relative;
  padding: 10px;
  margin: 0 1px;
  z-index: 1;
  color: white;
  font-size: large;
  font-weight: 600;
  width: 56px;
  text-align: center;
}

.market-score-value {
  position: relative;
  padding: 10px;
  margin: 0 1px;
  z-index: 1;
  color: white;
  font-size: large;
  font-weight: 600;
  width: 56px;
  text-align: center;
}

.arrowOpposite {
  position: absolute;
  top: 46px;
  margin: 0 11px;
  z-index: 1;
}

.arrow {
  position: absolute;
  top: -24px;
  margin: 0 11px;
  z-index: 1;
}

.tableBodyNames {
  display: block;
  height: 400px; /* Adjust the height as needed */
  overflow-y: auto;
}

/* END */

/* Cards */
.card-stats {
  margin-bottom: 18px;
}

.card .card-header {
  padding: 15px 15px 10px;
  background-color: #fff;
  border-bottom: none!important;
}

.card-stats .card-header {
  padding: 15px 15px 0;
  background-color: transparent;
  border-bottom: none!important;
  font-size: 14px;
}

.card-stats .card-body {
  padding: 15px 15px 0;
}

.card-stats .icon-big {
  font-size: 2em;
  min-height: 64px;
  color: cadetblue;
}

.card-stats .card-body .numbers {
  text-align: right;
}

.card-stats .card-body .numbers p {
  margin-bottom: 0;
}

.card .card-category, .card label {
  font-size: .875rem;
  font-weight: 400;
  color: #9a9a9a;
  margin-bottom: 0;
}

.card .card-title {
  margin: 0;
  color: #333;
  font-weight: 600;
}

.card .card-category, .card label {
  font-size: .875rem;
  font-weight: 400;
  color: #9a9a9a;
  margin-bottom: 0;
}

.card-stats .card-footer {
  padding: 0 15px 10px;
}

.card .card-footer {
  background-color: transparent;
  border-top: none!important;
  font-size: 14px;
}

.card .stats {
  color: #a9a9a9;
}

.popup2 .popuptext {
  visibility: hidden;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: #fff;
  color: #000;
  text-align: center;
  border: 2px solid #d2d2d2;
  border-radius: 4px;
  padding: 12px;
  padding-right: 1%;
  padding-left: 3%;
  position: absolute;
  z-index: 1;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  top: 0;
  left: 0;
  text-align: initial;
  min-height: -webkit-fill-available;
  font-size: larger;
}


.popup2 .popuptext .close-button {
  position: absolute;
  /* top: 0px; */
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  background-color: #949494;
  color: white;
  /* position: fixed; */
  padding: 0.4%;
}

.popup2 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  text-align: justify;
}


#followedCardsContainer {
  margin-top: 3%;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/* END */

/* About bar plot by year */
#selectidbarplotbymonth{
  width: auto;
}
/* END */

/* About the list and scatter plot */
#selectBox_chosen {
  width: 100% !important;
}


#myListnews {
  overflow: auto;
  height: 500px;
}

@media
  (min-width: 1200px) {
  #myListnews {
    overflow: auto;
    height: 275px;
  }
}
@media
  (min-width: 1204px) {
  #myListnews {
    overflow: auto;
    height: 257px;
  }
}
@media
  (min-width: 1225px) {
  #myListnews {
    overflow: auto;
    height: 261px;
  }
}
@media
  (min-width: 1243px) {
  #myListnews {
    overflow: auto;
    height: 270px;
  }
}
@media
  (min-width: 1262px) {
  #myListnews {
    overflow: auto;
    height: 277px;
  }
}
@media
  (min-width: 1280px) {
  #myListnews {
    overflow: auto;
    height: 284px;
  }
}
@media
  (min-width: 1297px) {
  #myListnews {
    overflow: auto;
    height: 290px;
  }
}
@media
  (min-width: 1313px) {
  #myListnews {
    overflow: auto;
    height: 297px;
  }
}
@media
  (min-width: 1320px) {
  #myListnews {
    overflow: auto;
    height: 301px;
  }
}
@media
  (min-width: 1337px) {
  #myListnews {
    overflow: auto;
    height: 309px;
  }
}
@media
  (min-width: 1353px) {
  #myListnews {
    overflow: auto;
    height: 315px;
  }
}
@media
  (min-width: 1369px) {
  #myListnews {
    overflow: auto;
    height: 321px;
  }
}
@media
  (min-width: 1398px) {
  #myListnews {
    overflow: auto;
    height: 335px;
  }
}
@media
  (min-width: 1424px) {
  #myListnews {
    overflow: auto;
    height: 343px;
  }
}
@media
  (min-width: 1438px) {
  #myListnews {
    overflow: auto;
    height: 351px;
  }
}
@media
  (min-width: 1455px) {
  #myListnews {
    overflow: auto;
    height: 357px;
  }
}
@media
  (min-width: 1476px) {
  #myListnews {
    overflow: auto;
    height: 366px;
  }
}
@media
  (min-width: 1502px) {
  #myListnews {
    overflow: auto;
    height: 377px;
  }
}
@media
  (min-width: 1527px) {
  #myListnews {
    overflow: auto;
    height: 387px;
  }
}
@media
  (min-width: 1549px) {
  #myListnews {
    overflow: auto;
    height: 396px;
  }
}
@media
  (min-width: 1565px) {
  #myListnews {
    overflow: auto;
    height: 403px;
  }
}
@media
  (min-width: 1588px) {
  #myListnews {
    overflow: auto;
    height: 412px;
  }
}
@media
  (min-width: 1608px) {
  #myListnews {
    overflow: auto;
    height: 420px;
  }
}
@media
  (min-width: 1625px) {
  #myListnews {
    overflow: auto;
    height: 428px;
  }
}
@media
  (min-width: 1650px) {
  #myListnews {
    overflow: auto;
    height: 438px;
  }
}
@media
  (min-width: 1694px) {
  #myListnews {
    overflow: auto;
    height: 458px;
  }
}
@media
  (min-width: 1650px) {
  #myListnews {
    overflow: auto;
    height: 438px;
  }
}
@media
  (min-width: 1694px) {
  #myListnews {
    overflow: auto;
    height: 458px;
  }
}
@media
  (min-width: 1728px) {
  #myListnews {
    overflow: auto;
    height: 470px;
  }
}
@media
  (min-width: 1770px) {
  #myListnews {
    overflow: auto;
    height: 490px;
  }
}
@media
  (min-width: 1805px) {
  #myListnews {
    overflow: auto;
    height: 503px;
  }
}
@media
  (min-width: 1839px) {
  #myListnews {
    overflow: auto;
    height: 517px;
  }
}
@media
  (min-width: 1881px) {
  #myListnews {
    overflow: auto;
    height: 536px;
  }
}
@media
  (min-width: 1920px) {
  #myListnews {
    overflow: auto;
    height: 544px;
  }
}


#myListnews a {
  text-decoration: none;
  color: #2e2e2e;
}

#myListnews h6 {
  color: #000000;
  line-height: inherit;
  font-weight: 400;
}

#myListnews dt {
  border-top: 1px solid #e9ecef;
  padding-top: 16px;
}

#myListnews dd {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: justify;
  box-shadow:  1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    padding: 1%;
}
/* END */

/* END */


/* Latest news */
.greylabelnavbarlatestnews {
  /* font-weight: 400;
  margin: 5px 0;
  font-size: 23px;
  color: #888;
  opacity: .8; */
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0.3rem;
  line-height: 1.4;
  font-weight: 700;
}


/* LOGIN - REGISTER */
/* login */

.register {
  background-image: url("/static/img/image.jpg");
  /* margin-top: 0%;
  padding: 9%; */
  height: 100%;
  place-content: center;
  background-size: cover;
}

.register-left {
  text-align: center;
  color: #fff;
}

.register-left input {
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}

.register-right {
  background: #f8f9fa;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}

.register-left img {
  /* margin-top: 15%;
  margin-bottom: 5%;
  width: 25%; */
    /* margin-bottom: -10%;
    width: 40%; */
    justify-self: center;
}

@-webkit-keyframes mover {

  0% {
      transform: translateY(0);
  }

  100% {
      transform: translateY(-20px);
  }

}

@keyframes mover {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(-20px);
  }
}

.register-left p {
  font-weight: lighter;
}

.btnRegister {
  float: right;
  margin-top: 10%;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}

.register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
  padding-bottom: 4px;
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
}

.register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
  border: none;
}

.register .nav-tabs .nav-link.active {
  color: #0062cc;
  border: 2px solid #0062cc;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.register-heading {
  text-align: center;
  color: #495057;
}

.center-active .tab-pane {
  display: flex;
  justify-content: center;
}

.tabForRegisterLogin {
  padding-top: 3%;
}

.password-container {
  width: unset !important;
}

button.btn.btn-link.delete-item:hover {
background-color: #f6110040;
}

button.btn.btn-link.delete-btn-item:hover {
  background-color: #f6110040;
  }

  button.btn.btn-link.insert-btn-item:hover {
    background-color: #2f853e5e;
    }

    .info-icon-entities {
      position: relative;
    }
  
    .tooltip-text-entities {
      visibility: hidden;
      font-size: small;
      background-color: #f9f9f9;
      color: #000;
      text-align: center;
      padding: 5px;
      border-radius: 6px;
      position: absolute;
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      inline-size: max-content;
      border-left: ridge;
      border-right: groove;
      left: auto;
    }
  
    .info-icon-entities:hover .tooltip-text-entities {
      visibility: visible;
      opacity: 1;
    }


.badge {
  --bs-badge-padding-x: 0.55em !important;
  --bs-badge-font-size: 0.80em !important;
  vertical-align: -webkit-baseline-middle !important;
  border-bottom: outset !important;
  border-left-style: solid !important;
}

#submitRoleButton {
  color: white;
  background-color: #0c7289;
  border: none;
  --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
    width: -webkit-fill-available;
    margin-top: 3%;
}

/* .login-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
} */

img.login-image {
  height: 170px;
}

#RAL_upper_logo {
  text-align-last: center;
    margin: 0;
    margin-top: 10%;
    margin-bottom: 7%;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    color: #fff;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    display: block;
    height: auto;
    opacity: 1;
}

.horizontal-line {
  width: 25%;
  border: none;
  height: 1px;
  background-color: white;
  margin: 0 auto;
  padding: 1;
}

/* END */

/* new_search */

.vertical-divider {
  position: initial;
  display: table;
  text-align: center;

  height: 100%;
  width: 100%;

  .center-element {
    position: relative;
    display: table-cell;
    vertical-align: middle;

    &:before,
    &:after {
      position: absolute;
      content: "";
      width: 1px;
      left: 50%;
      border-left: 1px solid black;
    }
    &:before {
      bottom: 50%;
      top: 0;
      margin-bottom: 20px;
    }
    &:after {
      top: 50%;
      bottom: 0;
      margin-top: 20px;
    }
  }
}

@media
  (min-width: 1200px) {
  .textsoloentity {
      margin-top: 98px;
  }
}

/* END */

.blurred-text {
  cursor: pointer;
  filter: blur(3px);
}

.click-here {
  position: absolute;
  top: 50%; /* Center the element vertically */
  left: 50%; /* Center the element horizontally */
  transform: translate(-50%, -50%);
  font-size: larger;
  font-weight: 500;
  text-align: center;
}




/* Sentiment page */


.table-container {
  display: flex;
  justify-content: space-between;
}
.table-container > div {
  flex: 1;
  margin: 0 10px;
}
.custom-table {
  table-layout: fixed;
  width: 100%;
}
.custom-table th, .custom-table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 250px; 
  vertical-align: middle;
}

@media
  (min-width: 990px) {
    .lineBetweenTwoCol {
      border-right: 1px solid #dbdbdb;
      padding-right: 27px;
    }
}


.inputsentimenttext {
  border-radius: 16px;
  background-color: #f3f5f8;
  padding: 15px;
  outline: none;
  scrollbar-width: thin; /* For Firefox support */
}

.inputsentimenttext::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.inputsentimenttext:hover {
  border-radius: 16px;
  outline: none;
}

.inputsentimenttext:focus {
  border-radius: 16px;
  outline: none;
}

.inputsentimenttext:active {
  border-radius: 16px;
  outline: none;
}

#loadingsentimentpage {
  margin-left: 50%;
  margin-top: 20%;
}

#sentimentform {
  padding: 8px;
}

.tableHeaderNames {
  background-color: #35829e;
  color: white;
}

.tableBodyNames {
  border: #fbfbfb96;
  display: ruby-text;
}


div.list-group.scrollable-list a {
  display: list-item;
  margin-left: 3%;
  font-weight: 600;
}

div.list-group.scrollable-list a::marker {
  color: #6c757d  !important;
}

:root {
  --bs-link-color-rgb: 108, 117, 125 !important;
}

.col-md-4 {
  /* display: inline; */
  display: grid;
  padding-right: 3%;
  padding-bottom: 5%;
}

/*
div.card-body {
  max-height: 200px;
  overflow-y: auto;
}
*/

div.col-9 {
  font-weight: 700;
}

div.col-9.title-text {
  font-weight: 400 !important;
  text-transform: none;
  /* display: list-item;
  list-style: inside;
  list-style-type: disclosure-closed; */
}


/* END */















/* welcome */
.welcome{
  height: 100vh;
  background-color: #f7f7f7;
  overflow-x: hidden;
  float: right;
  width: calc(100% - 200px);
  padding: 12px 14px 13px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.welcome-row{
  height: 100vh;
}


.up-row{
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-bottom: 1px solid rgba(0,0,0,.1);*/
  height: 65px;
}

/* .following-row{
  border-bottom: 1px solid rgba(0,0,0,.1);
} */

.following-articles{
  border-bottom: 1px solid rgba(0,0,0,.1);
  width: 150px;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn{
  border: 1px solid rgba(0,0,0,.1);
}

@keyframes slideInLeft {
  from {
      transform: translateX(-100%);
  }
  to {
      transform: translateX(0);
  }
}

.overlay {
  animation: slideInLeft 0.25s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running;
}

.leftcol {
  border-right: 1px solid rgba(0,0,0,.1);
  /*width: 19%;
  background-color: #ffffff;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rightcol {
  margin-top: 1%;
  /*width: 20%;
  margin-left: 5%;*/
}

.latest-changes {
  margin-top: 4%;
  /*font-size: 15px;*/
  margin-left: 3%;
  font-weight: bold;
  border-style: none;
}

.recent-activity {
  margin-top: 26%;
  /*font-size: 15px;*/
  /*margin-left: 7%;*/
  font-weight: bold;
  border-style: none;
}

.list-recent-activity{
  border-style: none;
  /*height: 80%;*/
  width: 100%;
  padding-left: 6%;
}

div.card.mt-3.list-recent-activity:hover {
  transform: none !important;
}

.following {
  margin-top: 5%;
  /*font-size: 15px;*/
  /*margin-left: 10px;*/
  font-weight: bold;
}


.following2 {
  margin-top: 30px;
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.welcome-card{
  width: -webkit-fill-available;
  /*background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;*/
  margin: 2% auto;
  padding: 1%;
}

.td {
  height: 80px;
  width: 160px;
  text-align: center;
  vertical-align: middle;
}

.col-lg-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.divider {
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
}

.ScrollBar
{
    overflow-y: scroll;
    max-height: 100vh;
    max-width: 300px;
    text-align: center;
    overflow-y: auto;
}

.info-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* padding: unset !important; */
  /* margin-right: auto; */
  margin-top: -7%;
}

.info-window {
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  /* padding: 10px; */
  margin-top: 2%;
  position: absolute;
  z-index: 1000;
  width: 20%;
  /* height: 7%; */
  height: 10%;
}

/* Additional style to adjust the icon size, if necessary */
.fa-info-circle {
  font-size: 16px;
}

.info{
  margin-top: auto;
  align-items: center;
}


/* Vertical line for the wrapper div (applies to the entire category section) */
.latest {
  position: relative;
  padding-left: 4%;  /* Ensure enough space for the dot */
}

.latest:before {
  content: "";
  display: inline-block;
  width: 2px;
  background: #0c7289;
  position: absolute;
  left: 0px;
  top: 0; 
  bottom: 0; 
  align-self: center;
  min-height: 30px;
  max-height: 30px;
}

.list-latest {
  position: relative;
  padding-left: 4%;
  margin-bottom: 15px;
}

.list-latest:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #0c7289;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  align-self: center;
  height: 12%;
  min-height: 8px;
}

.date-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.article-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-small {
  font-size: var(--h6-size, 12px) !important;
  color: rgb(146, 146, 148);
  display: inline;
}

.title-text{
  font-size: 13px;
}


.entity-item-container {
  display: inline-flex;
  width: -webkit-fill-available;
  margin-bottom: 2%;
  margin-top: 2%;
}

div.apexcharts-legend.apexcharts-align-center.apx-legend-position-right {
  top: 35% !important;
}

.apexcharts-inner.apexcharts-graphical {
  margin-left: 1%;
}

.card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
  padding: 15px;
  /* transition: all 0.3s cubic-bezier(.25, .8, .25, 1); */
}

.card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: scale(1.005);  

}

#card_welcome1:hover {
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
  box-shadow: 0 8px 18px rgba(10, 90, 79, 0.3);
  transform: scale(1.000);  
  /* transform: skewY(1deg); */
} 

#card_welcome2:hover {
  box-shadow: 0 8px 18px rgba(10, 90, 79, 0.3);
  transform: scale(1.000);  
} 

#card_welcome3:hover {
  box-shadow: 0 8px 18px rgba(10, 90, 79, 0.3);
  transform: scale(1.000);  
  /* transform: skewY(-1deg); */
} 

#card_welcome4:hover {
  box-shadow: 0 8px 18px rgba(10, 90, 79, 0.3);
  transform: scale(1.000);  
} 


#welcome-hover-cards:hover {
  transform: none !important;
}

#entities-profile-graph:hover {
  transform: none !important;
}

#insolvency_card:hover {
  transform: none !important;
  box-shadow: none !important;

}

.follow-card-title {
  margin: 0;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 17px;
  text-decoration: none;
}

.card-link {
  color: #0366d6; 
  text-decoration: none;
  margin-top: 2%;
  display: inline-block;
  margin-left: 0.5%;
  font-size: 85%;
}

.card-link:hover {
  text-decoration: underline;
}

.reduced-margin {
  margin-bottom: -3px;
  font-size: 14.5px;
  padding-top: 2%;
  display: list-item;
  list-style: inside;
  list-style-type: square;
}

.follow-sentiment {
  margin-left: 1%;
  font-size: 85%;
}

.card-image {
  width: 2%;
  height: auto;
}

.sentiment-image {
  width: 2.5%;
  height: auto;
  margin-left: 10%
}

.link-hover {
  color: #0c7289;
  text-decoration: underline;
}

.card>.list-group:last-child {
  background-color: white;
}

.custom-pie-chart path:hover {
  filter: brightness(1.1);
}

.highlighted-name {
  display: contents;
  font-weight: 700;
  font-style: oblique;
}


.btn-primary {
    --bs-btn-color: #fff;
      --bs-btn-bg: #44b17e;
      --bs-btn-border-color: #428766;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #428766;
      --bs-btn-hover-border-color: #428766;
      --bs-btn-focus-shadow-rgb: 49,132,253;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #428766;
      --bs-btn-active-border-color: #428766;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: #469972;
      --bs-btn-disabled-border-color: #469972;
}

div.apexcharts-toolbar {
  display: none;
}

.select_chart {
  display: flex;
    font-weight: 600;
    flex-direction: row;
    justify-content: space-between;
    padding: 3%;
    margin-right: 8%;
    text-wrap: nowrap;
}

.icon-container {
  position: relative;
  display: inline-block;
  margin-right: 5%;
}

.icon-container:hover .popup-message,
.icon-container .popup-message:hover {
  display: block;
}


.popup-message {
  display: none;
  position: absolute;
  background-color: #636d69;
  color: #fff;
  padding: 15%;
  border-radius: 5px;
  bottom: 150%;
}


#countrySelect, #categorySelect, #descriptionSelect {
  text-align: center;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: auto;
    min-width: 250px;
    max-width: 250px;
    cursor: pointer;
}

#writeCountryName {
  text-align: center;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: auto;
  min-width: 250px;
  max-width: 250px;
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#drop-area {
  border: 2px dashed #0c7289 !important;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#drop-area.drag-over {
  background-color: #e9ecef;
}

.radio-inline {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}


#next-submit_button, #submit_button, #new_contract_btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, .1);
}

button#next-submit_button:hover , button#submit_button:hover , #new_contract_btn:hover {
  background-color: #4b90a0 !important;
}

.chart_diagram {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-left: -7%;
}

#chart {
    display: grid;
    justify-content: center;
    align-items: center;
}

.form-select:focus {
  border: var(--bs-border-width) solid var(--bs-border-color); 
  box-shadow: none; 
}

.leaflet-control {
  display: none;
}

.custom-svg path {
  fill: #95B0B4;
  stroke: #4d4d4d;
  stroke-width: 1px;
}
 
.custom-svg path:hover {
  fill: #01727E;
  stroke: #01727E;
  stroke-width: 2px;
  cursor: pointer;
}


.custom-dropdown-item {
  text-align: center;
  border-radius: 10%;
  padding-right: 5px;
  padding-left: 5px;
  border-bottom-style: groove;
  font-weight: 500;
  text-wrap: nowrap;
  padding-bottom: 7%;
  padding-top: 2%;
  max-width: fit-content;
  max-height: 4px;
}

.custom-dropdown-item:hover {
background-color: #0c7289;
color: white;
cursor: pointer;
}
 

#blank-dropdown-item:hover {
  background-color: white !important;
  color: black !important;
  cursor: default !important;
}

.country-selection {
  font-size: .875rem;
  color: #9a9a9a;
  margin-bottom: 0;
  padding: 4%;
  font-weight: 600;
}

#submitButton:hover {
background-color: #0a7783 !important;
}

#submitRoleButton:hover {
  background-color: #0a7783 !important;
}

div#top-map-selection.card {
  border: none;
    box-shadow: none;
}

.box {
  width: fit-content;
  height: 48px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  margin-right: 5%;
  margin-left: 5%;
  border-radius: 30%;
  border-style: outset;
  border-width: 2px;
}

.circle {
  border-radius: 5px;
  box-shadow: inset 0px 0px 9px 11px rgba(0, 0, 0, 0.12), 0px 0px 0px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  width: 60%;
  background-color: #297e87;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 8%;
  margin-bottom: 8%;
  text-align: center;
  padding: 12px;
  display: inline-flex;
  justify-content: center;
  border: 3px double #a8a8a8;
}

.description-top {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit);
}

.description-bottom {
  font-size: 15px;
  /* color: #aeacac; */
  color: #a9a9bc;
  font-weight: 500;
  text-wrap: balance;
  padding-right: 4%;
  padding-left: 4%;
  padding-top: 5%;  
}

.atom {
  text-align: center;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
  /* max-width: 340px; */
}

.atom:last-child {
  border-right: none;
}

.scale {
  width: 96%;
  margin-top: 7%;
  margin-bottom: 7%;
  text-align: center;
  padding: 8%;
}

.title {
  color: #235D6E;
  font-weight: 700;
  font-size: 1.5rem;
  text-align-last: center;
  text-align-last: auto;
  text-wrap: nowrap;
  margin-top: 0.5%;
  margin-right: -10%;
  margin-left: 1%;
}

#info-icon {
  margin-top: -1%;
}

input#name.form-control:focus {
  background-color: red;
border-color: none;
}

/* End */


/* Fot the row house>Entity ... */
.breadcrumb-wrapper {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #e2e4e7;
  border-top: 1px solid #e2e4e7;
  display: flex;
  margin-bottom: 3%;
  justify-content: flex-start;
  float: right;
  width: 100%;
}
 
.app-max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1496px;
}
 
.breadcrumb {
  border: 0;
  border-radius: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
 
.breadcrumb li:first-child {
  padding-left: 30px;
}

 
.breadcrumb li {
  background: #fff;
  color: #555;
  display: block;
  float: left;
  height: 50px;
  /* line-height: 50px; */
  padding-left: 45px;
  position: relative;
  place-content: center;
}
 
.breadcrumb li:before {
  border-left: 30px solid #e2e4e7;
  margin-left: 1px;
  z-index: 1;
}
 
.breadcrumb li:after {
  border-left: 30px solid #fff;
  z-index: 2;
}
 
.breadcrumb li:after, .breadcrumb li:before {
  border-bottom: 50px solid transparent;
  border-top: 50px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 0;
}
 
.breadcrumb li.active {
  max-width: fit-content;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}

#welcome_table_td {
  text-wrap: balance;
  width: 30%;
  text-align: center;
}

#welcome_table_tr {
  vertical-align: middle;
}

.fa-house {
  vertical-align: baseline !important;
}

#clicked_cards {
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 2%;
}

#card-follow {
  max-height: 224px;
  contain: paint;
}

#followButton:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
  transform: scale(1.01);
}

#buttonpdfmaker:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); 
  transform: scale(1.01);  
} 

button#search_by_name.btn.btn-primary:hover {
  background-color: #4b90a0 !important;
}

#add_entity_btn:hover {
  /* background-color: #4b90a0 !important; */
  /* background-color: #0c72892b !important; */
  background-color: #0c7289b8 !important;
  color: white !important;
}


button#searchVatButton.btn.btn-primary:hover {
  /* background-color: #4b90a0 !important; */
  background-color: #0c7289b8 !important;
  color: white !important;
}

button#getGroupData.btn.btn-light:hover {
  background-color: #4b90a0 !important;
}

button#addCountryBtn.btn.btn-light:hover {
  /* background-color: #eaeaea !important; */
  background-color: #0c7289b8 !important;
  color: white !important;
}

button#SubmitData.btn.btn-primary:hover {
  background-color: #4b90a0 !important;
}

button#searchVatButton.btn.btn-primary, button#SubmitData.btn.btn-primary {
background-color: #0c7289;
}

button#VatButton.btn.btn-primary {
color: white;
background-color: #0c7289;  
}

button#VatButton.btn.btn-primary:hover {
  background-color: #4b90a0 !important;
}

div.modal-footer {
  justify-content: center !important;
}

.search-field {
  width: 100%;
}

input.chosen-search-input.default {
  height: 30px !important;
}

a#searchVatButton.nav-link {
  color: #000 !important;
}

div#company_hover:hover {
  box-shadow: 0 1px 72px rgba(0, 0, 0, 0.12), 0 2px 14px rgba(0, 0, 0, 0.24);
  background-color: #f3f3f3;
}

div#company_hover:hover::after {
  content: "General Info";
  position: absolute;
  top: 0;
  margin-top: -0.4%;
  transform: translateX(-50%);
  font-size: larger;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
  left: 15%;
}

div#employees_hover:hover {
  box-shadow: 0 1px 72px rgba(0, 0, 0, 0.12), 0 2px 14px rgba(0, 0, 0, 0.24);
  background-color: #f3f3f3;
}

div#employees_hover:hover::after {
  content: "Employees";
  position: absolute;
  top: 0;
  margin-top: -0.4%;
  transform: translateX(-50%);
  font-size: larger;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
}

div#industry_hover:hover {
  box-shadow: 0 1px 72px rgba(0, 0, 0, 0.12), 0 2px 14px rgba(0, 0, 0, 0.24);
  background-color: #f3f3f3;
}

div#industry_hover:hover::after {
  content: "Industry";
  position: absolute;
  top: 0;
  margin-top: -0.4%;
  transform: translateX(-50%);
  font-size: larger;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
}

div#articles_hover:hover {
  box-shadow: 0 1px 72px rgba(0, 0, 0, 0.12), 0 2px 14px rgba(0, 0, 0, 0.24);
  background-color: #f3f3f3;
}

div#articles_hover:hover::after {
  content: "Articles";
  position: absolute;
  top: 0;
  margin-top: -0.4%;
  transform: translateX(-50%);
  font-size: larger;
  font-weight: 600;
  padding: 5px;
  border-radius: 5px;
}

.mb-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.form-control:focus {
  border-color: #0c7289 !important;
  box-shadow: none !important;
}

button.btn.btn-success.m-3:hover {
  background-color: #459e9d !important;
}

button.btn.btn-success:hover {
  background-color: #459e9d !important;
}

.tablink {
  background-color: transparent;
  border: none;
  color: black;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: #9d9d9f;
  font-size: 1rem;
}

.tablink:focus {
  outline: none;
}

.tablink.active {
  border-bottom: 2px solid #4488d4;
  color: #555557;
}

#network-graph {
  height: 500px;
}

.input-group {
  inline-size: fit-content;
  display: inline-flex;
}

.me-2 {
  margin-left: 0.5rem !important;
}

#info_dashboard {
  text-decoration: none !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; 
  left: 50%;
  margin-left: -60px; 
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip {
  opacity: 1 !important;
}


.button-active-inactive {
  align-items: center;
  background-color: #fee6e3;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-active-inactive:after {
  background-color: #105c6d;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(6px, 6px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-active-inactive:hover:after {
  transform: translate(0, 0);
}

.button-active-inactive:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-active-inactive:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-active-inactive {
    padding: 0 40px;
  }
}

#download_a {
    background-color: ghostwhite;
    border: solid 1px #e6e6e6;
    border-radius: 20px;
    display: inline-block;
    height: 46px;
    line-height: 60px;
    margin: 0px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 54px;
}

#download_a span {
  background: #f2594b;
  border-radius: 15px;
  color: #ffffff;
  display: inline-block;
  font-size: 8px;
  font-weight: 700;
  line-height: normal;
  padding: 4px 2px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

#download_a span:last-child {
  margin-left: -20px;
}

#download_a:before,
#download_a:after {
    background: #ffffff;
    border: solid 3px #9fb4cc;
    border-radius: 4px;
    content: '';
    display: block;
    height: 32px;
    left: 50%;
    margin: -11px 0 0 -13px;
    position: absolute;
    top: 50%;
    width: 22px;
}

#download_a:hover:before,
#download_a:hover:after {
  background: #e2e8f0;
}

#download_a:before {
  margin: -17px 0 0 -7px;
}

#download_a:hover {
  background: #e2e8f0;
  border-color: #9fb4cc;
}

#download_a:active {
  background: #dae0e8;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .25);
}

#download_a span:first-child {
  display: none;
}

#download_a:hover span:first-child {
  display: inline-block;
}

#download_a:hover span:last-child {
  display: none;
}

.status {
  font-weight: 600;
  color: white;
  padding: 6px 12px;
  border-radius: 12px;
  text-align: center;
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 0.9em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


.status-active {
  background: linear-gradient(360deg, #416449, #55ba58);
}

.status-pending {
  background: linear-gradient(360deg, #af923f, #ffd83a);
  color: black;
}

.status-expired {
  background: linear-gradient(360deg, #742d33, #e22f21);
}

#organization_card:hover {
  transform: none; 
}

div.apexcharts-legend.apexcharts-align-center.apx-legend-position-bottom {
  display: -webkit-inline-box;
}
