html {
  scroll-behavior: smooth;
}

body {
  font-family: Pinar;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  text-align: right;
  font-size: 100%;
}

.wrapper {
  font-size: 100%;
}

.mm-searchfield input::-moz-placeholder {
  color: var(--secondary-color);
}

.mm-searchfield input::placeholder {
  color: var(--secondary-color);
}

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

p,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}

img {
  border: 0;
}

img:not([src]) {
  visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}

.back-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  inset-inline-start: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  transition: all 0.3s ease-in-out;
  cursor: url("../img/cancel.png"), auto;
}
.back-shadow--open {
  inset-inline-start: 0;
}

#searchmodal {
  background: unset;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  inset-inline-end: 0;
  display: none;
  z-index: 99999;
}
#searchmodal .modal-content {
  background-color: unset;
  border: none;
}
#searchmodal .close {
  opacity: 1;
  z-index: unset;
  position: absolute;
  inset-inline-start: 30px;
  top: 30px;
  font-size: 4em;
  color: var(--secondary-color);
  background: 0 0;
  border: none;
}
#searchmodal .form-container {
  width: 50%;
  margin: 10% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#searchmodal .form-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#searchmodal .form-container form input {
  padding: 10px 10px;
  background: unset;
  width: 100%;
  max-width: 450px;
  color: var(--secondary-color);
  border: none;
  border-bottom: 3px solid #fff;
  font-size: 1.5em;
}
#searchmodal .form-container form input::-moz-placeholder {
  color: var(--secondary-color);
}
#searchmodal .form-container form input::placeholder {
  color: var(--secondary-color);
}
#searchmodal .form-container form input:focus {
  outline: 2px double #e9c676;
}
#searchmodal .form-container form span {
  margin-top: 0.7em;
  font-size: 1.1em;
  color: var(--secondary-color);
}

.back-shadow__transparet {
  opacity: 0;
  position: fixed;
  inset-inline-start: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  transition: all 0.3s ease-in-out;
}
.back-shadow__transparet--open {
  inset-inline-start: 0;
}

.go-top {
  position: fixed;
  inset-inline-start: 35px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 550;
  background: #A71B24;
}
.go-top i {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: bolder;
}
.go-top:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #ec4040;
  color: white;
}
.go-top--show {
  opacity: 1;
  visibility: visible;
}

a {
  transition: all 0.2s linear;
}
a span {
  pointer-events: none;
}
a:hover {
  color: #A71B24;
}

.flickity-page-dots .dot {
  width: 12px;
  height: 4px;
  background: #989898;
  transition: all 0.2s linear !important;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  opacity: 1;
  border-radius: 5px;
}
.flickity-page-dots .dot:hover {
  background: #FFCA96;
}
.flickity-page-dots .dot.is-selected {
  width: 26px;
  background: #ff9b18;
}

@media (max-width: 576px) {
  body .accessibility__btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.archive-btn {
  min-width: 94px;
  padding-inline-start: 8px;
  padding-inline-end: 8px;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #eceef8;
  box-shadow: 0px 5px 10px rgba(114, 134, 211, 0.15);
  color: #424874;
}
.archive-btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: #ff9b18;
  border-radius: 5px;
  color: white;
  font-size: 0.6em;
  margin-inline-start: 8px;
  transition: all 0.2s linear;
}
.archive-btn:hover {
  background-color: #ff9b18;
  color: white;
}
.archive-btn:hover i {
  background-color: #fff;
  color: #424874;
}

.ltr {
  direction: ltr;
}

.p-relative {
  position: relative;
}

.bg__transparent {
  background-color: transparent !important;
}
.bg__white {
  background-color: #fff;
}
.bg__dark {
  background-color: #f5f8fa;
}
.bg__red {
  background: #eb1c2f;
}
.bg__gray {
  background: #f8f8f8;
}
.bg__blue {
  background: #103262;
}

