html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Titillium Web";
  padding-right: 0 !important;
  height: 100%;
  overflow-x: hidden;
  margin: 0;
}
.modal-open {
  overflow: auto;
}

.container {
  max-width: 1200px; /* Maximum width of the container */
  margin: 0 auto; /* Auto margins to center horizontally */
  width: 100%; /* Make the container full width, up to the max-width */
  padding: 1rem; /* Optional: Adds some spacing inside the container */
  box-sizing: border-box; /* Ensures padding is included in the total width/height */
  padding-top: 0.5rem;
}

.logo-container {
  max-height: 70px;
  overflow: hidden;
}
.logo-container img {
  max-height: 70px;
  width: auto;
}

.highlight-heading {
  color: #0057FF;
  font-weight: bold;
  font-size: 14px;
}

/* Additional styles for small devices */
@media (max-width: 767.98px) {
  .highlight-heading {
    display: block;
  }
}

a {
  color: #0057FF;
  text-decoration: none;
}

.nav-bar-header {
  height: 100px;
  background: #0057FF;
  border-bottom: 20px solid #0057FF;
  width: 100%;
}

/* Default styles for large screens */
.navbar-nav .nav-link {
  position: relative;
  color: #fff; /* Font color for large screens */
  font-size: 17px;
  text-decoration: none; /* Ensure text decoration is consistent */
  margin-right: 5px; /* Adjust spacing between links */
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.nav-item i {
  margin-right: 8px; /* Space between icon and text */
  margin-left: 10px;
  vertical-align: middle; /* Vertically align the icon with the text */
}

.nav-item .nav-link {
  display: inline-block;
  vertical-align: middle; /* Vertically align the text with the icon */
}

.navbar-nav .nav-item:not(:last-child) .nav-link::after {
  content: " //";
  color: #fff; /* Separator color */
  margin-left: 3px;
}

.navbar-toggler .main-menu-text {
  display: none;
  color: #fff;
  font-size: 24px; /* Make the text larger */
  margin-right: 20px; /* Increase space between text and icon */
}

.support-text {
  color: #fff;
  font-size: 17px;
  float:right !important;
  padding: 10px 0px; /* Add some padding */
}



#rightMenu {
  padding: 0;

  margin-top: 35px;
}

.no-break {
	white-space: nowrap; /* Prevents text from wrapping */
}		
.right-tech-menu {
  border-left: 1px dotted gray;
  padding: 0 0 2px 15px;
}
.right-tech-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

.right-tech-menu ul li {
  padding: 0 0 5px 0;
}
.right-tech-menu ul li a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.right-tech-menu ul li a i {
  margin-right: 5px;
  color: #FDCF0B;
}

#sidebar {
  width: 300px;
  position: fixed;
  top: 10px;
  left: -310px; /* Hide the sidebar off the screen initially */
  z-index: 999;
  background: #fff;
  color: #333;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
  left: 15px; /* Move the sidebar into view */
}
#sidebarCollapse {
  position: fixed;
  top: 60px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #0057FF;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}
.overlay.active {
  display: block;
}
.clear {
  clear: both;
}
#dismiss {
  cursor: pointer;
  text-align:right;
  margin-top:20px;
}
#dismiss {
    position: absolute; /* Absolute positioning inside the sidebar */
    top: -20px; /* Distance from the top */
    right: 5px; /* Distance from the right */
    cursor: pointer; /* Show pointer cursor on hover */
    font-size: 20px; /* Font size of the icon */
    color:#fff;
}
.sidebar-header {
  padding: 20px;
  background: #0057FF;
  color: #fff;
}
.right-tech-menu ul {
  list-style-type: none;
  padding: 0;
}
.right-tech-menu ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.right-tech-menu ul li a {
  color: #333;
  text-decoration: none;
}
.right-tech-menu ul li a:hover {
  color: #0057FF;
}

.page h1,
.page h4 {
  color: #0057FF/*#006aac*/;
}
.page div i {
  color: #0057FF;
  font-size: 50px;
  opacity: 0.8;
  margin-right: 10px;
  margin-top: 17px;
}

.customBlue {
  color: #0057FF;
}
.footer-content {
  background: #0057FF;
  color: #fff;
}

.footer-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer-content {
  flex: 1;
}

.btn-primary {
  color: #0057FF;
  background-color: #fff;
  border: 1px solid #0057FF;
  text-decoration: none !important;
}

.supported-system-list li i {
  margin-right: 3px;
  color: #36bb73;
  font-size: 10px;
  text-decoration: none;
}

.services-list {
  list-style-type: none;
  margin-left: 1px;
  padding-left: 1px;
  margin-bottom: 0;
}

.img-responsive {
  max-width: 100%; /* Make sure the image scales properly */
  height: auto; /* Keep the aspect ratio */
}

.lh-10 i,
.lh-15 i,
.mt-1 i {
  font-size: 14px !important;
}

