@font-face {font-family: "Helvetica Neue ME";
  src: url("../../fonts/95cecf452d3208890088a5b4c19c7ecf.eot"); /* IE9*/
  src: url("../../fonts/95cecf452d3208890088a5b4c19c7ecf.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../../fonts/95cecf452d3208890088a5b4c19c7ecf.woff2") format("woff2"), /* chrome、firefox */
  url("../../fonts/95cecf452d3208890088a5b4c19c7ecf.woff") format("woff"), /* chrome、firefox */
  url("../../fonts/95cecf452d3208890088a5b4c19c7ecf.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../../fonts/95cecf452d3208890088a5b4c19c7ecf.svg#Helvetica Neue ME") format("svg"); /* iOS 4.1- */
}
/* General Styles */
body {
  font-family: "Helvetica Neue ME";
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
  direction: ltr;
  min-width: 100%;
}

.container {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0%;
    flex-wrap: nowrap;
    align-items: center;
}

.page-content {
  margin-left: 250px;
  direction: ltr;
}

[dir="rtl"] .page-content {
  margin-left: 0;
  margin-right: 0;
  direction: rtl;
}

.sidebar {
  width: 250px;
  background-color: #007bff;
  color: white;
  padding: 20px;
  height: 100vh;
  text-align: right;
}

.main-content {
  flex-grow: 1;
  padding: 20px;
}

.top-header .navbar {
  left: 250px;
}

[dir="rtl"] .top-header .navbar {
  left: 0;
}

.card {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  margin-top: 10px;
}

.table th, .table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: right;
  direction: rtl;
}

.table th {
  background: #007bff;
  color: white;
}

/* Meetings Layout */
.meetings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}

.meeting-card {
  background: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.meeting-card:hover {
  transform: translateY(-5px);
}

.meeting-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.meeting-details {
  font-size: 1rem;
  color: #555;
}

.admin-link {
  color: #007bff; /* Change this to your desired color */
}

.admin-link:hover {
  color: #000487; /* Optional: Change to a lighter color when hovering */
}

.user-img {
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 50%;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  background: -webkit-linear-gradient(#eee, #000487);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}
h2 {
  background: -webkit-linear-gradient(#eee, #000487);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  font-weight: bold;
}
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #000487 2%, transparent 80%);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 100px;
  padding: 1em;
  direction: rtl;
  overflow: visible !important;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 0.3rem;
  overflow: visible !important;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 100px;
    margin-top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  #menu-toggle ~ .menu > li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu > li {
    border: 0px solid #000487;
    height: auto;
    padding: 0.5em;
    visibility: visible;
  }
  .menu > li {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000;
    background-color: #000;
  }
  .menu > li:not(:last-child) {
    border-bottom: 0px solid #444;
  }
  .meetings-grid {
    grid-template-columns: 1fr;
  }
}

.logo {
  position: absolute;
  top: 0px;
  left: 0px;
  float: inline-start;
  z-index: 3;
}

.me-2 {
  width: 0.5rem; 
  height: 0.5rem; 
  background-color: crimson; 
  display: inline-block;
  margin-left: .5rem !important;
}


.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* float: left; */
}

.tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  background: #32557f;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #7c7c7c; 
}

.panels {
  background: #fff;
  box-shadow: 0 1rem 1rem #7c7c7c;
  min-height: 200px;
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
}

.panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.panel-title {
  font-size: 1.5em;
  font-weight: bold;
}

.radio {
  display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
  display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
  background: #fff;
  color: #000;
  border-top: 4px solid #32557f;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background: -webkit-linear-gradient(#eee, #000487);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ltr .card,
.ltr .meeting-card,
.ltr .tab {
  padding-left: 10px;
  padding-right: 10px;
}

.rtl .card,
.rtl .meeting-card,
.rtl .tab {
  padding-right: 10px;
  padding-left: 10px;
}

.ltr .user-img {
  margin-right: 0.5rem !important;
  margin-left: 0 !important;
}

.rtl .user-img {
  margin-left: 0.5rem !important;
  margin-right: 0 !important;
}
.dropdown-menu {
  min-width: 220px;
  margin-top: 5px !important;
}
.ms-3 {
  margin-right: 5px;
}

[dir="rtl"] .container {
  flex-direction: row-reverse;
}

[dir="rtl"] .dropdown-menu-end[data-bs-popper]{
  right: -121px;
  direction: rtl;
}


@media (max-width: 768px) {
  .meetings-grid {
    grid-template-columns: 1fr;
  }
}

[dir="rtl"] .admin-link {
  color: #007bff;
}

[dir="rtl"] .admin-link:hover {
  color: #000487;
}

.helpline-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent overlay */
  z-index: -1;
}

.calc-box {
  background-color: #ffffff;
  border: 4px solid #00698f;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  width: 30%;
  min-width: 220px;
  max-width: 220px;
  display: inline-block;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.helpline-box h4 {
  color: #00698f;
  margin-top: 0;
}

.helpline-box a {
  text-decoration: none;
  color: #337ab7;
}

.helpline-box a:hover {
  color: #23527c;
}