a {
    text-decoration: none;
}
.custom-colour {
    color: #3084d7;
}

.custom-colour-dark {
    color: #011e34;
}

.custom-colour-muted {
    color: #6e7575;
}

.btn-custom {
    color: #ffffff;
    border-color: #2b9dff;
    background-color: #68a4ea;
    --bs-btn-active-bg: #5b7bf0;
    --bs-btn-active-border-color: #2b9dff;
    --bs-btn-active-color: #ffffff;
}

.btn-custom:hover {
    color: #ffffff;
    transition: all 0.4s;
    background-color: #8634f9;
    box-shadow:
            -7px -7px 20px 0px #fff9,
            -4px -4px 5px 0px #fff9,
            7px 7px 20px 0px #0002,
            4px 4px 5px 0px #0001;
}

.btn-custom-disabled {
    color: #ffffff;
    background-color: #b0d1f9;
    pointer-events: none;
}

.close-button {
    position: fixed;
}

.close-button button {
    background: none;
    border: none;
    position: fixed;
}

.close-button:hover button {
    color: #1e2125;
    border-color: transparent;
    background-color: transparent;
}

.close-button:active button {
    color: #172841;
}

.custom-bg-colour {
    background-color: #68a4ea;
}

.custom-bg-colour-light {
    background-color: #f2f5f9;
}

.nav-pills .nav-link.active
{
    background-color: #4288dc;
}

.class-card {
    display: block;
    position: relative;
    background-color: #fdfeff;
    border-radius: 4px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.class-card:hover {
    transition: 0.3s;
    background-color: #f4f4f8;
    opacity: 0.95;
}

.class-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #68a4ea;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(4);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
}
.class-card:hover:before {
    transform: scale(6);
}


.card1 {
    display: block;
    position: relative;
    background-color: #f2f5f9;
    border-radius: 4px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}
.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #68a4ea;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(4);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(45);
}

