* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.navbar {
    height: 50px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: -2px 2px 6px 0 rgba(0, 0, 0, 0.205);
}

.navbar .logo {
    width: 311px;
    height: 49px;
    margin-left: 83px;
}

.navbar .groups {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-right: 83px;
}

.navbar .groups .options {
    width: 40px;
    height: 35px;
    background: #3683F0;
    display: flex;
    align-items: center;
    justify-content: center;  
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.navbar .groups .options i {
    color: #FFFFFF;   
}

.navbar .groups .options:last-child {
    background: #FFFFFF;
}

.navbar .groups .options:last-child i {
    color: #3683F0;
}

.profile {
    height: 40px;
}

#container .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 187px;
}

#container .header .head {
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    color: #0029FF;
}

#container .header .submit {
    width: 121px;
    height: 36px;
    background: #0029FF;
    border: none;
    border-radius: 15px;
    color: #FFFFFF;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#container .descContainer {
    height: 135px;
    width: 76%;
    margin-top: 40px;
    margin-left: 187px;
    background: #E9ECEF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container .descContainer .descContent {
    margin: 0 27px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#container .descContainer .descContent h1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
}

#container .descContainer .descContent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

#container .sidebar {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 90px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.205);
    border-radius: 0 20px 20px 20px;
}

#container .sidebar.sidebar1 .topSide {
    height: 50px;
    width: 132px;
    background: #000000;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#container .sidebar.sidebar1 .topSide .sideMenu {
    margin-left: 81px;
    margin-top: 5px;
    border: none;
    outline: none;
    background: #000000;
    cursor: pointer;
}

#container .sidebar.sidebar1 .topSide .sideMenu img {
    width: 39px;
    height: 29px;
}

#container .sidebar.sidebar1 .sideList {
    height: 692px;
    width: 132px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

#container .sidebar.sidebar1 .sideList .button1 {
    width: 68px;
    height: 68px;
    margin-top: 26px;
    margin-left: 32px;
    border-radius: 20px;
    border: 1px solid  #0029FF;
    background: transparent;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    color: #0029FF;
    display: block;
}

#container .sidebar.sidebar2 {
    width: 392px;
    height: 692px;
    border-radius: 0px, 0px, 20px, 20px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 90px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.205);
    z-index: 1000;
    background: #FDFDFD;
}

#container .sidebar.sidebar2 .topSide {
    height: 50px;
    width: 100%;
    background: #000000;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

#container .sidebar.sidebar2 .topSide span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 10px;
    display: block;
}

#container .sidebar.sidebar2 .topSide .sideMenu {
    margin-left: 222px;
    margin-bottom: 5px;
    border: none;
    outline: none;
    background: #000000;
    transform: rotate(180deg);
    cursor: pointer;
}

#container .sidebar.sidebar2 .topSide .sideMenu img {
    width: 39px;
    height: 29px;
}

#container .sidebar.sidebar2 .sideList {
    height: 692px;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container .sidebar.sidebar2 .sideList .listHead {
   font-weight: 600;
   font-size: 16px;
   line-height: 24px; 
   margin-right: 25px;
   margin-bottom: 20px;
   display: block;
}

#container .sidebar.sidebar2 .sideList .list {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-right: 61px;
    display: block;
}

#container .sidebar.sidebar2 .sideList .list li {
    cursor: pointer;
}

#container .noticeBoard {
    position: absolute;
    right: 0;
    top: 108px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.205);
    border-radius: 30px 0 0 30px;
    height: 394px;
    width: 95px;
    background: #FFFFFF;
}

#container .noticeBoard .board {
    height: 100%;
    width: 50px;
    background: #000000;
    color: #FFFFFF;
}

#container .noticeBoard .board i {
    margin-top: 29px;
    margin-left: 17px;
    font-weight: 200;
    font-size: 19.83px;
}

#container .noticeBoard .board .text {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 34px;
    gap: 20px;
}

#container .noticeBoard .board .text .noticeText {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; 
}

#container .noticeBoard .board .text .boardText {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#container .footer {
    position: absolute;
    top: 1480px;
    right: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 21px;
}

