/* Variables */

:root {
  --primary-dark: #040f4b;
  --primary-lighter: #2c3e94;
  --primary-light: #0f2495;
  --secondary: #00c530;
  --tertiary: #dd151f;
}

* {
  font-family: "Noto Sans", sans-serif !important;
}

h3.uk-h3,
h3 {
  color: #4e4b4b;
}
/* uk-nav-custom styles */

.uk-button-default:hover {
  background-color: var(--tertiary) !important;
}

.uk-nav-custom .menu-item-has-children > a {
  align-items: center;
  justify-content: space-between;
}

.uk-nav-custom .menu-item-has-children > a .show-on-open {
  display: none;
}

.uk-nav-custom .menu-item-has-children.uk-open > a .show-on-open {
  display: block;
}

.uk-nav-custom .menu-item-has-children.uk-open > a .show-on-closed {
  display: none;
}

.uk-nav-custom li a {
  color: #fff !important;
}
/* uk-nav-custom styles */

.uk-offcanvas-bar {
  background-color: var(--primary-lighter);
}

.uk-table th {
  font-size: 14px;
}

.uk-dropdown {
  background-color: var(--primary-light);
}

/* NS CSS */
/* BASE STYLES */
.svg {
  width: 16px;
  height: 16px;
}

.uk-input,
.uk-textarea,
.uk-select {
  border: 1px solid rgba(108, 108, 108, 0.9) !important;
  border-radius: 0;
}

.uk-input:focus,
.uk-textarea:focus,
.uk-select:focus {
  border: 1px solid var(--primary-lighter) !important;
  border-radius: 0;
}

.svg-light {
  fill: #fff;
}

.aspect-sq {
  position: relative;
  width: 100%;
  display: inline-block;
  padding-top: 106%;
}

.aspect-square {
  position: relative;
  width: 100%;
  padding-top: 71%;
}

