@import url("/css/master.css");

.sidenav {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    background: #171717;
    height: 100%;
    z-index: 9;
}

.sidenav .logo {
    position: relative;
    margin: 0px 0px 0px;
    background: #ffffff;
    overflow: hidden;
    height: 55px;
    width: 100%;
}

.sidenav .logo a {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 10px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.sidenav .logo a img {
    width: auto;
    margin: 0 auto;
    display: block;
}

nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 80px);
}

nav ul {
    margin: 0;
    padding: 20px 5px;
    display: inline-block;
    transition: 0.5s all linear;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

nav ul li {
    position: relative;
    padding: 0;
    width: 100%;
    display: block;
    z-index: 1;
    transition: 0.5s all linear;
}

nav ul li a,
.logout a {
    font-weight: 500;
    color: #ffffff;
    transition: 0.5s all linear;
    display: flex;
    justify-content: flex-start;
    padding: 5px 5px 5px 10px;
    text-align: left;
    gap: 10px;
    position: relative;
    align-items: flex-start;
    margin-bottom: 4px;
    font-size: 13px;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.logout {
    position: relative;
    margin: 0px 10px;
    background: #FFEFEF;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid #FFEFEF;
}

.logout a {
    padding: 0;
    width: 100%;
    color: #f93333;
}

.containbody {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 200px;
}

header {
    position: fixed;
    margin: 0;
    padding: 5px 0px;
    width: 0;
    background: #ffffff1c;
    z-index: 99;
    height: 55px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}


/*-- Toggle --*/

.nav-toggle {
    width: 32px;
    height: 35px;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid rgb(255 255 255);
    position: relative;
    margin: 0px 0px 0;
    top: 0;
    display: block;
    transition: all 0.5s linear 0s;
    cursor: pointer;
}

.nav-toggle div {
    width: 100%;
    height: 3px;
    background: rgb(255 255 255);
    margin: 5px auto;
    transition: all 0.3s ease 0s;
    text-align: right;
    border-radius: 10px;
    font-size: large;
}

.nav-toggle .two {
    width: 100%;
    margin-right: 0px;
}

.nav-toggle .three {
    width: 100%;
    margin-right: 0px;
}

.nav-toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.on .two {
    opacity: 0;
}

.nav-toggle.on .three {
    transform: rotate(-45deg) translate(6px, -6px);
    width: 100%;
}

.rightside {
    margin: 0;
    display: flex;
    gap: 20px;
    width: auto;
}


/*-- nottifitcation --*/

.shareicon i {
    position: relative;
    margin: 0 auto;
    padding: 0px 0px;
    font-size: 18px;
}

.shareicon span {
    position: absolute;
    top: 7px;
    right: 3px;
    background: #FF6C2D;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}

.shareicon {
    display: flex;
    margin: 0;
    padding: 5px 15px;
    font-size: 16px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #171717;
    border-radius: 50px;
    border: 2px solid #171717;
    color: #ffffff;
}

.userprofile {
    background: #ffffff1a;
    border-radius: 50px;
    border: 2px solid #ffffff24;
    display: inline-block;
    width: auto;
    height: 45px;
    position: relative;
}

.userprofile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.userprofile li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    gap: 15px;
}

.userprofile li span {
    width: 40px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 1px;
}

.userprofile li span img {
    width: 100%;
    filter: invert(100%) sepia(0%) saturate(3069%) hue-rotate(28deg) brightness(101%) contrast(108%);
}

.userprofile ul li ul {
    display: none;
}

li.dropnav>ul {
    width: 100%;
    text-align: left;
    right: 0px;
    background: #171717;
    box-shadow: rgba(7, 7, 7, 0.13) 0px 20px 20px 0px;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    top: 100%;
}

.userprofile li.dropnav ul li {
    margin-bottom: 0px;
}

.userprofile li ul li span {
    width: unset;
    height: unset;
    margin: 0;
    padding: 0;
}

.userprofile li ul li span img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(100deg) brightness(100%) contrast(100%);
}

.userprofile li ul li a {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 10px;
}

header .row {
    justify-content: space-between;
    align-items: center;
    display: flex;
}


.bodypart {
    padding: 80px 20px 100px;
}

nav ul li:hover a,
.userprofile li.dropnav ul li:hover a {
    background: #2f2f2f;
    border-radius: 4px;
}

.userprofile li.dropnav.active ul {
    display: inline-block;
    width: 200px;
    top: 140%;
}

.lefmsgsed,
.righmsgsed {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    width: calc(100% - 200px);
}

.righmsgsed {
    float: right;
    width: calc(100% - 200px);
    background: #303030;
}

.lefmsgsed {
    float: left;
    background: #303030;
}


/*footer*/



/* Footer-specific container */
.footer-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Row setup */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 15px 0;
}

/* Columns */
.col {
    padding: 0 15px;
    flex: 1 1 100%;
}

/* Desktop view: side-by-side */
@media (min-width: 768px) {
    .col {
        flex: 0 0 auto;
        width: auto;
    }
}

/* Footer content */
footer {
    background: #020817;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    cursor: pointer;
}

.foot-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

.foot-list ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    text-align: center;
}

.foot-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    padding: 0;
    font-size: 14px;
}

.foot-list ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.foot-list ul li a:hover {
    color: #007bff;
}

