﻿#main-container {
    background: linear-gradient(112.33deg, #C3E2EC 15.89%, rgba(255, 242, 227, 0.72) 107.19%);
}

#login-btn, #cat-container {
    background: linear-gradient(119.1deg, #16a1cc 2.35%, #0088b3 100%);
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.vh-over-auto {
    overflow: hidden;
    height: 633px;
    overflow-y: auto;
/*    margin-top: 21px;*/
padding-top: 21px!important;
background-image: url(../images/seecond-img.png);
background-size:cover;
background-position:center;
}

.vh-fit {
    height:fit-content !important;
}
.me-3 {
    margin-right: 1rem !important;
}

#v-pills-profile-tab {
    color: #ffffff !important;
    padding-right: 0px;
}

.nav-pills .nav-link.active, .tab:hover {
    background: #0e85aa;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}
.img-square {
    width: 100%;
    height: 90px;
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 20px;
    background: linear-gradient(120.33deg, #2ba2d6c4 17.89%, rgb(158 102 248 / 65%) 107.19%);
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}
.nn-btnn {
    background: linear-gradient(120.33deg, #2ba2d6c4 17.89%, rgb(158 102 248 / 65%) 107.19%)!important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.img-square img {
    width: 70%!important;
    height: auto;
}

.text-muted {
    color: #6c757d !important;
    font-weight: 500;
}

.justi {
    text-align: start;
    padding: 0px;
    font-weight: 500;
}

.img-square:hover {
    transform: scale(1.1);
}

#cat-container.collapse {
    display: none;
}
.tb-content {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tb-pane {
    padding: 0;
    margin: 0;
}
.boxx {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 20px;
    height: 100%;
}

.flex-justify {
    display: flex !important;
    justify-content: center;
}
.mt-22 {
    margin-top:22px!important;
}
.n-btn-togle {
    float: inline-start;
    margin: 0px 10px;
}
.mt-42 {
    margin-top: 42px!important;
}
section.nbg.m-0 img{
    width: 100%
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 90%!important;
    }
}
@media (min-width: 576px) {
    .n-modal {
        max-width: 50% !important;
        margin: 8.75rem auto !important;
    }
}

@media (max-width: 575px) {
    .n-modal {
        margin: 7.5rem auto !important;
    }
}


/*
.nbg {
    background-image: url('../images/Coming Soon.gif');
    width: 100%;
    background-repeat: no-repeat;
    height: 633px !important;
    position: relative;
}


.n-modal {
    max-width: 73%!important;
}*/
