@import url('https://unpkg.com/normalize.css') layer(normalize);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Sometype+Mono&display=swap');

@font-face {
    font-family: 'BioSans';
    src: url("https://res.cloudinary.com/dsbdgxjwi/raw/upload/v1696694802/BioSans/BioSans-Regular.woff") format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'BioSans';
    src: url("https://res.cloudinary.com/dsbdgxjwi/raw/upload/v1696694803/BioSans/BioSans_Italic.woff") format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'BioSans';
    src: url("https://res.cloudinary.com/dsbdgxjwi/raw/upload/v1696694802/BioSans/BioSans-SemiBold.woff") format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'BioSans';
    src: url("https://res.cloudinary.com/dsbdgxjwi/raw/upload/v1696694803/BioSans/BioSans_SemiBold_Italic.woff") format('woff');
    font-weight: 600;
    font-style: italic;
}

*,
*:after,
*:before {
box-sizing: border-box;
}

[x-cloak] { display: none !important; }

body {
    background-image: url(https://cohaul-asset.nyc3.cdn.digitaloceanspaces.com/bg-cross-4.svg);
    background-repeat: repeat; 
    background-size: 30px auto;
    color: #1f2222;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'BioSans', monospace;
}

.grey-font {
    color: #7B8A94;
}
.bg-green {
    background-color: #D9F9EF;
}
.bg-yellow {
    background-color: #F9F9D9;
}
.b-font {
    font-weight: 600;
}
.margin-zero {
    margin: 0;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
pre {
    background-color: #F5F8FE;
    padding: 10px;
}
input {
    border: 1px solid #1f2222;
    border-radius: 0;
    padding: 8px 10px;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
}
input, button:focus {
    outline: none;
    box-shadow: none;
}
p {
    margin-top: 6px;
}
ol, ul {
    padding-left: 20px;
}
li {
    list-style-type: square;
    margin-bottom: 10px;
}
a {
    color: inherit;
}
a:visited {
    color: inherit;
}
.font-mono {
    font-family: 'Sometype Mono', monospace;
}
button {
    border: 1px solid #1f2222;
    border-radius: 0;
    font-size: 12px;
    padding: 4px 10px;
}
button:disabled {
    background-color: #F5F8FE !important;
    color: #7B8A94 !important;
}
.highlight {
    color: #1f2222;
    background-color: #D9F9EF;
    padding: 0 2px;
}

.page-width {
    max-width: 1000px;
    width: 94%;
    margin: 0 auto;
}
.page-width-small {
    max-width: 800px;
    width: 94%;
    margin: 0 auto;
}
.page-break {
    width: 100%;
    height: 1px;
    background-color: #1f2222;
    margin: 30px 0;
}
.page-break-header {
    width: 100%;
    background-color: #1f2222;
    margin: 30px 0 10px 0;
    color: #fff;
    font-weight: 500;
    padding: 6px 7px;
    line-height: 25px;
}
.page-break-header svg {
    position: relative;
    top: 1px;
    margin-right: 0px;
}
.page-break-sub-header {
    background-color: #EDF2FA;
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px 50px 0;
}
.haul-box {
    background-color: #fff;
    border: 1px solid #1f2222;
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.6);
}

/* HEADER */
.paper-header {
    width: 100%;
    padding: 10px 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    line-height: 0;
}
.paper-header-logo-word {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.paper-header-logo-word img {
    width: auto;
    height: 27px;
}
.paper-header-menu {
    margin-left: auto;
}
.paper-header-menu-item {
    display: inline-block;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #1f2222;
}
.dropdown-menu {
    padding-top: 17px;
    position: absolute;
    min-width: 150px;
    z-index: 10;
    top: 16px;
    border-top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}
.dropdown-menu .haul-box {
    border-top: none;
}

.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
}

.dropdown-item {
    padding: 15px 10px;
    transition: background 0.3s ease;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

.paper-header-menu-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.header-btn {
    margin: 0 0 0 10px;
    height: 27px;
    line-height: 25px;
    font-size: 14px;
}

.paper-container {
  color: #1f2222;
  padding: 20px 20px 30px 20px;
  margin: 20px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.paper-container-small {
    max-width: 495px;
}

.paper-container h1, 
.paper-container h2 {
  font-weight: 400;
}

.paper-container h1 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
}

.paper-container h2 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.page-form-container p {
    margin: 15px 0 5px 0;
    font-size: 14px;
}
.page-form-container-button {
    margin: 30px 0 30px 0;
    font-size: 16px;
}
.page-form-container-button button {
    font-size: 16px;
    cursor: pointer;
}

button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    padding: 0px 10px;
    cursor: pointer;
    background-color: #fff;
    margin-right: 10px;
    color: #1f2222;
    border: 1px solid #1f2222;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.6);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:focus {
    outline: none;
}

button.btn-green:active,
button.btn-orange:active,
button:active {
    background-color: #89929F;
    color: #fff;
    border: 1px solid #FFF;
}
button.btn-orange {
    background-color: #F6DFCA;
}
button.btn-green {
    background-color: #7CF2A4;
}

.paper-container h2.page-sub-title {
    border-bottom: 1px solid #1f2222;
    padding-bottom: 3px;
    margin-top: 26px;
}
.paper-container h2.page-sub-title-highlight {
    background-color: #1F2222;
    color: #fff;
    font-weight: 500;
    padding: 5px;
}
.paper-container h2.page-link-title {
    margin-top: 26px;
}

.haul-btn-small {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 240px;
    text-align: left;
    width: 100%;
}
.haul-btn-small span {
    float: right;
}

/* HERO */
.paper-container .hero-title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
}
.paper-container .hero-title-small {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
}
.paper-container .hero-subtitle {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 20px;
}
.paper-container .hero-pretitle {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
}
.paper-container .hero-screenshot {
    width: 100%;
    height: auto;
}
.paper-container .hero-screenshot img {
    width: 100%;
    height: auto;
}

