header {
    padding: 10px 0px;
}

header img.logo {
    width: 12rem;
    padding: 0px;
}

.navbar {
    background: transparent;
}

nav ul .nav-link,
nav ul a {
    transition: 0.5s;
    border-bottom: 2px solid transparent;
    color: #777 !important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .45px;
}

nav .nav-link:hover {
    color: #333 !important;
}

nav .nav-item {
    margin: 0px 8px;
}

header .user-dropdown {
    background: white;
    box-shadow: 0 8px 40px rgb(32 36 46 / 12%);
    border-radius: 8px;
    padding: 0px;
    min-width: 200px;
    max-width: 280px;
    overflow: auto;
    min-height: 64px;
}

header .user-dropdown .dropdown-divider {
    margin: 0.25rem 0;
}

header .user-dropdown .dropdown-subtitle {
    padding: 8px 12px 0px 12px;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    letter-spacing: 0.25px;
}

header .user-dropdown .dropdown-item {
    padding: 8px 35px 8px 12px;
    font-weight: 500;
    color: #777;
    font-size: 13px;
    /*    letter-spacing: 0.25px;*/
}

header .user-dropdown .dropdown-item img {
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}

header .user-dropdown .user-info {
    padding: 12px 12px 8px 12px;
    font-weight: 500;
    color: #666;
    font-size: 14px;
    letter-spacing: 0.25px;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


header .user-dropdown .user-info .user-details {
    /*    padding-top: 15px;*/
    padding-left: 10px;
}

header .user-dropdown .user-info img {
    width: 2.25rem;
}

header .user-dropdown .user-info h6 {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    margin-bottom: 0px;
}

header .user-dropdown .user-info p {
    font-weight: 500;
    font-size: 12px;
    color: #999;
    margin-bottom: 0px;
}

.btn-user {
    border-radius: 0.30rem;
    background-color: #191A1910;
    border: 1px solid #191A1910;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0.65rem 1rem;
    margin-left: 5px;
    text-transform: capitalize;
}

.btn-user:hover {
    background-color: #191A1930;
}

.btn-connect {
    border-radius: 0.30rem;
    background-color: #007bff;
    border: 1px solid #007bff;
    color: white;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0.65rem 1rem;
    margin-left: 5px;
    text-transform: capitalize;
}

.main-body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main {
    flex-shrink: 1;
    flex-grow: 1;
    height: auto;
    position: relative;
    overflow-y: hidden;
}

footer {
    margin-top: auto;
    /*    height: 50px;*/
    /*    position: absolute;*/
    bottom: 0;
    width: 100%;
}

footer,
footer a {
    color: #CCC;
    letter-spacing: 0.25px;
}

footer a:hover {
    color: #FFF;
}
