@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos/Aptos-Light.ttf') format('woff2'),
    url('../fonts/Aptos/Aptos-Light.ttf') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos/Aptos.ttf') format('woff2'),
    url('../fonts/Aptos/Aptos.ttf') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos/Aptos-Bold.ttf') format('woff2'),
    url('../fonts/Aptos/Aptos-Bold.ttf') format('woff');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Aptos', Arial, sans-serif;
  background-color: #F0F7FF;
}

/* html,
body {
  overflow-x: hidden;
} */

[data-aos="fade-left"] {
  transform: translateX(100px);
  /* Initial position: Move from right to left */
  opacity: 0;
  position: relative;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

[data-aos="fade-left"].aos-animate {
  transform: translateX(0);
  /* Final position */
  opacity: 1;
}


.text-justify {
  text-align: justify;
}

.padding-format {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.bg-hmi {
  background-color: #21A7E0;
}

/* search box */
.has-search .form-control {
  width: 50%;
  border-radius: 0;
  margin-left: 50%;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 0.5rem;
}

/* Navbar */
/* Hide dropdown menu by default */
.dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 15rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.042);
  border-radius: 0.25rem;
  visibility: hidden;
}

@media only screen and (min-width: 769px) {

  .nav-item.dropdown:hover .dropdown-menu,
  .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  footer .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }

}

.nav-item.dropdown,
.dropdown {
  position: relative;
}

.dropdown-nav-link {
  color: gray !important;
  text-decoration: none;
}

.dropdown-nav-link.active {
  background-color: white;
  color: black !important;
}

.dropdown-nav-link:focus,
.dropdown-nav-link:active {
  outline: none !important;
  background-color: white;
  color: black !important;
  box-shadow: none;
}


.first-navbar {
  background-color: #21A7E0;
  height: 48px;
}

.second-navbar {
  background-color: #fff;
}

.second-navbar .btn {
  border-radius: 4px;
  opacity: 0px;
  background: #D73636;
}

.second-navbar .btn:hover {
  background-color: #ae1515;
}

.nav-link.custom-nav-link {
  color: #000000;
}

.nav-link.custom-nav-link.active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 166px;
  background-color: #e6f8ff;
  color: #21A7E0;
  border-radius: 5px;
  margin-bottom: 3px;
  border-bottom: 1.5px solid;
  font-weight: 700;
}

/* intro section */
.intro {
  height: 100vh;
  background-color: #F0F7FF;
  padding: 50px 0;
  text-align: left;
}

.intro .container {
  margin-top: 6rem;
}

.intro h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.intro p {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.intro .h-line {
  /* width: 56%; */
  height: 5px;
  background-color: #21A7E0;
  /* margin: 0 22% 0 22%; */
  opacity: 100;
}

.btn-apply {
  background-color: #21A7E0;
  color: white;
  padding: 15px 20px;
  border: none;
  border-radius: 3px;
  text-decoration: none;
}

.btn-apply:hover {
  background-color: #007bff;
}

.navbar-nav .nav-item {
  margin-right: 20px;
}

.intro .element-container {
  position: relative;
  /* width: 600px; 
    height: 400px;  */
}

.intro .element-container .element-design img {
  width: 100%;
  height: auto;
}

.element {
  position: absolute;
  width: 30px;
}

.idea {
  top: -10%;
  left: 43%;
  transform: translateX(-50%);
}

.spark-1 {
  top: 10%;
  left: 10%;
}

.edge-computing {
  top: 55%;
  /* left: 5%; */
}

.binary {
  top: 10%;
  right: 16%;
}

.spark-2 {
  top: 55%;
  right: 8%;
}

/* Course Section */
section.courses,
section.activity {
  background-color: #051223;
}

section.courses .card:hover {
  background-color: white;
  box-shadow: 2px 2px 5px white;
}

section.courses .card img.card-icon {
  width: 15%;
  height: auto;
  color: #21A7E0;
  padding: 5px;
}

section.courses .card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #21A7E0 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

section.courses .card .btn:hover {
  background-color: #21A7E0;
  color: white;
}

section.courses .card {
  width: 100%;
}

section.courses .card-1 {
  background-color: #F0F7FF;
}

section.courses .card-2 {
  background-color: #FBF3F7;
}

section.courses .card-3 {
  background-color: #E1E9F9;
}

.logo-bullet {
  width: 38.32px;
  height: 36px;
  object-fit: cover;
}

.title-text {
  font-size: 36px;
  font-weight: 700;
  color: #21A7E0;
  margin-bottom: 0;
  padding-left: 1rem;
}

/* Career Section */
section.career {
  min-height: 785px;
}

.career iframe {
  border-radius: 0.375rem;
  width: 100%;
  height: 462px;
}

.career .accordion-button {
  background-color: #21A7E0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.career .accordion-button:not(.collapsed) {
  background-color: #21A7E0;
  color: #fff;
}

.career .accordion-button.collapsed::after {
  content: "";
  background-image: url('../images/vectorElements/accordion2.png');
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  display: inline-block;
}

.career .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url('../images/vectorElements/accordion2.png');
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  display: inline-block;
}