#container .footer .footerItem {
    width: 85px;
    height: 85px;
    background: #0029FF;
    border: none;
    outline: none;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#container .footer .footerItem  img {
    width: 50px;
    height: 50px;
}

#container #assets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    left: 214px;
    top: 397px;
    gap: 50px;
}

#container #assets .asset {
    height: 580px;
    width: 480px;
    margin-right: 20px;
    border-radius: 15px;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.25),
                0 4px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    background: #FDFDFD;
    position: relative;
}

#container #assets .asset .assetHead {
    width: 100%;
    height: 50px;
    border-radius: 15px, 15px, 0px, 0px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container #assets .asset .assetHead span {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
}

#container #assets .asset .assetHead button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #FFFFFF; 
    position: absolute;
    right: 20px;
    border: none;
    outline: none;
    font-family: 'Poly', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.01px;
    cursor: pointer;
}

#container #assets .asset .assetDesc {
    width: 100%;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1.8px 1.8px 0 rgba(0, 0, 0, 0.171);
}

#container #assets .asset .assetDesc p {
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
}

#container #assets .asset .assetDesc p span {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
}

#container #assets .asset .assetDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#container #assets .asset .assetDetails iframe {
    width: 480px;
    height: 291px;
}

#container #assets .asset .assetDetails .detailsHead {
    width: 100%;
    height: 40px;
    background: #feffc041;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
}

#container #assets .asset .assetDetails .detailsHead button {
    width: 15.98px;
    height: 9.6px;
    position: absolute;
    left: 10px;
    background: transparent;
    outline: none;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container #assets .asset .assetDetails .detailsHead span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 27.24px;
    color: #000000;
    position: absolute;
    left: 96px;
}

#container #assets .asset .assetDetails .inputsArea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#container #assets .asset .assetDetails .inputsArea .inputs {
    width: 199px;
    height: 95px;
    background: #f0eeeee3;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
}

#container #assets .asset .assetDetails .inputsArea .inputs span {
    position: absolute;
    left: 10px;
    padding: 1px 5px;
    font-weight: 500;
    font-size: 14px;
}

#container #assets .asset .assetDetails .inputsArea .inputs textarea {
    width: 95%;
    height: 55px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    outline: none;
    resize: none;
    color: #6C757D;
    padding: 10px 5px;
    border-radius: 15px;
}

#container #assets .asset .assetDetails .threadOptions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

#container #assets .asset .assetDetails .threadOptions .group1 {
    position: absolute;
    left: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#container #assets .asset .assetDetails .threadOptions .group1 button {
    width: 14.78px;
    height: 20px;
    color: #323232;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

#container #assets .asset .assetDetails .threadOptions .group2 {
    position: absolute;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

#container #assets .asset .assetDetails .threadOptions .group2 button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 98px;
    height: 30px;
    color: #323232;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    padding: 0 2px;
    cursor: pointer;
}

#container #assets .asset .assetDetails .threadOptions .group2 button img {
    transform: rotate(180deg);
}

#container #assets .asset .assetDetails .threadButton {
    width: 97px;
    height: 36px;
    background: #0029FF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.06px;
    color: #FFFFFF;
    border-radius: 10px;
    position: relative;
    right: 160px;
    outline: none;
    border: none;
    margin-top: 20px;
}

#container #assets .asset .assetDetails .summary {
    display: flex;
    flex-direction: column;
    width: 425px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    background: #f0eeeee3;
    position: relative;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.34px;
}

#container #assets .asset .assetDetails .summary span {
    position: absolute;
    left: 10px;
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
}

#container #assets .asset .assetDetails .summary textarea {
    width: 97.5%;
    height: 71px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    outline: none;
    resize: none;
    color: #6C757D;
    padding: 10px;
    border-radius: 15px;
}

#container #assets .asset .assetDetails .assetTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

#container #assets .asset .assetDetails .assetTitle span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
}

#container #assets .asset .assetDetails .assetTitle input {
    width: 422px;
    height: 43px;
    border-radius: 5px;
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.15);
    border: none;
    outline: none;
    padding: 0 5px;
    font-size: 14px;
}

#container #assets .asset .assetDetails .assetContent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
}

