﻿
@font-face {
    font-family: 'CabinSketch';
    src: url('../fonts/Cabin_Sketch/CabinSketch-Bold.ttf') format('truetype'), url('../fonts/Cabin_Sketch/CabinSketch-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa/static/Comfortaa-Bold.ttf') format('truetype'), url('../fonts/Comfortaa/static/Comfortaa-Light.ttf') format('truetype'), url('../fonts/Comfortaa/static/Comfortaa-Medium.ttf') format('truetype'), url('../fonts/Comfortaa/static/Comfortaa-Regular.ttf') format('truetype'), url('../fonts/Comfortaa/static/Comfortaa-SemiBold.ttf') format('truetype'), url('../fonts/Comfortaa/Comfortaa-VariableFont_wght.ttf') format('truetype');
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Black.ttf') format('truetype'), url('../fonts/Poppins/Poppins-BlackItalic.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype'), url('../fonts/Poppins/Poppins-ExtraLightItalic.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Italic.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins/Poppins-LightItalic.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins/Poppins-MediumItalic.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins/Poppins-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Thin.ttf') format('truetype'), url('../fonts/Poppins/Poppins-ThinItalic.ttf') format('truetype');
}

.font-CabinSketch {
    font-family: 'CabinSketch';
}

.font-Comfortaa {
    font-family: 'Comfortaa';
}

.font-Poppins {
    font-family: 'Poppins';
}

.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.8);
    z-index: 99999;
}

.pop-div {
    height: auto;
    width: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 4%;
    left: 28%;
    padding: 20px;
    border-radius: 6px;
}

.pop-div-close {
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 30px;
    z-index: 9999999;
}

    .pop-div-close a {
        background: #000;
        border-radius: 70%;
        padding: 0px 5px;
    }

    .pop-div-close > a:hover {
        background: #78C2F1 !important;
    }

.pop-div-body {
    padding: 5% 0 0;
}

.pop-div-gym-detail {
    width: 93%;
    left: 4%;
    max-height: 90%;
    overflow: auto;
}
/*a:hover {
  color: #000!important ;
}*/
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ctn-preloader {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bg-scape {
    background: #78C2F1 !important;
    color: #FFF !important;
}

.text-scape {
    color: #78C2F1 !important;
}


header.bg-scape.sticky.sticky-active [data-header-hover=light] .navbar-nav .nav-link {
    color: #fff !important;
}

.bg-scape .text-dark-gray, .bg-scape .text-dark, .bg-scape p, .bg-scape a {
    color: #fff !important;
}

.bg-scape h2 {
    line-height: 4.438rem;
}

.btn-scape {
    background: #78C2F1 !important;
    color: #fff !important;
    border-radius: 6px;
}

    .btn-scape:hover {
        background: #53abe3 !important;
        color: #fff !important;
    }

.bg-scape-dark, .active.btn-scape {
    background: #53abe3 !important;
    color: #fff !important;
}

header .navbar-brand img {
    max-height: 80px;
}

footer .footer-logo img {
    max-height: 80px;
}

.form-scape label {
    color: #2b9ad6;
}

.bg-scape-form {
    background: #53abe3 !important;
    color: #fff !important;
    border: 1px solid;
}

.bg-scape .text-scape-dark {
    color: #53abe3 !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    color: #53abe3 !important;
}

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
        color: #fff !important;
    }
/*.bg-scape .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    color: #ffffff !important;
}*/
.user-menu li:hover {
    background: #53abe3 !important;
}

.user-img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.sweet-alert {
    z-index: 99999999999;
}

button.stripe-button-el {
    margin-top: 10px;
    width: 100%;
    background: none;
}

    button.stripe-button-el span {
        background: #78C2F1 !important;
        color: #fff !important;
        border: 1px solid;
        width: 100%;
        height: 56px;
        border-radius: 40px;
        font-family: 'Comfortaa';
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        text-transform: none;
        line-height: 45px;
    }

.custom-checkbox-list-slot {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    gap: 10px;
}

.custom-checkbox-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.custom-checkbox {
    margin: 5px 2px;
    display: inline-grid;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #78C2F1;
}

.custom-checkbox-input {
    width: 100%;
    z-index: 999999999999999999;
    position: absolute;
    height: 45px;
    opacity: 0;
}