.text__dark {
  color: #01193d;
}
.text__white {
  color: var(--secondary-color);
}
.text__dark {
  color: var(--primary-color);
}
.text__light {
  color: #818899 !important;
}
.text__dark-blue {
  color: #21325e;
}
.text__purple {
  color: #424874;
}
.text__blue {
  color: #00509d;
}
.text__light-blue {
  color: #3083ff;
}
.text__light-gray {
  color: #5e5e5e;
}
.text__gray {
  color: #747474;
}
.text__red {
  color: #A71B24;
}
.text__blue {
  color: #103262;
}
.text__orange {
  color: #FF9B18;
}
.text__bold {
  font-weight: bold;
}
.text__700 {
  font-weight: 700;
}
.text__medium {
  font-weight: 400;
}
.text__thin {
  font-weight: 300;
}
.text__semibold {
  font-weight: 600;
}
.text__extrabold {
  font-weight: 800;
}
.text__center {
  text-align: center;
  justify-content: center;
}
.text__justify {
  text-align: justify;
}
.text__5 {
  font-size: 0.3125em;
}
.text__6 {
  font-size: 0.375em;
}
.text__7 {
  font-size: 0.4375em;
}
.text__8 {
  font-size: 0.5em;
}
.text__9 {
  font-size: 0.5625em;
}
.text__10 {
  font-size: 0.625em;
}
.text__11 {
  font-size: 0.6875em;
}
.text__12 {
  font-size: 0.75em;
}
.text__13 {
  font-size: 0.8125em;
}
.text__14 {
  font-size: 0.875em;
}
.text__15 {
  font-size: 0.9375em;
}
.text__16 {
  font-size: 1em;
}
.text__17 {
  font-size: 1.0625em;
}
.text__18 {
  font-size: 1.125em;
}
.text__19 {
  font-size: 1.1875em;
}
.text__20 {
  font-size: 1.25em;
}
.text__21 {
  font-size: 1.3125em;
}
.text__22 {
  font-size: 1.375em;
}
.text__23 {
  font-size: 1.4375em;
}
.text__24 {
  font-size: 1.5em;
}
.text__25 {
  font-size: 1.5625em;
}
.text__26 {
  font-size: 1.625em;
}
.text__27 {
  font-size: 1.6875em;
}
.text__28 {
  font-size: 1.75em;
}
.text__29 {
  font-size: 1.8125em;
}
.text__30 {
  font-size: 1.875em;
}
.text__31 {
  font-size: 1.9375em;
}
.text__32 {
  font-size: 2em;
}
.text__33 {
  font-size: 2.0625em;
}
.text__34 {
  font-size: 2.125em;
}
.text__35 {
  font-size: 2.1875em;
}
.text__36 {
  font-size: 2.25em;
}
.text__37 {
  font-size: 2.3125em;
}
.text__38 {
  font-size: 2.375em;
}
.text__39 {
  font-size: 2.4375em;
}
.text__40 {
  font-size: 2.5em;
}
.text__41 {
  font-size: 2.5625em;
}
.text__42 {
  font-size: 2.625em;
}
.text__43 {
  font-size: 2.6875em;
}
.text__44 {
  font-size: 2.75em;
}
.text__45 {
  font-size: 2.8125em;
}
.text__46 {
  font-size: 2.875em;
}
.text__47 {
  font-size: 2.9375em;
}
.text__48 {
  font-size: 3em;
}
.text__49 {
  font-size: 3.0625em;
}
.text__50 {
  font-size: 3.125em;
}
.text__51 {
  font-size: 3.1875em;
}
.text__52 {
  font-size: 3.25em;
}
.text__53 {
  font-size: 3.3125em;
}
.text__54 {
  font-size: 3.375em;
}
.text__55 {
  font-size: 3.4375em;
}
.text__56 {
  font-size: 3.5em;
}
.text__57 {
  font-size: 3.5625em;
}
.text__58 {
  font-size: 3.625em;
}
.text__59 {
  font-size: 3.6875em;
}

.line-clamp__1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp__9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.flickity-page-dots .dot {
  transition: all 0.2s linear;
}

.gap-30 {
  gap: 30px;
}

.list {
  list-style: none;
}
.list--horizontal {
  display: flex;
  align-items: center;
}
.list--horizontal li:not(:last-child) {
  margin-inline-end: 10px;
}

