/* Base and utility styles */

.babaoo-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    .modal-dialog {
        width: 648px;
        max-width: 648px;
        margin-block: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .card-player{
        width: max-content;
    }
}

.w-unset{
    width:unset;
}
.rotate-45 {
    transform: rotate(45deg);
}

.transition {
    transition: 0.3s
}

.w-0 {
    width: 0 !important;
    opacity: 0;
    transition: 0s !important;
}

.w-20 {
    width: 20%;
}
.w-10{
    width:10%;
}
.w-90{
    width: 90%;
}

.w-fit {
    width: fit-content;
}

.align-sub {
    vertical-align: sub;
}

.logo {
    max-height: 20px;
}

.img-avatar-hello {
    background-image: url("../assets/front-end-img/login-bot.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

/* color */

.dark-color {
    color: #233143;
}

.purple-color {
    color: #DFAFF2;
}

.dark-green-color {
    color: #2C4F58;
}

.light-green-color {
    color: #87DDC1;
}

.red-color {
    color: #FF6F6B;
}

.green-color {
    color: #3C686B;
}

.creamy-color {
    color: #FEF8F2;
}

.beige-color {
    color: #FCDEBD;
}

.beige-background {
    background-color: #FEF8F2;
}

.grey2-color {
    color: #F6F8F9;
}

.grey4-color {
    color: #E5EBEF;
}

.grey6-color {
    color: #D3DDE4;
}

.grey8-color {
    color: #A3ABB0;
}

.grey10-color {
    color: #5E6265;
}


.btn-light-green {
    color: #233143;
    background-color: #87DDC1;
    border: none;
    border-radius: 999px;
    transition: 0.3s;
    padding: 8px 16px;
    text-decoration: none;
}

.btn-light-green:hover, .bg-dark .btn-light-green:hover {
    color: #233143;
    background-color: #FAFBFC;
}

.btn-light-green:active {
    color: #233143;
    background-color: #FAFBFC;
}

.btn-light-green.dark-hover:hover {
    color: #1ABC9C;
    background-color: #233143;
}


.btn-red {
    color: #233143;
    background-color: #FF6F6B;
    border: none;
    border-radius: 999px;
    transition: 0.3s;
}

.btn-red.dark-hover:hover {
    color: #1ABC9C;
    background-color: #233143;
}

/* color */

/* margin/padding */
.me-11 {
    margin-right: 6rem;
}

.mt-1_1 {
    margin-top: 7px;
}

.mb-7 {
    margin-bottom: 64px;
}

.mb-8 {
    margin-bottom: 4.5rem;
}

.m-11 {
    margin: 96px;
}

.mb-11 {
    margin-bottom: 96px;
}

.mb-4_4 {
    margin-bottom: 32px;
}

.p-4_4 {
    padding: 32px;
}

.pr-4_4 {
    padding-right: 32px;
}

.pb-4_4 {
    padding-bottom: 32px;
}
.pb-px6{
    padding-bottom:6px;
}

.mt-4_4 {
    margin-top: 32px;
}

.my-4_4 {
    margin-block: 32px;
}

.mt-11 {
    margin-top: 96px;
}

.ms-20px {
    margin-left: 20px;
}
.mt-20px {
    margin-top: 20px;
}

.ml-40px {
    margin-left: 40px;
}

.p-40px {
    padding: 40px;
}
.pl-40px {
    padding-left: 40px;
}
.pt-40px {
    padding-top: 40px;
}
.py-40px {
    padding-block: 40px;
}
.mr-40px {
    margin-right: 40px;
}
.mb-40px {
    margin-bottom: 40px;
}
.mx-7{
    margin-right:4rem;
    margin-left:4rem;
}
.my-8 {
    margin-block: 72px;
}

.my-11 {
    margin-block: 96px;
}

.p-2_2 {
    padding: 12px;
}

.mr-2_2 {
    margin-right: 12px;
}
.mt-2_2 {
    margin-top: 12px;
}
.mb-2_2 {
    margin-bottom: 12px;
}
.py-2_2 {
    padding-block: 12px;
}
.px-2_2 {
    padding-inline: 12px;
}

.py-4_4 {
    padding-bottom: 32px;
    padding-top: 32px;
}

.p-7 {
    padding: 64px;
}
.py-7 {
    padding-block: 64px;
}
.pl-7 {
    padding-left: 64px;
}
.pr-7 {
    padding-right: 64px;
}
.pl-0 {
    padding-left: 0;
}

.pl-row {
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.p-11 {
    padding: 96px;
}

.px-11 {
    padding-inline: 96px;
}

.px-9 {
    padding-inline: 80px;
}
.pl-9 {
    padding-left: 80px;
}

.px-13 {
    padding-inline: 7rem;
}

.px-15 {
    padding-inline: 8rem;
}

.py-11 {
    padding-block: 96px;
}

.max-w-600 {
    max-width: 600px;
}

/* margin/padding */

/* gap / radius*/

.gap-32 {
    gap: 32px;
}

.gap-72 {
    gap: 72px;
}

.gap-64 {
    gap: 64px;
}

.gap-12 {
    gap: 12px;
}


.rounded-start-2_2 {
    border-radius: 12px 0 0 12px;
}

.rounded-2_2 {
    border-radius: 12px;
}

.rounded-2{
    border-radius: 8px !important;
}

/* background-color */
.bg-light-green {
    background-color: #87DDC1;
    color: #FAFBFC;
}

.bg-dark {
    background-color: #233143 !important;
    color: #FAFBFC !important;
}

.bg-creamy {
    background-color: #FEF8F2;
    color: #233143;
}

.bg-grey8 {
    background-color: #A3ABB0;
    color: #FAFBFC;
}

.bg-grey2 {
    background-color: #F6F8F9;
}

.bg-grey4 {
    background-color: #E5EBEF;
    color: #233143;
}

.disabled-btn-grey10, .disabled-btn-grey10:hover {
    background-color: #5E6265 !important;
    color: #A3ABB0 !important;
}

.disabled-btn-grey4, .disabled-btn-grey4:hover {
    background-color: #E5EBEF !important;
    color: #A3ABB0 !important;
}

.bg-white {
    background-color: #ffffff;
    color: #233143;
}

.bg-beige {
    background-color: #FCDEBD;
    color: #233143;
}

/* Orange underline text styles */
.orange-underline {
    padding-bottom: 5px;
    background-image: url("../assets/front-end-img/underline.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    transition: 0.3s;
}
.big-orange-underline{
    padding-bottom: 20px;
    background-image: url("../assets/front-end-img/big-underline.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    transition: 0.3s;
}

.green-underline {
    background-image: url("../assets/front-end-img/green-underline.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    transition: 0.3s;
    pointer-events: none;

    a {
        pointer-events: auto;
    }
}

.green-underline:hover {
    background-image: url("../assets/front-end-img/white-underline.svg");
}

/* Links */

.bg-dark a:hover {
    text-decoration: none;
    color: #FAFBFC;
}

a {
    color: #3C686B;
    text-underline-offset: 2px;
    transition: 0.3s;
}

a:hover {
    color: #3C686B;
}

a.grey2-color:hover {
    color: #87DDC1;
}

a.dark-green {
    color: #3C686B;
}

.text-decoration-underline {
    text-underline-offset: 2px;
}

.main-content {
    flex-grow: 1;
}

.left-column {
    background-image: url("../assets/front-end-img/background-eclipse.svg");
    background-size: cover;
    background-position: -60px 66px;
    background-repeat: no-repeat;
}


.left-register-inside-column {
    background-image: url("../assets/front-end-img/eclipse-register-page.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.list-check {
    list-style-type: none;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
}

.list-check li::before {
    content: url('../assets/front-end-img/white-icon-li.svg');
    margin-right: 10px;
    vertical-align: middle;
}

.list-check:not(.white) li::before {
    content: url('../assets/front-end-img/icon-li.svg');
}

.appstore-img, .appstore-img img {
    width: 110px;
    display: flex;
    margin: auto;
}

.googleplay-img, .googleplay-img img {
    width: 116px;
    display: flex;
    margin: auto;
}

.left-register-column {
    background-image: url("../assets/front-end-img/background-aside.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

/* Create form layout */

.list-create-form-layout {
    list-style-type: none;

    .step {
        display: flex;
        align-items: center;

        &.valid {
            .step-number {
                background-image: url("../assets/front-end-img/grey-icon-li.svg");
                background-repeat: no-repeat;
                background-position: center;
            }
        }

        &.active {
            .step-number {
                background-color: #FCDEBD;
                color: #233143;
            }
        }

        .step-number {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            margin-right: 12px;
        }
    }


}


#teacher3Container .babaoo-title {
    font-size: 3.5rem;
}

#update-player-form input:not([type='date']),
#update-player-form select,
#update-player-form textarea {
    border: none !important;
    border-radius: 0;
    border-bottom: 1px solid #A3ABB0 !important;
    padding: 0;
    color: #233143;
}

.no-focus {
    &:focus {
        box-shadow: none;
        border: unset;
    }
}

input {
    &:focus-visible {
        outline: none;
    }
}

.icon-grey-bg {
    background: lightgrey;
    border: 2px solid #2C4F58;
    color: #2C4F58;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;

    img {
        height: 12px;
        width: 12px;
    }
}

.title-check-icon {
    background-image: url("../assets/front-end-img/icon-title-check-grey.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
}

.title-check-icon-background {
    height: 48px;
    width: 48px;
}

.layout-check-icon {
    background-image: url("../assets/front-end-img/grey-icon-li.svg");
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    height: 100%;
}

.layout-check-icon-background {
    height: 32px;
    width: 32px;
}

.title-check-icon i {
    font-size: 26px;
    position: absolute;
    top: -4px;
    left: 1px;
}

.dark-underline:hover .green-underline {
    background-image: url("../assets/front-end-img/dark-green-underline.svg");
}

#start-playing {
    margin-bottom: 30px;
}

#start-playing #start-playing-text {
    margin-left: -74px;
}

.store-icon {
    height: 56px;
}

.current-tab-text {
    margin-left: 3.5rem;
}

#layout-current-role-section {
    height: fit-content;
}

#layout-current-role-section .left-btn-create-form-layout img {
    height: 24px;
    width: 24px;
}

#layout-current-role-section .left-btn-create-form-layout {
    border-radius: 12px 0 0 12px;
    min-width: 58px;
    min-height: 58px;
}

#layout-current-role-section .right-btn-create-form-layout {
    border-radius: 0 12px 12px 0;
    width: fit-content;
    min-width: 97px;
    padding: 16px 24px;
    height: fit-content;
    min-height: 58px;
}


.address-container {
    height: 34px;
    width: 34px;
    overflow: hidden;
    transition: 0.3s;

    span {
        display: block;
        height: 26px;
        width: 26px;
    }
}

.address-container:has(.address-name-container.w-0) {
    width: 34px;
}

.address-container:not(.w-0) {
    width: fit-content;
    max-width: 500px;
}

.address-name-container {
    p {
        white-space: nowrap;
        max-width: 240px;
        overflow: hidden;
        mask: linear-gradient(90deg, black 0, black 90%, transparent 100%) alpha;
        width: 100%;
        padding-right: 8px;
    }
}

.address-index-container {
    height: 26px !important;
    width: 26px !important;;
}

#display-all-players {
    width: fit-content;
}

#my-groups-container {
    border-top: 1px solid #233143;
    border-bottom: 1px solid #233143;

    .title-check-icon {
        margin-top: 0;
        height: 24px;
        width: 24px;

        span {
            position: relative;
            top: -6px;
        }
    }
}

