@font-face {
    font-family: BigBimbo;
    src: url("/fonts/Big_Bimbo_NC/Big_Bimbo_NC.ttf");
}

@font-face {
    font-family: BPReplay;
    src: url("/fonts/BPReplay/BPreplay.ttf");
    font-weight: normal;
}

@font-face {
    font-family: BPReplay;
    src: url("/fonts/BPReplay/BPreplayBold.ttf");
    font-weight: bold;
}

body {
    font-family: BPReplay;
    background-image: url("/img/public/background_tile_3.png");
    overflow-y: scroll;
    padding-right: 0px !important; /*because of bootstrap reasons*/
}

.main-content {
    background-color: white;
    padding-bottom: 1px;
}

@media screen and (max-width: 1028px) {
    .header-block {
        display: none;
    }
}

.container {
    padding: 0;
}

img {
    max-width: 100%;
}

.header-block {
    padding: 0;
}

.footer-block {
    padding: 0;
}

.text-center {
    text-align: center;
}

.auto-margin {
    margin-left: auto;
    margin-right: auto;
}

.vertical-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vertical-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-menu {
    font-size: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    background-color: #545565;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.header-item {
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: white;
    font-weight: bold;
    font-family: Arial;
}

.header-item:hover, .header-item.active {
    text-shadow: none;
    color: #545565;
    background-color: white;
}

.header-item-link:hover, .header-item-link:focus {
    text-decoration: none;
}

.header-item:hover {
    text-shadow: none;
}

.header-item-link {
    color: inherit;
    display: block;
}

@media screen and (max-width: 992px) {
    .header-item {
        width: 100% !important;
    }
}

.padding-0 {
    padding: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.horizontal-padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}

/*
Stripe Stuff
 */
.StripeElement {
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.StripeElement--focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.payment-errors {
    text-align: center;
    color: #fa755a;
    margin-bottom: 10px;
    margin-top: 10px;
}

.class-link-header {
    color: #002982;
    font-size: 30px;
    font-weight: bold;
}

.class-link-url {
    font-family: Calibri;
    font-size: 20px;
    font-weight: bold;
}

.clickable:hover {
    cursor: pointer;
}

.custom-modal-header {
    text-align: center;
    color: white;
    background-color: #0d3667;
}

.fail-modal-header {
    text-align: center;
    color: white;
    background-color: #a20d0d;
}

.custom-close-icn {
    color: white;
    opacity: 1;
}

.ess-spelling-label {
    color: white;
    position: absolute;
    font-family: BigBimbo;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 2vw;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

.modal {
    padding-right: 0 !important;
}

.fancy-box-blue {
    background-color: lightskyblue;
    padding: 10px;
    color: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.fancy-box-yellow {
    background-color: lightgoldenrodyellow;
    padding: 10px;
    color: black;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.fancy-box-green {
    background-color: lightgreen;
    padding: 10px;
    color: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.fancy-box-blue-2 {
    background-color: lightsteelblue;
    padding: 10px;
    color: white;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.no-style-link, .no-style-link:hover, .no-style-link:visited, .no-style-link:active, .no-style-link:focus {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

.password-select-img {
    margin: 10px;
}

.menu-collapse-btn {
    display: none;
}

@media screen and (min-width: 993px) {
    .dont-collapse-till-mobile {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

@media screen and (max-width: 992px) {
    .menu-collapse-btn {
        display: initial;
    }
}

.greyed {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

img.bubbled-img {
    border-radius: 1000px;
}

.avatar-anon-bg {
    background-image: url("//play-asset.skoolbo.com/img/avatar/male/0.png");
    background-size: 100% 100%;
}

.pointer-none {
    pointer-events: none !important;
}

.no-text-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
.snackbar-custom {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 30px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.snackbar-custom.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein-custom 0.5s, fadeout-custom 0.5s 2.5s;
    animation: fadein-custom 0.5s, fadeout-custom 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein-custom {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein-custom {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout-custom {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout-custom {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.jq-toast-wrap {
    max-width: 100% !important;
    width: auto !important;
}

.jq-toast-wrap:hover {
    cursor: pointer;
}

.large-toast {
    font-size: 20px !important;
    line-height: 1.2em !important;
    width: 700px !important;
    max-width: calc(100% - 40px) !important;
    padding: 1em !important;
    padding-right: 38px !important;
}

.large-toast .jq-toast-heading {
    font-size: 30px !important;
    line-height: 1.1em !important;
}

.large-toast .close-jq-toast-single {
    font-size: 35px !important;
}

.large-toast.jq-has-icon {
    padding-left: 50px !important;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.btn-teal {
    color: #fff;
    background-color: #0097a6;
    border-color: #0097a6;
}

.btn-teal.focus, .btn-teal:focus, .btn-teal:hover, .btn-teal.active, .btn-teal:active {
    color: #fff;
    background-color: #006270;
    border-color: #00454b;
}