.card1:hover div .custom-colour-dark {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.card1:hover div .custom-colour {
    transition: all 0.3s ease-out;
    color: rgb(211, 235, 242);
}

.card1:hover div .custom-colour-muted {
    transition: all 0.3s ease-out;
    color: rgb(211, 235, 242);
}

.card1:hover h3.custom-colour-dark {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.info-card {
    background-color: #fdfeff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 14rem;
}

.class-description {
    font-size: 1.1rem;
    line-height: 2rem;
}


.tag {
    padding: 0.3em 0.85em;
    margin: 0.3rem;
    border-radius: 2em;
    /*border: 2px solid #a6a8ae;*/
    background-color: #f2f5f9;
    transition-timing-function: cubic-bezier(0.45, -0.85, 0.55, -0.45);
}

.spot-class-card {
    width: 30rem;
}

.list-details {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    color: #223035;
    font-size: 15px;
    line-height: 15px;
}

.list-details small{
    vertical-align: middle;
    font-size: 0.9rem;
    font-weight: 400;
    color: #808080;
}

.info-card .nav-item .active {
    color: #3084d7;
}


.custom-btn-white {
    color: #2b9dff;
    border-color: #2b9dff;
    background-color: #ffffff;
}

.custom-btn-white:hover {
    color: #ffffff;
    transition: all 0.4s;
    background-color: #3084d7;
    box-shadow:
            -7px -7px 20px 0px #fff9,
            -4px -4px 5px 0px #fff9,
            7px 7px 20px 0px #0002,
            4px 4px 5px 0px #0001;
}

.custom-btn-muted {
    color: #ffffff;
    background-color: #989eaa;
}

.custom-btn-muted:hover {
    color: #ffffff;
    transition: all 0.4s;
    background-color: #747983;
    box-shadow:
            -7px -7px 20px 0px #fff9,
            -4px -4px 5px 0px #fff9,
            7px 7px 20px 0px #0002,
            4px 4px 5px 0px #0001;
}


.settings-button {
    padding: 0.3rem 0.6rem 0.5rem;
    color: #6e7575;
}

.settings-button:hover {
    color: #25425c;
}

.dropdown-menu {
    --bs-dropdown-link-active-color: #2b2c2d;
    --bs-dropdown-link-active-bg: #e9f1f5;
}

.card-shadow
{
    background-color: #fdfeff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.card-shadow:hover
{
    background-color: #f4f6f8;
    opacity: 0.95;
}

.card-shadow-past
{
    background-color: rgba(237, 237, 237, 0.21);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.edit-button {
    color: #6e7575;
    border: none;
    background-color: transparent;
}

.edit-button:hover {
    color: #25425c;
}


a.disabled-link {
    pointer-events: none;
    cursor: default;
}

.join-button {
    width: 8rem;
}

.cancel-button {
    --bs-btn-active-bg: #e26014;
    --bs-btn-active-border-color: #e26014;
}
.cancel-button:hover {
    color: #ffffff;
    background-color: #fc7a2e;
    border-color: #fd7e14;
}

.profile-image img {
    border-radius: 50%;
    width: 140px;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.class-description-field .ck-editor__editable
{
    min-height: 18rem !important;
    max-height: 25rem !important;
}

.how-to-prepare-field .ck-editor__editable
{
    min-height: 12rem !important;
    max-height: 20rem !important;
}

@media(max-width: 992px)
{
    .small-no-line {
        display:none;
    }
}

@media(min-width: 992px)
{
    .custom-sticky {
        top: 1rem;
    }

}


@media(min-width: 1200px)
{
    .profile-registration-card {
        margin: 3rem 5.5rem 3rem 5.5rem;
        padding: 1rem 2rem 0 2rem;
    }
}

@media(max-width: 1200px)
{
    .profile-registration-card {
        padding: 1rem 1rem;
    }
}

@media(max-width: 600px)
{
    .profile-registration-card {
        padding: 1rem 0.5rem;
    }
}


@media(min-width: 1000px)
{
    .profile-registration-card {
        margin-top: 3rem;
    }
}

.register-page {
    background: #3084d7;
}

.avatar-button {
    background-color: transparent;
    border: none;
}

.avatar-button:hover {
    opacity: 80%;
}

.avatar-button img {
    align-self: center;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
}

.avatar-button-selected {
    border: 3.5px solid #6bb6ff;
    border-radius: 100%;
    box-shadow:
            0 0 6px 4px #fff,  /* inner white */
            0 0 4px 3px rgba(0, 136, 255, 0.6); /* outer cyan */
}

.avatar-div {
    padding: 0;
}

.main-avatar {
    /*width: 8rem;*/
    border-radius: 100%;
    height: 100%;
    width: 100%;
}

.edit-profile-button {
    border: none;
    position: absolute;
    top: 20px;
    right: -7px;
    /* border: 1px solid; */
    border-radius: 50%;
    /* padding: 11px; */
    height: 30px;
    width: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: cornflowerblue;
    box-shadow: 0 0 8px 3px #B8B8B8;
}

.p-image-wrap {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0 0 8px 3px #B8B8B8;
    position: relative;
}

.logo-div
{
    top: 44%;
    left: 48.5%;
    width: 10rem;
    height: 10rem;
    transform: translate(-50%, -50%);
    position: fixed;
}

.main-logo {
    padding: 2rem;
    width: 13rem;
    border-radius: 20%;
    background-color: #f0f7ff;
}

.logo-container {
    padding: 1rem;
    width: 13rem;
}

.logo-img {
    height: 100%;
    width: 100%;
}

.custom-link:hover {
    color: #2d3e48;
}

.custom-colour-danger {
    color: #dc3545;
}

.custom-link-danger:hover {
    color: #b91826;
}

.page-link.active, .active > .page-link {
    background-color: #3084d7;
    border-color: #3084d7;
}

.my-sticky-navbar {
    position: sticky;
    top: 15px;
}

.child-nav .nav-link.active {
    background-color: #89bae2;
}