/* Image Scroll Film */
.film-strip-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 0;
}

.film-strip {
  display: inline-flex;
  flex-wrap: nowrap;
  animation: scroll 25s linear infinite;
}

.film-strip img {
  height: 150px;
  width: 250px;
  object-fit: cover;
  margin-right: 10px;
}


@keyframes scroll {
  0% {
    transform: translateX(50%);
  }

  50% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 768px) {
  .film-strip-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .film-strip {
    animation: none;
  }

  .film-strip img {
    width: 200px;
  }
}


/* Diversity Section */
.map-container {
  position: relative;
  width: 35rem;
  height: 38rem;
  margin-left: -5rem;
  margin-top: -3rem;
}

.map-container img {
  width: 100%;
  height: 100%;
}

.pin {
  position: absolute;
  width: 25px;
  height: 30px;
  background-image: url('../images/location-pin.png');
  background-size: cover;
  cursor: pointer;
}

.chart-container {
  position: relative;
  height: 300px;
  width: 300px;
  margin: auto;
}

/* student testimonial */
section.testimonial {
  min-height: 600px;
}

.testimonial-card {
  min-height: 372px;
  background-color: #f0f8ff00;
  border-radius: 15px;
  padding: 10px;
  margin: 15px 8rem;
  background-color: white;
  border-radius: 5px;
  box-shadow: -40px 30px 100px -25px rgba(0, 45, 156, 0.25); 
}

.testimonial-frame {
  position: relative;
  width: 150px;
  height: 150px;
}

.testimonial-frame img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url('../images/HMI_frame.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
}

.testimonial .carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
  /* Hide default arrows */
}

.testimonial .carousel-control-prev,
.carousel-control-next {
  background-size: contain;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}

.testimonial .carousel-control-prev {
  /* left: -110px; */
  width: 15%;
  height: 100%;
  background-color: transparent;
  justify-content: left;
}

.testimonial .carousel-control-next {
  /* right: -110px; */
  width: 15%;
  height: 100%;
  background-color: transparent;
  justify-content: right;
}

button .testimonial-frame {
  position: relative;
  width: 80px;
  height: 80px;
}

button .testimonial-frame img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Academic Programs Page */
/* Banner Section */
.banner {
  background-size: cover;
  background-position: center;
  height: 378px;
  position: relative;
}

.banner-title {
  position: absolute;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 46px;
  bottom: -20px;
  margin: 0 !important;
  padding: 5px;
  /* background-color: white; */
}

.banner-element {
  position: absolute;
  display: flex;
  text-align: end;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.banner-text {
  position: absolute;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
}

.banner-text p {
  margin-bottom: 0;
}

/* .banner-text .top-text,
.banner-text .bottom-text {
  color: #e6f8ff;
}

.banner-text .top-text {
  font-weight: 600;
}

.banner-text .middle-text {
  font-size: 3rem;
  font-weight: 400;
} */

.heading-small {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #00c4cc;
}

.heading-large {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0 0;
}

.line-with-circles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  gap: 10px;
}