.custom-close-button {
  background-color: transparent; /* Make background transparent */
  border: none; /* Remove any border */
  font-size: 1.5rem; /* Increase size for visibility */
  color: #333; /* Darker color for a subtle look */
  opacity: 0.8; /* Slightly transparent */
  transition: color 0.3s ease, opacity 0.3s ease; /* Smooth transition effects */
  padding: 0;
  line-height: 1;
}

.custom-close-button:hover {
  color: #ff5e5e; /* Change color on hover */
  opacity: 1; /* Make fully opaque on hover */
}

.custom-close-button:focus {
  outline: none; /* Remove outline on focus */
  box-shadow: none; /* Remove any box shadow */
}

.custom-close-button span {
  display: inline-block;
  vertical-align: middle; /* Vertically center the × symbol */
}

.modal-header {
  border-bottom: 0;
}
.modal-footer {
  border-top: 0;
}

.custom-modal-dialog {
  max-width: 95%; /* Adjust to your preference */
}

.modal-content {
  display: flex;
  flex-direction: column;
  max-height: 80vh; /* Ensure modal doesn't exceed 80% of the viewport height */
}

.modal-header {
  padding: 5px 16px 10px 0;

  color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.modal-body {
  flex: 1 1 auto;
  padding: 16px;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; /* Adjust this value as needed */
  }
}

.data-storage-bar {
  height: 20px;
  background: linear-gradient(
    to right,
    green 0%,
    yellow 50%,
    orange 75%,
    red 100%
  );
  border-radius: 5px;
  position: relative;
  margin-top: 10px;
}

.data-storage-bar-indicator {
  position: absolute;
  top: -20px;
  left: 1%;
  font-size: 1.5rem;
  transform: translateX(-50%);
}

.data-storage-info {
  text-align: left;
  padding-top: 10px;
  font-size: 1.2rem;
}

.box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}

.download-btn {
  margin-top: 10px;
  max-width: 50%;
}

.info-box {
  margin-top: 20px;
  font-size: 1.2rem;
}

.text-strong {
  font-weight: bold;
  font-size: 1.2rem;
}

a.text-primary {
  color: #0072c6;
  text-decoration: none;
}

a.text-primary:hover {
  text-decoration: underline;
}
.box {
  border-radius: 8px 8px 8px 8px;

  /* For WebKit (Safari, Google Chrome etc) */
  background: -webkit-gradient(
    linear,
    0% 68%,
    0% 12%,
    from(#efefef),
    to(#ffffff),
    color-stop(0.9, #ffffff)
  );

  /* For Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(bottom, #efefef, #ffffff);

  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EFEFEF);

  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EFEFEF)";
}

/* Default button styling */
.btn-primary {
  background-color: #0057FF/*#006aac*/;
  color: white;
  border-color: #0057FF/*#006aac*/;
}

/* Hover and focus state */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #FDCF0B;
  color: #0057FF/*#006aac*/;
  border-color: #0057FF/*#006aac*/;
}

/* Active state */
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary:hover:active {
  background-color: #FDCF0B;
  color: #0057FF/*#006aac*/;
  border-color: #0057FF/*#006aac*/;
}


   @media (min-width: 767px) and (max-width: 991px) {
            .support-text, .h5 {
                font-size: 16px !important;
            }
        }
/* Styles for small screens */
@media (max-width: 767.98px) {

  .navbar-nav .nav-link {
    color: #000; /* Font color for small screens */
    background-color: #f8f9fa;
    margin-right: 0; /* Remove spacing for small screens */
    margin-top: 3px;
  }

  #navbarNav {
    margin-top: 5px;
    background-color: #f8f9fa;
    /* Ensure expanded navbar pushes down content */
    position: relative;
    z-index: 1000;
  }

  .navbar-toggler-icon,
  .navbar-toggler {
    color: #fff !important;
  }

  .navbar-toggler .main-menu-text {
    display: inline-block;
    color: #000;
  }

  .navbar-toggler {
    --bs-navbar-toggler-border-color: #fff;
    background-color: #fff;
    padding: 10px 20px;
    width: 100%;
  }

  .support-text {
    display: none; /* Hide on small screens */
  }

  /* Ensure navbar-collapse pushes content down */
  .navbar-collapse {
    margin-top: 0; /* Ensure no additional margin is added */
    padding: 1rem 0; /* Space around navbar items */
  }

  /* Add space below the navbar when expanded */
  .navbar-collapse.collapse.show {
    margin-top: 0; /* Ensure there is space above */
    padding-bottom: 1rem; /* Add padding to create space below */
  }
}


.img-responsive {
    max-width: 100%;
    height: auto;
}

.fa-custom-icon, .fa-icon {
  color: #0057FF;
}

.overlay-text {
  width: 100%;
}

.overlay-text h1 {
  font-size: 4rem;
}

@media (max-width: 576px) {
  .overlay-text h1 {
    font-size: 2rem;
  }

  .overlay-text h2 {
    font-size: 1.5rem;
  }
}

ul.disc {
  list-style-type: disc;
  list-style-position: inside; /* <- acest lucru mută bulletul în interior */
  padding-left: 5px;             /* elimină padding-ul implicit */
  margin-left: 5px;              /* și margin dacă există */
}
