body,
body:after {
  min-height: 100vh;
}
.app,
.mainSqueezPageRequest {
  width: 100% !important;
  position: relative;
  display: flex;
}
.tab-ui .nav-tabs .nav-link,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova" !important;
}
:root {
  --primary-color: #c18c3d;
  --secondary-color: #9c9c9c;
  --light: #f2f2f2;
  --header-color: #222222;
  --footer-color: #222222;
  --background-color: #f2f2f2;
}
::-ms-input-placeholder {
  color: #999999 !important;
}
::placeholder {
  color: #999999 !important;
}
@font-face {
  font-family: Aptos;
  src: url("../fonts/Aptos.woff2") format("woff2"),
    url("../fonts/Aptos.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-SemiboldIt.eot");
  src: url("../fonts/ProximaNova-SemiboldIt.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"),
    url("../fonts/ProximaNova-SemiboldIt.woff") format("woff"),
    url("../fonts/ProximaNova-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Extrabld.eot");
  src: url("../fonts/ProximaNova-Extrabld.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"),
    url("../fonts/ProximaNova-Extrabld.woff") format("woff"),
    url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-RegularIt.eot");
  src: url("../fonts/ProximaNova-RegularIt.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"),
    url("../fonts/ProximaNova-RegularIt.woff") format("woff"),
    url("../fonts/ProximaNova-RegularIt.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),
    url("../fonts/ProximaNova-Semibold.woff") format("woff"),
    url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Light.woff2") format("woff2"),
    url("../fonts/ProximaNova-Light.woff") format("woff"),
    url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-LightIt.eot");
  src: url("../fonts/ProximaNova-LightIt.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-LightIt.woff2") format("woff2"),
    url("../fonts/ProximaNova-LightIt.woff") format("woff"),
    url("../fonts/ProximaNova-LightIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
body {
  color: var(--secondary-color);
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.3rem;
}
.z-index1 {
  z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
body:after {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(34, 34, 34, 0.6); */
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.app {
  flex-direction: column;
  justify-content: space-between;
}
.mainSqueezPageRequest {
  flex-direction: column;
  height: 100vh !important;
  justify-content: space-between;
}
main {
  overflow-y: auto;
  margin: auto 0;
}
a,
a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.text-light {
  color: var(--light) !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-light {
  background: var(--light) !important;
}
.sec-title {
  border-radius: 1rem 1rem 0 0;
  padding: 0.7rem 1rem;
}
.sec-title p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--secondary-color);
  font-weight: 600;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  border: solid var(--secondary-color);
  display: inline-block;
  padding: 3px;
}
.squeez-btn {
  background: #fff;
  color: #f77148;
  font-weight: 600;
  /* padding: 0.8rem 0.75rem 0.5rem; */
  transition: 0.5s;
}
.squeez-btn:hover {
  background: #f77148 !important;
}
.squeez-btn:hover svg path {
  fill: #ffffff;
  transition: 0.5s;
}
/* .form-control, */
/* .form-select { */
  /* background-color: var(--light); */
  /* padding: 0.65rem 0.75rem !important;
} */
header {
  background: var(--header-color);
}
footer {
  background: var(--footer-color);
}
.accordion-button:not(.collapsed) {
  background-color: var(--primary-color);
  color: (var(--secondary-color));
}
.accordion-button.main-page-active:not(.collapsed) {
  background-color: #f77148;
  color: #121744;
}
.accordion-button.main-page-active:not(.collapsed)::after {
  border: solid #121744;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: 0 0;
  margin-top: 5px;
}
.accordion-button:not(.collapsed)::after {
  border-width: 0 2px 2px 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: 0 0;
  margin-top: 5px;
}
.accordion-button::after {
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: 0 0;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -5px;
}
.accordion-button:focus {
  box-shadow: none;
  border: none;
}
@media (min-width: 1360px) {
  .container-fluid {
    max-width: 1320px;
  }
}
@media (max-width: 991px) {
  body,
  body:after {
    min-height: auto;
  }
  .app {
    height: auto !important;
  }
}
.tab-ui .nav-tabs {
  border: 0;
}
.tab-ui .nav-tabs .nav-item {
  width: 50%;
}
.tab-ui .nav-tabs .nav-link {
  border: 0;
  height: 100%;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 1rem 1rem 0 0;
  padding: 0.7rem 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  text-align: left;
}
.tab-ui .nav-tabs .nav-link.active {
  color: #131922;
  background: var(--primary-color);
}
.tab-ui .nav-tabs .nav-link h2 {
  font-size: 2rem;
  margin: 0;
}
.tab-ui .nav-tabs .nav-link p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0;
}
.mainSqueezPage .tab-ui .nav-tabs .nav-link.active {
  color: #121744;
  background: var(--primary-color, #f77148);
}
.logo-box {
  display: flex;
  justify-content: space-between;
  width: 54%;
}
@media (max-width: 1800px) {
  body {
    font-size: 14px;
  }
  .sec-title {
    padding: 0.5rem 1rem;
  }
  .sec-title h2,
  .tab-ui .nav-tabs .nav-link h2 {
    font-size: 1.5rem;
  }
  .sec-title p,
  .tab-ui .nav-tabs .nav-link p {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .tab-ui .nav-tabs .nav-link h2 {
    font-size: 1.2rem;
  }
  .tab-ui .nav-tabs .nav-link p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .logo-box {
    width: 100%;
    justify-content: center;
  }
  .merchant-logo {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .tab-ui .nav-tabs .nav-item {
    width: 100%;
  }
}
.react-tel-input .country-list {
  outline: 0;
  z-index: 1;
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 10px 0 10px -1px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  width: 200px;
  max-height: 200px;
  overflow-y: scroll;
  border-radius: 0 0 3px 3px;
  scrollbar-width: auto;
  scrollbar-color: #aaa #f1f1f1;
}
.custom-input .react-tel-input .country-list{
width: 232px !important;
}
.react-tel-input .country-list::-webkit-scrollbar {
  width: 8px;
}
.react-tel-input .country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.react-tel-input .country-list::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 4px;
}
.react-tel-input .country-list::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.ant-picker-time-panel-column {
  overflow-y: scroll !important;
}
.dropdown-menu {
  scrollbar-width: thin;
}
.page-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.waitlist-btn {
  background: #ffffff;
  color: #f77148;
  font-weight: 800;
  padding: 0.3rem 0.55rem 0.3rem;
  transition: all 0.5s;
}
.waitlist-btn:hover {
  background: #f77148 !important;
}
.waitlist-btn:hover svg path {
  fill: #ffffff;
  transition: all 0.5s;
}
.btn:hover {
  color: white;
}


.scrollbar-width{
  scrollbar-width: thin !important;
}

.sl-occation >div {
    min-height: inherit;
    box-sizing: border-box;
    height: 38px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.sl-occation >div + div { margin: 0 !important; height: auto !important; max-height: 200px !important; }