.line-with-circles::before,
.line-with-circles::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #6F85FF;
  border-radius: 50%;
}

.line-with-circles span {
  height: 3px;
  width: 300px;
  background-color: #6F85FF;
  display: inline-block;
}

.contact-info {
  font-size: 1rem;
  font-weight: 400;
  color: #00c4cc;
  margin-top: 1rem;
}

.banner-element img {
  height: 100%;
  object-fit: cover;
}

.content {
  background-color: transparent;
  padding: 3rem;
  max-width: 100%;
  height: auto;
}

.vector-div {
  width: auto;
  height: 100%;
}

.sm-vector img {
  width: 12px;
  height: 12px;
}

.md-vector img {
  width: 16px;
  height: 16px;
}

.lg-vector img {
  width: 24px;
  height: 24px;
}

/* academic page timetabel section */
.calendar-item .title-row {
  width: 100px;
  height: 30px;
  background-color: #70C05C;
  color: white;
  font-weight: 500;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.time-table {
  padding: 0;
}

.time-table .row {
  padding: 0;
}

.time-table .logo-bullet {
  width: 30px;
  height: 28px;
}

.time-table .title-text {
  font-size: 25px;
  font-weight: 600;
  color: #21A7E0;
  margin-bottom: 0;
  padding-left: 1rem;
}

.time-table .container {
  background-color: white;
  border: 1px solid #21A7E033;
  width: 100%;
  height: auto;
  padding: 2rem 3rem 2rem 3rem;
}

.time-table .school-month {
  background-color: #21A7E0;
  padding: 10px;
  border-radius: 2px;
  opacity: 0px;
}

.time-table .semester-end {
  background-color: #DC3912;
  padding: 10px;
  border-radius: 2px;
  opacity: 0px;
}

/* tab-content */
.detail-nav .nav button {
  width: 250px;
  height: 44px;
  color: #21A7E0;
  font-weight: 600;
  font-size: 20px;
  /* border-radius: 0; */
}

/* .detail-nav .plan-tab {
  border-radius: 0;
  border-left: 1.5px solid #21A7E0;
}

.detail-nav .calendar-tab {
  border-radius: 0;
  border-right: 1.5px solid #21A7E0;
} */

.detail-nav .nav button.active {
  color: white;
  background-color: #21A7E0;
  font-weight: 400;
  border-radius: 5px !important;
  border: 0;
  border-bottom: 1.5px solid #21A7E0;
}

.detail-nav .fee-tab.active {
  border-radius: 5px;
  border: 0;
}

.border-right {
  border-radius: 0;
  border-right: 1.5px solid #21A7E0;
}

.border-left {
  border-radius: 0;
  border-left: 1.5px solid #21A7E0;
}

.detail-nav ul {
  border-bottom: 1.5px solid #21A7E0;
}

.program-detail {
  min-height: 725px;
}

.tab-content {
  background-color: #F0F7FF;
}

/* Academic Fee */
.academic-fee .first-column {
  border-right: 1px #21A7E0 dashed;
}

.academic-fee .academic-bullet {
  width: 20px;
  height: 20px;
}

.academic-fee .second-column .academic-bullet {
  margin-left: 1rem;
}

.academic-fee .course-price {
  text-align: right;
  padding-right: 30%;
}

/* Study Plan */
.yearly-course {
  padding: 0 3rem 0 3rem;
}

.yearly-course .year-1 {
  padding-right: 3.5rem;
}

.yearly-course .year-2 {
  padding-left: 3.5rem;
}

.yearly-course .title {
  background-color: #21A7E0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0 3px 0 3 px;
}

.yearly-course .sem-title {
  font-weight: 600;
  display: flex;
  align-items: center;
}

.yearly-course .sem-title p {
  margin: 3px 0px 3px 0px;
}

.yearly-course .sem-title .course p {
  margin: 2px 0 2px 0;
}

/* Study Plan Section */
.download-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-button {
  height: 40px;
  background-color: #21A7E0;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-button:hover {
  cursor: pointer;
  font-weight: 600;
  background-color: #e6f8ff;
  color: #21A7E0;
}

.download-button img {
  height: 24px;
  width: 24px;
  margin-left: 0.5rem;
}

/* Student Life Page */

.odd-section .logo-bullet {
  width: 38.32px;
  height: auto;
}

.odd-section .title-text {
  font-size: 24px;
  font-weight: 600;
  color: #21A7E0;
  margin-bottom: 0;
  padding-left: 1rem;
  text-align: left !important;
}

.odd-section img {
  border-radius: 3px;
  object-fit: cover;
}

.odd-section .first-row .second-column .first-pic {
  padding-top: 3rem;
  /* margin-right: 2rem; */
}

.odd-section .first-row .second-column .second-pic {
  padding-top: 1.5rem;
}

.odd-section .second-row .first-pic {
  padding-bottom: 2rem;
}

.odd-section .second-row .second-pic {
  padding-bottom: 5rem;
}

.even-section .container {
  padding: 5rem 0 5rem 10rem;
}

.even-section img {
  border-radius: 3px;
  object-fit: cover;
}

.even-section .first-row .first-pic {
  width: 455px;
  height: 237px;
  padding: 0;
}

.even-section .first-row .second-pic {
  width: 385px;
  height: 215.45px;
  padding: 0;
  margin-left: 2rem;
  margin-top: 1.5rem;
}

.even-section .second-row .pic {
  width: 549px;
  height: 281px;
  padding: 0;
}

.even-section .second-row .logo-bullet {
  width: 45px;
  height: auto;
}

.even-section .second-row .title-text {
  font-size: 24px;
  font-weight: 700;
  color: #21A7E0;
  margin-bottom: 0;
  /* margin-left: -5%; */
}

.trip-section .picture-row img {
  border-radius: 3px;
  object-fit: cover;
}

.trip-section .first-column {
  justify-items: end;
}

.trip-section .first-column .first-pic {
  width: 325px;
  height: 217px;
}

.trip-section .first-column .second-pic {
  width: 289px;
  height: 232px;
}

.trip-section .second-column {
  margin-top: 3rem;
}

/* .trip-section .second-column .first-pic {
  width: 382px;
  height: 254px;
}

.trip-section .second-column .second-pic {
  width: 382px;
  height: 255px;
} */

.trip-section .third-column .first-pic {
  width: 353px;
  height: 235px;
}

.trip-section .third-column .second-pic {
  width: 100%;
  height: 267px;
}

/* Career Opportunities Page */
.job-section {
  min-height: 22rem;
  border-bottom: 1px solid #C6C6C6;
}

.job-section .container {
  max-width: 90% !important;
}

.job-select {
  width: 262px;
  height: auto;
  top: 787px;
  left: 68px;
  padding: 8px 0px 0px 0px;
  margin-right: 3%;
  gap: 4px;
  border-radius: 5px;
  border: 0px 0px 1px 0px;
  opacity: 0px;
  background: #E6F8FF;
  border-bottom: 1px solid var(--Border-border-subtle-01, #C6C6C6);
  box-shadow: 0px 2px 6px 0px #0000001A;
}

.job-select label {
  color: black;
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 0px 1rem 0 1rem;
}

.job-select .info-icon {
  padding: 0 0 0.2rem 0.5rem;
}

.job-select select {
  background-color: #E6F8FF;
  color: var(--Text-text-disabled, #16161640);
  border: 0;
  padding-left: 1rem;
}

.job-section .job-board {
  min-height: 15rem;
  display: flex;
  align-items: center;
}

.job-section .job-board p {
  margin: 0;
}

.job-section .job-table .table-striped-col tbody tr td:nth-child(even) {
  background-color: white;
}

.job-section .job-table .table-striped-col tbody tr td:nth-child(odd) {
  background-color: #E6F8FF;
}

.job-section .job-table .table-striped-col thead tr th:nth-child(even) {
  background-color: white;
}

.job-section .job-table .table-striped-col thead tr th:nth-child(odd) {
  background-color: #E6F8FF;
}

.job-section .job-table {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.job-section .job-table td {
  border: none;
  padding-left: 1.5rem;
}

.job-section .job-table tr {
  height: 3rem;
  vertical-align: middle;
}

.job-section .job-table thead tr {
  text-align: center;
  border-bottom: 1px solid var(--COLORS-Primary-300, #21A7E0);
}

.job-section .job-table tr .view-details {
  text-decoration: none;
  color: #21A7E0;
  font-weight: 600;
  cursor: pointer;
}

.job-section .job-board .job-details {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.job-section .job-board .job-details .list {
  padding-left: 2.5rem;
}

.job-section .job-board .job-details .list li {
  line-height: 2;
}

.job-section .job-board .job-details .row {
  padding-top: 1rem;
}

.job-details .job-overview .button {
  display: flex;
  align-items: center;
}

.job-details .btn {
  height: 2.5rem;
  background-color: #21A7E0;
  color: white;
  vertical-align: middle;
}

.job-details p.title {
  color: #21A7E0;
  font-weight: 500;
  font-size: 20px;
}

/* Messenger Icon */
.messenger-icon {
  position: fixed;
  bottom: 4rem;
  right: 5rem;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  padding: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.messenger-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.messenger-icon img {
  width: 2.5rem;
  height: 2.5rem;
}

/* Messenger Window */
.messenger-window {
  position: fixed !important;
  bottom: 8rem !important;
  right: 5rem !important;
  width: 315px !important;
  /* height: 300px; */
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;

  /* Smooth show/hide effect */
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}

/* Show Messenger Window */
.messenger-window.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Header Styling */
.messenger-header {
  color: white;
  border-radius: 12px 12px 0 0;
  padding: 8px 12px;
  font-weight: bold;
  font-size: 16px;
}

/* Buttons in Header */
.messenger-header .btn {
  font-size: 1rem;
  padding: 0.3rem 0.5rem;
  color: #555;
  background-color: #f0f0f0;
  border: none;
}

.messenger-header .btn:hover {
  background-color: #ddd;
}

/* Body Styling */
.messenger-body {
  padding: 16px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

/* Button in Body */
.messenger-body .btn-primary {
  background-color: #007bff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.messenger-body .btn-primary:hover {
  background-color: #0056b3;
}

/* Footer Text */
.messenger-body p.small {
  font-size: 12px;
  color: #777;
}


/* footer section */
.footer-text-title {
  color: #21A7E0;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.footer .footer-text-italic {
  font-weight: 400;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer a {
  text-decoration: unset;
}

.footer a {
  color: black;
}

.footer .footer-link.active a {
  color: #21A7E0;
}

.footer .footer-link.active {
  display: flex;
  align-items: center;
  width: 166px;
  height: 30px;
  background-color: #e6f8ff;
  color: #21A7E0;
  border-radius: 5px;
  border-bottom: 1.5px solid;
  font-weight: 700;
}


.dropdown-footer-link {
  color: gray !important;
  text-decoration: none;
}

.dropdown-footer-link.active {
  background-color: white;
  color: black !important;
}

.dropdown-footer-link:focus,
.dropdown-footer-link:active {
  outline: none !important;
  background-color: white;
  color: black !important;
  box-shadow: none;
}


.col-md-1 i.icon {
  color: #21A7E0;
}

.footer .subscribe form {
  height: 3rem;
  margin-top: 0.5rem;
}

.footer .subscribe form input {
  border-radius: 3px 0 0 3px;
}

.footer .subscribe form button {
  border-radius: 0 3px 3px 0;
  background-color: #051223;
  color: white;
  width: 108px;
}