* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Tajawal", sans-serif;
}

:root {
  --primary-color: #2762af;
  --primary-cold-color: #dae4f2;
  --secondary-color: #f18421;
  --secondary-cold-color: rgba(241, 132, 33, 0.16);
  --secondary-border-color: rgba(241, 132, 33, 0.5);
  --contianer-title-header: rgba(39, 98, 175, 0.2);
  --table-border-color: rgba(39, 98, 175, 0.15);
  min-height: 100vh;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: var(--primary-cold-color);
  border-radius: 0.5rem;
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 0.5rem;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

hr {
  margin: 0;
  color: var(--primary-color);
  opacity: 0.75;
}

.side-bar-container {
  position: relative;
}

.box-shadow {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08);
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.main-content {
  background-color: var(--primary-color);
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

nav .dropdown > .btn {
  padding: 0.5rem 0.8rem !important;
  color: var(--primary-color) !important;
  background-color: var(--primary-cold-color) !important;
  border: 2px solid var(--primary-cold-color) !important;
}

nav .dropdown > .btn:hover {
  background-color: var(--primary-color) !important;
  color: var(--primary-cold-color) !important;
}

.dropdown-toggle::after {
  display: none;
}

.header-menu {
  transform: translate(0px, 60px) !important;
  width: 362px;
}

.header-menu::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 10px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.header-menu-header {
  display: flex;
  justify-content: start;
  padding: 10px;
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-border-color);
}

.btn.accept-btn {
  padding: 5px 10px;
  background-color: var(--primary-cold-color);
  color: var(--primary-color);
  transition: 0.2s;
}

.btn.refuse-btn {
  padding: 5px 10px;
  background-color: var(--secondary-cold-color);
  color: var(--secondary-color);
  transition: 0.2s;
}

.header-menu-content {
  max-height: 300px;
  overflow-y: auto;
}

.header-menu-content > div:not(div:last-child) {
  border-bottom: 1px solid var(--secondary-border-color);
}

.header-menu-footer {
  border-top: 1px solid var(--secondary-border-color);
}

.header-menu-footer a {
  color: var(--secondary-color);
  padding: 10px;
  font-weight: 500;
}

.count {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 15px;
  height: 15px;
  background-color: var(--secondary-color);
  font-size: 12px;
  top: 0px;
  right: 0;
  border-radius: 50%;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent;
}

.btn:active {
  background-color: inherit !important;
}

.profile-header {
  border-radius: 6px;
}

.user-svg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-btn {
  background-color: var(--primary-cold-color);
  border-radius: 0.5rem;
  transition: 0.25s;
}

.profile-btn > * {
  color: var(--primary-color);
}

.log-out-btn {
  background-color: rgba(221, 16, 57, 0.08);
  border-radius: 0.5rem;
  transition: 0.25s;
}

.log-out-btn > * {
  --primary-color: #dd1039;
  color: var(--primary-color);
}

.menu-btn {
  z-index: 1;
  display: none;
}

.side-bar {
  flex-basis: 300px;
  background-color: var(--primary-color);
  opacity: 1;
  transition: 0.3s;
}

.side-bar .accordion-item {
  background-color: transparent;
}

.side-bar-btn {
  border-bottom: 1px solid var(--primary-cold-color) !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0.5rem;
}

.side-bar-btn:hover {
  background-color: rgba(218, 228, 242, 0.39) !important;
}

.side-bar .accordion-item:has(.accordion-collapse.collapse.show),
.side-bar .accordion-item:has(.accordion-collapse.collapsing) {
  background-color: rgba(218, 228, 242, 0.39);
  border-radius: 0.5rem;
}

.side-bar .accordion-body {
  padding: 0;
}

.side-bar .accordion-body a {
  display: block;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--primary-cold-color);
}

.side-bar .accordion-body a:hover {
  background-color: rgba(218, 228, 242, 0.39);
}

