body {
    background-color: #3EA9F5;
    min-height: 100vh;
    font-family: 'Nunito', sans-serif;
}
body::before {
    content: '';
    background: #1888D8;
    background: linear-gradient(180deg, #1888D8 0%, transparent 100%);
    height: 300px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.main-containt {
    position: relative;
    z-index: 99;
    border: 1px solid yellow;
}

.box-content {
    max-width: 450px;
}
.header {
    margin-top: 32px;
    margin-bottom: 24px;
    height: 50px;
    
}

.row{
    display: flex;
    flex-wrap: wrap;
    
}

.logo {
    width: 120px;
    height: 50px
}
.logo img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%
}

col-6 {
    flex: 0 0 auto;
    width: 50%;
}


.search {
    background-color: rgba(254,158,68,0.75);
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 390%;
    top: -50px;
}

.search:hover,.search:active {
    background-color: #FE9E44;
    color: #fff
}
.icon{
    position: absolute;
    top: 15;
    right: 10;
    font-size: 25px;

}

.home-profile {
    background-color: #fff;
    padding: 1rem;
    border-radius: 24px;
    margin-bottom: 24px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.text-start {
    text-align: left;
}
.items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.avatar img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ms-2 {
    margin-left: .5rem!important;
}
.flex-grow-1 {
    flex-grow: 1!important;
}

.home-profile-name {
    font-weight: bold;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
}

.home-profile-status {
    font-size: 0.875rem;
}

.text-end {
    text-align: right!important;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.align-items-center {
    align-items: center!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.h-100 {
    height: 100%!important;
}
.d-flex {
    display: flex!important;
}

.home-profile-points {
    background-color: #FE9E44;
    border-radius: 50rem;
    color: #fff;
    padding: 6px 9px;
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle;
}

.home-profile-points-badge {
    background-color: #fff;
    color: #FE9E44;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.featured-quiz {
    background-color: #fff;
    padding: 24px 1rem;
    border-radius: 24px;
    margin-bottom: 24px
}

.section-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0
}

.quiz-box {
    display: block;
    border-radius: 8px;
    margin-bottom: 1rem;
    color: #0C092A;
    text-align: center;
    text-decoration: none
}

.quiz-box img {
    max-width: 100%;
    border-radius: 8px
}

.quiz-box-title {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
    font-weight: bold;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.button-primary {
    background-color: #FE9E44;
    color: #fff;
    font-weight: bold;
}
.btn {
    border: 8px;
}
.w-100 {
    width: 100%!important;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.friends-box {
    background-color: #fff;
    padding: 24px 1rem;
    border-radius: 24px;
    margin-bottom: 24px
}

.friends-box ul {
    padding: 0;
    margin: 0
}

.friends-box ul li {
    margin-bottom: 1rem;
    list-style: none
}

.friends-box ul li:last-child {
    margin-bottom: 0
}

.friends-box ul li a {
    color: #0C092A;
    text-decoration: none
}

.friends-box ul li a:hover,.friends-box ul li a:focus {
    color: #0C092A
}

.friends-box-name {
    font-weight: bold
}

.friends-box-status {
    color: #969696;
    font-size: 0.875rem
}
.bottom-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
    right: 1%;
    left: 0.2%;
}



.bottom-nav-bg {
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -5px 5px rgba(12,9,42,0.1);
}
.box-wrapper {
    max-width: 450px;
}

.mx-auto {
    margin-right: auto;
    margin-left: auto;
}

.bottom-nav .col {
    min-width: 25%;
}
.col {
    flex: 1 0 0%;
}

.bottom-nav .nav-box {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: normal;
    display: block;
    text-decoration: none;
    position: relative;
}

.bottom-nav .active .nav-box a {
    color: #FE9E44;
}
.bottom-nav .nav-box-ico {
    font-size: 1.5rem;
    color: #969696;
    display: block;
    text-decoration: none;
}

/*

.align {
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.start {
    text-align:left;
}

.end {
    text-align: right;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.icon{
    text-align: center;
    width: 100px;
*/


