.account-info .card {
  border: unset;
  max-width: 413px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.account-info .card .title {
  padding: 11px 115px 10px 114px;
  object-fit: contain;
  border-radius: 24px 24px 0 0;
  text-align: center;
  background: #000;
  color: white;
  font-family: "Outfit-Medium";
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #fff;
}
.account-info .card .mainx .back-btn {
  background-color: white;
}
.account-info .card .mainx .back-btn i {
  vertical-align: sub;
}
.account-info .card .mainx .back-btn button:hover {
  border-color: white;
}
.account-info .card .mainx .back-btn button:active {
  border-color: white;
}
.account-info .card .mainx .back-btn button:focus {
  border-color: white;
}
.account-info .change {
  font-family: "Outfit-Regular";
  width: 122px;
  height: 55px;
  border-radius: 12px;
  background-color: #000;
  border-radius: 10px;
}
.account-info .delete-title {
  font-family: "Outfit-Regular";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #000;
}
.account-info .delete-description {
  font-family: "Outfit-ExtraLight";
  font-size: 12px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #818181;
}
.account-info .submit {
  width: 210px;
  font-family: "Outfit-Regular";
  font-size: 15px;
  font-weight: 600;
  padding: 18px 0;
  border-radius: 28px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  text-align: center;
  color: #fff;
}
.account-info .delete-btn {
  width: 210px;
  height: 44px;
  padding: 3px 52px;
  border-radius: 12px;
  font-family: "Outfit-Regular";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.6;
  letter-spacing: 0.19px;
  text-align: center;
  color: #f77;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

body {
  font-size: 0.875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: calc(48px + env(safe-area-inset-top));
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  /* padding: 48px 0 0; */
  /* Height of navbar */
  overflow: auto;
  padding: 0px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: #28c891;
}

.menuActiveItem {
  border-radius: 12px;
  border: solid 2px #28c891;
  background-color: rgba(40, 200, 145, 0.3);
}

.menuInActiveItem {
  border-radius: 12px;
  border: solid 2px #f2f2f2 !important;
  background-color: #f2f2f2 !important;
}

.popup-sm-modal {
  max-width: 345px;
  width: 100%;
}
.popup-sm-modal .fq-li {
  border: 3px solid #FFF;
}
.popup-sm-modal .fq-li:hover {
  border-radius: 40px;
  background: #eaebeb;
  border: 3px solid #28c891;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: calc(48px + env(safe-area-inset-top));
    width: 100%;
  }
  .popup-sm-modal {
    max-width: 345px;
    margin: 0 auto;
    width: 80%;
  }
  /* .row{
    margin-left: 0;
    margin-right: 0;
  } */
}
.navbar {
  min-height: 48px;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 18px;
  letter-spacing: 0.7px;
  /* background-color: rgba(0, 0, 0, .25); */
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}

/* 
.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
} */
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.card .card-body {
  font-family: Open Sans;
  padding: 15px;
}

.p-3 {
  padding: 1rem !important;
}

.card-body {
  flex: 1 1 auto;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.375;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.main {
  /* height: calc(100vh - 48px - env(safe-area-inset-bottom) - env(safe-area-inset-top)); */
  /* overflow: auto; */
  padding: 20px;
  /* margin-right: -15px; */
}
.main .title a {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.57px;
  color: #3e3a39;
}
.main .title .subTitle a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #3e3a39;
}
.main .subject {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: -0.02px;
  color: #000;
  margin-bottom: 20px;
}
.main .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.main .collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.main .collapsible-link[aria-expanded=true]::before {
  content: "\f106";
}
.main .card .card-list a {
  line-height: 40px;
}

.reportName {
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  margin-left: 10px;
  color: black;
}

.main-container {
  padding: 15px;
}

@media (min-width: 576px) {
  #sidebarMenu {
    min-width: 100%;
  }
  .container-fluid {
    padding-left: -15px;
    padding-right: -15px;
  }
  .main {
    margin-left: 0;
    padding: 20px;
    margin-right: 0px;
  }
}
.slider-white-bg {
  background: #f2f2f2 !important;
  padding: 15px;
}

