﻿@import url(bootstrap-icons.css);
@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/RobotoFlex-Regular.ttf") format("truetype"); }

body {
  background-color: #F8F8F8;
  font-family: 'Roboto', sans-serif; }

.global-header {
  background-color: #fff;
  padding-right: 15px;
  position: fixed;
  height: 60px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 2px solid black; }
  .global-header .divider:before {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background-color: #000; }

.spinner-border {
  color: #fff;
  text-align: center; }

.site-logo {
  text-decoration: none !important;
  background-color: #fff;
  line-height: 60px;
  display: block;
  text-align: center;
  font-weight: 500;
  width: 180px;
  height: 40px;
  margin-top: 10px;
  margin-left: -5px; }
  .site-logo img {
    width: 95px; }

.global-nav {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  display: flex; }

.global-nav-link {
  display: block;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-decoration: none; }
  .global-nav-link.active {
    background-color: #000; }

.a {
  color: black; }

.search-dot-green {
  background-color: limegreen;
  display: inline-block;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  margin-bottom: -2px; }

.search-dot-red {
  background-color: orangered;
  display: inline-block;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  margin-bottom: -2px; }

.bg-dark {
  background-color: #D3D3D3 !important;
  color: #000; }

.bg-black {
  background-color: #909090 !important;
  color: #000;
  border-radius: 2px; }

.border-dark {
  border-color: #D3D3D3 !important;
  border-radius: 2px; }

.bg-darkother {
  background-color: #F0F0F0 !important;
  color: #000; }

img.h1 {
  height: 28px;
  margin: 6px 0; }

.directorsCard {
  max-height: 400px;
  padding-left: 0;
  padding-right: 0; }

.tableScroll {
  overflow-x: hidden;
  overflow-y: auto; }

.table-header {
  margin-left: 0;
  margin-right: 0; }

.cursor-pointer {
  cursor: pointer; }

.modal-dialog {
  max-width: 700px; }

.modal-footer {
  padding-top: 20px;
  border-top: 0; }

.glowing-text {
  color: red;
  max-width: 700px;
  margin: 120px auto 0;
  font-size: medium; }

@keyframes glowing {
  0% {
    box-shadow: 0 0 10px red; }
  30% {
    box-shadow: 0 0 5px red; }
  50% {
    box-shadow: 0 0 10px red; } }

@keyframes zoomInOut {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

.jumbotron-circle {
  position: relative;
  width: 15rem;
  height: 15rem;
  margin: 120px auto 0;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.3); }

.jumbotron-circle .circle {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }

.jumbotron-circle .inner-circle {
  position: absolute;
  font-weight: bold;
  width: 6rem;
  height: 6rem;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.divider {
  position: absolute;
  width: 2px;
  height: 50%;
  background-color: #E8E8E8;
  top: 0;
  left: 50%;
  transform-origin: bottom; }

/* 5 dividers at 72-degree intervals */
.divider:nth-child(1) {
  transform: rotate(0deg); }

.divider:nth-child(2) {
  transform: rotate(72deg); }

.divider:nth-child(3) {
  transform: rotate(144deg); }

.divider:nth-child(4) {
  transform: rotate(216deg); }

.divider:nth-child(5) {
  transform: rotate(288deg); }

.jumbotron-circle .description {
  position: absolute;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 40px;
  left: 50%;
  transform-origin: center; }

/* Position labels at 36-degree offsets with more space from center */
.description {
  top: 50%;
  /* Increased translateY value to move labels further from center */
  transform: translateX(-50%) rotate(var(--rotation)) translateY(-85px) rotate(calc(-1 * var(--rotation))); }

.description-1 {
  --rotation: 36deg; }

.description-2 {
  --rotation: 108deg; }

.description-3 {
  --rotation: 180deg; }

.description-4 {
  --rotation: 252deg; }

.description-5 {
  --rotation: 324deg; }

.global-footer {
  height: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  background-color: #000;
  /* Example background color */
  /* padding: 10px 20px;*/
  /* Adjust padding as needed */
  z-index: 99; }

.global-footer footer {
  text-align: center;
  margin-top: 5px; }

.global-footer p {
  color: white;
  text-align: center;
  font-size: 12px;
  font-family: 'Roboto', sans-serif; }

/*.custom-heading {
    color: #000;*/
/* Set text color to red */
/*text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);*/
/* Add glowing effect with red color */
/*font-size: 40px;*/
/* Adjust font size as needed */
/*font-weight: bold;*/
/* Apply bold font weight */
/*margin: 0 auto;*/
/* Center the element horizontally */
/*width: fit-content;*/
/* Set width to fit the content */
/*   margin-left: 330px;*/
/*}*/
/*.text-box {
    display: inline-block;
    height: 35px;
    border: 1px solid #ced4da;
    padding: 0 10px;*/
/* Add padding to give space around the content */
/*margin-left: 2px;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 35px;

}*/
.custom-bg-black {
  background-color: #000000;
  /* Hex code for black */ }

/*.input-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group form {
    display: flex;
    align-items: center;
    width:950px;
}

.input-group button {
    margin-left: 2px;
}*/
.nav-link {
  font-size: 18px;
  text-decoration: none;
  margin-top: 18px;
  padding: 0 10px;
  /* Adjust padding as needed */
  color: black;
  /* Set initial color to black */ }

.nav-link:hover {
  text-decoration: underline;
  /* Underline on hover */
  color: black; }

.nav-link:visited {
  color: black;
  /* Set visited color to black */ }

.nav-divider {
  font-size: 18px;
  margin-top: 18px;
  /* Adjust margin as needed */ }

.details-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.details-section {
  flex: 1;
  margin-right: 20px;
  /* Adjust the margin as needed */ }

.toggle-container {
  position: relative;
  right: 8%;
  /* Adjust based on your layout */
  bottom: 55px; }

.options-container {
  position: absolute;
  top: 100%;
  /* Adjust as needed */
  left: 0;
  width: 100%; }

.custom-heading {
  color: #000;
  font-size: 2em;
  /* Adjust font size */
  font-weight: bold;
  text-align: center; }

.input-group form {
  display: flex;
  align-items: center;
  width: 100%;
  /* Adjust based on your layout */
  max-width: 950px;
  /* Set a maximum width */
  /* margin: 0 auto; */ }

.input-group button {
  margin-left: 10px;
  /* Adjust spacing */ }

.input-group {
  margin-top: 20px;
  padding: 20px; }

.text-box {
  display: inline-block;
  height: 35px;
  border: 1px solid #ced4da;
  padding: 0 10px;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 35px; }

.input-group {
  margin-top: 20px;
  /* Add gap between input-group and the above content */
  padding: 20px; }

.dropdown-list {
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 200px;
  /* Set the max height for the dropdown */
  overflow-y: auto; }

/*.dropdown-list input[type="checkbox"],
.dropdown-list label {
    display: block;
}*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%; }

@media (min-width: 992px) and (max-width: 1600px) {
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    top: -118px; } }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.open {
  display: block; }

.file-input-wrapper {
  display: flex;
  align-items: center; }

.file-input-wrapper input[type="file"] {
  flex: 1; }

.file-input-wrapper button {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
  margin-right: 600px; }

.file-input-wrapper button:hover {
  background-color: #fff;
  color: #000; }

.partial-bar {
  height: 30px;
  width: 40px;
  border-radius: 4px;
  margin-left: 30px; }

.partial-bar.yellow {
  background-color: black; }

.partial-bar.orange {
  background-color: #EFB40F; }

.partial-bar.red {
  background-color: #DA020E; }

.row-hover:hover {
  background-color: #f0f0f0;
  /* Change to the desired hover color */ }

.crime-details {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e9ecef; }

.crime-details p {
  margin: 0;
  padding: 5px 0; }

.crime-details img {
  display: block;
  margin: 0 auto 15px; }

.total-record-text {
  /*   font-size: 80px;*/
  font-size: 3.50rem;
  color: #C3C4BD; }

.record-counter-text {
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 1.115rem;
  letter-spacing: 2.53846px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.688rem;
  text-transform: uppercase; }

@media (min-width: 992px) and (max-width: 1600px) {
  .total-record-text {
    font-size: 2.3rem;
    /* Adjust font size for laptops */ } }

.clear-record-text {
  font-size: 3.50rem;
  color: black; }

@media (min-width: 992px) and (max-width: 1600px) {
  .clear-record-text {
    font-size: 2.3rem;
    /* Adjust font size for laptops */ } }

.suspicious-record-text {
  /* font-size: 80px;*/
  font-size: 3.50rem;
  color: #F9C00A; }

@media (min-width: 992px) and (max-width: 1600px) {
  .suspicious-record-text {
    font-size: 2.3rem;
    /* Adjust font size for laptops */ } }

.partial-record-text {
  /*   font-size: 80px;*/
  font-size: 3.50rem;
  color: #FA6305; }

@media (min-width: 992px) and (max-width: 1600px) {
  .partial-record-text {
    font-size: 2.3rem;
    /* Adjust font size for laptops */ } }

.full-record-text {
  /* font-size: 80px;*/
  font-size: 3.50rem;
  color: #DA020E; }

@media (min-width: 992px) and (max-width: 1600px) {
  .full-record-text {
    font-size: 3.3rem;
    /* Adjust font size for laptops */ } }

.table-responsive-vertical {
  max-height: 390px;
  overflow-y: scroll; }

@media (min-width: 992px) and (max-width: 1600px) {
  .table-responsive-vertical {
    max-height: 417px; } }

.table-header {
  background-color: #EAEAEA;
  color: black;
  position: sticky;
  top: -2px;
  /*background-color: #fff;*/
  /* Ensure background color matches table */
  z-index: 10;
  /* Ensure it stays above the table rows */ }

.table-header th {
  font-weight: normal; }

.eye-icon {
  font-size: 24px; }

.check-circle-red {
  /*color: green;*/
  color: #DA020E; }

.tab-colour {
  background-color: #9E9E9E; }

.nav-tabs .nav-link {
  color: #000000;
  font-weight: normal;
  background-color: #EAEAEA;
  border-radius: 0px;
  /* border-color:  black;*/
  text-decoration: none;
  font-family: 'Roboto', sans-serif; }

.nav-tabs .nav-link:hover {
  color: #000000;
  font-weight: normal;
  background-color: #dbdbdb;
  border-radius: 0px;
  /* border-color:  black;*/
  text-decoration: none;
  font-family: 'Roboto', sans-serif; }

.nav-tabs .nav-link.active-tab {
  color: white;
  font-weight: normal;
  background-color: black;
  /* border-color:  black;*/
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  border: 1px solid black; }

.nav-tabs .nav-link.active-tab:hover {
  color: white;
  font-weight: normal;
  background-color: #242424;
  /* border-color:  black;*/
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  border: 1px solid black; }

.card-header {
  background-color: white;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 1.345rem;
  letter-spacing: 2.53846px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.688rem;
  text-transform: uppercase;
  margin-bottom: 0;
  /*    margin-right: 10px;*/ }

.card {
  border-top: 3px solid black; }

/* top bar */
.top-bar-text {
  background-color: white;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 1.345rem;
  letter-spacing: 2.53846px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.688rem;
  text-transform: uppercase;
  margin-bottom: 0; }

/* Media table*/
.table.table-media td {
  vertical-align: middle;
  border-top: 2px solid #EAEAEA;
  font-family: 'Roboto', sans-serif; }

.table.table-media {
  font-family: 'Roboto', sans-serif; }

.table.table-media th:nth-child(1) {
  /* Risk Column */
  width: 73%; }

.table.table-media td:nth-child(1) {
  /* Risk Column */
  width: 73%; }

.table.table-media th:nth-child(2) {
  /* Risk Column */
  width: 20%; }

.table.table-media td:nth-child(2) {
  /* Risk Column */
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  width: 20%; }

.table.table-media th:nth-child(3) {
  /* View Column */
  width: 7%;
  justify-content: center;
  align-items: center; }

.table.table-media td:nth-child(3) {
  /* View Column */
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  width: 7%; }

/* table sanction */
.table.table.table-sanction.table-borderless.table-hover.rounded.bg-white.border-1 {
  margin: 0; }

.table.table-sanction td {
  vertical-align: middle;
  border-top: 2px solid #EAEAEA;
  font-family: 'Roboto', sans-serif; }

.table.sanction {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  table-layout: fixed; }

.table.table-sanction {
  font-family: 'Roboto', sans-serif;
  margin: 0; }

/* Name Column */
.table.table-sanction th:nth-child(1) {
  width: 27%; }

.table.table-sanction td:nth-child(1) {
  width: 25%; }

/* Type Column */
.table.table-sanction th:nth-child(2) {
  width: 11%;
  padding-left: 29px; }

.table.table-sanction td:nth-child(2) {
  width: 10%; }

/* Sanction Column */
.table.table-sanction th:nth-child(3) {
  width: 17%;
  padding-left: 35px; }

.table.table-sanction td:nth-child(3) {
  width: 12%; }

/* Active Column */
.table.table-sanction th:nth-child(4) {
  width: 9%;
  padding-left: 15px;
  text-align: center;
  /* padding-left: 51px;*/ }

.table.table-sanction td:nth-child(4) {
  width: 11%;
  text-align: center; }

/* Last Updated Column */
.table.table-sanction th:nth-child(5) {
  width: 11%;
  padding-left: 36px; }

.table.table-sanction td:nth-child(5) {
  width: 10%; }

/* lei Column */
.table.table-sanction th:nth-child(6) {
  width: 17%;
  padding-left: 43px; }

.table.table-sanction td:nth-child(6) {
  width: 14%; }

/* View Column */
.table.table-sanction th:nth-child(7) {
  width: 8%;
  padding-left: 13px;
  text-align: center; }

.table.table-sanction td:nth-child(7) {
  width: 5%;
  vertical-align: middle; }

@media (min-width: 992px) and (max-width: 1600px) {
  /* th elements */
  .table.table-sanction th:nth-child(1) {
    /* Name Column */
    width: 25%; }
  .table.table-sanction th:nth-child(2) {
    /* Type Column */
    width: 10%;
    padding-left: 2px; }
  .table.table-sanction th:nth-child(3) {
    /* Sanction Column */
    width: 17%;
    padding-left: 2px; }
  .table.table-sanction th:nth-child(4) {
    /* Active Column */
    width: 8%;
    padding-left: 14px; }
  .table.table-sanction th:nth-child(5) {
    /* Last Updated Column */
    width: 14%;
    padding-left: 8px; }
  .table.table-sanction th:nth-child(6) {
    /* LEI Column */
    width: 19%;
    padding-left: 8px; }
  .table.table-sanction th:nth-child(7) {
    /* View Column */
    width: 7%;
    text-align: left; }
  /* td elements */
  .table.table-sanction td:nth-child(1) {
    /* Name Column */
    width: 25%; }
  .table.table-sanction td:nth-child(2) {
    /* Type Column */
    width: 10%; }
  .table.table-sanction td:nth-child(3) {
    /* Sanction Column */
    width: 18%; }
  .table.table-sanction td:nth-child(4) {
    /* Active Column */
    width: 8%; }
  .table.table-sanction td:nth-child(5) {
    /* Last Updated Column */
    width: 14%; }
  .table.table-sanction td:nth-child(6) {
    /* LEI Column */
    width: 18%; }
  .table.table-sanction td:nth-child(7) {
    /* View Column */
    width: 7%;
    padding-left: 12px; } }

/*card list table*/
.table td {
  vertical-align: middle;
  border-top: 2px solid #EAEAEA;
  font-family: 'Roboto', sans-serif; }

.table-card td {
  vertical-align: middle;
  border-bottom: 2px solid #EAEAEA;
  border-top: 0;
  font-family: 'Roboto', sans-serif; }

.table-card td:nth-child(1) {
  width: 33%; }

.table-card td:nth-child(2) {
  width: 65%; }

.table-card td:nth-child(3) {
  width: 2%; }

.table {
  font-family: 'Roboto', sans-serif;
  margin: 0; }

/* Name Column */
th:nth-child(1), td:nth-child(1) {
  width: 35%; }

/* Type Column */
th:nth-child(2), td:nth-child(2) {
  width: 14%; }

/* Sanction Column */
th:nth-child(3), td:nth-child(3) {
  width: 23%; }

/* Last Updated Column */
th:nth-child(4), td:nth-child(4) {
  width: 13%; }

/* Risk Column */
th:nth-child(5), td:nth-child(5) {
  width: 5%;
  /*    text-align: center;*/
  vertical-align: middle; }

/* View Column */
th:nth-child(6), td:nth-child(6) {
  width: 10%;
  /*  text-align: center;*/
  vertical-align: middle; }

/* Table dashboard */
.table.table-dashboard {
  font-family: 'Roboto', sans-serif;
  margin: 0; }

/* ***** th elements ********* */
/* Name Column */
.table.table-dashboard th:nth-child(1) {
  width: 35%; }

/* Type Column */
.table.table-dashboard th:nth-child(2) {
  width: 15%;
  padding-left: 0px; }

/* Sanction Column */
.table.table-dashboard th:nth-child(3) {
  width: 22%;
  padding-left: 0px; }

/* Last Updated Column */
.table.table-dashboard th:nth-child(4) {
  width: 13%;
  padding-left: 9px; }

/* Risk Column */
.table.table-dashboard th:nth-child(5) {
  width: 7%;
  text-align: center;
  vertical-align: middle;
  padding-right: 18px; }

/* View Column */
.table.table-dashboard th:nth-child(6) {
  width: 8%;
  vertical-align: middle; }

/* ******** td elements *********  */
/* Name Column */
.table.table-dashboard td:nth-child(1) {
  width: 35%; }

/* Type Column */
.table.table-dashboard td:nth-child(2) {
  width: 15%; }

/* Sanction Column */
.table.table-dashboard td:nth-child(3) {
  width: 23%; }

/* Last Updated Column */
.table.table-dashboard td:nth-child(4) {
  width: 12%; }

/* Risk Column */
.table.table-dashboard td:nth-child(5) {
  width: 9%;
  text-align: center;
  vertical-align: middle;
  padding-left: 15px; }

/* View Column */
.table.table-dashboard td:nth-child(6) {
  width: 6%;
  text-align: center;
  vertical-align: middle; }

/* laptop view */
@media (min-width: 992px) and (max-width: 1600px) {
  /* ***** th elements ********* */
  /* Name Column */
  .table.table-dashboard th:nth-child(1) {
    width: 35%; }
  /* Type Column */
  .table.table-dashboard th:nth-child(2) {
    width: 15%;
    padding-left: 0px; }
  /* Sanction Column */
  .table.table-dashboard th:nth-child(3) {
    width: 22%;
    padding-left: 0px; }
  /* Last Updated Column */
  .table.table-dashboard th:nth-child(4) {
    width: 13%;
    padding-left: 7px; }
  /* Risk Column */
  .table.table-dashboard th:nth-child(5) {
    width: 7%;
    text-align: center;
    vertical-align: middle; }
  /* View Column */
  .table.table-dashboard th:nth-child(6) {
    width: 8%;
    vertical-align: middle;
    padding-right: 18px; }
  /* ******** td elements *********  */
  /* Name Column */
  .table.table-dashboard td:nth-child(1) {
    width: 35%; }
  /* Type Column */
  .table.table-dashboard td:nth-child(2) {
    width: 15%; }
  /* Sanction Column */
  .table.table-dashboard td:nth-child(3) {
    width: 23%; }
  /* Last Updated Column */
  .table.table-dashboard td:nth-child(4) {
    width: 12%; }
  /* Risk Column */
  .table.table-dashboard td:nth-child(5) {
    width: 9%;
    text-align: center;
    vertical-align: middle;
    padding-left: 5px; }
  /* View Column */
  .table.table-dashboard td:nth-child(6) {
    width: 6%;
    text-align: center;
    vertical-align: middle; } }

/* table for large col-12 box */
.table.table-box-lg td {
  border: none; }

.table.table-box-lg td:nth-child(1) {
  width: 30%; }

.table.table-box-lg td:nth-child(2) {
  width: 70%; }

/* council ammenment */
.table.table-box-lg td:nth-child(1) {
  width: 31%; }

/* MEDIA TOP BAR*/
.table.table-media {
  font-family: "Roboto", sans-serif;
  background-color: white; }

.table.table-topbar-media td {
  border: none;
  border-right: 1px solid #dbdbdb;
  /*  padding-top: 1%;
    padding-bottom: 1%;*/
  font-family: 'Roboto', sans-serif; }

table.table.table-topbar-media.rounded.table-responsive {
  background-color: white;
  margin: 0; }

/* regulation type */
.table.table-topbar-media td:nth-child(1) {
  width: 12%;
  padding: 1%; }

.table.table-topbar-media td:nth-child(2) {
  width: 25%;
  padding: 1%;
  text-align: center; }

/* GLEIF TOP BAR*/
.table.table-topbar-gleif {
  font-family: "Roboto", sans-serif;
  background-color: white; }

.table.table-topbar-gleif td {
  border: none;
  border-right: 1px solid #dbdbdb;
  /*  padding-top: 1%;
    padding-bottom: 1%;*/
  font-family: 'Roboto', sans-serif; }

table.table.table-topbar-gleif.rounded.table-responsive {
  background-color: white;
  margin: 0; }

/* regulation type LEI */
.table.table-topbar-gleif td:nth-child(1) {
  width: 9%;
  padding: 1%; }

.table.table-topbar-gleif td:nth-child(2) {
  width: 19%;
  padding: 1%;
  text-align: center; }

/* sanctions imposed table top bar */
.table.uk-top-bar td {
  border: none;
  border-right: 1px solid #dbdbdb;
  /*  padding-top: 1%;
    padding-bottom: 1%;*/ }

table.table.uk-top-bar.rounded.table-responsive {
  background-color: white;
  margin: 0; }

.table.uk-top-bar td:nth-child(1) {
  width: 32%;
  padding: 1%; }

.table.uk-top-bar td:nth-child(2) {
  width: 30%;
  text-align: center; }

/* Search LEI Table in sanctions page*/
.table.table-search-lei td {
  /*    border: none;
    border-right: 1px solid #dbdbdb;*/ }

.table.table-search-lei.rounded.table-responsive {
  background-color: white;
  /* margin: 0;*/ }

/* country */
.table.table-search-lei td:nth-child(1) {
  width: 5%;
  text-align: center;
  /*   padding: 1%;*/ }

.table.table-search-lei th:nth-child(1) {
  width: 5%;
  text-align: center;
  /*   padding: 1%;*/ }

/* entity status */
.table.table-search-lei td:nth-child(2) {
  width: 10%;
  text-align: center; }

.table.table-search-lei th:nth-child(2) {
  width: 10%;
  text-align: center; }

/* legal name */
.table.table-search-lei td:nth-child(3) {
  width: 10%; }

.table.table-search-lei th:nth-child(3) {
  width: 10%; }

/* lei code */
.table.table-search-lei td:nth-child(4) {
  width: 10%; }

/* isin */
.table.table-search-lei td:nth-child(5) {
  width: 7%;
  border: none;
  text-align: left; }

.table.table-search-lei th:nth-child(5) {
  width: 7%;
  border: none;
  text-align: left; }

/* reg status */
.table.table-search-lei td:nth-child(6) {
  width: 5%;
  border: none;
  text-align: center; }

.table.table-search-lei th:nth-child(6) {
  width: 5%;
  border: none;
  text-align: center; }

/* sanctioned */
.table.table-search-lei td:nth-child(7) {
  width: 5%;
  border: none;
  text-align: center; }

.table.table-search-lei th:nth-child(7) {
  width: 5%;
  border: none;
  text-align: center; }

/* detais page table*/
.table.table-row td {
  border: none;
  border-right: 1px solid #dbdbdb;
  /*  padding-top: 1%;
    padding-bottom: 1%;*/ }

table.table.table-row.rounded.table-responsive {
  background-color: white;
  margin: 0; }

/* regulation type */
.table.table-row td:nth-child(1) {
  width: 32%;
  padding: 1%; }

/* council ammenment */
.table.table-row td:nth-child(2) {
  width: 16%;
  text-align: center; }

/* organisation type */
.table.table-row td:nth-child(3) {
  width: 18%;
  text-align: center; }

/* publication date */
.table.table-row td:nth-child(4) {
  width: 16%;
  text-align: center; }

/* logical id */
.table.table-row td:nth-child(5) {
  width: 20%;
  border: none;
  text-align: center; }

.small-chart {
  width: 425px;
  height: 254px;
  /*   border: 1px solid black;*/ }

.chart2 {
  width: 70%;
  height: 254px; }

.logo-icon {
  width: 50px;
  /* Adjust the width as needed */
  height: 25px;
  margin-right: 5px;
  /* Optional: adds space between the logo and the text */ }

.dot {
  height: 30px;
  width: 40px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px; }

.dot-red {
  background-color: red; }

.dot-orange {
  background-color: orange; }

.dot-black {
  background-color: black; }

.partial-bar {
  height: 30px;
  width: 40px;
  border-radius: 4px;
  margin-left: 30px; }

.partial-bar.yellow {
  background-color: black; }

.partial-bar.orange {
  background-color: #EFB40F; }

.partial-bar.red {
  background-color: #DA020E; }

.card {
  width: 100%; }

.highlighted {
  color: orange; }

.btn.btn-outline-grey {
  border: 1px solid #dbdbdb;
  font-family: 'Roboto', sans-serif;
  border-right: none;
  cursor: initial; }

.btn.btn-outline-white {
  border: 1px solid #dbdbdb;
  font-family: 'Roboto', sans-serif;
  cursor: initial;
  background-color: white; }

.btn.btn-outline-grey-country {
  border: 1px solid #dbdbdb;
  font-family: 'Roboto', sans-serif;
  border-left: none;
  cursor: initial;
  background-color: white; }

.btn.btn-danger {
  background-color: #DA020E;
  cursor: initial; }

.btn-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  cursor: initial; }

.btn-partial {
  cursor: initial; }

.btn.btn-reset:hover {
  background-color: #ba020c; }

.btn.btn-reset {
  background-color: #DA020E;
  color: white; }

.card.card-row {
  border: none; }

/* OFAC SANCTIONS Top Bar */
.table.ofac-table td {
  border: none;
  border-right: 1px solid #dbdbdb; }

table.table.ofac-table.rounded.table-responsive {
  background-color: white;
  margin: 0; }

.table.ofac-table td:nth-child(1) {
  width: 18%;
  padding: 1%; }

.table.ofac-table td:nth-child(2) {
  width: 19%;
  text-align: center; }

.table.ofac-table td:nth-child(3) {
  width: 10%;
  text-align: center; }

.table.ofac-table td:nth-child(4) {
  width: 9%;
  text-align: center; }

/* partial table top bar */
.table.ofac-partial-table td {
  border: none;
  border-right: 1px solid #dbdbdb; }

table.table.ofac-partial-table.rounded.table-responsive {
  background-color: white;
  margin: 0; }

.table.ofac-partial-table td:nth-child(1) {
  width: 9%;
  padding: 1%; }

.table.ofac-partial-table td:nth-child(2) {
  width: 19%;
  text-align: center; }

/* sanction top bar */
.table.sanction-top-bar td {
  border: none;
  border-right: 1px solid #dbdbdb; }

table.table.sanction-top-bar.rounded.table-responsive {
  background-color: white;
  margin: 0; }

.table.sanction-top-bar td:nth-child(1) {
  width: 12%;
  padding: 1%; }

.table.sanction-top-bar td:nth-child(2) {
  width: 25%;
  text-align: center; }

/*UN TABLE FOR TOP BAR*/
.table.un-table td {
  border: none;
  border-right: 1px solid #dbdbdb; }

table.table.un-table.rounded.table-responsive {
  background-color: white;
  margin: 0; }

.table.un-table td:nth-child(1) {
  width: 18%;
  padding: 1%; }

.table.un-table td:nth-child(2) {
  width: 10%;
  text-align: center; }

.table.un-table td:nth-child(3) {
  width: 10%;
  text-align: center; }

.table.un-table td:nth-child(4) {
  width: 9%;
  text-align: center; }

.table.un-table td:nth-child(5) {
  width: 9%;
  text-align: center; }

.crime-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* or contain */ }

.last-update-text {
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 1.115rem;
  letter-spacing: 2.53846px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.688rem;
  text-transform: uppercase;
  margin-bottom: 0; }

@media (min-width: 992px) and (max-width: 1600px) {
  .last-update-text {
    font-size: 0.795rem;
    /* Adjust font size for laptops */ } }

.date-text-box {
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 1.115rem;
  letter-spacing: 2.53846px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.688rem;
  text-transform: uppercase;
  margin-bottom: 0; }

@media (min-width: 992px) and (max-width: 1600px) {
  .date-text-box {
    font-size: 0.795rem;
    /* Adjust font size for laptops */ } }

.chart-text {
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 1.0rem;
  letter-spacing: 2.53846px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.688rem;
  text-transform: uppercase;
  margin-bottom: 0; }

/*@media (min-width: 992px) and (max-width: 1600px) {
    .chart-text {
        font-size: 0.9rem;*/
/* Adjust font size for laptops */
/*}
}*/
.box-text {
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 1.115rem;
  letter-spacing: 2.53846px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.688rem;
  text-transform: uppercase;
  margin-bottom: 0;
  white-space: nowrap; }

.bi.bi-asterisk {
  color: #da020e; }

.row.d-flex.justify-content-center.align-items-center.col-graph {
  padding-bottom: 0.3%; }

/*.row.d-flex.justify-content-center.align-items-center.col-graph2 {
    padding-bottom: 1.6%;
}
*/
#chart-container {
  display: flex;
  align-items: center;
  position: relative; }

#chart-legend {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  position: absolute;
  right: 11%;
  top: 6px; }

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 12px; }

.legend-item span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px; }

i.bi.bi-circle-fill {
  margin-right: 5px; }

.col-6.col-graph3 {
  width: 48%; }

.exact-match-text {
  color: #DA020E; }

.box-text {
  font-size: 1.115rem; }

@media (min-width: 992px) and (max-width: 1600px) {
  .box-text {
    font-size: 0.9rem;
    /* Adjust font size for laptops */ } }

@media (min-width: 992px) and (max-width: 1600px) {
  .proof-col {
    width: 100%; } }

.check-circle-grey {
  /*color: red;*/
  color: #FA6305; }

.modal {
  z-index: 1050; }

.modal-backdrop {
  z-index: 1040;
  /* Ensure backdrop is correctly positioned */ }

.custom-modal-width {
  max-width: 1000px;
  width: 100%; }

.modal-title-container {
  display: flex;
  flex-direction: column; }

.modal-url {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.5rem;
  word-break: break-all;
  /* Break long URLs to prevent overflow */ }

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.form-check-input:checked {
  background-color: black;
  border-color: black; }

.dropdown-item.active, .dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: white; }

.form-check-input:focus {
  border-color: #EAEAEA;
  outline: 0;
  box-shadow: 0 0 0 .25rem #EAEAEA; }

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #EAEAEA;
  outline: 0;
  box-shadow: 0 0 0 .25rem #EAEAEA; }

.modal-scrollable {
  max-height: 400px;
  overflow-y: auto; }

.btn-light {
  color: #000;
  background-color: white;
  border-color: black; }

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }

.sticky-container {
  position: sticky;
  top: 55px;
  background: #fff;
  padding: 0.5em;
  z-index: 1002; }

.record-counter-text {
  padding-left: 1em; }

.filter-dropdown-container {
  padding-right: 1em; }

.custom-dropdown::after {
  display: none !important; }

.custom-dropdown span {
  margin-left: 10px; }

.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap; }

.nav-tabs .nav-item {
  flex: 0 1 auto; }

.nav-tabs .nav-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.nav-tabs .ms-auto {
  margin-left: auto !important; }

.font-class {
  font-size: 0.9em; }

.display-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.no-border {
  border: none !important; }

.font-size-em {
  font-size: 0.9em; }

.nameHeader {
  min-width: 35em;
  max-width: 50em; }

.font-size-14px {
  font-size: 14px; }

.font-size-colors {
  font-size: 18px; }

.font-size-eye {
  font-size: 20px; }

.customScroll .table-responsive {
  overflow-x: auto;
  overflow-y: auto;
  /*    transform: rotateX(180deg); 
    direction: rtl; */
  max-height: 585px; }

/*.customScroll .table {
    transform: rotateX(180deg); 
    direction: ltr; 
}*/
.paddingTo-left {
  padding-left: 8px !important; }

.check-circle-amber {
  color: #F9C00A; }

.check-circle-green {
  color: green; }

.dropdown-item-padding {
  padding: 0.25rem !important;
  white-space: unset !important; }

.dropdown-menu-fontsize {
  font-size: 0.9rem !important; }

.page-layout {
  flex-direction: row;
  margin-top: 60px;
  width: 100px !important; }

.aside-nav {
  width: 120px;
  background-color: #F8F9FA;
  padding: 20px;
  padding-left: 10px;
  border-right: 2px solid #000;
  position: fixed;
  top: 60px;
  /* Adjust for the fixed header */
  bottom: 0;
  /*    left: 0;
    overflow-y: auto;*/ }

.main-content {
  flex-grow: 1;
  margin-left: 120px;
  /* Same width as the aside-nav */
  /*    padding: 20px;
    overflow-y: auto;
    height: calc(100vh - 60px);*/
  /* Full height minus the header */ }

.aside-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.aside-nav li {
  text-align: center; }

.option {
  cursor: pointer;
  background-color: #fff;
  /* White background to highlight the black border */
  color: #000;
  /* Black text */
  padding: 5px 10px;
  /* Padding for the button */
  border-radius: 5px;
  /* Slightly rounded corners */
  border: 0.5px solid #000;
  /* Black border */
  font-size: 16px;
  /* Font size for button text */
  margin: 0 5px 0 0;
  /* Margin between buttons */
  transition: background-color 0.3s, color 0.3s;
  /* Smooth transition for hover effects */ }

.option:hover {
  background-color: #000;
  /* Change background color to black on hover */
  color: #fff;
  /* Change text color to white on hover */ }

.custom-select {
  background-color: #222;
  /* Background color of the dropdown */
  color: white;
  /* Text color */
  border: none;
  /* Remove border */
  outline: none;
  /* Remove outline */ }

.success-modal .modal-content {
  background-color: #f0f8ff;
  /* Light blue background */
  border-color: #4caf50;
  /* Green border */ }

.error-modal .modal-content {
  background-color: #fff0f0;
  /* Light red background */
  border-color: #f44336;
  /* Red border */ }

.success-icon,
.error-icon {
  font-size: 3rem; }

h5 {
  margin-top: 1rem;
  font-weight: bold; }

p {
  margin-bottom: 1rem; }

.table-container {
  height: 1000px;
  /* Adjust this value as needed */
  overflow-y: auto;
  /* Enable vertical scrolling if content exceeds height */
  overflow-x: hidden;
  /* Hide horizontal scroll, if desired */ }

.sideicon-logo {
  text-decoration: none !important;
  width: 55px;
  /* Adjust the width as needed */
  height: 45px;
  /* Adjust the height as needed */
  margin-left: 15px;
  /* Adjust this value to move the image further left */ }

.sideicon-logo-logout {
  text-decoration: none !important;
  width: 75px;
  /* Adjust the width as needed */
  height: 60px;
  /* Adjust the height as needed */
  margin-left: 5px;
  /* Adjust this value to move the image further left */
  font-display: auto; }

.bi-exclamation-circle {
  font-size: 24px;
  /* Adjust size as needed */ }

.page-item.active .page-link {
  color: #fff;
  background-color: #000;
  border-color: #fff; }

.page-link {
  color: #000; }

.page-link:focus {
  color: #000;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent; }

.page-link:hover {
  color: #000;
  background-color: #fff;
  border-color: #000; }

.btn-custom-warning {
  background-color: #FA6305;
  color: white;
  /* Adjust text color if needed */ }

.buttonHighlight:focus {
  box-shadow: 0 0 0 .25rem #F9FAFB !important; }
