.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    position: relative;
}

.bpb-logo {
    max-height: 70px;
}

.eguide-logo {
    margin-bottom: 20px;
}

.btn-bpb {
    /* background-color: #f600ff !important;
    border-color: #f600ff !important;
    color: #ffffff !important; */
    background: linear-gradient(138.88deg, #FF00B8 8.91%, rgba(255, 77, 205, 0.88) 96.07%);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 25px;
    color: #fff;
}

.main {
    background: linear-gradient(169.88deg, #2589FF 2.43%, rgba(42, 196, 244, 0.75) 99.53%);
}

.speech-bubble {
    position: relative;
    background: #e6418c;
    border-radius: .4em;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-top-color: #e6418c;
    border-bottom: 0;
    margin-left: -18px;
    margin-bottom: -18px;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.avatar {
    position: relative;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}

.avatar img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.bg-image[class*="-cover"] {
    -webkit-mask-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
}

.bg-image[class*="-overlay"]::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(233, 236, 239, 0.25);
}

.w-65 {
    width: 65% !important;
}

.w-35 {
    width: 35% !important;
}

.collapsed>div>.when-opened,
:not(.collapsed)>div>.when-closed,
.collapsed>.when-open,
.not-collapsed>.when-closed {
    display: none;
}

.nav-sm .nav-link {
    font-size: 0.9rem;
}

.footer {
    padding: 2em 0 4em 0;
    border-top: 1px solid #dee2e6 !important;
    background-color: aliceblue;
}

.card-image {
    height: 350px;
}

.card-image-item,
.card-image-basket {
    height: 200px;
}

.card-image,
.card-image-item,
.card-image-basket {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.card-item-desc {
    height: 200px;
}

.card-item-desc-100 {
    height: 100px !important;
}

.card-item-desc-150 {
    height: 150px !important;
}

.card-basket-body {
    height: 150px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.flex-grow-0 {
    flex-grow: 0;
}

@media (max-width: 768px) {
    .main {
        background: linear-gradient(169.88deg, #2589FF 2.43%, rgba(42, 196, 244, 0.75) 99.53%);
    }
    .eguide-logo {
        margin-bottom: 20px;
        width: 50%;
    }
    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 30%;
        float: left;
        text-align: left;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0;
    }
    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 30%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0;
    }
    .table.b-table.table-sm.b-table-stacked-md>tbody>tr[role="row"] {
        margin: 2em 0;
    }
    .table.b-table.table-sm.b-table-stacked-md>tbody>tr[role="row"]>td {
        padding: 1em 0;
    }
    .card-image,
    .card-image-item {
        height: 180px;
    }
    .card-image-basket {
        height: 120px;
    }
    .card-basket-body {
        height: 120px;
    }
    .card-item-desc {
        height: 150px;
    }
}

@media (min-width: 640px) {
    .sm\:visible {
        visibility: visible !important;
    }
    .sm\:invisible {
        visibility: hidden !important;
    }
}

@media (min-width: 768px) {
    .md\:visible {
        visibility: visible !important;
    }
    .md\:invisible {
        visibility: hidden !important;
    }
    .md\:px-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .md\:text-left {
        text-align: left !important;
    }
}

@media (min-width: 1024px) {
    .lg\:visible {
        visibility: visible !important;
    }
    .lg\:invisible {
        visibility: hidden !important;
    }
    .lg\:px-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .lg\:text-left {
        text-align: left !important;
    }
}

@media (min-width: 1280px) {
    .xl\:visible {
        visibility: visible !important;
    }
    .xl\:invisible {
        visibility: hidden !important;
    }
    .xl\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .xl\:text-left {
        text-align: left !important;
    }
}

@media (min-width: 1536px) {
    .xl\:visible {
        visibility: visible !important;
    }
    .xl\:invisible {
        visibility: hidden !important;
    }
    .xl\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .xl\:text-left {
        text-align: left !important;
    }
}

@media (min-width: 1536px) {
    .xxl\:visible {
        visibility: visible !important;
    }
    .xxl\:invisible {
        visibility: hidden !important;
    }
    .xxl\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .xxl\:text-left {
        text-align: left !important;
    }
}

.enso_bg {
    /* background-image: url('https://www.blackpoolpleasurebeach.com/app/uploads/2021/02/ICON_Slate_Background_smaller.jpg'); */
    /* background-image: url('https://www.blackpoolpleasurebeach.com/app/uploads/2021/11/ICON_Slate_Background_smaller-GREY.jpg'); */
    background-image: url('/img/icon_slate_bg.jpg');
    background-size: cover;
    background-position: top;
}