.flickity-button {
  background: #F6F4FD;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
  z-index: 99;
  opacity: 1;
}
.flickity-button::before {
  font-family: "niafam" !important;
  color: #BABABA;
  transition: all 0.2s linear;
  font-size: 24px;
}
.flickity-button:hover::before {
  color: #000;
}
.flickity-button svg {
  display: none;
}
.flickity-button:disabled {
  opacity: 0 !important;
}
.flickity-button.next {
  inset-inline-end: -15px !important;
  transform: translateX(-100%) translateY(-50%);
}
.flickity-button.next::before {
  content: "\e917";
}
.flickity-button.previous {
  inset-inline-start: -15px !important;
  transform: translateX(100%) translateY(-50%);
}
.flickity-button.previous::before {
  content: "\e925";
}
.flickity-button:disabled {
  opacity: 1;
}

.ai-title--double-underlined {
  position: relative;
  padding-bottom: 13px;
}
.ai-title--double-underlined::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  width: 34px;
  height: 4px;
  border-radius: 5px;
  background: #f77f00;
}
.ai-title--double-underlined::after {
  content: "";
  position: absolute;
  inset-inline-start: 38px;
  bottom: 0;
  width: 15px;
  height: 4px;
  border-radius: 5px;
  background: #f77f00;
  opacity: 0.5;
}

.fixed-images {
  position: absolute;
  inset-inline-end: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-end: 0;
  z-index: 5;
}