.sign-in-form-column{
    
    form{
        width:100% !important;
    }
}

#group-list-container {

    border-bottom: 1px solid #233143;

    .group-name {
        width: 85%;
        white-space: nowrap;
        overflow: hidden;
        mask: linear-gradient(90deg, black 0, black 90%, transparent 100%) alpha;
    }

    .title-check-icon {
        height: 24px;
        width: 24px;
        margin-top: 0;
        position: absolute;
        right: 42px;

        img {
            position: relative;
            top: -3px;
        }
    }

}

@media (max-width: 1400px) {
    /*general css for media queries */
    h5.sm-text {
        font-size: 16px;
    }

    p.sm-text {
        font-size: 12px;
    }

    img#add-players {
        width: 40% !important;
    }
}

@media (max-width: 1200px) {

    /*general css for media queries */
    #start-playing #start-playing-text {
        margin-left: -50px;
    }

    #curvy-arrow {
        height: 50px;
        margin-left: -10px;
    }

    .left-register-inside-column {
        padding: 2rem;
    }

    #create-account-welcome {
        font-size: 20px;
    }
    .sign-in-form-column{
        width:100% ;
    }
}
@media (min-width: 992px) {
    .w-lg-unset{
        width:unset !important;
    }
}


@media (max-width: 1024px) {
    .btn-light-green, .btn-red, .left-btn-create-form-layout {
        padding: 8px 12px !important;
    }
}
@media (max-width:860px){
    .mobile-column{
        flex-direction: column !important; 
    }
}