@font-face {
  font-family: Proxima-bold;
  src: url("../font/proxima-nova-bold.otf") format("opentype");
}
@font-face {
  font-family: Proxima-regular;
  src: url("../font/proxima-nova-regular.otf") format("opentype");
}
* {
  box-sizing: border-box;
}

body {
  background-color: #eeeeee;
  font-family: Proxima-regular;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mr-5 {
  margin-right: 2.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.ml-2 {
  margin-left: 1rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.ml-4 {
  margin-left: 2rem;
}

.ml-5 {
  margin-left: 2.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

label {
  font-size: 14px;
}

h1 {
  font-weight: bolder;
  font-size: 20px;
}

.grey {
  color: #8a8a8a !important;
}

.primary-200 {
  color: #ffdee3 !important;
}

.primary {
  color: #e81a3b !important;
}

.caption {
  font-size: 12px;
}

.title {
  font-size: 20px;
}

.bold {
  font-family: Proxima-bold;
}

.body-1 {
  font-size: 16px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.7rem 2rem;
  background-color: #cacaca;
  color: #323232;
  font-size: 14px;
}

.btn-primary {
  background-color: #e81a3b;
  color: #f9f9f9;
}
.btn-primary:hover {
  background-color: #bf122e !important;
}

.btn-primary-outlined {
  background-color: transparent;
  color: #e81a3b;
  box-shadow: 0px 0px 0px 2px #e81a3b inset;
}
.btn-primary-outlined:hover {
  background-color: #ffdee3 !important;
}

.btn-default {
  background-color: #cacaca;
  color: #323232;
}
.btn-default:hover {
  background-color: #8a8a8a !important;
}

.btn-medium {
  font-size: 14px;
}

.btn-small {
  font-size: 12px;
}

.btn-large {
  font-size: 16px;
}

.flex-row {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-spaced {
  justify-content: space-between;
}

.wrap {
  flex-wrap: wrap;
}

.gap8 {
  gap: 8px;
}

.gap12 {
  gap: 12px;
}

.gap24 {
  gap: 24px;
}

.gap32 {
  gap: 32px;
}

.gap48 {
  gap: 48px;
}

.custom-input {
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  background-color: #f9f9f9;
  border: 1px solid #cacaca;
  border-radius: 0px;
}
.custom-input:focus-visible {
  border: 1px solid #e81a3b;
  outline: 0px;
}
.custom-input:active {
  border: 1px solid #e81a3b;
  outline: 0px;
}

table {
  border-collapse: collapse;
  color: #323232;
  background-color: #f9f9f9;
  overflow: hidden;
  max-width: 1100px;
  border: 1px solid #cacaca;
  height: 500px;
  display: block;
  overflow: auto;
}

@media screen and (max-width: 1400px) {
  table {
    max-width: 980px;
  }
}
@media screen and (max-width: 1200px) {
  table {
    max-width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  table {
    max-width: 700px;
  }
}
@media screen and (max-width: 750px) {
  table {
    max-width: 500px;
  }
}
@media screen and (max-width: 560px) {
  table {
    max-width: 450px;
  }
}
@media screen and (max-width: 500px) {
  table {
    max-width: 350px;
  }
}
@media screen and (max-width: 450px) {
  table {
    max-width: 280px;
  }
}
.inactive-th {
  position: sticky;
  top: 0;
  z-index: 1;
}
.inactive-th:hover {
  background-color: #ffdee3;
}

.active-th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffc2cb;
  color: #e81a3b;
}
.inactive-row {
  background-color: #f9f9f9 !important;
}
.inactive-row:hover {
  background-color: #d7e2ff !important;
}

.active-row {
  background-color: #b9ccff !important;
  color: #21409a;
}
th,
td {
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  font-family: "Motnserrat", sans-serif;
  text-align: left;
  font-size: 12px;
  padding: 15px 50px;
  white-space: nowrap;
}

th {
  background-color: #f1f1f1;
  color: #323232;
}

.main header {
  background-color: #ffffff;
  padding: 1rem 8rem;
}
.main header .logo {
  width: 150px;
}
.main header .logo-text {
  font-size: 24px;
}
@media screen and (max-width: 560px) {
  .main header .logo-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .main header {
    padding: 1rem 2rem;
  }
}
.main .scrollable-wrapper {
  overflow: auto;
}
.main .scrollable {
  overflow: auto;
  min-width: 800px;
}
.main nav {
  background-color: #f9f9f9;
  padding: 0rem 8rem;
}
.main nav .nav-item-wrapper {
  position: relative;
  height: 50px;
}
.main nav .nav-icon {
  display: none;
}
.main nav .nav-item .nav-label {
  color: #323232;
  opacity: 0.5;
}
.main nav .nav-item .nav-icon-wrapper {
  border-radius: 100px;
  background-color: #323232;
  height: 20px;
  width: 20px;
  font-size: 12px;
  color: #f9f9f9;
  line-height: 0px;
  opacity: 0.5;
}
.main nav .filled {
  background-color: #e81a3b;
}
.main nav .active .nav-icon-wrapper {
  background-color: #e81a3b;
  opacity: 1;
}
.main nav .active .nav-label {
  color: #e81a3b;
  opacity: 1;
}
.main nav .complete .nav-icon-wrapper {
  background-color: #e81a3b;
  opacity: 1;
}
.main nav .complete .nav-label {
  color: #323232;
  opacity: 1;
}
.main nav .complete .nav-icon {
  display: inline-block;
}
.main nav .complete .nav-text {
  display: none;
}
.main nav .active-border {
  height: 3px;
  width: 110px;
  background-color: #e81a3b;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .main nav {
    padding: 0rem 2rem;
  }
}
.main .content-wrapper {
  padding: 3rem 0rem;
}
.main .file-uploading .desktop {
  display: flex;
}
.main .file-uploading .mobile {
  display: none;
}
@media screen and (max-width: 560px) {
  .main .file-uploading .desktop {
    display: none;
  }
  .main .file-uploading .mobile {
    display: flex;
  }
  .main .file-uploading .upload-data {
    background-color: #eeeeee;
  }
}
.main .upload-data {
  background-color: #f9f9f9;
  padding: 3rem;
  border-radius: 5px;
}
.main .upload-data .drop-zone {
  position: relative;
  border: 1px dashed #323232;
  padding: 2rem 8rem;
  border-radius: 10px;
}
.main .upload-data .drop-zone .folder-icon {
  width: 50px;
}
.main .upload-data .drop-zone .folder-icon img {
  width: 100%;
}
.main .upload-data .drop-zone .drop-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffdee3;
  border-radius: 10px;
  display: none;
}
.main .uploading-file {
  background-color: #f9f9f9;
  padding: 3rem;
  border-radius: 5px;
}
.main .uploading-file .file-uploader-wrapper {
  padding: 1rem;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.main .uploading-file .file-uploader-wrapper .progress-bar-wrapper {
  width: 100%;
  position: relative;
  background-color: #eeeeee;
  height: 3px;
  border-radius: 5px;
}
.main .uploading-file .file-uploader-wrapper .progress-bar-wrapper .progress {
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  height: 3px;
  width: 0%;
  background-color: #e81a3b;
}
@media screen and (max-width: 560px) {
  .main .uploading-file {
    background-color: #eeeeee;
    padding: 3rem 1rem;
  }
  .main .file-uploader-wrapper {
    background-color: #f9f9f9 !important;
  }
}
.main .select-data {
  width: 100%;
  margin: 0rem 8rem;
}
.main .select-data .show-table {
  width: 100%;
}
.main .select-data .search-area {
  width: 100%;
}
.main .select-data .search-bar {
  position: relative;
}
.main .select-data .search-bar .search-icon {
  position: absolute;
  left: 12px;
  top: 8px;
}
.main .select-data .file-uploader-wrapper {
  display: none;
  padding: 1rem;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.main .select-data .file-uploader-wrapper:hover {
  border: 1px solid #e81a3b;
}
.main .select-data .file-uploader-wrapper .show-icon {
  display: flex;
}
.main .select-data .file-uploader-wrapper .hide-icon {
  display: none;
}
@media screen and (max-width: 560px) {
  .main .file-uploader-wrapper {
    display: flex !important;
  }
  .main .uploaded-table {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .main .select-data {
    margin: 0rem 2rem;
  }
}
.main .select-method {
  width: 100%;
  margin: 0rem 8rem;
}
.main .select-method .actions-method {
  justify-content: flex-end;
}
.main .select-method .method-box {
  position: relative;
  padding: 2rem 2rem;
  background-color: #f9f9f9;
  min-width: 200px;
  max-width: 442px;
  border: 2px solid #cacaca;
}
.main .select-method .method-box:hover {
  border: 2px solid #e81a3b;
}
.main .select-method .method-box .checkbox {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  background-color: #e81a3b;
}
@media screen and (max-width: 1000px) {
  .main .select-method .method-flex {
    flex-wrap: wrap !important;
  }
  .main .select-method .actions-method {
    justify-content: flex-start;
  }
}
.main .select-method .method-box-active {
  border: 2px solid #e81a3b;
}
@media screen and (max-width: 1000px) {
  .main .select-method {
    margin: 0rem 2rem;
  }
}
.main .preview {
  width: 100%;
  margin: 0rem 8rem;
}
.main .preview .search-bar {
  position: relative;
}
.main .preview .search-bar .search-icon {
  position: absolute;
  left: 12px;
  top: 8px;
}
.main .preview .preview-file-show {
  display: none;
}
.main .preview .preview-back-mobile {
  display: none;
}
.main .preview .file-uploader-wrapper {
  display: none;
  padding: 1rem;
  width: 100%;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.main .preview .file-uploader-wrapper:hover {
  border: 1px solid #e81a3b;
}
.main .preview .file-uploader-wrapper .show-icon {
  display: flex;
}
.main .preview .file-uploader-wrapper .hide-icon {
  display: none;
}
@media screen and (max-width: 560px) {
  .main .preview-table {
    display: none;
  }
  .main .preview-file-show {
    display: flex !important;
  }
  .main .preview-share-desktop {
    display: none !important;
  }
  .main .preview-download-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .main .preview {
    margin: 0rem 2rem;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0.81rem;
  margin: 0;
  width: 100%;
  font-size: 14px;
  cursor: inherit;
  line-height: inherit;
  color: #323232;
  z-index: 1;
  outline: none;
}
select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 150px;
  max-width: 200px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  line-height: 1.1;
  background-color: #f9f9f9;
  border: 1px solid #cacaca;
  color: #323232;
}
.select select, .select::after {
  grid-area: select;
}
.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  position: relative;
  right: 20px;
  background-color: #8a8a8a;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #e81a3b;
  border-radius: inherit;
  color: #323232;
}

.input-number {
  width: 60px;
  padding: 0 5px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
}

.input-number-increment {
  border-left: none;
}/*# sourceMappingURL=style.css.map */