.side-bar .accordion-body a:last-child {
  border: none;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-button::after {
  margin-left: 0;
  margin-inline-start: auto;
}

.side-bar .accordion-button::after {
  --bs-accordion-btn-icon-transform: rotate(90deg);
  transform: var(--bs-accordion-btn-icon-transform);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.side-bar .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-transform: rotate(0deg);
  transform: var(--bs-accordion-btn-icon-transform);
}

.side-bar a.active {
  text-decoration: underline !important;
}

section.content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  padding: 2rem 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-inline-end: 0.5rem;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item.active {
  text-decoration: underline;
  color: var(--primary-color);
}

nav:has(.breadcrumb) {
  --contianer-title-header: rgba(39, 98, 175, 0.15);
  background-color: var(--contianer-title-header);
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
}

ol.breadcrumb li,
ol.breadcrumb li a {
  color: var(--primary-color);
  font-weight: bold;
}

.page-accordion {
  border-radius: 0.5rem;
}

.page-accordion .accordion-header .accordion-button {
  background-color: var(--contianer-title-header);
  color: var(--primary-color);
  font-weight: bold;
  pointer-events: none;
}

.accordion-flush .accordion-item {
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-accordion .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232762AF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.page-accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232762AF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.brainstorimg-svg {
  padding: 0.5rem;
  width: 40px;
  background-color: var(--secondary-cold-color);
  border-radius: 0.5rem;
}

.session-status {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 1rem;
  color: var(--primary-color);
  border-radius: 0.5rem;
  border: 1px solid var(--primary-color);
}

#statistics .accordion-body > div > div * {
  color: var(--secondary-color);
}

#statistics .accordion-body > div > div svg {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--secondary-cold-color);
  font-size: 19px;
}

.statistics-accordion-number {
  font-size: 25px;
  font-weight: 600;
}

.table {
  min-width: 1000px;
}

.table .fa-trash,
.table .fa-pen-to-square {
  font-size: 20px;
}

.table .delete-btn {
  color: #e23535;
  background-color: rgba(226, 53, 53, 0.1);
}

.table .edit-btn {
  color: var(--secondary-color);
  background-color: var(--secondary-cold-color);
}

.schedule-work span {
  font-size: 25px;
  color: var(--primary-color);
  font-weight: 600;
}

.schedule-work > div {
  border: 1px solid var(--table-border-color);
}

.table thead {
  background-color: var(--primary-cold-color);
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.table thead th:first-child {
  border-top-right-radius: 0.5rem;
}

.table thead th:last-child {
  border-top-left-radius: 0.5rem;
}

.table th {
  font-weight: 500;
  color: var(--primary-color);
  border-bottom-width: 0px;
}

.schedule-work
  .table
  th:not(th:nth-child(1), th:nth-child(2), th:nth-child(3)) {
  text-align: center;
}

.table td {
  border-bottom-width: 0px;
  padding: 1rem 0.8rem;
}

.schedule-work
  .table
  td:not(td:nth-child(1), td:nth-child(2), td:nth-child(3)) {
  text-align: center;
  vertical-align: middle;
}

.table td:not(td:last-child),
.table th:not(th:last-child) {
  border-left: 1px solid var(--table-border-color);
}

.table tr:not(tr:last-child) {
  border-bottom: 1px solid var(--table-border-color);
}

.profile-content > span {
  color: var(--primary-color);
  font-size: 19px;
}

.stock-img {
  background-color: rgba(184, 184, 184, 0.54);
  padding: 40px 55px;
  color: var(--primary-color);
  font-size: 20px;
}

.upload-input {
  background-color: var(--primary-color);
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  padding: 0.5rem 2rem;
}

.button-animation {
  transition: 0.15s;
  cursor: pointer;
}

.button-animation:hover {
  transform: translateY(-0.2em);
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.05);
}

.button-animation:active {
  transform: translateY(0em);
  box-shadow: none;
}

.box-shadow-none,
.box-shadow-none:hover {
  box-shadow: none;
}

.input-style {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid #c6c6c6;
  outline: none;
}

.input-label {
  font-size: 16px;
}

.main-btn {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 3rem;
  border: 1px solid var(--secondary-color) !important;
}

.main-btn:hover{
  color: var(--secondary-color);
}

#passwordStrength {
  position: absolute;
  bottom: -44px;
  font-size: 14px;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
}

#passwordStrength.weak {
  background-color: #ffaeae;
}

#passwordStrength.average {
  background-color: #c6e500;
}

#passwordStrength.strong {
  background-color: #56e500;
}

.session-header {
  background-color: var(--contianer-title-header);
  border-radius: 0.5rem;
}

.session-header > div:first-child {
  font-size: 20px;
  color: var(--primary-color);
}

.session-header > div:first-child svg {
  font-size: 25px;
}

.session-header > button,
.session-header > .btn {
  background-color: var(--primary-color);
}

.new-session {
  background-color: var(--primary-color) !important;
  font-size: 20px;
}

.find-session {
  border: 1px solid var(--table-border-color);
}

.session-table td {
  vertical-align: middle;
}

.more-btn {
  border: 0;
}

