@charset "UTF-8";
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-Variable";
  src: url("../static/assets/fonts/Satoshi-Variable.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Variable.woff") format("woff"), url("../static/assets/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../static/assets/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-VariableItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("../static/assets/fonts/Satoshi-Light.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Light.woff") format("woff"), url("../static/assets/fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("../static/assets/fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-LightItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("../static/assets/fonts/Satoshi-Regular.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Regular.woff") format("woff"), url("../static/assets/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("../static/assets/fonts/Satoshi-Italic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Italic.woff") format("woff"), url("../static/assets/fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("../static/assets/fonts/Satoshi-Medium.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Medium.woff") format("woff"), url("../static/assets/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("../static/assets/fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-MediumItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("../static/assets/fonts/Satoshi-Bold.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Bold.woff") format("woff"), url("../static/assets/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("../static/assets/fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-BoldItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("../static/assets/fonts/Satoshi-Black.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-Black.woff") format("woff"), url("../static/assets/fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("../static/assets/fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../static/assets/fonts/Satoshi-BlackItalic.woff") format("woff"), url("../static/assets/fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
.switcherController {
  list-style: none;
  height: 2.5rem;
  border: 1.2px solid #dedede;
  padding: 0.2rem 0.2rem !important;
  gap: 0.5rem !important;
  border-radius: 10rem;
  display: flex;
  align-items: center;
}
.switcherController li {
  height: 100% !important;
  display: flex;
  align-items: center !important;
}
.switcherController a {
  display: flex;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  height: 90% !important;
  color: #333;
  text-decoration: none !important;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  border-radius: 10rem;
}
.switcherController .uk-active {
  background-color: #296EB4;
  border-radius: 10rem !important;
}
.switcherController .uk-active a {
  color: #fff !important;
}

div.myContainerWrapper {
  background-color: #fff !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  margin: unset !important;
  padding: 8px;
}

.ticketsWrapperContainer {
  display: flex;
  flex-direction: column;
  height: 60vh;
  overflow: auto; /* or overflow: scroll; */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  /* For Chrome, Safari, and other WebKit-based browsers */
  gap: 1.5rem;
}
.ticketsWrapperContainer::-webkit-scrollbar {
  display: none;
}
.ticketsWrapperContainer .ticketMain {
  margin-left: 1.5rem;
}
.ticketsWrapperContainer .ticketMain .ticketHeading h5 {
  font-family: "Satoshi-Black";
  font-size: 1.1rem;
  color: #333;
  text-transform: capitalize !important;
}
.ticketsWrapperContainer .ticketMain .ticketSubHeading p {
  font-size: 0.9rem;
  font-family: "Satoshi-Medium";
  color: #1a1a1a !important;
}
.ticketsWrapperContainer .ticketMain .ticketDescription p {
  font-size: 0.75rem !important;
  margin-top: 1rem;
}

.ticketTime {
  font-family: "Satoshi-Bold";
  font-size: 0.55rem !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: 5rem;
  border: 1.2px solid #ebebeb !important;
  text-wrap: nowrap !important;
}

.ticketStatus {
  font-family: "Satoshi-Bold";
}

.newTicketBtn1 {
  height: unset;
  height: 2rem !important;
  display: flex;
  align-items: center;
}

.tabHeading {
  display: flex;
  height: unset !important;
  width: unset !important;
  align-items: center !important;
  position: relative;
}

.newTicketBtn {
  background-color: #296EB4;
  height: 2rem;
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 0.8rem;
  color: #fff !important;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-wrap: nowrap;
  text-decoration: none !important;
  border-radius: 4px;
  left: 70vw;
  gap: 0.5rem;
  transition: 0.3s ease-in-out;
}
.newTicketBtn span {
  display: flex;
  height: 1rem;
  width: 1rem;
}
.newTicketBtn span .newTicketIcon path {
  fill: #fff;
}

.newTicketBtn:hover {
  background-color: #16154D;
}/*# sourceMappingURL=newTickets.css.map */