#container #assets .asset .assetDetails .assetContent .assetContentHead {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
}

#container #assets .asset .assetDetails .assetContent .dashboard {
    width: 422px;
    height: 75px;
    border-radius: 5px, 5px, 0px, 0px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
    background: #FCFBFB;
    padding: 2px 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

#container #assets .asset .assetDetails .assetContent .dashboard .dashboardHead {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-left: 8px;
}

#container #assets .asset .assetDetails .assetContent .dashboard .dashboardHead span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #616161;
}

#container #assets .asset .assetDetails .assetContent .dashboard .dashboardOptions {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin-left: 8px;
}

#container #assets .asset .assetDetails .assetContent .dashboard .dashboardOptions .dashIcon {
    width: 21px;
    height: 18px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container #assets .asset .assetDetails .assetContent .dashboard .dashboardOptions .dashIcon:last-child i {
    transform: rotate(90deg);
    color: #616161;
    font-size: 22px;
}

#container #assets .asset .assetDetails .assetContent .dashboard .dashboardOptions .paragraph {
    height: 18px;
    width: 102px;
    background: #EBEBEB;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #616161;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 3px;
}

#container #assets .asset .assetDetails .assetContent .dashboard .dashboardOptions .paragraph span {
    position: absolute;
    left: 4px;
}

#container #assets .asset .assetDetails .assetContent textarea {
    width: 422px;
    height: 205px;
    border: none;
    outline: none;
    resize: none;
    background: FCFBFB;
    padding: 5px 10px;
    box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #616161;
}

#container #assets .asset .assetDetails .intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 434px;
    margin-top: 2px;
    margin-bottom: 60px;
}

#container #assets .asset .assetDetails .intro .introHead {
    width: 100%;
    height: 43px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

#container #assets .asset .assetDetails .intro .introHead button {
    width: 15.98px;
    height: 9.6px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
}

#container #assets .asset .assetDetails .intro .introHead span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
}

#container #assets .asset .assetDetails .intro .introBody {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding: 0 10px;
}

#container #assets .asset .assetDetails .intro .introBody p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.07px;
}

#container #assets .asset .assetDetails .intro .introBody .seeMore {
    position: absolute;
    top: 45px;
    right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19.07px;
    color: #606161;
    cursor: pointer;
} 

#container #assets .asset .assetDetails .thread {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 434px;
    margin-top: 2px;
    margin-bottom: 45px;
}

#container #assets .asset .assetDetails .thread .threadHead {
    width: 100%;
    height: 43px;
    background: #FCFCFC;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #D9D7D7;
    cursor: pointer;
}

#container #assets .asset .assetDetails .thread .threadHead button {
    width: 15.98px;
    height: 9.6px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
}

#container #assets .asset .assetDetails .thread .threadHead span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
}

#container #assets .asset .assetDetails .thread .threadBody {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding: 0 10px;
}

#container #assets .asset .assetDetails .thread .threadBody p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.07px;
}

#container #assets .asset .assetDetails .thread .threadBody .seeMore {
    position: absolute;
    top: 65px;
    right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19.07px;
    color: #606161;
    cursor: pointer;
}

#container #assets .asset .assetDetails .example {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 434px;
    margin-top: 2px;
    margin-left: 85px;
}

#container #assets .asset .assetDetails .example .exampleTab {
    width: 394px;
    height: 43px;
    background: #FCFCFC;
    display: flex;
    align-items: center;
    border: 1px solid #D9D7D7;
    cursor: pointer;
}

#container #assets .asset .assetDetails .example .exampleTab span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21.79px;
    padding-left: 18px;
}

#container #assets .asset .assetDetails .example p {
    padding-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19.07px;
}



/*RESPONSIVE*/
@media screen and (max-width: 1024px) {
    .navbar .logo {
        margin-left: 39px;
    }

    .navbar .groups {
        margin-right: 39px;
    }

    #container .header .submit {
        transform: translateX(60px);
    }

    #container .descContainer {
        width: 63%;
    }

    #container .footer {
        top: 2640px;
    }

    #container #assets {
        display: grid;
        grid-template-columns: 1fr;
        padding-bottom: 30px;
        left: 200px;
    }
}