.aspect-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.aspect-square img,
.aspect-sq img,
.aspect-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 960px) {
  .aspect-16-9m {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    display: block;
  }

  .aspect-16-9m img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Navbar styles */
.uk-dropbar {
  background-color: var(--primary-light);
}

.uk-navbar-dropdown .el-meta {
  font-size: 14px;
  letter-spacing: 0.1px;
}

.uk-navbar-dropdown img.el-image,
.uk-navbar-dropdown svg {
  color: rgba(255, 255, 255, 0.8);
}

.topbar {
  position: relative;
  background-color: var(--primary-lighter);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.notices_tag {
  padding: 8px 24px;
  color: #fff;
  background-color: var(--primary-light);
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

/* .topbar::after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: ;
  height: 100%;
  background-color: var(--tertiary);
} */

.topbar.uk-navbar-container {
}

.topbar .uk-navbar-left {
  position: relative;
  z-index: 2;
}

.topbar .uk-navbar-left img {
  position: relative;
  z-index: 2;
}

.topbar .uk-navbar-left:before {
  position: absolute;
  content: "";
  width: 250px;
  height: 100%;
  background-color: var(--tertiary);
  transform: translateX(calc(-100% + 42px));
  left: 0;
  z-index: 1;
}

/* MARQUEE STYLES STARTS */

.marquee {
  display: flex;
  mask-image: linear-gradient(90deg, hsla(0, 0, 0, 0) 0%, hsla(0, 0, 0, 1) 25%, hsla(0, 0, 0, 1) 75%, hsla(0, 0, 0, 0) 100%);
  max-width: 100vw;
  overflow: hidden;
  user-select: none;
}

.marquee a {
  /* aspect-ratio: 16/10; */
  /* display: grid; */
  fill: none;
  padding: 1rem;
  place-items: center;
  stroke: current;
}

.marquee .slides {
  align-items: center;
  /* animation: slide-x 10s linear infinite; */
  display: flex;
  flex-shrink: 0;
  justify-content: space-around;
  min-width: 100%;
}

@keyframes slide-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* MARQUEE STYLES ENDS */

/* Swiper slider styles */
.swiper-slide {
  position: relative;
  padding-top: 37%;
}

.swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
/* NAVBAR STYLES */
.topbar {
  /* background-color: var(--primary-light) !important; */
}

#ns-search input {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* NAVBAR STYLES */

.about-us-panel > div {
  outline: 2px solid #fff;
  outline-offset: -16px;
}

.section-services .left,
.section-services .right,
.footer .right,
.section-mobile-app .left {
  content: "";
  top: 0;
  height: 100%;
}

.underline-secondary {
  position: relative;
  display: inline-block;
}

.underline-secondary::after {
  position: absolute;
  content: "";
  width: 90%;
  bottom: -3px;
  left: 0;
  height: 2px;
  background-color: #00c530;
  background-color: var(--tertiary);
}

.section-services .left {
  width: 50px;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 10% 100%, 0 100%);
  background-color: #fff;
  background-color: var(--tertiary);
  /* background-color: #fff; */
}

.section-services .right,
.footer .right {
  width: 120px;
  right: 0;
  clip-path: polygon(90% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #040f4b;
  background-color: var(--tertiary);
}

.section-services .uk-panel {
  position: unset;
}

.payment-grid .uk-grid > div {
  padding: 16px 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.payment-grid .uk-grid > div:nth-child(2) {
  border-left: none;
  border-right: none;
}

.section-primary-dark {
  background-color: var(--primary-lighter);
}

/* NS CSS */

.tm-page {
  border-top: none;
}

.tm-page .tm-toolbar .uk-container {
  padding: 16px 0;
  border-bottom: 1px solid #dadada;
  color: #fff;
}

/* Side nav styles */
.side-nav {
  position: relative;
}

.side-nav-ul {
  position: fixed;
  right: 0;
  z-index: 999;
}

.side-nav-li a {
  padding: 8px 12px;
  background-color: var(--primary-lighter);
  color: #fff;
  text-decoration: none;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  display: inline-block;
  width: 100%;
}

.side-nav-li {
  transform: translateX(65%);
  transition: all 0.3s;
}

.side-nav-li:hover {
  transform: translateX(5%);
}

/* Mobile app section designs */

.section-mobile-app .left {
  background-color: var(--tertiary);
  width: 400px;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.section-mobile-app .app-image {
  transform: rotate(-10deg);
}

/* Mobile app section designs */

/* UK modal styles */

.uk-modal {
  background: rgba(0, 0, 0, 0.8);
}

.uk-modal-dialog {
  background: transparent;
}

.section-news-notice .el-title {
  color: #2c3e94;
}

.uk-section-muted {
  background-color: #f6f6f6 !important;
}

.rotate-y-axis {
  animation: rotate-y-axis 2s both infinite;
}

@keyframes rotate-y-axis {
  0% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

/* Notices Slider New CSS */

.wrap {
  margin: 0 auto;
  width: 100%;
}
.wrap--text {
  margin-bottom: 50px;
  padding: 0 50px;
  text-align: center;
}
.wrap--logobar {
  height: 60px;
  overflow: hidden;
  position: relative;
}

.list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  margin-left: 0;
}
.list__item {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 20px;
  text-align: center;
  width: 20%;
}

/* Notices Slider New CSS */

/* Filter checkbox styles */
.filter-checkbox_label {
  cursor: pointer;
}

.filter-checkbox:not(:last-child) {
  margin-bottom: 16px;
}
.filter-checkbox_item {
  position: relative;
  background-color: #ededed;
  padding: 6px 12px;
  border-radius: 100px;
  color: #7c7c7c;
  transition: all 0.2s;
  white-space: nowrap;
}
.filter-checkbox_item:hover .filter-checkbox_box_icon {
  opacity: 1;
  visibility: visible;
}
.filter-checkbox_input {
  display: none;
}
.filter-checkbox_input:checked ~ .filter-checkbox_item {
  background-color: #e0ebff;
  color: #355eaa;
}
.filter-checkbox_input:checked ~ .filter-checkbox_item .filter-checkbox_box {
  border: 2px solid #355eaa;
}
.filter-checkbox_input:checked ~ .filter-checkbox_item .filter-checkbox_box_radio::after {
  opacity: 1;
  visibility: visible;
}
.filter-checkbox_input:checked ~ .filter-checkbox_item .filter-checkbox_box_icon {
  opacity: 1;
  visibility: visible;
  fill: #355eaa;
}
.filter-checkbox_box {
  width: 16px;
  height: 16px;
  border: 2px solid #7c7c7c;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.filter-checkbox_box_radio::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #355eaa;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.filter-checkbox_box_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  fill: #7c7c7c;
  transition: all 0.2s;
  width: 12px;
  height: 12px;
}

.filter-overflow-accordion {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #355eaa #f0f9ff;
  scrollbar-width: thin;
}

/* Filter checkbox styles */

.bottom-bar {
  background-color: #000;
  padding: 5px 0;
}

/* Filter checkbox styles */


.mySwiper{
  height: 300px !important;
  margin-bottom: 10.3rem !important;
}
.swiper-cube .swiper-slide{
  height: 300px !important;
}
.payment-gateway > .el-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0.75rem;
}
.marquee__content{
  white-space: nowrap;
}

.pre-scrollable{
  border: 1px solid rgba(108, 108, 108, 0.9);
  border-radius: 5px;
  padding: 5px;
}

.pre-scrollable::-webkit-scrollbar, #searchList::-webkit-scrollbar {
  width: 5px;
}

.pre-scrollable::-webkit-scrollbar-track, #searchList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(60, 179, 113, 0.3);
}

.pre-scrollable::-webkit-scrollbar-thumb, #searchList::-webkit-scrollbar-thumb {
  background-color: rgba(60, 179, 113);
  outline: 1px solid rgb(60, 179, 113);
}

.customer_type_list{
  break-after: auto;
}

@media only screen and (max-width: 960px) {
  .app_section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin-left: -2rem !important;
  }
}

.search_bar {
  background: white;
  width: 100%;
  z-index: 9999;
  border-radius: 0 0 5px 5px;
}

.search_bar ul{
  max-height: 150px;
  overflow-y: scroll;
  margin: 0 !important;
}

.search_bar li{
  padding: 5px;
  text-align: center;
  background: #2c3e94;
  color: white;
}

.search_bar li:is(:last-child){
  border-radius: 0 0 5px 5px;
  margin-top: 0;
}
.search_bar li:not(:last-child){
  margin-top: 0;
}
.search_bar li:focus {
  outline: solid 2px white !important;
}
.display:hover{
  background: #e2e8f0;
  color: black;
}
.uk-navbar a{
  font-size: 15px !important;
  text-transform: none !important;
}
.uk-button, .schedule_table th, .schedule_table_tab a{
  text-transform: none !important;
}
.message_image{
  min-height: 25rem;
}

.news-gallery-image{
  width: 70%;
  height: 250px;
  cursor:pointer;
  text-align: center;
}

.news-gallery-image img {
  /*opacity: 1;*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 250px;*/
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 5px;
  object-fit: contain;
}
