.ReactTable{position:relative;display:flex;flex-direction:column;border-radius:4px}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{flex:auto 1;display:flex;flex-direction:column;align-items:stretch;width:100%;min-width:auto !important;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{flex:1 0 auto;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;transition:box-shadow .3s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:first-child,.ReactTable .rt-thead .rt-td:first-child{padding-left:0}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{padding-right:0;border-right:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{flex:99999 1 auto;display:flex;flex-direction:column}.ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{flex:1 0 auto;display:flex;flex-direction:column;align-items:stretch}.ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{flex:1 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;transition:.3s ease;transition-property:width,min-width,padding,opacity}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-th:first-child,.ReactTable .rt-td:first-child{padding-left:0}.ReactTable .rt-th:last-child,.ReactTable .rt-td:last-child{padding-right:0}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:rgba(0,0,0,0);margin:0 10px}.ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(-90deg);transform:translate(-50%, -50%) rotate(-90deg);border-left:5.04px solid rgba(0,0,0,0);border-right:5.04px solid rgba(0,0,0,0);border-top:7px solid rgba(0,0,0,.8);transition:all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%, -50%) rotate(0);transform:translate(-50%, -50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{flex:1 0 auto;display:flex;flex-direction:column}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.ReactTable .-pagination{z-index:1;display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;padding:5px 0}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline:none}.ReactTable .-pagination .-btn{-webkit-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,.6);background:rgba(0,0,0,.1);transition:all .1s ease;cursor:pointer;outline:none}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{flex:1 1;text-align:center}.ReactTable .-pagination .-center{flex:1.5 1;text-align:center;margin-bottom:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:rgba(255,255,255,.8);transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,.8);transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);-webkit-transform:translateY(-52%);transform:translateY(-52%);transition:all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{transition:none !important;cursor:col-resize;-webkit-user-select:none;user-select:none}
@page {
  size: auto;
}

.App {
  text-align: center;
}

.App-logo {
  /* animation: App-logo-spin infinite 20s linear; */
  height: 80px;
}

.charts {
  /* animation: App-logo-spin infinite 20s linear; */
  height: 250px;
}

.App-intro {
  font-size: large;
  color: black;
}

.pac-container {
  z-index: 1301 !important;
}

@-webkit-keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.backgroundPic {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/static/media/hero_image.11f0f6f4.webp);
}