.more-btn {
  font-size: 20px;
  padding: 0.4rem 0.7rem;
  border-radius: 0.5rem;
  color: var(--primary-color);
}

.more-btn-list {
  transform: translate(65px, -50%) !important;
  border: 0;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.12);
}

.more-btn-list::after {
  content: "";
  position: absolute;
  border-top: 9px solid transparent;
  border-right: 18px solid var(--contianer-title-header);
  border-bottom: 9px solid transparent;
  top: 52%;
}

.more-btn-list a {
  transition: 0.25s;
  cursor: pointer;
}

.more-btn-list a:hover {
  background-color: #eaeaea;
}

.dropstart .dropdown-toggle::before {
  display: none;
}

.custom-breadcrumb > div {
  position: relative;
  background-color: var(--primary-color);
  width: 215px;
  height: 60px;
  color: var(--primary-color);
  font-weight: 600;
  transition: 0.3s;
}

.custom-breadcrumb > div::after {
  position: absolute;
  content: "";
  width: 212px;
  height: 58px;
  top: 1px;
  left: 1px;
  background-color: #fff;
  z-index: -1;
  transition: 0.3s;
}

.custom-breadcrumb > div:nth-child(1),
.custom-breadcrumb > div:nth-child(1)::after {
  clip-path: polygon(0% 50%, 10% 0%, 100% 0%, 100% 100%, 10% 100%);
}

.custom-breadcrumb > div:nth-child(2),
.custom-breadcrumb > div:nth-child(2)::after {
  clip-path: polygon(0% 50%, 10% 0%, 100% 0%, 90% 50%, 100% 100%, 10% 100%);
}

.custom-breadcrumb > div.active::after {
  background-color: var(--primary-color);
}

.custom-breadcrumb > div.active {
  color: #fff;
  font-weight: 600;
}

.custom-breadcrumb > div span:first-child {
  background-color: var(--primary-color);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  color: #fff;
}

.custom-breadcrumb > div.active span:first-child {
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  color: var(--primary-color);
}

.custom-breadcrumb > div:nth-child(3),
.custom-breadcrumb > div:nth-child(3)::after {
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
}

.prevouis-btn {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background-color: #fff;
  font-size: 16px;
}

.prevouis-btn svg {
  color: #fff;
  background-color: var(--primary-color);
  padding: 0.2rem 0.4rem;
  border-radius: 0.5rem;
}

.next-btn {
  font-size: 16px;
  color: #fff;
  background-color: var(--primary-color);
  border: 0;
}

.next-btn svg {
  padding: 0.2rem 0.4rem;
  border-radius: 0.5rem;
  background-color: #fff;
  color: var(--primary-color);
}

.inviteFriend-table th {
  padding: 0.7rem 1rem;
  vertical-align: middle;
}

.inviteFriend-table th:nth-child(4),
.inviteFriend-table th:nth-child(5) {
  text-align: center;
}

.inviteFriend-table td {
  vertical-align: middle;
  padding: 1rem;
}

.inviteFriend-table td:nth-child(1),
.inviteFriend-table td:nth-child(4),
.inviteFriend-table td:nth-child(5) {
  text-align: center;
}

.inviteFriend-table-container {
  border: 1px solid var(--table-border-color);
  border-radius: 0.5rem;
}

input[type="checkbox"] {
  position: relative;
  border: 2px solid #000;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: 1;
}

input[type="checkbox"]:checked {
  background-color: #fff;
  opacity: 1;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
}

input[type="checkbox"]:checked::before {
  border: solid #000;
  border-width: 0 3px 3px 0;
  margin: -1px 0px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

div:has(.recordedReports-table) {
  border: 1px solid var(--table-border-color);
  border-radius: 0.5rem;
}

.recordedReports-table th {
  padding: 1rem;
}

.recordedReports-table td {
  padding: 1.5rem 1rem;
}

.recordedReports-table th:last-child {
  text-align: center;
}

.recordedReports-table td:last-child {
  text-align: center;
}

.alret-message {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-weight: bold;
}

.alret-message .fa-xmark {
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  border-radius: 0.5rem;
  background-color: var(--secondary-cold-color);
}

.common-title-text {
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-color);
}

/* .log-in-container {
    height: 100vh;
} */

.log-in-container > div:nth-child(1) {
  flex: 1;
  padding: 70px 0;
}