@media (min-width: 768px) {
  #sidebarMenu {
    min-width: 240px;
  }
  .main {
    margin-left: 240px;
    padding: 30px;
    margin-right: 0px;
  }
  .main-container {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #sidebarMenu {
    min-width: 240px;
  }
  .main {
    margin-left: 240px;
    padding: 30px;
    margin-right: 0px;
  }
  .main-container {
    padding: 30px;
  }
  .menuStyle {
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  #sidebarMenu {
    min-width: 240px;
  }
  .main {
    margin-left: 240px;
    padding: 30px;
    margin-right: 0px;
  }
  .menuStyle {
    max-width: 240px;
  }
  .main-container {
    padding: 30px;
  }
}
/* for sm */
.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: 1.75rem;
  border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: 0.5rem;
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.75rem);
}

/* for md */
.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 15px;
  padding-bottom: 0;
  margin-top: -4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #3e3a39;
  font-family: "PTSans-Bold";
}

.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: 2.75rem;
  border-radius: 3rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  background: #ff5d52;
  border-radius: 1.25rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3e3a39;
  background-color: white;
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.25rem);
  background: #5cabd2;
}

/* for lg */
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: 3.75rem;
  border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.75rem);
}

/* for xl */
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: 4.75rem;
  border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: 2.75rem;
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(2.25rem);
}