.thank-you {
  background: linear-gradient(180deg, #25ae9c 0%, #03989e 100%);
  height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.thank-you-word {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 110px;
  text-align: center;
  color: white;
}

.thank-you-subtitle {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.thank-you-subtitle span {
  color: gold;
}

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}

.MuiListItemText-primary {
  color: white;
}

.form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  margin: 0 auto 50px;
  padding: 15px;
  text-align: center;
  box-shadow:
    0 0 20px 0 rgba(0, 0, 0, 0.2),
    0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  outline: 0;
  font-family: "Roboto", sans-serif;
  width: 220px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4db6ac;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,
.form button:active,
.form button:focus {
  background: #a1d3af;
}

.gradient {
  background-image: linear-gradient(to bottom right, #7fcec9, #a1d3af);
  display: "flex";
  height: 80;
  color: "white";
}

.utakcard {
  background: #ffffff;
  border-radius: 5px;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.job {
  color: dimgrey;
  margin: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.1);
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none !important;
}

.job:hover {
  font-weight: bold;
  color: white;
  background: #4db6ac;
}

.containertop {
  position: relative;
  width: 100%;
}

.topleft {
  position: absolute;
  top: 20px;
  left: 20px;
}

.bottomFloat {
  position: absolute;
  top: 70%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.typingtext {
  font-weight: 500;
  font-size: 50px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.job .cv {
  display: none;
}

.job:hover .role {
  display: none;
}

.job:hover .cv {
  display: inline;
}

.button {
  background: red;
  border-radius: 8px;
  color: white;
  outline: none;
}

.daysContainer {
  margin-bottom: 18px;
}
.daysContainer .dayCon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  margin: 5px 10px;
  cursor: pointer;
  text-indent: 1px;
}
.daysContainer .dayCon.active {
  border-color: #9fd3b1;
  color: #fff;
  background: #9fd3b1;
}
.css-2b097c-container .css-a26ri3-Control {
  width: 100%;
}

.SettingTimeStyle .css-zk88xw-singleValue {
  color: gray;
}

@media screen and (max-width: 600px) {
  .notif-bell {
    display: none;
  }
}

.yt-container {
  position: relative;
  margin-top: 16;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.yt-iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  align-self: center;
  overflow: hidden;
}

.yt-content-container {
  padding-bottom: 12px;
}

.yt-content-container a {
  color: black;
  text-decoration: none;
}

.yt-content-container a:hover {
  color: #26a69a;
}

.swiper-scrollbar-drag {
  background: #26a69a !important;
}

.ReactModal__Overlay {
  z-index: 2000 !important;
}

.swiper.home-banner {
  width: 100%;
  height: 100%;
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.swiper.statistics {
  width: 100%;
  height: calc(100% + 28px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 28px;
}

.swiper.statistics .swiper-slide {
  width: calc((100% - (12px * (5 - 1))) / 5) !important;
  height: calc((100% - (12px * 2)) / 2) !important;
  padding-right: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .swiper.statistics .swiper-slide {
    width: calc((100% - (8px * (2 - 1))) / 2) !important;
    height: calc((100% - (8px * 5)) / 5) !important;
    padding-right: 8px;
    padding-bottom: 8px;
  }
}

.swipe-shadow {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.075) !important;
}

.swiper.paymentTypes,
.swiper.unsoldItems {
  width: calc(100% + 24px);
  height: 100%;
  margin-left: -12px;
}

.swiper.paymentTypes .swiper-slide,
.swiper.unsoldItems .swiper-slide {
  height: auto;
  padding: 0 12px;
  box-sizing: border-box;
}

.swiper.paymentTypes .swiper-scrollbar {
  right: 0 !important;
}

.swiper.paymentTypes .swiper-scrollbar-drag,
.swiper.unsoldItems .swiper-scrollbar-drag {
  background: #63bcc2 !important;
}

.swiper.pieChart {
  width: calc(100% + 10px);
  height: 100%;
  margin-left: -5px;
}

.swiper.pieChart .swiper-slide {
  height: auto;
  padding: 0 5px;
  box-sizing: border-box;
}

.swiper.pieChart .swiper-scrollbar {
  right: 0 !important;
}

.swiper.pieChart .swiper-scrollbar-drag {
  background: #63bcc2 !important;
}

.swiper-careers-0 {
  max-width: 400px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  transition: all 0.2s ease-in-out;
}

.swiper-careers-0:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.swiper-careers-0 .swiper-slide {
  width: 100%;
  max-width: 400px;
  height: 400px;
  border: 8px solid white;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.1);
}

.swiper-careers-0 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-careers-1 .swiper-slide {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
}

.swiper-careers-1 .swiper-slide img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.swiper-careers-1 .swiper-pagination-bullet {
  background-color: #25ae9c;
}

div[class^="gsap-marker-"] {
  z-index: 9999 !important;
}

.navbar-shadow {
  background-color: #5caeb3 !important;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.075) !important;
}

.ReactTable .-pagination .-btn,
.ReactTable .rt-thead.-filters input,
.ReactTable .rt-thead.-filters select {
  border-radius: 6px;
}

.htDropdownMenu,
.htContextMenu {
  z-index: 1202 !important;
}

.nivo-root {
  overflow: visible !important;
}

.flex-direction {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .flex-direction {
    flex-direction: column;
  }
}

@-webkit-keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}

@keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}

@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes visible {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  43% {
    opacity: 1;
  }
  46% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes visible {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  43% {
    opacity: 1;
  }
  46% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.react-typing-effect-container span {
  display: none !important;
}

body {
  /* font-size: 14; */
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.MuiDialog-scrollPaper .MuiDialog-paperFullWidth {
  height: 100%;
}
.modalHeading {
  overflow: auto;
  padding: 10px 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
}
.modalHeading h4 {
  font-size: 20px;
  float: left;
  margin: 0;
  line-height: 30px;
}
.modalHeading button {
  float: right;
}
.MuiTableHead-root .MuiTableCell-head {
  font-weight: 600;
  padding: 7px;
}
.editingMode {
}
.MuiDialog-scrollPaper .MuiTableContainer-root,
.MuiDialog-scrollPaper .MuiPaper-elevation24 {
  box-shadow: none;
}
.editingMode tbody .MuiTableRow-root {
  opacity: 0.3;
  pointer-events: none;
}
.editingMode tbody .editing {
  opacity: 1;
  pointer-events: auto;
  background: #e8e6e6;
}
.editingActions {
  display: none;
}
.editingMode tbody .editing .nonEditActions {
  display: none;
}
.editingMode tbody .editing .editingActions {
  display: block;
}
.editingMode .tableInput,
.tableInput {
  width: 150px;
}
.MuiTableRow-root .MuiTableCell-body {
  padding: 7px;
}
.MuiTableRow-root .MuiTableCell-footer {
  padding: 7px;
  background: #e8e6e6;
}
.mainTableContainer {
  padding: 5px 20px;
  height: calc(100% - 20px);
  overflow: auto;
}
.addingNewItem .MuiTableBody-root {
  opacity: 0.3;
  pointer-events: none;
}
.MuiTableCell-root .btn-primary,
.MuiTableCell-root .btn-primary:not(:disabled):not(.disabled):active {
  background: rgb(161, 211, 175);
  border-color: rgb(161, 211, 175);
  margin-right: 5px;
  outline: none;
  box-shadow: none;
}
.MuiTableCell-root .btn-primary:hover {
  opacity: 0.6;
}
.MuiTableCell-root .btn-secondary,
.MuiTableCell-root .btn-secondary:not(:disabled):not(.disabled):active {
  background: red;
  border-color: red;
  margin-right: 5px;
}

.modalHeading .btn-primary,
.modalHeading .btn-primary:not(:disabled):not(.disabled):active {
  background: rgb(239, 165, 112);
  border-color: rgb(239, 165, 112);
  outline: none;
  box-shadow: none;
  padding: 2px 6px;
  font-size: 14px;
}
.modalHeading .btn-primary:hover {
  opacity: 0.7;
}
.noPackage {
  text-align: center;
  color: grey;
  padding: 10px;
  min-height: 200px;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 20px;
  justify-content: center;
}
.react-datepicker__input-container .form-control[readonly] {
  background: #fff;
}
.modalHeading .btn-primary {
  margin-left: 20px;
}
.modalHeading .btn-primary.closeBtn {
  background: none;
  border-color: #ccc;
  border-radius: 30px;
  width: 27px;
  color: #ccc;
}

