:root {
    --color-mayo-egg-white: #F3EBDE;
    --color-fiery-red: #d62300;
    --color-primary-hover: #a71b00;
    --color-bbq-brown: #502314;
    --color-flaing-orange: #ff8732;
    --color-melty-yellow: #ffaa00;
    --color-crunchy-green: #1b8737;
    --color-white: #ffffff;
    --color-grey-brown: #bea393;
    --color-light-brown: #87604f;
    --color-light-gold: #deb841;
    --color-light-tertiary: #502314;
  
  }

.nbk-title-text{
    font-size: 2rem;
    font-family: "FlameRegular","NotoSansRegular";
    color: #F3EBDE;
}
.nbk-paragraph{
    font-size: 1.2rem;
    font-family: "FlameSans","NotoSansRegular";
    color: #F3EBDE;
}
.nbk-nav{
    margin: 0;
}
.mx-2{
    margin-top: -2px;
}
.profile-title-brown{
    font-size: 1.2rem;
    font-family: "FlameRegular", "NotoSansRegular";
    text-transform: capitalize;
    color:#502314;
}
.align-item-center{
    align-items: center;
}
.brown-profile-text{
    font-size: 1.1rem;
    font-family: "FlameSans", "NotoSansRegular";
    color:#502314;
    padding: 0;
}
.bk-profile-text{
    font-size: 1.1rem;
    font-family: "FlameSans", "NotoSansRegular";
    color: #F3EBDE;
}
.nbk-btn-button{
    color:#a71b00;
}
.bk-profile-title{
    font-size: 1.2rem;
    font-family: "FlameRegular", "NotoSansRegular";
    text-transform: capitalize;
    color: #F3EBDE;
}
.profile-nbk-title{
    /* font-size: 1.2rem; */
    font-family: "FlameRegular", "NotoSansBold";
    text-transform: capitalize;
    color:#502314;
}
.profile-img-nbk{
    align-items: center;
}
.profile-img-bg{
    background-color: #ff8732;
}
.user-card-full {
    overflow: hidden;
}
.nbk-prfile-back{
    color: #F3EBDE;
    font-family: "FlameRegular", "NotoSansRegular";
    font-size: 1.2rem;
}
.image-card-bk{
    margin: auto;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    overflow: hidden;
    outline: 5px solid #ff8732;
    outline-offset: 5px;
}
.image-card-bk img{
   width: 100%;
}
.nbk-user{
    text-transform: capitalize;
    font-family: "FlameRegular", "NotoSansRegular";
    font-size: 1.1rem;
}
.nbk-bg{
    background: #ffffff;
}
.profile-cont{
    margin-top: 3rem;
}

.bk-profile-btn{
    padding: .5rem .7rem;
    width: max-content;
}
.nbk-wrapping{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.nbk-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: 1px solid #bea393;
    margin-bottom: 30px;
}

.m-r-0 {
    margin-right: 0px;
}

.m-l-0 {
    margin-left: 0px;
}

.user-card-full .user-profile {
    border-radius: 5px 0 0 5px;
}

.bg-c-lite-green {
    background:#1b8737;
}

.user-profile {
    padding: 20px 0;
}

.card-block {
    padding: 1.25rem;
}

.m-b-25 {
    margin-bottom: 25px;
}

.img-radius {
    border-radius: 5px;
}


 
h6 {
    font-family: "FlameSans", "NotoSansRegular";
    font-size: 14px;
    color:#502314;
}
.nbk-btn-danger{
    color: #a71b00;
    cursor: pointer;
}
.nbk-row-profile{
    margin: 0 auto;
    padding: 0rem 1rem;
}
.nkb-nav-expand{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.nbk-btn-danger:hover{
    color:#F3EBDE;
    width: 100%;
    padding: .2rem 1.2rem;
    border-radius: 7px;
    background: #a71b00;
}
.nbk-bnt-success{
    color: #1b8737;
    cursor: pointer;
    padding: .2rem 1.2rem;
    font-size: 1.1rem;
    font-family: 'FlameRegular', 'NotoSansRegular';
}
.nbk-bnt-success:hover{
    color:#F3EBDE;
    width: 100%;
    padding: .2rem 1.2rem;
    font-size: 1.1rem;
    border-radius: 7px;
    background: #1b8737;
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}



.card .card-block  {
    line-height: 27px;
    color:#502314;
}

@media only screen and (min-width: 1400px){
p {
    font-size: 14px;
}
}

.card-block {
    padding: 1.25rem;
}

.b-b-default {
    border-bottom: 1px solid #e0e0e0;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.card .card-block p {
    line-height: 25px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.text-muted {
    color:#502314;
}

.b-b-default {
    border-bottom: 1px solid #502314 ;
}
.nbk-hr-line {
    color: #502314;
}

.f-w-600 {
    font-weight: 600;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-40 {
    margin-top: 20px;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-40 {
    margin-top: 20px;
}

.user-card-full .social-link li {
    display: inline-block;
}

.user-card-full .social-link li a {
    font-size: 20px;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


