@media screen and (max-width: 1000px) {
    #header-notice {
        display: none !important;
    }
}

.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;

    border: 1px solid #ffffff;
    border-radius: 100%;
    background-color: transparent;

    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #f47c10;
    border-color: #f47c10;
}

.range-area output {
    background: #ffffff;
    color: #1e2a44;
}

.countdown-section {
    margin-right: 5px;
}

.countdown-amount {
    margin-right: 2px;
}

.comment-box .comment p {
    word-break: break-word;
    overflow-wrap: break-word;
}

.order-title {
    font-size: 22px;
}

.deliveries-footer p {
    font-size: 14px;
    color: #6c757d;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.deliveries-footer a {
    font-size: 12px;
    line-height: 12px;
    min-height: 30px;
    margin-top: 5px;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.bg-progress {
    background-color: #1ee639;
}

.stacked-count {
    border: 2px solid #f47c10;
    border-radius: 5px;
    padding: 20px 0;
    font-size: 24px;
}

.spacer {
    width: 95%;
    margin: 20px auto;
    border-bottom: 3px solid #f47c10;
}

.marker {
    background-image: url('../images/fb-location-pointer.svg');
    background-size: cover;
    width: 30px;
    height: 40px;
    cursor: pointer;
}

.flexepin-marker {
    background-image: url('../images/fp-location-pointer.svg');
    background-size: cover;
    width: 30px;
    height: 40px;
    cursor: pointer;
}

.card.referrals-card {
    background: transparent;
}

.card.referrals-card .card-header {
    background-color: rgba(0, 0, 0, 0.2)
}

.navbar-nav .dropdown-menu {
    width: 280px;
}

.navbar-nav .user-info {
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
    color: #1e2a44;
}

@font-face {
    font-family: 'icomoon2';
    src:  url('https://fastbitcoins.com/fonts/icomoon2.eot?xi4d7c');
    src:  url('https://fastbitcoins.com/fonts/icomoon2.eot?xi4d7c#iefix') format('embedded-opentype'),
    url('https://fastbitcoins.com/fonts/icomoon2.ttf?xi4d7c') format('truetype'),
    url('https://fastbitcoins.com/fonts/icomoon2.woff?xi4d7c') format('woff'),
    url('https://fastbitcoins.com/fonts/icomoon2.svg?xi4d7c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon2-"], [class*=" icon2-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon2-referral_icon_svg:before {
    content: "\e900";
    color: #f47c10;
}

.divider {
    border-bottom: 2px solid #f47c10;
    margin: 10px 0;
}

.text-orange {
    color: #f47c10;
}

.sub-questions textarea {
    width: 100%;
    resize: vertical;
    min-height: 80px;
    border: 2px solid #95999c;
    background: transparent;
    color: #ffffff;
}

.delivery-type-box {
    border: 1px solid #5a6268;
    border-radius: 5px;
    padding: 8px;
    color: #5a6268;
}

.delivery-type-box .icon {
    font-size: 60px;
    margin-bottom: 10px;
}

.delivery-type-box.active {
    color: #f47c10;
    border-color: #f47c10;
}

#complete-icon {
    animation: fadein 2s;
}
@keyframes fadein {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.info-box.locked {
    position: relative;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0.5);
}
.info-box.locked .icon,
.info-box.locked .title {
    color: rgba(255, 255, 255, 0.5);
}
.info-box.locked:after {
    content: "";
    font-family: "icomoon";
    color: rgba(189, 33, 48, 1.0);
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    line-height: 25px;
}

a.info-box:not(.locked){
    cursor: pointer;
}

.bg-blue {
    background-color: #1f2a44;
}

.close {
    color: #ffffff;
}

.close:hover {
    color: #f47c10;
}