.log-in-container > div:nth-child(2) {
  background-image: linear-gradient(135deg, #2762af, #476799 35%, #f18421);
  flex-basis: 50%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 0px 90px;
}

.log-in-container > div:nth-child(2) p {
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.log-in-container .colorfull-logo {
  width: 240px;
  height: 95px;
}

.logo {
  width: 170px;
  height: 50px;
}

.log-in-container .logo {
  width: 380px;
  height: 120px;
}

.waving-hand {
  height: 40px;
  width: 40px;
}

.log-in-container .greeting {
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-color);
}

.logIn-form {
  margin-top: 90px;
  width: 100%;
  padding: 0px 100px;
}

.log-in-button {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-color: var(--primary-color);
}

.forgot-pass * {
  color: var(--primary-color);
}

.forgot-pass input[type="checkbox"]:checked::before {
  border: solid var(--primary-color);
  border-width: 0 3px 3px 0;
}

.forgot-pass input[type="checkbox"] {
  position: relative;
  border: 2px solid var(--primary-color);
}

body:has(.log-in-container) {
  flex-direction: row;
}

.show-hide-pass {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}

.show-hide-pass > a {
  color: rgba(0, 0, 0, 0.5);
}

.commites-main-container {
  background-image: linear-gradient(135deg, #2762af, #476799 35%, #f18421);
  padding-top: 20px;
}

.commites-main-container > div {
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}

.commites-main-container .logo {
  width: 270px;
  height: 80px;
  margin: auto;
  display: block;
  margin-bottom: 24px;
}

.my-commites-text {
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-color);
}

.commite-table {
  border: 0;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.commite-table td {
  padding: 0.7rem 0px;
  vertical-align: middle;
  font-weight: 500;
}

.commite-table td:nth-child(1) {
  width: 40px;
}

.commite-table td:nth-child(1) * {
  background-color: var(--primary-cold-color);
  padding: 0.3rem 0.2rem;
  border-radius: 0.5rem;
  color: var(--primary-color);
  font-size: 26px;
}

.commite-table td:nth-child(2) {
  padding-inline-start: 0.5rem;
}

.commite-table td:nth-child(3) {
  color: var(--primary-color);
}

.commite-table tr:not(tr:last-child) {
  border-bottom: 0;
}

/* .commite-table td:not(td:last-child),
.table th:not(th:last-child) {
    border-left: 0;
} */

.go-commite {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 0.5rem;
  padding: 0.7rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.commite-responsible {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.commite-responsible-role {
  background-color: var(--secondary-cold-color);
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 18px;
}

.commite-grid {
  padding: 0px 150px;
}

.add-user {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.member-table-container {
  border: 1px solid var(--table-border-color);
  border-radius: 0.5rem;
}

.member-table-container .table th:nth-child(4),
.member-table-container .table th:nth-child(5),
.member-table-container .table th:nth-child(6) {
  text-align: center;
}

.member-table-container .table td:nth-child(4),
.member-table-container .table td:nth-child(5),
.member-table-container .table td:nth-child(6) {
  text-align: center;
}

.modal-header .btn-close {
  margin-inline-start: auto;
  margin-inline-end: 0;
  opacity: 1;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232762AF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

.modal-header {
  background-color: var(--primary-cold-color);
  color: var(--primary-color);
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.modal-header svg {
  font-size: 28px;
}

.pdf-icon {
  width: 30px;
  height: 30px;
}

.file-link {
  background-color: #8c898810;
  color: var(--primary-color);
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  width: fit-content;
  border: 1px solid #70707010;
}

.regulations-table-container {
  border-radius: 0.5rem;
  border: 1px solid var(--table-border-color);
}

table:not(:has(thead)):not(.radio-list):not(.commite-table) tr:first-child {
  background-color: var(--primary-cold-color);
}

.radio-list input {
  margin-bottom: 10px;
  margin-inline-end: 5px;
}

.regulations-table-container table td {
  vertical-align: middle;
}

.regulations-table-container table th:last-child {
  text-align: center;
}

.regulations-table-container table td:last-child {
  text-align: center;
}

.upload-file {
  padding: 0.5rem;
  border: 1px solid #c6c6c6;
  border-radius: 0.5rem;
  width: fit-content;
}

.session-info-btn {
  background-color: var(--secondary-color) !important;
}

.session-info {
  background-color: #8c898812;
  color: var(--primary-color);
  font-weight: 500;
}

.vote-review-animation {
  transition: 0.3s;
  cursor: pointer;
}

.vote-review-animation:hover {
  transform: scale(1.2);
}

.vote-review-animation:active {
  transform: scale(1);
}

.work-schedule-table-container table th {
  vertical-align: middle;
}

.work-schedule-table-container table td:nth-child(n + 4),
.work-schedule-table-container table th:nth-child(n + 4) {
  text-align: center;
  vertical-align: middle;
}

.votes-table-container table th:nth-child(3) {
  text-align: center;
}

.votes-table-container table td:nth-child(3) {
  text-align: center;
}

.votes-table-container table td:nth-child(2) a {
  color: var(--primary-color);
  cursor: pointer;
}

.subject-info {
  color: var(--primary-color);
  border-color: var(--primary-color) !important;
}

.blue-text {
  color: var(--primary-color);
}

.bg-blue {
  background-color: var(--primary-color);
}

.blue-btn{
  flex: 1;
  color: #FFF;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
}

.blue-btn:hover{
  color: var(--primary-color);
  background-color: #FFF;
}

.flex-1{
  flex: 1;
}

.swal2-styled {
  width: 100px;
}

.swal2-styled.swal2-confirm {
  background-color: var(--primary-color) !important;
}

.commite-table.table td:not(td:last-child) {
  border-left: 0;
}

.alert-dismissible .btn-close {
  right: auto;
  left: 0;
}

.invite-member-table .table td {
  vertical-align: middle;
}

.invite-member-table .table th:nth-child(3) {
  text-align: center;
  width: 300px;
}

.invite-member-table .table td:nth-child(3) div {
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  width: 185px;
  margin: auto;
}

.invitation-status0 {
  background-color: var(--primary-cold-color);
  color: var(--primary-color);
}

.invitation-status1 {
  background-color: var(--secondary-cold-color);
  color: var(--secondary-color);
}

.pagination {
  --bs-pagination-border-width: 0px;
  --bs-pagination-border-radius: 0;
}

.page-link {
  color: #000;
}

.active > .page-link,
.page-link.active {
  border-radius: 0.5rem;
  background-color: var(--primary-color);
}

.page-link:hover {
  border-radius: 0.5rem;
}

.new-invite-table {
  border-collapse: separate !important;
  border-spacing: 0px 13px;
}

.new-invite-table thead {
  background-color: unset;
}

.new-invite-table.table td:not(td:last-child),
.new-invite-table.table th:not(th:last-child) {
  border-left: 0;
}

.new-invite-table tbody tr {
  border-radius: 0.5rem;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08);
}

.new-invite-table input[type="checkbox"] {
  border-color: #2762af;
  margin-inline-end: 10px;
}

.new-invite-table input[type="checkbox"]:checked::before {
  border-color: #2762af;
}

.group-edit-table .gridviewheader {
  background-color: #dae4f2;
}

.group-edit-table input[type="checkbox"] {
  border-color: #2762af;
}

.group-edit-table input[type="checkbox"]:checked::before {
  border-color: #2762af;
}

.operation-buttons > button {
  width: 160px;
}

.alert {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  display: flex;
  align-items: center;
  gap: 10px;
}

.schedule-work > div,
.work-schedule-table-container,
.votes-table-container,
.inviteFriend-table-container,
.pivot-table-container,
.invite-member-table,
.regulations-table-container,
div:has(.recordedReports-table),
.new-invite-table-container,
.member-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.members-view .col-md-4 > div {
  background-color: var(--primary-cold-color);
}

.members-view .icon-container {
  color: #fff;
  background-color: var(--primary-color);
}

.members-view strong {
  color: var(--primary-color);
}

select:not(.list-box):not(.calendars-month-year) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../assests/arrow-down.svg);
  background-size: 12px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding: 0.6rem 0.75rem 0.6rem 1.8rem !important;
}

.calendars-month-header{
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.calendars-month-year{
  flex: 1;
}

.calendars-ctrl{
  background-color: var(--primary-color) !important;
}

.calendars-month td .calendars-today{
  background-color: rgba(39, 98, 175, .5) !important;
}

.calendars-month td a:hover{
  color: #FFF !important;
  background-color: var(--primary-color) !important;
}

.tablink {
  background-color: transparent;
  color: var(--primary-color);
  text-decoration: none;
}
.tablink.active {
  background-color: var(--primary-color);
  color: #fff;
}

.report-table table {
  width: 95%;
  border: 2px solid #000 !important;
}

.report-table table tr:first-child td,
.report-table table tr td:first-child,
.report-table table tr td:first-child span {
  color: var(--primary-color) !important;
  background-color: var(--primary-cold-color) !important;
}

.report-table .MsoNormalTable tr td:first-child{
    text-align: center;
}

.popupDatepicker {
  background-image: url(../assests/calender.png);
  background-position: calc(100% - 10px) 10px;
  background-size: 20px;
  background-repeat: no-repeat;
}

:root[dir="rtl"] .popupDatepicker {
  background-position: 5px 10px;
}

/* charts page*/

.form-container .blue-btn{
  flex: 1;
}

.form-container .outline-btn{
  flex: 1;
  color: var(--primary-color);
  background-color: #FFF;
  border: 1px solid var(--primary-color);
}

.form-container .outline-btn:hover{
  color: #FFF;
  background-color: var(--primary-color);
}

.form-container .row,
.charts-page .row.items{
  row-gap: 20px;
}

.charts-page .yellow-items .icon-wrapper{
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(241, 132, 33, .2);
}

.charts-page .yellow-items .svg-inline--fa,
.charts-page .blue-items .svg-inline--fa{
  font-size: 24px;
}

.charts-page .yellow-items .svg-inline--fa,
.charts-page .yellow-items h3{
  color: var(--secondary-color);
}

.charts-page .blue-items .icon-wrapper{
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(39, 98, 175, .2);
}

.charts-page .blue-items .svg-inline--fa,
.charts-page .blue-items h3{
  color: var(--primary-color);
}

/* five-items */

.five-items{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

@media (max-width: 1320px) {
  .side-bar {
    position: fixed;
    width: 0;
    top: 50px;
    right: 58px;
    border-radius: 0.5rem;
    padding: 0.5rem !important;
    flex-basis: 0px;
    opacity: 0;
    transition: 0.3s;
    background-color: #2e77d6;
  }

  .view-side-bar {
    width: 220px;
    flex-basis: 220px;
    opacity: 1;
    transition: 0.3s;
    z-index: 1;
  }

  .menu-btn {
    display: block;
    position: fixed;
    top: 50px;
    right: 10px;
    background-color: var(--secondary-color);
    color: #fff;
  }

  .five-items{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .logIn-form {
    padding: 0px 70px;
    margin-top: 30px;
  }

  .log-in-container > div:nth-child(2) {
    flex-basis: 400px;
    padding: 0px 20px;
  }

  .log-in-container .logo {
    width: 150px;
    height: 50px;
  }

  .log-in-container > div:nth-child(2) p {
    font-size: 15px;
  }

  .log-in-container .greeting {
    font-size: 22px;
  }

  .log-in-button {
    font-size: 16px;
    padding: 0.5rem !important;
  }

  .session-info {
    padding: 1rem !important;
  }

  .five-items{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .log-in-container > div:nth-child(2) {
    flex-basis: 300px;
  }

  .invite-member-table .table {
    table-layout: fixed;
  }

  .invite-member-table .table th:nth-child(3) {
    width: auto;
  }

  nav {
    flex-direction: column;
    align-items: center;
  }

  nav > div {
    margin-top: 1.5rem;
  }

  .more-btn-list {
    max-height: 110px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .five-items{
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 426px) {
  .log-in-container > div:nth-child(2) {
    display: none !important;
  }

  .log-in-container {
    width: 100%;
  }

  .logIn-form {
    padding: 0 40px;
  }

  .schedule-work > div,
  .work-schedule-table-container,
  .votes-table-container,
  .inviteFriend-table-container,
  .find-session,
  .pivot-table-container,
  .invite-member-table,
  .regulations-table-container,
  div:has(.recordedReports-table),
  .new-invite-table-container,
  .member-table-container {
    max-width: 495px;
    overflow: auto;
  }

  .session-header {
    flex-direction: column;
    gap: 15px;
  }

  .button-animation {
    padding: 0.8rem !important;
    font-size: 14px !important;
  }

  .session-header > div:first-child {
    font-size: 17px;
  }

  .schedule-work span {
    font-size: 20px;
  }

  .upload-file {
    width: 100%;
  }

  .attchements-path > div {
    flex-direction: column;
    align-items: end !important;
  }

  .more-btn-list {
    max-height: 100px;
  }

  .operation-buttons {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .new-invite-table {
    min-width: 700px;
  }

  .custom-breadcrumb {
    flex-direction: column;
  }

  .custom-breadcrumb > div {
    clip-path: none !important;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 0.5rem;
  }

  .custom-breadcrumb > div.active {
    background-color: var(--primary-color);
  }

  .custom-breadcrumb > div::after {
    display: none;
  }

  .custom-breadcrumb > div::after {
    width: 205px;
  }
}
