/* _content/MABOKO/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-gqvsig8qng] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*a {
  color: #0077cc;
}
*/
/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

.nav-pills .nav-link.active[b-gqvsig8qng], .nav-pills .show > .nav-link[b-gqvsig8qng] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-gqvsig8qng] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-gqvsig8qng] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-gqvsig8qng] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.button1[b-gqvsig8qng] {
    font-size: 1rem;
    background-color: #5FA9F0;
    border-radius: 20px;
    padding: 8px 16px;
    color: #ffffff;
    border: none;
    text-align: center;
}

/*.button1:hover {
    background-color: #4A92D4;
}*/

.footer[b-gqvsig8qng] {
    position: relative;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    background-color: #f8f9fa;
    text-align: center;
}

.plusicon[b-gqvsig8qng] {
    height: 30px;
    width: 30px;
}

.logo[b-gqvsig8qng] {
    height: 70px;
    width: 90px;
}

@media (max-width: 992px) {
    .navbar-collapse[b-gqvsig8qng] {
        justify-content: space-between;
    }

    .button1[b-gqvsig8qng] {
        padding: 6px 12px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .logo[b-gqvsig8qng] {
        height: 50px;
        width: 70px;
    }

    .button1[b-gqvsig8qng] {
        padding: 5px 10px;
        font-size: 0.8rem;
    }

    .plusicon[b-gqvsig8qng] {
        height: 25px;
        width: 25px;
    }

    .footer[b-gqvsig8qng] {
        font-size: 0.9rem;
        line-height: 50px;
    }
}
.circleBell12[b-gqvsig8qng] {
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
}
.circle1[b-gqvsig8qng]{
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFD78F;
}
.icon[b-gqvsig8qng]{
    height:25px;
    width:25px;
}
.active-link[b-gqvsig8qng] {
    background-color: #FFD78F; 
    color: black; 
    border-radius: 4px;
}
.profile-container[b-gqvsig8qng] {
    display: flex;
    align-items: center;
}

.profile-picture[b-gqvsig8qng] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