/* TICKER */
.ticker-container {
    background-color: #1f2222;
    color: #fff;
    overflow: hidden;
    min-height: 34px;
}
    
.ticker-wrap {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.ticker {
    display: inline-block;
    padding-left: 100%;
}

.animate-ticker {
    animation: ticker 50s linear 4.6;  /* 3.6 iterations = 180 seconds (3 minutes) */
}

.ticker-item {
    display: inline-block;
    font-weight: 500;
    padding: 6px 24px;
    font-size: 12px;
}
.ticker-item-down {
    color: #F9D3D3;
    font-weight: 800;
}
.ticker-item-up {
    color: #D9F9EF;
    font-weight: 800;
}
.ticker-image {
    display: inline-block;
    font-weight: 500;
    padding: 6px 35px 0px 35px;
    font-size: 12px;
}
.ticker-image img {
    width: 40px;
}

@keyframes ticker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.paper-table-md,
.paper-table-mini {
    display: inline-block;
    font-family: 'Sometype Mono', monospace;
}
.paper-table-md td,
.paper-table-mini td {
    padding: 5px 10px;
    border: 1px solid #1f2222;
}
.paper-table-mini td:first-child {
    width: 170px;
}
.paper-table-mini td:last-child {
    width: 100px;
}
.paper-table-mini .paper-table-input {
    padding: 0;
}
.paper-table-mini .paper-table-input input {
    font-size: 14px;
}

.controls button {
    margin-right: 10px;
}
.status-container {
    padding: 6px 0;
}
.video-container {
    max-width: 372px;
    width: 100%;
    margin: 30px 0;
    border: 1px solid #1f2222;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.6);
}
.video-container-left {
    margin: 0 0 0 auto;
}
.video-container .video-js {
    width: 100%;
    height: 209px;
}

.video-container .video-js .vjs-big-play-button {
    top: 20px;
    right: 0;
    left: auto;
    bottom: auto;
    border-radius: 0;
    width: 40px;
    height: 25px;
    color: #1f2222;
    background-color: #fff;
    font-size: 16px;
    line-height: 23px;
    border: 1px solid #1f2222;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.6);
}

.video-container .video-js .vjs-control-bar {
    background-color: #1f2222;
}


.message-text {
    background-color: #F5F8FE;
    padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    min-height: 30px;
    line-height: 1.5;
    color: #F5F8FE;
    word-wrap: break-word;
    overflow-wrap: break-word;
    
}
.message-text.error {
    background-color: #D16B6B;
    color: #fff;
}
.message-text.success {
    background-color: #45C099;
    color: #fff;
}



.link-submit-button {
    text-align: right;
    margin: 20px 0 10px 0;
    font-size: 14px;
}
.link-submit-button button {
    margin: 0;
}

input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.haul-checkbox-container {
    padding-left: 50px;
    position: relative;
}
.haul-checkbox-container p {
    border: 1px solid #1f2222;
    padding: 5px 10px;
}
.haul-checkbox {
    position: absolute;
    left: 0;
    top: 0;
}
.haul-checkbox-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 44px;
    height: 24px;
    background: #7B8A94;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #1f2222;
}

.haul-checkbox-label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 16px;
	height: 16px;
	background: #fff;
	transition: 0.3s;
    border: 1px solid #1f2222;
}

input:checked + label {
	background: #7CF2A4;
}

input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

@media (max-width: 850px) {

}
@media (max-width: 768px) {
    .paper-container .hero-title {
        font-size: 26px;
    }
    .paper-container {
        padding: 10px 10px 20px 10px;
    }
}

@media (max-width: 580px) {
    .paper-header-menu-item {
        display: none;
    }
}