.account-info .card {
  border: unset;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.account-info .card .title {
  padding: 11px 115px 10px 114px;
  object-fit: contain;
  border-radius: 24px 24px 0 0;
  text-align: center;
  background: #000;
  color: white;
  font-family: "Outfit-Medium";
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #fff;
}
.account-info .card .mainx .back-btn {
  background-color: white;
}
.account-info .card .mainx .back-btn i {
  vertical-align: sub;
}
.account-info .card .mainx .back-btn button:hover {
  border-color: white;
}
.account-info .card .mainx .back-btn button:active {
  border-color: white;
}
.account-info .card .mainx .back-btn button:focus {
  border-color: white;
}
.account-info .change {
  font-family: "Outfit-Regular";
  width: 122px;
  height: 55px;
  border-radius: 12px;
  background-color: #000;
  border-radius: 10px;
}
.account-info .delete-title {
  font-family: "Outfit-Regular";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #000;
}
.account-info .delete-description {
  font-family: "Outfit-ExtraLight";
  font-size: 12px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #818181;
}
.account-info .submit {
  width: 210px;
  font-family: "Outfit-Regular";
  font-size: 15px;
  font-weight: 600;
  padding: 18px 0;
  border-radius: 28px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  text-align: center;
  color: #fff;
}
.account-info .delete-btn {
  width: 210px;
  height: 44px;
  padding: 3px 52px;
  border-radius: 12px;
  font-family: "Outfit-Regular";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.6;
  letter-spacing: 0.19px;
  text-align: center;
  color: #f77;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.form-signin {
  max-width: 441px;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=text] {
  margin-bottom: 12px;
  border-radius: 10px;
  border: none;
  background-color: #eaebeb;
}

.form-signin input[type=password] {
  margin-bottom: 12px;
  border-radius: 10px;
  border: none;
  background-color: #eaebeb;
}

.logout-section {
  position: absolute;
  bottom: 20px;
  bottom: calc(20px + env(safe-area-inset-bottom));
}

.progress-container {
  padding: 10px 53px 0 43px;
}

/*Progress steps styles*/
.progression-bar {
  list-style: none;
  margin: 0 0 38px 0;
  padding: 0;
  display: flex;
  width: 100%;
  z-index: 1;
  position: relative;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  /*this classes are added to animate the progress bar*/
  /*this classes are added to animate the progress bar*/
}
.progression-bar:before {
  transition-delay: 2s;
  transition: width 0.5s linear;
  content: "";
  width: 20px;
  background-color: #77b800;
  height: 8px;
  left: 20px;
  position: absolute;
  top: 47%;
  transform: translateY(-47%);
  z-index: 2;
}
.progression-bar:after {
  transition: width 0.9s ease-in-out;
  content: "";
  width: 98%;
  background-color: #77b800;
  height: 8px;
  left: 9px;
  position: absolute;
  top: 47%;
  will-change: transform;
  transform: translateY(-47%);
  z-index: 1;
}
.progression-bar.step-2:before, .progression-bar.pre-pending:before {
  width: 25%;
}
.progression-bar.step-3:before, .progression-bar.interview-complete:before {
  width: 95%;
}
.progression-bar.step-4:before {
  width: 74.5%;
}
.progression-bar.step-5:before, .progression-bar.post-sent:before {
  width: 98%;
}
.progression-bar li {
  display: flex;
  position: relative;
  height: 65px;
  cursor: pointer;
  flex-basis: 55px;
}
.progression-bar li:before {
  content: "";
  z-index: 6;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  will-change: transform;
  transform: translateY(-50%);
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #e5e5e5;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.5s linear;
}
.progression-bar li:after {
  will-change: opacity;
  transition: opacity 0.5s linear;
  opacity: 0;
  content: "";
  display: block;
}
.progression-bar li.is-pending:before {
  border-color: #e8f22e;
}
.progression-bar li:last-child {
  margin: 0;
  background-color: #FFF;
}
.progression-bar li.is-active, .progression-bar li:hover {
  color: #77b800;
  position: relative;
}
.progression-bar li.is-active:before, .progression-bar li:hover:before {
  box-shadow: 0 0 6px 1px #cccccc;
  border-color: #77b800;
  content: "";
  text-align: center;
}
.progression-bar li.is-active:before {
  box-shadow: none;
}
.progression-bar li .progression-title,
.progression-bar li .progression-date {
  color: #656565;
  position: absolute;
  white-space: nowrap;
}
.progression-bar li .progression-title {
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.progression-bar li .progression-date {
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.header-menu {
  padding-top: 35px;
  margin-bottom: 40px;
}
.header-menu .promotionbar {
  height: 55px;
  padding: 10px 20px;
}
.header-menu .promotionbar img {
  height: 30px;
  margin-right: 15px;
}
.header-menu .promotionbar span {
  color: white;
  font-size: 20px;
  vertical-align: text-top;
  line-height: 27px;
}
@media (max-width: 768px) {
  .header-menu {
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .header-menu .promotionbar {
    height: 50px;
    padding: 10px 0;
  }
  .header-menu .promotionbar img {
    height: 18px;
    margin-right: 8px;
  }
  .header-menu .promotionbar span {
    color: white;
    font-size: 12px;
    vertical-align: text-top;
    line-height: 27px;
  }
}

.card {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15) !important;
  border: unset;
  background-color: #fff;
}

.wallet-card {
  border-radius: 0 0 12px 12px !important;
  border: none;
  background-image: url("/assets/img/picture/partner/background_my_wallet.png");
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15) !important;
  height: 277px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.wallet-card .wallet-board {
  margin: 0px auto 20px;
  padding: 36px 53px;
  border-radius: 12px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 335px;
  height: 180px;
  width: 100%;
}

.errorMessage {
  font-size: 13px;
  padding-left: 5px;
  color: #FF7777;
}

.toast-error {
  top: 100px;
  background: #FF7777;
}
.toast-error .toast-header {
  background: #f6a4a4;
}

.toast-success {
  background: #B1D1FD;
}
.toast-success .toast-header {
  background: #EBF3FE;
}

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

.partner-tree {
  /* --- Tree --- */
}
.partner-tree .angular-ui-tree-handle {
  padding: 3px 10px 3px 30px;
}
.partner-tree ul.tree,
.partner-tree ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner-tree ul.tree ul {
  margin-left: 25px;
}
.partner-tree ul.tree li {
  margin: 0;
  padding: 0 7px;
  line-height: 20px;
  color: #369;
  font-weight: bold;
  border-left: 1px solid rgb(100, 100, 100);
}
.partner-tree ul.tree li:last-child {
  border-left: none;
}
.partner-tree ul.tree li:before {
  position: relative;
  top: -0.3em;
  height: 1em;
  width: 12px;
  color: white;
  border-bottom: 1px solid rgb(100, 100, 100);
  content: "";
  display: inline-block;
  left: -7px;
}
.partner-tree ul.tree li:last-child:before {
  border-left: 1px solid rgb(100, 100, 100);
}
.partner-tree tr.angular-ui-tree-empty {
  height: 100px;
}
.partner-tree .group-title {
  background-color: #687074 !important;
  color: #FFF !important;
}
.partner-tree .btn {
  border: solid 3px white !important;
}
.partner-tree .btn:hover {
  border: solid 3px #fcbe24 !important;
}
.partner-tree .tree-node {
  border: 1px solid #dae2ea;
  background: #f8faff;
  color: #7c9eb2;
}
.partner-tree .nodrop {
  background-color: #f2dede;
}
.partner-tree .tree-node-content {
  margin: 10px;
}
.partner-tree .tree-handle {
  padding: 10px;
  background: #428bca;
  color: #FFF;
  margin-right: 10px;
}
.partner-tree .angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #28c891;
  border: solid 2px #28c891;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(40, 200, 145, 0.9);
}

.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #28c891;
  border: solid 2px #28c891 !important;
  outline: 0;
  box-shadow: unset;
}

.copy {
  display: none;
}

.xcopy {
  display: none;
}

.table-hover {
  line-height: 21px;
}

.table-hover:hover {
  background: rgba(40, 200, 145, 0.3);
  cursor: pointer;
}

.table-hover:hover:hover .xcopy {
  display: inline;
}

.card-padding {
  padding: 40px 50px;
}

.priceListMain {
  padding: 50px;
}

@media (max-width: 768px) {
  .card-padding {
    padding: 20px 20px;
  }
  .table-hover:hover:hover .xcopy {
    display: none;
  }
  .priceListMain {
    padding: 30px 15px;
  }
}
.scp-orderdetail tr td {
  word-break: break-word;
  padding: 0 0 6px 0;
  font-size: 12px;
  font-family: "Outfit-Light";
  color: black;
  text-align: end;
}
.scp-orderdetail tr th {
  min-width: 64px;
  word-break: break-word;
  padding: 0 0 6px 0;
  font-size: 12px;
  font-family: "Outfit-Light";
  color: #818181;
}

.scp-orderlisttable tr {
  background: white;
}
.scp-orderlisttable tr th {
  background: transparent;
}
.scp-orderlisttable tr:hover {
  background: rgba(40, 200, 145, 0.3);
  border: solid 2px #28c891;
}
.scp-orderlisttable tr:focus {
  border: solid 2px #28c891;
}

.program-list-group li:hover {
  background: rgba(40, 200, 145, 0.3);
  border: solid 2px #28c891;
}
.program-list-group li:focus {
  border: solid 2px #28c891;
}

.scp-orderdetail-slider {
  min-width: 303px;
  max-width: 303px;
  width: 303px;
}

.product-slider {
  max-width: 180px;
  width: 180px;
  min-width: 180px;
}

@media (max-width: 670px) {
  .product-slider {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 961px) {
  .scp-orderdetail-slider {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  /* .row{
    margin-left: 0;
    margin-right: 0;
  } */
}
@media print {
  .progress {
    height: 20px;
    background-color: #f5f5f5;
  }
  .progress-bar {
    background-color: #007bff;
    color: #fff;
    text-align: center;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    width: auto;
    min-width: 20px;
    white-space: nowrap;
  }
}
@font-face {
  font-family: "Outfit-Medium";
  src: url("Outfit-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit-Regular";
  src: url("Outfit-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url("Outfit-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit-Bold";
  src: url("Outfit-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit-ExtraLight";
  src: url("Outfit-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Outfit-Light";
  src: url("Outfit-Light.ttf") format("truetype");
}
a {
  font-family: "Outfit-Medium";
}

p {
  font-family: "Outfit-Regular";
}

body {
  font-family: "Outfit-Medium";
}

/*# sourceMappingURL=all.css.map */