.custom-checkbox-text {
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-checkbox-input:checked ~ .custom-checkbox-text, .custom-checkbox-input:checked ~ .custom-checkbox-text label {
    background-color: #78C2F1 !important;
    color: white;
}

.custom-radio {
    width: 48%;
    position: relative;
}

.custom-radio-text {
    position: absolute;
    top: 4px;
    left: 35px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.custom-radio input[type='radio']:after {
    background-color: #78C2F1;
}

.custom-radio input[type='radio']:checked:after {
    background-color: #78C2F1;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.text-gray-scape {
    color: #5B5B5B9E !important;
}

.font-40px {
    font-size: 40px !important;
}

form label, .form label {
    font-family: 'Comfortaa';
    color: #919191;
    font-size: 15px;
}

input, select, textarea, .form-control, .form-select, input[type="radio"], input[type="checkbox"] {
    border: 1px solid #78C2F1 !important;
    border-radius: 10px;
}

.bg-scape-form-round {
    background: #78C2F1 !important;
    color: #fff !important;
    border: 1px solid;
    width: 100%;
    height: 56px;
    border-radius: 40px;
    font-family: 'Comfortaa';
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    line-height: 45px;
}

.btn-forgot, .btn-switch {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #78C2F1;
}

.btn-switch {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.38px;
    font-family: 'Comfortaa';
}

.text-line {
    color: #919191;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.38px;
    font-family: 'Comfortaa';
}

.bliss-heading-CabinSketch {
    font-family: 'CabinSketch';
    font-size: 30px;
    font-weight: 700;
    line-height: 36.45px;
    text-align: left;
    color: #78C2F1 !important;
}

.bliss-heading-Comfortaa {
    font-family: 'Comfortaa';
    font-size: 20px;
    font-weight: 700;
    line-height: 22.3px;
    text-align: center;
    color: #78C2F1 !important;
}

.p-bliss-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-align: justify;
    color: #5B5B5B;
}

.sign-below {
    font-family: 'Comfortaa';
    font-size: 12px;
    font-weight: 600;
    line-height: 13.38px;
    text-align: left;
    color: #000000;
}

.font-weight-bold {
    font-weight: bold;
}

.row-flex {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row;
}

.col-height-adjust {
    flex-basis: 30%;
    box-sizing: border-box !important;
}

.wrapper {
    display: flex;
    flex-direction: row;
}

.table th {
    font-family: 'Comfortaa';
    color: #78C2F1 !important;
    font-size: 14px;
}

.table, .table td {
    font-family: 'Comfortaa';
    color: #919191 !important;
    font-size: 14px;
}

.file-lable {
    text-align: center;
    border-radius: 84px !important;
    border: 1px solid #78C2F1 !important;
    height: 30px;
    width: 30px;
    color: #78C2F1 !important;
    position: absolute;
    top: 0;
    right: -4px;
    background: #fff;
}

    .file-lable input[type=file] {
        display: none;
    }

    .file-lable i {
        width: 100%;
        position: absolute;
        top: 6px;
        height: 100%;
        font-size: 17px;
        left: 1px;
    }

.bliss-data-user .nav-tabs > li.nav-item {
    padding: 0 !important;
}

.scrollbar-thin {
    scrollbar-width: thin;
    background-color: lightgreen;
    height: 150px;
    width: 200px;
    overflow-y: scroll;
}

.p-bliss-description p {
    margin: 10px 0;
}

.pricing-plan-heading {
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.content-box-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #78C2F1;
    padding: 12px;
}

    .content-box-list .content-data {
        display: flex;
        align-items: center;
        width: 85%;
    }

        .content-box-list .content-data .right {
            padding-left: 10px;
        }


        .content-box-list .content-data h4 {
            font-family: 'Comfortaa';
            color: #78C2F1 !important;
            font-size: 14px;
            margin: 0;
            line-height: 25px;
        }

        .content-box-list .content-data .right .d-flex h4 {
            margin-right: 10px;
        }

    .content-box-list .content-button {
    }

        .content-box-list .content-button ul.dropdown-menu li a {
            display: flex;
            align-items: center;
        }

            .content-box-list .content-button ul.dropdown-menu li a i {
                margin-right: 10px;
                width: 30px;
            }