.news-item {
  position: relative;
}
.news-item--overlay {
  position: relative;
  text-align: center;
}
.news-item--overlay .news-item__kicker {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-bottom: 10px;
}
.news-item--overlay .news-item__meta {
  z-index: 5;
}
.news-item--overlay .news-item__content {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  background: linear-gradient(0deg, #2B2D42 0%, rgba(43, 45, 66, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.news-item--overlay .news-item__content::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s linear;
}
.news-item--overlay .news-item__pic::before {
  content: unset;
}
.news-item--overlay .news-item__title {
  z-index: 5;
  text-align: center;
  margin-bottom: 10px;
}
.news-item--overlay .news-item__title:hover {
  color: var(--secondary-color);
}
.news-item--overlay .news-item__lead {
  color: #FFFFFF;
  margin-top: 0;
  z-index: 5;
}
.news-item--overlay:hover .news-item__content::before {
  opacity: 1;
}
.news-item--overlay:hover .news-item__title {
  color: #fff !important;
}
.news-item--overlay:hover .news-item__pic img {
  transform: translate(-50%, -50%) rotate(-2deg) scale(1.08);
}
.news-item--overlay .cover-link {
  z-index: 9;
}
.news-item--horizontal {
  display: flex;
  gap: 10px;
  align-items: center;
}
.news-item--horizontal .news-item__play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  inset-inline-end: 13px;
  top: 13px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  z-index: 10;
  pointer-events: none;
}
.news-item--horizontal .news-item__play i {
  position: relative;
  z-index: 10;
}
.news-item--horizontal .news-item__play::before {
  content: "";
  position: absolute;
  background: rgba(235, 28, 47, 0.38);
  width: 25px;
  height: 25px;
  inset-inline-end: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.news-item--horizontal .news-item__pic {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.news-item--horizontal:hover .news-item__pic::before {
  opacity: 1;
}
.news-item--vertical {
  display: flex;
  flex-direction: column;
}
.news-item--vertical .news-item__content {
  padding: 15px 0;
}
.news-item--vertical .news-item__pic {
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 0;
  margin-inline-end: 0;
}
.news-item--vertical .news-item__more {
  margin-top: 15px;
}
.news-item--date-background .news-item__date {
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  padding: 3px 6px;
}
.news-item--dot .news-item__content {
  display: flex;
}
.news-item--dot .news-item__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d62828;
  margin-inline-end: 10px;
  flex-shrink: 0;
  margin-top: 6px;
}
.news-item__pic {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.news-item__pic img {
  width: 100%;
  transition: all 0.2s linear;
}
.news-item__pic::before {
  font-family: "niafam" !important;
  content: "\e925";
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  inset-inline-end: 0;
  position: absolute;
  z-index: 4;
  font-size: 1.8rem;
  color: var(--secondary-color);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.news-item__pic .cover-link {
  z-index: 5;
}
.news-item__pic:hover::before {
  opacity: 1;
}
.news-item__pic .news-item__date {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  inset-inline-start: 15px;
  border-radius: 5px;
  padding: 2px 8px;
  height: 26px;
  pointer-events: none;
}
.news-item__title:hover {
  color: #ff9b18;
}
.news-item__lead {
  margin-top: 10px;
}
.news-item__date {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 5px;
  color: #fff;
}
.news-item__date span {
  padding-top: 3px;
}
.news-item__view {
  display: flex;
  align-items: center;
  gap: 2px;
}
.news-item__meta {
  display: flex;
  align-items: center;
  opacity: 0.9;
  gap: 8px;
}
.news-item__meta .circle {
  width: 2px;
  height: 2px;
  background-color: #fff;
  display: flex;
  border-radius: 50%;
}
.news-item__meta i {
  margin-inline-end: 5px;
  color: #fff;
}
.news-item__meta i::before {
  color: #fff;
}
.news-item__more {
  margin-top: 14px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 10px;
  border-radius: 8px;
  background: rgba(237, 237, 237, 0.6);
}
.news-item__more:hover {
  background-color: #3A95C8;
  color: white;
}
.news-item__border {
  position: relative;
  padding-inline-start: 14px;
  margin-top: 12px;
}
.news-item__border::before {
  content: "";
  position: absolute;
  background: #eb1c2f;
  inset-inline-start: 0;
  height: 100%;
  width: 5px;
}
.news-item__content-type {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 10;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(4, 146, 194, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-item:hover .news-item__title {
  color: #135880;
}
.news-item:hover .news-item__pic img {
  transform: translate(-50%, -50%) rotate(-2deg) scale(1.08);
}

.nav__head ul {
  display: flex;
}
.nav__head li {
  margin-inline-end: 5px;
}
.nav__head a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0 15px;
  height: 30px;
  border-radius: 5px;
  background: #f5f5f5;
}
.nav__head a::before {
  content: "";
  position: absolute;
  inset-inline-end: 50%;
  bottom: 0;
  width: 24px;
  height: 7px;
  transform: translateX(-50%) translateY(100%);
  background-image: url("../img/arrow-down.svg");
  background-position: top center;
  opacity: 0;
  transition: all 0.2s linear;
}
.nav__head a.active {
  background: #d62828;
  color: var(--secondary-color);
}
.nav__head a.active::before {
  opacity: 1;
}
.nav__head a:hover {
  color: var(--secondary-color);
  background: #d62828;
}
.scrollbar .os-scrollbar-vertical {
  inset-inline-start: 12px;
}
.scrollbar .os-scrollbar-handle {
  background: #eeeeee !important;
  width: 5px;
  cursor: pointer;
}
.scrollbar .os-scrollbar-handle:hover {
  background: #d6d6d6 !important;
}
.scrollbar--shadow::before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 198px;
  border-radius: 0px 0px 15px 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.2s linear;
}
.scrollbar--shadow:hover::before {
  opacity: 0;
}

.button {
  min-width: 108px;
  height: 43px;
  border-radius: 10px;
  background: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button:hover {
  color: var(--secondary-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.13);
}
.button--border {
  border: 1px solid #3083ff;
  background: none;
}
.button--border:hover {
  color: inherit;
}

:root {
  --primary-color: #2b2d42;
  --secondary-color: #fff;
}

:root {
  --primary-color: #000;
  --secondary-color: #fff;
}

body {
  color: var(--primary-color);
  font-feature-settings: "kern", "liga", "calt", "rvrn";
}
body * {
  line-height: 160%;
}

.lab-body {
  display: flex;
  gap: 80px;
  justify-content: center;
}

.user-card {
  position: relative;
  padding-inline: 46px;
  border-radius: 15px;
  border-bottom: 1px solid #f1f1f1;
  background: #2b2d42;
  height: 600px;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
}
.user-card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/uploads/Gsilab/assets/image/pattern.png);
}
.user-card__pic {
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  height: 241px;
  flex-shrink: 0;
}
.user-card__contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.user-card__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.user-card__phone {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.user-card__profile {
  position: relative;
  display: inline-flex;
  padding: 21px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #a71b24;
  transition: all ease 0.3s;
  border: solid 1px #a71b24;
}
.user-card__profile span {
  transition: all ease 0.3s;
}
.user-card__profile:hover {
  background: #f1f1f1;
}
.user-card__profile:hover span {
  color: #2b2d42;
}

.dashboard__top {
  position: relative;
  width: 640px;
  height: auto;
  aspect-ratio: 740/372;
  padding-inline: 37px;
  padding-top: 74px;
  text-align: center;
  line-height: 100px;
}
.dashboard__top span {
  color: #a71b24;
  position: relative;
  color: #a71b24;
  text-align: center;
  font-family: Pinar-VF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
  /* 416.667% */
}
.dashboard__down {
  position: relative;
  width: 640px;
  height: auto;
  aspect-ratio: 740/325;
  text-align: center;
  line-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard__button {
  position: relative;
  border-radius: 20px;
}
.dashboard__button--transparent {
  border: solid 1px #a71b24;
  color: #2b2d42;
  padding-inline: 20px;
  padding-block: 15px;
  position: relative;
  border-radius: 20px;
  width: 200px;
  transition: all ease 0.3s;
}
.dashboard__button--transparent span {
  transition: all ease 0.3s;
}
.dashboard__button--transparent:hover {
  background: #a71b24;
  border: unset;
}
.dashboard__button--transparent:hover span {
  color: #f1f1f1;
}
.dashboard__button--green {
  border-radius: 20px;
  width: 200px;
  background: #4b966d;
  color: #f1f1f1;
  padding-inline: 40px;
  padding-block: 15px;
  position: relative;
  transition: all ease 0.3s;
}
.dashboard__button--green:hover {
  background: #2b2d42;
}

.dashboard-buttons {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-top: 50px;
}

.column-titles-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
  margin-top: 80px;
  width: 1120px;
  margin-inline: auto;
}

.column-titles {
  align-self: stretch;
  border-radius: 15px 15px 0 0;
  background: #a71b24;
  overflow-x: auto;
  padding: 8px 16px 8px 0px;
  gap: 20px;
  color: #f1f1f1;
  display: flex;
}

.rtl-column-titles {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.rtl-column-titles1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.rtl-column-titles2 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.rtl-column-titles3 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.rtl-column-titles4 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.column-titles,
.rtl-column-titles5 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.rtl-column-titles5 {
  width: 50px;
  flex-shrink: 0;
  gap: 8px;
}

.b10 {
  flex: 1;
  position: relative;
}

.rows,
.row1,
.row2,
.row3,
.row4,
.row5 {
  padding-left: 37px;
  box-sizing: border-box;
}

.rows,
.wrapper5 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.rows {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  overflow-x: hidden;
  flex-direction: row;
  padding: 17.5px 16px 16px 0px;
  gap: 15px;
  width: 100%;
}
.rows:nth-child(odd) {
  background: #fff4ea;
}

.wrapper5 {
  width: 47px;
  flex-shrink: 0;
  flex-direction: column;
  padding: 8.5px 0 0;
  box-sizing: border-box;
  font-size: 20px;
}

.wrapper4 {
  width: 210px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10.5px 0 0;
  box-sizing: border-box;
}

.div4 {
  align-self: stretch;
  position: relative;
  line-height: 140%;
  text-transform: capitalize;
}

.wrapper3 {
  width: 195px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10.5px 0 0;
  box-sizing: border-box;
}

.div3 {
  align-self: stretch;
  position: relative;
  white-space: pre-wrap;
  flex-shrink: 0;
}

.wrapper1 {
  width: 225px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10.5px 0 0;
  box-sizing: border-box;
}

.div1 {
  align-self: stretch;
  position: relative;
}

.wrapper2 {
  width: 190px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10.5px 0 0;
  box-sizing: border-box;
}

.div2 {
  align-self: stretch;
  position: relative;
  white-space: pre-wrap;
  flex-shrink: 0;
}

.wallet-alt-icon {
  height: 45px;
  width: 45px;
  position: relative;
  flex-shrink: 0;
}

.div0 {
  align-self: stretch;
  position: relative;
}

.peyment {
  position: relative;
}

.div30,
.group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.group {
  overflow-x: auto;
  gap: 12px;
}

.div30 {
  align-self: stretch;
  background-color: #fff;
  padding: 16px 20px;
  text-align: center;
  color: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group {
  overflow-x: auto;
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div31,
.div32 {
  position: relative;
  white-space: nowrap;
}

.div31 {
  text-align: left;
  display: inline-block;
}

.div32 {
  flex: 1;
  font-weight: 500;
}

.wrapper31 {
  width: 31px;
  border-radius: 8px;
  background-color: #e0e0e0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 8px;
  box-sizing: border-box;
  color: #000;
}

.div33 {
  flex: 1;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
}

.wrapper32 {
  width: 31px;
  border-radius: 8px;
  background-color: #e0e0e0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 8px;
  box-sizing: border-box;
  color: #000;
}

.div34 {
  flex: 1;
  position: relative;
  font-weight: 500;
  white-space: nowrap;
}

.wrapper33 {
  width: 31px;
  border-radius: 8px;
  background-color: #a71b24;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 8px;
  box-sizing: border-box;
  color: #fff;
}

.div35 {
  position: relative;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}

.modal-header {
  border-bottom: none;
}

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

.modal-content {
  border-radius: 15px;
  border: unset;
}

.modal-body {
  padding-inline: 50px;
  position: relative;
  padding-block-end: 0;
  height: 500px;
}
.modal-body ul {
  position: relative;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.modal-body ul li {
  line-height: 40px;
}

.scrollbar {
  height: 450px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
}

.modal-body::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 9;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.67) 0%, #fff 100%);
}

.modal-footer {
  border-top: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.modal-button {
  display: flex;
  gap: 15px;
}
.modal-button .dashboard__button--green {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: unset;
  padding-block: 10px;
}
.modal-button .dashboard__button--transparent {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: unset;
  padding-block: 10px;
}

.form-check-input:checked[type=checkbox] {
  background-image: url(/uploads/Gsilab/assets/image/check.png);
}

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

.form-check {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

.no-shadow::after {
  opacity: 0;
}

.dashboard__button--green.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.form {
  border-radius: 15px;
  background: #fffcf9;
  box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.25);
  padding-inline: 45px;
  margin-top: 45px;
  max-width: 700px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
.form::before {
  position: absolute;
  content: url(/uploads/Gsilab/assets/image/Molecule.png);
  top: 10px;
  right: 10px;
}
.form::after {
  position: absolute;
  content: url(/uploads/Gsilab/assets/image/Microscope.png);
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  scale: 0.7;
}
.form__title {
  padding-top: 40px;
}
.form .form-select {
  width: 440px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
}
.form .form-select p {
  color: #747474;
  text-align: center;
}
.form .dropdown-menu {
  width: 440px;
}
.form .form-control {
  border-radius: 8px;
  border: 1px solid #000;
  background: #fff;
  width: 600px;
}
.form .form-button {
  position: relative;
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  background: #43a047;
  display: flex;
  flex-direction: row-reverse;
  gap: 25px;
  padding: 4px 30px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 240px;
  transition: all ease 0.3s;
}
.form .form-button:hover {
  background: #a71b24;
}
.form .form-group {
  position: relative;
  z-index: 99;
}

.sample-lab__body {
  position: relative;
  z-index: 9;
}
.sample-lab__body:hover {
  cursor: pointer;
}
.sample-lab__body:hover .sample-lab__title {
  background: rgba(82, 216, 88, 0.6980392157);
}

.sample-lab__title.selected {
  background: #a71b24 !important;
}

.sample {
  margin-top: 30px;
  display: flex;
  gap: 50px;
}
.sample__left {
  width: 250px;
  height: -moz-max-content !important;
  height: max-content !important;
  border-radius: 15px;
  border: 2px solid #c8c8c8;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 30px;
  overflow: hidden;
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.sample__left::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: url(/uploads/Gsilab/assets/image/left\ item.png);
  -o-object-fit: fill;
     object-fit: fill;
  background-repeat: repeat;
}
.sample__right {
  flex-grow: 1;
  max-width: 990px;
  border-radius: 15px;
  border: 1px solid #c8c8c8;
  padding: 30px 0px;
  position: relative;
  overflow: hidden;
}
.sample__right .sample-image-background {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sample__right .smaple-title {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 20px;
}
.sample__right .form-select {
  background-image: unset;
  color: #747474 !important;
  position: relative !important;
  display: flex;
}
.sample__right .form-select::before {
  position: absolute !important;
  content: url(/uploads/Gsilab/assets/image/Expand_left.png) !important;
  top: 0 !important;
  left: 0 !important;
}
.sample__right .subitem {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  flex-direction: column;
  padding: 10px;
  gap: 15px;
  border: 1px solid #9e9e9e;
  background: #cecece;
  width: -moz-max-content;
  width: max-content;
  min-width: 140px;
  min-height: 128px;
}
.sample__right .subitem--selected {
  border: 1px solid #43a047;
  background: rgba(67, 160, 72, 0.5215686275);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  flex-direction: column;
  padding: 10px;
  gap: 15px;
  width: -moz-max-content;
  width: max-content;
  min-width: 140px;
  min-height: 128px;
}
.sample__right .subitem p {
  pointer-events: none;
}
.sample__right .modal-content {
  margin-top: calc(50% - 150px);
}
.sample__right .sample-lab {
  position: relative;
  width: 120px;
  height: 144px;
  padding: 20px;
  background: #1c2e46;
  border-radius: 60px/24px;
}
.sample__right .sample-lab__accordion-content {
  position: relative;
  margin-inline: auto;
  height: -moz-max-content;
  height: max-content;
  background: url(/uploads/Gsilab/assets/image/Rectangle\ 37.png);
  z-index: 9999 !important;
  background-color: white;
  padding: 15px;
  border-radius: 15px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.sample__right .sample-lab__body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.sample__right .sample-lab__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sample__right .sample-lab__title {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  background: rgba(216, 216, 216, 0.36);
  padding-block: 15px;
  padding-inline: 25px;
  transition: all ease 0.3s;
}
.sample__right .accordion-close {
  background: #747474;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: none;
  border: none;
}
.sample__right .accordion-close p {
  margin-top: 1px;
}
.sample__right .sample-lab:after {
  content: "";
  display: flex;
  position: absolute;
  top: 12px;
  left: -12px;
  width: 144px;
  height: 120px;
  background: #1c2e46;
  border-radius: 24px/60px;
  z-index: 0;
}
.sample__items {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
  border: 1px solid #000;
  border-radius: 15px;
  padding-block: 10px;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 99;
  background: #fff;
}
.sample__items:hover .close-item {
  opacity: 1;
}
.sample__items .close-item {
  position: absolute;
  top: -20%;
  left: -10%;
  transition: all ease 0.3s;
  opacity: 0;
}
.sample__items--selected {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: #a71b24;
  border-radius: 15px;
  padding-block: 10px;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 99;
}
.sample__addItems {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sample__filter {
  display: flex;
  gap: 50px;
  padding-inline: 20px;
  margin-bottom: 20px;
}
.sample__filter .form-select {
  flex-direction: column-reverse !important;
}
.sample__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-inline-start: 20px;
  height: 750px !important;
}
.sample__contents-scroll {
  max-height: 1100px;
}

.submit-service {
  position: relative;
  background: #43a047;
  padding: 10px 24px;
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  border-radius: 15px;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  margin-inline: auto;
  transition: all ease 0.3s;
}
.submit-service:hover {
  background: #a71b24;
}

.service__sum {
  position: fixed;
  bottom: 100px;
  inset-inline-end: 0;
  background: #56cc5c;
  padding: 20px;
  border-radius: 0px 15px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.service__number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media (min-width: 1580.98px) {
  .container {
    max-width: 1430px;
    width: 1430px;
  }
}
@media (max-width: 1580.98px) and (min-width: 1200px) {
  body {
    font-size: 90%;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  body {
    font-size: 90%;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  body {
    font-size: 90%;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  body {
    font-size: 90%;
  }
}
@media (max-width: 575.98px) {
  .text__13 {
    font-size: 13px !important;
  }
  body {
    font-size: 90%;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 100% 100%;
  }
}
@keyframes liquid {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
body[dir=ltr] {
  text-align: left;
}/*# sourceMappingURL=main.css.map */