

.main-container-screen {
    width: 100vw;
}

#content-model {
    width: 100vw;
}

#btn-second-popapa {
    position: absolute;
    right: 5%;
}

#btn-therd-popapa {
    position: absolute;
    right: 3%;
}

.user-can-edit-popap {
    width: 35vw;
    padding: 5px 5px;
    position: absolute;
    left: 0.5%;
    display: flex;
    align-items: center;
    gap: 2%;
}

.edit-user-board-one {
    width: 48%;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
}

.edit-user-board-two {
    width: 48%;
    padding: 5px 5px;
    background-color: rgba(231, 231, 231, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
}

.edit-icon-board-image-box>i {
    font-size: 20px;
    /* color: white; */
}

.Header-container {
    width: 100vw;
    background-color: #4a4545;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Two-box-Header {
    width: 500px;
    height: 60px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .logo-box {
    width: 170px;
    height: 55px;
    border-right: 1px solid white;
}

.logo-box>img {
    width: 100%;
    height: 100%;
} */

.Header-Text-box {
    width: 260px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Header-Text-box>p {
    font-size: 23px;
    color: white;
}

.Acadmic-text-container {
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.Acadmic-text-container>p {
    font-size: 18px;
    color: white;
}

.Year-text-box {
    width: 110px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.Year-text-box>select {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    cursor: pointer;
    text-align: center;
    background-color: #4a4545;
    color: white;
    border: none;
    outline: none;
    border-radius: 0px;
}

.Year-text-box>p {
    font-size: 18px;
    color: white;
}

.user-bell-container {
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.bell-box {
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bell-box>i {
    color: white;
}

.user-box {
    width: 32px;
    height: 32px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.user-box>i {
    color: white;
}

.image-meddle-container {
    width: 100vw;
    height: 100vh;
}

.image-meddle-container>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-box {
    width: 95vw;
    height: 93vh;
    position: absolute;
    left: 4%;
    top: 15%;
}

.second-hedaer {
    width: 100%;
    height: 50px;
    background-color: rgba(162, 160, 160, 0.66);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.therd-herder {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 16%;
    z-index: 2;
    background-color: rgb(50, 47, 47);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.therd-herder-option-section {
    width: 35vw;
    height: 50px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1%;
    top: 16%;
    padding: 0px 10px;
}

.input-cheek {
    width: 17px;
    height: 17px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .input-cheek>input{
    width: 100%;
    height: 100%;
} */


#pet-select {
    width: 100%;
    height: 100%;
}

.two-box-section-first {
    width: 50%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 10px;
    gap: 4%;
}

.two-box-section-first>p {
    font-size: 16px;
    color: white;
    font-size: 400;
}

.two-box-section-second {
    width: 20%;
    font-size: 15px;
    text-align: center;
}

.two-box-section-second>select {
    border: none;
    outline: none;
}

.header-box-two-section {
    width: 420px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
    gap: 10px;
    background-color: #8EC5FC;
    position: relative;
}

#btn {
    width: 100%;
    height: 100%;
}

#back-ground-color {
    width: 100px;
    height: 230px;
    background-color: black;
    overflow-y: scroll;
}

.dropdown-menu>li>a {
    color: white;
}

#cars {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 5px 5px;

}

.text-box {
    width: 250px;
    height: 45px;
    border-right: 1px solid white;
    left: 9%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 14px;
    text-align: center;
    position: relative;
}

.Timer-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.Timer-icon>i {
    color: white;
}

.text-box>p {
    font-size: 16px;
    color: white;
}

.date-box {
    width: 110px;
    height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 3px;
    gap: 5px;
    color: white;
    border-right: 1px solid white;
}

.second-date-icon-box {
    width: 125px;
    height: 45px;
    padding: 0px 4px;
    display: flex;
    align-items: center;
}

.second-date-icon-box>p {
    font-size: 16px;
    color: white;
}

.add-section-popap-btn {
    width: 130px;
    height: 35px;
    border: 1px solid white;
    position: absolute;
    left: 42%;
    background-color: rgb(0, 229, 255);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-section-popap-btn>p {
    font-size: 15px;
    color: white;
    cursor: pointer;
}

.heder-box-right-section {
    width: 600px;
    height: 45px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-box-container {
    width: 240px;
    height: 35px;
}

.input-box-container>input {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    outline: none;
    border-radius: 5px;
    background-color: #cdcccc;
    border: none;
}

.filter-box {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.filter-box>i {
    font-size: 20px;
    color: white;
}

.menu-box {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-box>i {
    font-size: 20px;
    color: white;
}

.Timer-icon>p {
    font-size: 17px;
}

.input-box-container>::placeholder {
    color: white;
}

.sider-bar-container {
    width: 7%;
    height: 100vh;
    background-color: rgba(162, 160, 160, 0.66);
    position: absolute;
    z-index: 4;
}

.box-icon-container {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10%;
}

.icon-child {
    width: 40px;
    height: 40px;
    position: relative;
    top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-child>i {
    font-size: 25px;
    color: white;
}

.mobile-box {
    width: 94vw;
    height: 90vh;
}

.mobile-scroll-parent {
    width: 94vw;
    height: 90vh;
    padding: 10px 10px;
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.mobile-scroll-parent::-webkit-scrollbar {
    width: 0px;
}

.mobile-box-child {
    min-width: 300px;
    height: 570px;
    border: 1px solid white;
    border-radius: 7px;
    overflow: hidden;
    background-color: gray;
    opacity: 0.9;
    position: relative;
}

.first-section-heder {
    width: 100%;
    height: 200px;
    padding: 5px 7px;
    background-color: rgba(0, 21, 130, 0.7);
    position: relative;
    color: white;
}


.user-logo {
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    overflow: hidden;
    
}

.user-logo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#popapa-btn {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 4%;
    top: 3.5%;
    z-index: 10;
}

.arrow-box {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 6%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-box>i {
    font-size: 20px;
    color: white;
}

/* .heder-section>p {
    font-size: 18px;
} */

.first-section-heder>p {
    font-size: 13px;
    position: relative;
    top: 5px;
    color: bal;
}

.footer-section {
    width: 95%;
    height: 30px;
    position: absolute;
    bottom: 7%;
    display: flex;
    align-items: center;
    gap: 5px 5px;
    gap: 4px;
}

.footer-section>p {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.paperclip-iocn {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paperclip-iocn>i {
    font-size: 20px;
    color: white;
}

.plus-section {
    width: 95%;
    height: 55px;
    padding: 5px 5px;
    position: absolute;
    bottom: -13%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:999
}

.plus-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
}

.plus-icon-box>img {
    width: 100%;
    height: 100%;
}

#secondnamechange1 {
    font-size: 14px;
}

.message-box-container {
    width: 100%;
    height: 100%;
    padding: 5px 5px;
    position: relative;
    top: 5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: scroll;
    padding-bottom: 85%;
}

.message-box-container::-webkit-scrollbar {
    width: 0px;
}

.first-card {
    width: 100%;
    min-height: 170px;
    border: 1px solid white;
    border-radius: 7px;
    overflow: hidden;
    background-color: white;
    position: relative;
}

.message-box-heder {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 5px 5px;
    background-color: #b9e5f9;
    background-image: linear-gradient(62deg, #b9e5f9 0%, #E0C3FC 100%);
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    gap: 5px;
}

.message-user-logo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.message-box-heder>p {
    font-size: 14px;
    font-weight: 500;
}

.date {
    position: absolute;
    right: 20%;
}

.message-user-logo>img {
    width: 100%;
    height: 100%;
}

.arrow-message {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-messagedown2 {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#arrow-box-down {
    display: none;
}

.arrow-message>i {
    font-size: 17px;
}

.arrow-message-top {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.second-heder-section {
    width: 100%;
    padding: 0px 4px;
    position: relative;
    display: flex;
    align-items: center;
}

.second-heder-section>p {
    font-size: 17px;
    font-weight: 700;
    color: #4a4545;
}

.text-section {
    width: 100%;
    font-size: 14px;
    position: relative;
    margin-top: 6px;
    padding: 6px 6px;
}

.plus-message-icon {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-message-icon {
    width: 20px;
    height: 20px;
    right: 15%;
}

.plus-message-icon>i {
    font-size: 16px;
}

.plus-second-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right:5%;
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plus-second-icon>i {
    font-size: 16px;
    color: white;
}

.footer-section-messgae {
    width: 100%;
    height: 30px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-section-messgae>p {
    font-size: 15px;
    font-weight: 700;
}

.paperclip-sec {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4545;
    position: relative;
    right: 4px;
}

.section-there-icons-container {
    width: 190px;
    height: 25px;
    position: absolute;
    right: 0px;
    padding: 5px 2px ;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.likes-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-there-icons-container>p {
    font-weight: 700;
    color: #4a4545;
}

.footer-section-messgae>p {
    color: #4a4545;
    position: relative;
    right: 7px
}

.message-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.star {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.star>img {
    width: 100%;
    height: 100%;
}

.star>i {
    font-size: 13px;
}

.second-box-message {
    width: 100%;
    border-radius: 7px;
    background-color: white;
    position: relative;
}

.seemore1 {
    color: yellow;
    display: none;
}

.cardseeh6 {
    width: 70px;
    color: blue;
    border-bottom: 1px solid blue;
    margin-top: 5px;
    margin-left: 5px;
    display: none;
    text-align: center;
    cursor: pointer;
}

.image-container-sec-message {
    width: 100%;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.second-image-box {
    width: 55px;
    height: 55px;
    margin-bottom: 23px;
}

.second-image-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second-image-box>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.second-image-box>iframe {
    width: 100%;
    height: 100%;
}
#audio-id-width{
    width: 150px;

}
#audio-id-width-view{
    width: 100%;

}
.second-image-box>audio{
    width: 100%;
    height: 100%;
    
}

.footer-sceond-container {
    width: 100%;
    height: 30px;
}

.second-box-heder-section {
    width: 100%;
    background-color: rgba(112, 0, 130, 0.7);
    padding: 5px 7px;
    position: relative;
}

.second-box-heder-section>p {
    font-size: 11.58px;
    color: white;
    position: relative;
    top: 5px;
    height: 120px;
}

.footer-second-box-container {
    width: 95%;
    height: 30px;
    position: absolute;
    bottom: 0.1%;
    display: flex;
    gap: 5px;
    align-items: center;
}

.footer-second-box-container>p {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.second-box-plus-container {
    width: 95%;
    padding: 5px 5px;
    position: absolute;
    bottom: -12%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second-mobile-scroll-parent {
    width: 100%;
    height: 100%;
    padding: 0px 5px;
    position: relative;
    top: 5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: scroll;
    padding-bottom: 100%;

}

.second-mobile-scroll-parent::-webkit-scrollbar {
    width: 0px;
}

.image-container-second-box {
    width: 98%;
    height: 80px;
    display: flex;
    margin-top: 20px;
    gap: 10px;
}

.mobile-box {
    width: 96%;
    top: 18%;
}

.two-number-box {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.two-number-box>p {
    font-size: 10px;
}

#uparrow {
    display: none;
    font-size: 20px;
    color: white;
    position: absolute;
}

.parent-class-popap {
    /* background-color: rgb(216, 71, 170); */
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
}

.heder-box-popap {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;

}

.heder-box-popap>::placeholder {
    color: white;
    font-size: 17.3px;
    padding: 0px 3%;
}

.heder-box-popap>input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

.heder-box-popap>p {
    font-size: 19px;
    color: black;
}

.text-area-box {
    width: 100%;
    height: 70%;
    border: 1px solid gray;
    border-radius: 8px;
    margin-bottom: 5px;
}


.text-area-box>textarea {
    width: 100%;
    height: 24vh;
    outline: none;
    border: none;
    padding: 10px 10px;
}

.text-area-box>textarea::placeholder {
    color: black;
}

.border {
    width: 100%;
    height: 1px;
    border: 1px solid white;
}

.bottom-container {
    width: 80%;
    padding: 3px 3px;
    gap: 7px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0%;
    gap: 0px;
}

.bottom-first-box {
    width: 200px;
    /* height: 50px; */
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 10px;
}

.add-icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-icon>i {
    color: black;
    font-size: 20px;
}

.curser-pointer-add {
    cursor: pointer;
}

.there-dot-dropdown-heder {
    width: 17px;
    height: 30px;
    position: absolute;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.therd-dot-child {
    width: 100%;
    height: 100%;
    padding: 0px 5px;
    border: none;
}

/* .dropdown-menu.show {
    background-color: black;
} */

.therd-dot-child>i {
    color: white;
    font-size: 20px;
    margin-top: 4px;
}

.see-more {
    color: yellow;
    cursor: pointer;
}

.bottom-second-box {
    width: 200px;
    height: 42px;
    border: 1px solid white;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 10px;
    background-color: rgba(231, 231, 231, 0.4);
}

.canecl-btn {
    width: 100px;
    height: 30px;
    border: 1px solid white;
    border-radius: 3px;
    position: absolute;
    right: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.canecl-btn>p {
    font-size: 16px;
    color: white;
}

.public-btn {
    width: 100px;
    height: 30px;
    border: 1px solid white;
    border-radius: 3px;
    position: absolute;
    right: 2%;
    background-color: rgb(9, 243, 243);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.public-btn>P {
    font-size: 16px;
    color: white;
}

.heder-box {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0px 5px;
    /* border-bottom: 2px solid white; */
}

.heder-two-box {
    width: 35vw;
    height: 47px;
    display: flex;
    align-items: center;
    gap: 3%;
    padding: 3px 3px;
}

.heder-two-box>p {
    font-size: 18px;
    color: white;
}

.heder-two-box-right {
    width: 30vw;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4%;
    padding: 3px 5px;
    margin-right: 10%;
}

.icon-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.icon-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-there-box {
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 170, 215, 0.937);
    border-radius: 3px;
    cursor: pointer;

}

.right-there-box>p {
    font-size: 14px;
    color: white;
    font-weight: 700;
}

.cut-icon-box {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.cut-icon-box>i {
    font-size: 23px;
    color: white;
}

.delete-icon-box {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delete-icon-box>i {
    font-size: 23px;
    color: rgb(185, 6, 6);
}

.text-section {
    width: 100%;
    position: relative;
    top: 4%;
}

.text-section>p {
    font-size: 15px;
    color: black;
}

.image-section-container {
    padding: 10px 5px;
    position: relative;
    top: 4%;
    display: flex;
    gap: 10px;
    overflow-x: scroll;
}

.image-box {
    width: 300px;
    height: 250px;
    border: 2px solid white;
    border-radius: 5px;
    position: relative;
}

.image-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heder-box-two-edit {
    width: 600px;
    height: 45px;
    position: relative;
    left: 4%;
    display: flex;
    align-items: center;
    gap: 3px;
}

.first-box-edit-1 {
    width: 220px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid white;
}

.second-box-edit-2 {
    width: 110px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid white;
}

.therd-box-edit-3 {
    width: 125px;
    height: 40px;
    display: flex;
    align-items: center;
}

.add-section-box {
    width: 100px;
    height: 26px;
    border: 1px solid white;
    position: absolute;
    right: 1.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 175, 197, 1);
    border-radius: 4px;
    cursor: pointer;
}

.first-box-edit-1>p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: white;
}

.second-box-edit-2>p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: white;

}

.therd-box-edit-3>p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: white;
}

.plus-message-icon>img {
    width: 100%;
    height: 100%;
}

.add-section-box>p {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.2px;
    color: white;
}

.container-popap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heder-section-popap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: palevioletred;
}

.right-box {
    width: 200px;
    height: 45px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0px 10px;
    gap: 3%;
    position: absolute;
    top: 0;
    right: 5%;
}

.right-box>P {
    font-size: 15px;
    font-weight: 700;
}

.cancel-icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.cancel-icon>i {
    font-size: 15px;
    color: black;
}

.section-box {
    width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
}

.padding-margin-boostrap {
    margin-bottom: 0px;
}

.arrow-first {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-first>i {
    font-size: 20px;
    font-weight: 700;
}

.arrow-second {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arrow-second>i {
    font-size: 20px;
    font-weight: 700;
}

.heder-second-name-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heder-second-name-section-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.arrow-child-first {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-child-first>i {
    font-size: 14px;
}

.arrow-child-second {
    width: 20px;
    height: 20px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-child-second>i {
    font-size: 14px;
}

.image-box-papap {
    width: 26px;
    height: 26px;
    border: 1px solid black;
    border-radius: 50%;
    overflow: hidden;
}

.image-box-papap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.therd-section-text-icon {
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    gap: 2%;
    position: relative;
}

.icon-text-container {
    width: 260px;
    height: 25px;
    border: 1px solid black;
    padding: 0px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2%;
    position: relative;
}

.content-scroll-container {
    width: 60vw;
    height: 60vh;
    overflow-y: scroll;
}

.icon-box {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: flex;
}

.icon-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delete-box {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delete-box>i {
    font-size: 19px;
    color: rgb(181, 14, 14);
}

.all-content-container {
    width: 100%;
    padding: 10px 10px;
}

.all-content-p {
    font-size: 14px;
    color: black;
}

.image-box-two {
    width: 200px;
    height: 200px;
    background-color: gainsboro;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 6px;
    padding: 0px 30px;
}

.image-box-two>img {
    width: 150px;
    height: 150px;
}

.image-text-bottom {
    width: 100%;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.paragaraph-add-bottom-text {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-bottom {
    font-size: 12px;
    color: gray;
}

.second-text-container {
    width: 100%;
    padding: 10px 5px;
}

.second-text-container>p {
    font-size: 14px;
    color: gray;
    padding: 0px 6px;
}

.comment-like-section {
    width: 100%;
    height: 60px;
    border-top: 1px solid black;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 1%;
    position: relative;
}

.like-icon-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.like-icon-box>i {
    font-size: 20px;
}

.comment-like-section>p {
    font-size: 18px;
    font-weight: 700;
}

.comment-icon-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-icon-box>i {
    font-size: 20px;

}

.start-container {
    width: 280px;
    padding: 10px 14px;
    position: absolute;
    right: 1%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 3%;
}

.star-box {
    width: 30px;
    height: 30px;
    padding: 2px 2px;
}

.star-box>img {
    width: 100%;
    height: 100%;
}

.add-comment-input-section {
    width: 100%;
    height: 50px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 5px;
}

.comment-user-logo {
    width: 28px;
    height: 28px;
    border: 1px solid black;
    border-radius: 50%;
    overflow: hidden;
}

.comment-user-logo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.input-box {
    width: 98%;
    height: 40px;
    border: 1px solid black;
    border-radius: 15px;
    overflow: hidden;
    display: flex ;
    align-items: center;
    position: relative;
}

.input-box>input {
    width: 100%;
    height: 100%;
    padding: 0px 15px;
    font-size: 15px;
    border: none;
    outline: none;
}

.user-comment-show-container {
    width: 100%;
    padding: 10px 10px;
    display: flex;
    gap: 5px;
}

.user-text-section {
    width: 96%;
    padding: 5px 5px;
    background-color: rgb(230, 219, 219);
    position: relative;
}

.user-text-section>p {
    font-size: 15px;
    margin-top: 20px!important;
}

.edit-btn {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(15, 183, 183);
    cursor: pointer;
    border-radius: 3px;
}

.edit-btn>p {
    font-size: 15px;
    color: white;
    font-weight: 700;
}

.modal-dialog-centered {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#model-therd-popap {
    --bs-modal-width: 100vw;
    padding: 0px 0px;
}

.comment-scroll-parent {
    width: 100%;
    height: 140px;
    background-color: #afcafd;
    margin-bottom: 5px;
    overflow-y: scroll;
    position: relative;
    padding: 3px 3px;
    position: relative;
}

.comment-scrollbel-container {
    width: 100%;
    background-color: #afcafd;
}

.comment-scroll-parent::-webkit-scrollbar {
    display: none;
}

.child-box-comment {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3%;
    position: relative;
}

.user-coomet-text {
    font-size: 13px;
    font-weight: 700;
    margin-left: 12%;
    color: #403c3c;
}

.input-box-add-comment>input::placeholder {
    color: white;
    font-size: 15px;
    padding: 5px 4px;
    border-bottom: 1px solid white;
}

.send-message-iconsend-message-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 1.2%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4bf0b1;
    cursor: pointer;
}

.send-message-icon>i {
    color: black;
}

.child-box-comment>p {
    font-size: 16px;
}

.there-dot-comment {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.logo-user-comment {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.logo-user-comment>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.daybox {
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 5px;
}

.daybox>p {
    font-size: 14.1px;
    font-weight: 700;
    color: rgb(96, 95, 95);
}

.send-message-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 1.2%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4bf0b1;
    cursor: pointer;
}

.comment-icon-container {
    width: 100%;
    height: 41px;
    margin-top: 7%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #afcafd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.text-box-comment {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-box-comment>p {
    font-size: 18px;
    font-size: 500;
}

.child-box-upper-div {
    width: 100%;
    padding: 4px 4px;
}

.child-box-comment>h6 {
    font-size: 17.5px;
    font-weight: 700;
    color: black;
}

.icon-box-child-box-comment {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-child-box-comment>i {
    font-size: 18px;
}

.add-comment {
    width: 100%;
    height: 40px;
    position: relative;
    bottom: 2%;
    background-color: #afcafd;
    display: flex;
    align-items: center;
    gap: 2%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

.input-box-add-comment {
    width: 85%;
    height: 30px;
    position: absolute;
    right: 3%;
}

.there-dot-commen>i {
    font-size: 18px;
}

.input-box-add-comment>input {
    width: 93%;
    height: 100%;
    background-color: #afcafd;
    border: none;
    outline: none;
    padding: 0px 7px;
}

.icon-add-comment {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    background-color: #4bf0b1;
    left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-add-comment>i {
    color: black;
}

.text-comment {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 13.4%;
}

.item {
    width: 80%;
    height: 400px;
    margin: auto;
}

.margin-sm {
    margin: 12px;
}

#second-contnet-hide {
    display: none;
}

#secondcardpopaphide {
    display: none;
}

#secondnamechange2 {
    display: none;
}

#heder-first2 {
    display: none;
}

.container {
    width: 100%;
    margin-left: 0px;
}

#model-content-first-code-width {
    width: 60vw;
}

.carousel-control .icon-next {
    font-size: 50px;
}

.carousel-control .icon-prev {
    font-size: 50px;
    margin-left: 15%;
}

#firstElement {
    width: 80vw;
    height: 80vh;
}

#secondElement {
    width: 80vw;
    height: 80vh;
}

#thirdElement {
    width: 80vw;
    height: 80vh;
}

.no-add-margin-avtar {
    font-size: 20px;
    margin: 0 0 0px;
}

.text-center {
    text-align: center;
}

.black {
    color: black;
}

.carousel-control.right {
    right: 5%;
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.popap-box-container {
    width: 100%;
    height: 100%;
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.heder-section-poapa-last {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: palevioletred;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.heder-section2 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: lightgreen;
}

.heder-section3 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: lightskyblue;
}

#main-parent-popapa-background-change {
    background-color: gray;
}

#second-background-change {
    background-color: black;
}

#forthbtn-background-change {
    position: absolute;
    right: 3%;
}

.curcer-icon-2-box {
    width: 27px;
    height: 27px;
    position: absolute;
    top: -6%;
    right: -6%;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    overflow: hidden;
}

#cancel-icon-hidden-id {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    display: none;
}

#cancel-icon-hidden-id2 {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
}

#cancel-icon-hidden-id3 {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    visibility: hidden;
}

/* .modal-header {
    padding: 0px 0px !important;
} */

.cancel-icon>i {
    font-size: 15px;
    color: black;
}

.section-box-poapa-last {
    width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0px;
    gap: 3%;
}

.name-text {
    font-size: 19px;
    margin: 0 0 3px;
    color: white;
}

.arrow-child-first {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.arrow-child-first2 {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.boostrap-margin-override {
    margin-top: 0px;
    margin-bottom: 0px;
}

.name-boostrap-margin-override {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-add-margin {
    margin: 0 0 0px;
}

.arrow-child-first>i {
    font-size: 14px;
}

.image-box-2 {
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius: 50%;
    overflow: hidden;
}

.image-box-2>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-scroll-container {
    width: 100%;
    height: 83.3%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow-y: scroll;
}

.content-scroll-container::-webkit-scrollbar {
    width: 12px;
}

.content-scroll-container::-webkit-scrollbar-thumb {
    background: linear-gradient(transparent, #30ff00);
    border-radius: 6px;
}

.all-content-p {
    font-size: 14px;
    color: gray;
}

.image-container {
    width: 100%;
    height: 250px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    overflow-x: scroll;
    gap: 5%;
}

.p-bottom {
    font-size: 12px;
    color: gray;
}

/* .image-video-container-staticbackdrop-popapa {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
} */




.audio-controlor-section>audio {
    width: 100%;
    height: 50px;
}

.image-video-child-box-staticairdrop {
    width: 152px;
    height: 152px;
    border: 1px solid white;
    border-radius: 5px;
    position: relative;
    background-color: #4a4545;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.add-image-video-icon-simbool>i {
    font-size: 50px;
    color: white;
}

.add-image-video-icon-simbool {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staticbackdrop-file {
    width: 100%;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4%;
}

.two-file-box {
    width: 100%;
    height: 100%;
    background-color: rgb(208, 204, 204);
    display: flex;
    align-items: center;
    padding: 0px 10px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

.audio-controlor-section {
    width: 100%;
    position: relative;
    right: 0%;
    padding: 5px 5px;
}

#audio-structure {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

#first-modal-hight {
    height: 60vh;
}

#second-modal-hight {
    height: 60vh;
}

#therd-modal-hight {
    height: 60vh;
}

#forth-modal-hight {
    height: 60vh;
}

.two-file-box>p {
    font-size: 15px;
    font-weight: 900;
}

.comment-like-section>p {
    font-size: 18px;
    font-weight: 700;
}

.user-text-section>p {
    font-size: 15px;
}

#model-content-last {
    width: 70vw;
}

#hedersection2-id {
    background-color: lightblue;
}

#hedersection3-id {
    background-color: #a393eb;
}

.curser-cancel-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -2%;
    right: -4%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


#last-popap-id-change-content {
    padding: 0px 0px;
}

.curser-cancel-icon>img {
    width: 30px;
    height: 30px;
}

.icon-text-container>h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.edit-icon-board-image-box>i {
    font-size: 18px;
}

.edit-icon-board-image-box>img {
    height: 18px;
}


.user-card-profile{
    width: 100%;
    height: 400px;
    border: 1px solid white;
    background-color:white;
    position: absolute;
    z-index: 10;
    /* right: 2%; */
    border-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    /* display: none; */
}

.user-dailog-id {
    position: absolute !important;
    /* top: 13% !important; */
     right: 0px !important; 
    width: 300px !important;
}

.therd-child-delete-dropdown{
    width: 15px;
    height: 20px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1%;
    cursor: pointer;
}

.content-user-card-id-width{
    width: 350px !important;
}

.user-card-popap {
    height: 400px !important;
    padding: 0px 0px !important ;
}

.user-logo-card-image{
    width: 100%;
    border-bottom: 1px solid #827676;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0px;
     gap: 15px;

   
}

.image-user-child-logo{
    width: 140px;
    height: 140px;
    border: 1px solid #b8b8b8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.image-user-child-logo>img{
      width: 100%;
    height: 100%;
   
}

.name-of-user-card{
    width: 50%;
    padding: 5px 5px;
    border: 1px solid black;
    display: grid;
    align-items: center;
    justify-content: center;
    color: black;
   font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
    border-radius: 3px;
}

.container-section-card-name{
    width: 100%;
    padding: 4px 4px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
   
}

.name-section-user-card{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #827676;
    display: flex;
    align-items: center;
    gap: 3px;

}

.Fullname-container{
    width: 40%;
    height: 34px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    padding: 0px 8px;
    color: black;
    font-weight: bold;
}

/* .Fullname-container>p{
    font-size: 15px;
    color: black;
    font-size: 500;
} */

.name-of-user-player{
    width: 90%;
    height: 34px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    color: black;
}

/* .name-of-user-player>p{
    color: black;
    font-size: 13px;
} */


/* css input-btn create strat css  */

.input-btn-comment-box{
    width: 100%;
    padding: 5px 5px;
   /* border: 1px solid white; */
 
}

.input-comment-type{
    width: 97%;
    height: 35px;
    /* border: 1px solid red; */
    border-radius: 10px;
    overflow: hidden;
    position: relative;
   
}

.input-comment-type>input{
    width:100%;
    height: 100%;
    border: none;
    outline: none;
   padding-left: 13%;
   background-color: #5e7aad;
   color: white;
 
}

.input-comment-type>::placeholder{
    padding: 0px 5px;
   
}

.btn-cancle-update-container{
    width: 100%;
    /* height: 40px; */
    padding: 5px 3px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.btn-cancle-comment{
    width: 70px;
    padding: 3px 3px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    cursor: pointer;
}



.btn-cancle-comment>p{
    font-size: 13px;
    color: grey;
    font-weight: 700;
}

.btn-update-comment{
    width: 70px;
    padding: 3px 3px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #e34d67;
    cursor: pointer;

}

.btn-update-comment>p{
    font-size: 13px;
    color: white;
    font-weight: 700;
}

.logo-input-comment-ad{
    width: 25px;
    height: 25px;
    /* border: 1px solid black; */
    background-color:#7193d1;
    position: absolute;
    top:4px;
    left: 1.5%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-input-comment-ad>i{
    font-size: 14px;
    color: white;
}
.cancel-btn-file-img{
    width: 25px;
    height: 25px;
    /* border: 1px solid black; */
    position: absolute;
    right: -2%;
    top: -18%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancel-btn-file-img>img{
 
    width: 25px;
    height: 25px;
   
}
.audio-controler-cancel-icon{
    width: 25px;
    height: 25px;
    position: absolute;
    right: -1%;
    top: -5%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}
.audio-controler-cancel-icon>img{
    width: 25px;
    height: 25px;
}

.image-container_overlay {
    position: relative;
  width: 20%;
  height: 66%;
  }
  
  .image-container_overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black background with 50% opacity */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overlay-text {
    color: white;
    font-size: 14px; /* Adjust font size as needed */
    text-align: center;
  }
 /* dash-board-card-style-start */


.dash-board-card {
    width: 260px;
    height: 460px;
    border: 1px solid white;
    /* background-color: #8d99ae; */
    background-color: #cdb4db;
    border-radius: 5px;
    padding: 5px 5px;
    /* margin-left: 3%; */

}

.add-board-btn {
    padding: 5px 12px;
  border-radius: 5px;
  background-color: #00a6fb;
  color: white;
  border: none;
  position: absolute;
  left: 28%;
}

.image-box-dash-board {
    width: 100%;
    height: 160px;
    background-color: gray;
    /* padding: 5px 5px; */

}


.image-box-dash-board>img {
    width: 100%;
    height: 100%;
}

.add-all-data-dash-board {
    width: 100%;
    padding: 5px 5px;
    /* border: 1px solid black; */
    margin-top: 2%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.dash-board-text-content {
    width: 100%;
    padding: 3px 6px;
    /* border: 1px solid white; */
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 3px;
    margin-top: 9%;
}

.dash-board-text-content>p {
    font-size: 16px;
    color: white;
}

.dash-board-menu-dot {
    width: 25px;
    height: 25px;
    /* border: 1px solid white; */
    position: absolute;
    top: 0%;
    right: -1%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.dash-board-see-more-btn {
    margin-top: 4px;
    border: none;
    border-radius: 4px;
    background-color: #00b4d8;
    padding: 3px 3px;
    color: white;
    margin-top: 5%;

}

.description-scroll-box-dash {
    width: 100%;
    max-height: 70px;
    /* background-color: red; */
    position: relative;
    /* border: 1px solid white; */
    top: 10px;
    overflow-x: auto;
    border-radius: 3px;

}

.description-scroll-box-dash>p {
    font-size: 16px;
    color: white;
    padding: 2px 2px;

}

.description-scroll-box-dash::-webkit-scrollbar {
    width: 10px;
}

.description-scroll-box-dash::-webkit-scrollbar-track{
    background-color: #d1e5ff;
}
.description-scroll-box-dash::-webkit-scrollbar-thumb{
    background:linear-gradient(#642bff,#ff22e6 )
}




/* dash-board-css start  */

.dash-board-main-parent {
    width: 94%;
    height: 95vh;
    /* background-color: rgb(150, 97, 97); */
    position: absolute;
    top: 10%;
    left: 10%;
    overflow-y: scroll;
    display: flex;
    /* align-items: center; */
    gap: 20px;
    flex-wrap: wrap;
}

.dash-board-main-parent::-webkit-scrollbar {
    width: 0px;
}
.invite-box{
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.invite-box>i{
   color: white;
}

.imgFit{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.screen-data-main{
    width: 100vw;
    height: 100vh;
    background-color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-box-main-parent{
    border: 1px solid white;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;   
}

.input-box-parent{
    width: 100%;
    height: 100%;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
   
}

.add-width{
    width: 100vw !important;
}

.width-w{
    width: 60vw !important;
}

.input-box-parent>input{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding: 10px 10px;

}

.heder-search-container{
    width: 100%;
    /* height: 90px; */
    border:  1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* padding:  5px 5px; */
    /* background-color:#ff6392; */
    position: relative;
}

.box-name-cut-icon-box::-webkit-scrollbar{
    width: 0px;
}

.box-name-cut-icon-box{
    
    width: 100%;
    /* height: 200px; */
    max-height: 170px;
    /* border: 1px solid black; */
    background-color:#e1e5f2;
    display: flex;
    padding: 10px 10px;
    overflow-y: scroll;
    gap: 3%;
    flex-wrap: wrap;

   

}


.two-box-name-icon{
    /* width: 190px;
    height: 40px; */
    border: 1px solid gray;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    border-radius: 5px;
    padding: 12px 24px;
    margin-top:1%;
   
}

.input-name-option{
    width: 90px;
    height: 25px;
    /* border: 1px solid black; */
    position: absolute;
    right: 3%;
   
}

.input-name-option>select{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

#v-write{
    /* background-color: black; */
    font-size: 15px;
    /* color: white; */
    cursor: pointer;
    text-align: center;
    outline: none;
   
}

.two-box-name-icon>p{
    color: black;
    font-size: 15px;
    
}

.icon-cancel-user{

    width: 18px;
    height: 18px;
    /* border: 1px solid black; */
    border-radius: 50%;
    position: absolute;
    right: -5%;
    top: -20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.icon-cancel-user>img{
  height: 23px;
  cursor: pointer;
}

.scroll-table-box{
    width: 100%;
    /* max-height: 200px; */
    overflow-y: scroll;
    /* background-color: blueviolet; */
}

.table>:not(caption)>*>* {
    background-color:#f6f6f6;
}

.btn-close{
    position: absolute;
    right: 2%;
}

.main-box-popap-adiitional{
    width: 100%;
    height: 85vh;
    border-radius: 5px;
    position: relative;
}
.heder-bell-container{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #90e0ef;
    position: relative;   
}
.heder-modal{
    padding: 5px 5px !important; 
    background-color: #90e0ef !important;
}
.box-right{
    position: absolute !important;
    right: 1%;
}
.body-modal{
    padding: 0px 7px !important;
}
.right-modal-dialog {
    position: fixed!important;
    margin: auto!important ;
    width: 100%!important ;
    height: 100% !important;
    right: 0!important ;
  }
  .right-modal-content {
    height: 100%!important ;
    overflow-y: auto !important;
    right: 0!important ;
    background-color: #322f2f !important;
  }
.bell-logo-popapa{
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 9%;
}
.bell-logo-popapa:hover{
   background-color: #be95c4;
}
.bell-logo-popapa>i{
    font-size: 22px;
    color: white;
}
.scroll-text-data-container{
    width: 100%;
    height: 100%;
    padding: 5px 3px;
    overflow-y: scroll;
    background-color: #343131;   
}

.child-data-box-text-btn>p{
    font-size: 15px;
    color: white;
}
.scroll-text-data-container::-webkit-scrollbar{
    width: 0px;
}
.child-data-box-text-btn{
    width: 100%;
    border: 1px solid gray;
    margin-top: 13px;
    padding: 2px 10px;
    background-color: #233d4d;
    border-radius: 5px;
    position: relative;
}

.two-button-container{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 1%;
    justify-content: end;
}
/* .two-button-container>button{
    width: 90px;
    padding: 3px 5px;
    background-color: #00b2ca;
    color: white;
    border: none;
    border-radius: 3px;
} */
/* 
.two-button-container>button:hover{
    background-color: #049eb3;
}

.two-button-container>.btn-desline{
    width: 90px;
    padding: 3px 5px;
    background-color: #fb5607;
} */

.two-button-container>.btn-desline:hover{
    background-color: #e24b05;

}

.text-all-section-box{
    width: 100%;
    border: 1px solid gray;
    margin-top: 4%;
    display: flex;
    align-items: center;
   padding: 2px 10px;
   border-radius: 5px;
   position: relative;
}

.text-all-section-box>p{
    font-size: 15px;
    color: white;
}

.data-cancel-icon{
    width: 23px;
    height: 23px;
    position: absolute;
    right: -2%;
    top: -9%;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.data-cancel-icon>img{
   width: 25px;
   height: 25px;
}

.btn-close{
    position: absolute;
    right: 2%;
}
.name-text-section-comment{
    font-size: 15px;
    position: absolute;
    font-weight: 700;
    top: -16px !important;
    
    
}

.name-text-date-comment{
    font-size: 15px;
    position: absolute;
    font-weight: 700;
    top: -16px !important;
    left: 15%;
    
}

.name-text-hours-time-comment{
    font-size: 15px;
    position: absolute;
    font-weight: 700;
    top: -16px !important;
    left:23.4%;
}

.dropdown-three-dot{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.dropdown-three-dot>i{
    font-size: 15px;
    cursor: pointer;
}
.two-btn-cancel-update-comment {
    width: 100%;
    padding: 5px 5px;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
}


.first-cancel-btn-comment {
    padding: 4px 25px;
    border-radius: 3px;
    border: none;
    background-color: #FA7070;
    font-weight: 500;
    color: black;
}

.first-cancel-btn-comment:hover{
    background-color: #e56c6c;

}


.second-update-btn-comment {

    padding: 4px 25px;
    border-radius: 3px;
    border: none;
    background-color: #15F5BA;
    font-weight: 500;
    color: black;

   
}

.second-update-btn-comment:hover{
    background-color: #2addad;

}

.input-container-edit-comment {
    width: 100%;
    padding: 5px 5px;
    /* border: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
}


.input-edit-parent {
    width: 100%;
    height: 45px;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
}

.input-edit-parent>input {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    border: none;
    outline: none;
    background-color: #F0EBE3;

}
.audio-and-file-container {
    width: 300px;
    height: 160px;
    padding: 10px 10px;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    border: 1px solid gray;
  border-radius: 8px

    /* gap: 25%; */
}

/* add  */

.file-popap-card {
    width: 280px;
    height: 40px;
    background-color: gray;
    border: 1px solid white;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
}

/* add  */

.curser-cancel-icon-file {
    position: absolute;
    right: -4%;
    top: -18%;
    cursor: pointer;
    z-index: 2;
}

/* add  */

.curser-cancel-icon-file>img {


    width: 25px;
    margin-right: 3px;
    margin-bottom: 3px;

}

/* add  */
.file-popap-card>p {
    font-size: 15px;
    font-weight: 900;
    color: white;
}

/* add  */

.file-popap-card-audio {
    width: 280px;
    height: 40px;
    background-color: gray;
    border: 1px solid white;
    border-radius: 5px;
    position: relative;
    z-index: 1;


}

/* add  */

.file-popap-card-audio>audio {
    width: 100%;
    height: 100%;
}

.icon-add-card{
    width: 20px;
    height: 20px;
    /* border: 1px solid black; */
    margin-left:1px;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
}

.icon-add-card>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.icon-container-smile-pluss-hurt{
    padding: 2px 2px;
    position: relative;
    right: 9px;
    display: flex;
    align-items: center;
    /* gap: 2px; */
}
.modal-reaction-body{
    padding: 0px 0px !important;
    }
    
    .tab-container-main{
        /* width: 500px; */
        max-height: 600px;
        /* border: 1px solid #3a3838; */
        border-radius: 5px;
        background-color: white;
        overflow: hidden;
    }
    
    .tab-heder-container{
        width: 100%;
        padding: 7px 7px;
       border-bottom: 1px solid #928c8c;
        display: flex;
        align-items: center;
        background-color: #EEF7FF;
        gap: 3px;
        /* justify-content: space-evenly; */
    }
    
    .add-number-icon-box{
        width: 100px;
        height: 35px;
        /* border: 1px solid black; */
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 4px;
        gap: 2px;
        /* transition: all .3s ease-in-out; */
       
    }
    
    
    
    .add-number-icon-box.active{
        border-bottom: 2px solid blue;
       
    }
    
    .add-number-icon-box>p{
        font-size: 16px;
        font-weight: 500;
    }
    
    .icon-logo-reaction{
        width: 28px;
        height: 28px;
        border: 1px solid #EEF7FF;
        border-radius: 50%;
    }
    
    .icon-logo-reaction>img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .tab-container-scroll{
        width: 100%;
        max-height: 595px;
        /* border: 1px solid black; */
        overflow-y: scroll;
        padding: 7px 7px;
        display: flex;
        justify-content: space-between;
        align-items: center;
       
    }
    
    .tab-container-scroll::-webkit-scrollbar{
        width: 0px;
    }
    
    
    .icon-data-deffrent-container{
        /* border: 1px solid black; */
        /* display: none; */
        transition: all .3s ease-in-out;
       
    
        /* padding: 5px 0px; */
        
    
    }
    
    .user-data-container{
        width: 100%;
        /* height: 50px; */
        /* border: 1px solid black; */
        margin-top: 5px;
        display: flex;
        align-items: center;
        padding: 0px 3px;
       
       
    }
    
    .user-logo-icon{
        width: 40px;
        height: 40px;
        /* border: 1px solid black; */
        border-radius: 50%;
        /* overflow: hidden; */
        position: relative;
    }
    
    .user-logo-icon>img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    
    }
    
    .smoll-user-logo-child-icon{
        /* width: 23px;
        height: 23px;
        /* border: 1px solid black; */
        /* border-radius: 50%; */ 
        position: absolute;
        bottom: -7%;
        right: -5%;
        /* background-color: white; */
    }
    
    .smoll-user-logo-child-icon>img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    
    .text-name-user-box{
        /* width: 120px;
        height: 20px; */
        padding: 3px 3px;
        /* border: 1px solid black; */
    }
    .name-followers-container{
        padding: 5px 5px;
        /* border: 1px solid black; */
        display: flex;
        flex-direction: column;
    }
    
    .user-name-text{
        font-size: 16px;
       position: relative;
       top: 3px;
       font-weight: bold;
    }
    .user-followers-text{
        font-size: 12px;
        color: gray;
    }
    .ml3{
        margin-left:3px ;
    }

    .addSectionBtn{
        margin-top: 1.8rem!important;
    }

   


@media(min-width:1729px) and (max-width:2560px) {

    .invite-box{
        width: 35px;
        height: 35px;
        right: 60%;

    }

                  
#popapa-btn{
    right: 3%;
    top: 3.4%;
}

    .two-file-box>p {
        font-size: 15px;
    }

    .edit-icon-board-image-box>i {
        font-size: 21.4px;
    }

    .edit-icon-board-image-box>img {
        height: 21.4px;
    }

    .edit-user-board-two {
        width: 30%;
    }

    .logo-user-comment {
        width: 32px;
        height: 32px;
    }

    .child-box-comment>h6 {
        font-size: 14.3px;
    }

    .edit-btn {
        width: 90px;
        height: 32px;
    }

    .edit-btn>p {
        font-size: 14.9px;
    }

    .content-scroll-container {
        width: 60vw;
        height: 60vh;
    }

    .section-box {
        width: 165px;
        height: 51px;
    }

    .arrow-first {
        width: 27px;
        height: 27px;
    }

    .arrow-first>i {
        font-size: 22px;
    }

    .right-box {
        width: 230px;
        height: 51px;
    }

    .arrow-second {
        width: 27px;
        height: 27px;
    }

    .arrow-second>i {
        font-size: 22px;
    }

    .arrow-child-first>i {
        font-size: 18px;
    }

    .name-text {
        font-size: 21px;
    }

    .image-box {
        width: 27px;
        height: 27px;
    }

    .therd-section-text-icon>h2 {
        font-size: 23px;
    }

    .icon-text-container>h3 {
        font-size: 23px;
    }

    .icon-text-container {
        width: 310px;
    }

    .icon-text-container>p {
        font-size: 18px;
    }

    .all-content-p {
        font-size: 16px;
    }

    .image-box-two {
        width: 220px;
        height: 220px;
    }

    .image-box-two>img {
        width: 158px;
        height: 158px;
    }

    .paragaraph-add-bottom-text {
        width: 220px;
    }

    .second-text-container>p {
        font-size: 16px;
    }

    .p-bottom {
        font-size: 15px;
    }

    .like-icon-bo {
        width: 30px;
        height: 30px;
    }

    .comment-icon-box>i {
        font-size: 22px;
    }

    .comment-like-section>p {
        font-size: 20px;
    }

    .start-container {
        width: 280px;
    }

    .star-box {
        width: 31px;
        height: 31px;
    }

    .user-text-section>p {
        font-size: 17px;
    }

    .two-box-section-first>p {
        font-size: 16px;
    }

    .two-box-section-second {

        font-size: 16px;
    }

    .therd-herder-option-section {
        width: 70%;
    }

    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 680px;
        left: 3%;
    }

    .first-box-edit-1 {
        width: 230px;
        margin-left: 5%;
    }

    .first-box-edit-1>p {
        font-size: 16.5px;
    }

    .second-box-edit-2 {
        width: 125px;
    }

    .second-box-edit-2>p {
        font-size: 16.5px;
    }

    .therd-box-edit-3>p {
        font-size: 16.5px;
    }

    .therd-box-edit-3>p {
        font-size: 16.5px;
    }

    .heder-two-box>p {
        font-size: 20px;
    }

    .delete-icon-box>i {
        font-size: 25px;
    }

    .cut-icon-box {
        width: 27px;
        height: 27px;
    }

    .cut-icon-box>i {
        font-size: 25px;
    }

    .text-section>p {
        font-size: 17px;
    }

    .heder-box {
        height: 52px;
    }

    .image-box {
        min-width: 240px;
        height: 240px;
    }

    .message-box-container {
        max-height: 320px;
        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 15px;
    }

    .text-section {
        font-size: 14.4px;
    }

    .mobile-scroll-parent {
        width: 100%;
    }

    .mobile-box-child {
        width: 330px;
        height: 580px;
        left: 4%;
    }

    .first-section-heder>p {

        font-size: 14.7px;

    }

    /* .heder-section>p {
        font-size: 15.7px;
    } */

    .paperclip-iocn>i {
        font-size: 17.7px;
    }

    .footer-section>p {
        font-size: 17.7px;
    }

    .plus-icon-box {
        width: 50px;
        height: 50px;
    }

    .Timer-icon>p {
        font-size: 11.6px;
    }

    .date-box {
        width: 140px;
    }

    .header-box-two-section {
        width: 520px;
        gap: 0px;

    }

    .text-box>p {
        font-size: 18px;
    }

    .date-box>p {
        font-size: 18px;
    }

    .text-box {
        width: 260px;
        left: 15%;
    }

    .heder-box-right-section {
        width: 420px;
    }

    .Timer-icon {
        width: 33px;
        height: 33px;
    }

    .Timer-icon>i {
        font-size: 25px;
    }

    .input-box-container {
        width: 270px;
        height: 35px;
    }

    .filter-box {
        width: 37px;
        height: 37px;
        right: 5.5%;

    }

    .filter-box>i {
        font-size: 24.8px;

    }

    .menu-box>i {
        font-size: 24.8px;
    }

    .menu-box {
        width: 36px;
        height: 36px;
        right: 2.4%;

    }

    .input-box-container>input {
        padding: 0px 20px;

    }

    .input-box-container>::placeholder {
        font-size: 14px;
    }

    .image-meddle-container {
        width: 100%;
    }

    .sider-bar-container {
        width: 5%;
    }

    .icon-child {
        width: 40px;
        height: 40px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 19.5px;
    }

    #none {
        width: 520px;

    }

    .Two-box-Header {
        width: 520px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 180px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 240px;
    }

    .Header-Text-box>p {
        font-size: 22.5px;
    }

    .Year-text-box {
        width: 188px;
        font-size: 15px;
    }

    .Acadmic-text-container {
        width: 90px;
    }

    .Acadmic-text-container>p {
        font-size: 18.9px;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 35%;
    }

    .user-box {
        width: 35px;
        height: 35px;
        right: 10%;
    }

    .user-box>i {
        font-size: 23px;
    }

    .bell-box>i {
        font-size: 23px;
    }

    .user-bell-container {
        width: 210px;
    }


}

@media only screen and (min-width:2560px) {

    .invite-box{
        width: 35px;
        height: 35px;
        right: 60%;

    }
                
#popapa-btn{
    right: 3%;
    top: 3.5%;
}


    .mobile-box {
        top: 13%;
    }

    .user-can-edit-popap {
        justify-content: start;
    }

    #main-parent-popapa-background-change {
        width: 18vw;
    }

    .curcer-icon-2-box {
        top: -4%;
        right: -3%;
    }

    #popapa-btn {
        top: 2%;
    }


    .two-file-box>p {
        font-size: 15.1px;
    }

    .edit-user-board-one {
        width: 30%;
    }


    .logo-user-comment {
        width: 33px;
        height: 33px;
    }


    .child-box-comment>h6 {
        font-size: 14.3px;
    }

    .edit-btn {
        width: 100px;
        height: 33px;

    }

    .edit-btn>p {
        font-size: 15px;
    }

    .content-scroll-container {
        width: 60vw;
        height: 60vh;
    }

    .section-box {
        width: 170px;
        height: 52px;
    }

    .arrow-first {
        width: 28px;
        height: 28px;
    }

    .arrow-first>i {
        font-size: 23px;
    }

    .right-box {
        width: 240px;
        height: 52px;
    }

    .arrow-second {
        width: 28px;
        height: 28px;
    }

    .arrow-second>i {
        font-size: 22px;
    }

    .arrow-child-first>i {
        font-size: 19px;
    }

    .name-text {
        font-size: 22px;
    }

    .image-box {
        width: 28px;
        height: 28px;
    }

    .therd-section-text-icon>h2 {
        font-size: 25px;
    }

    .icon-text-container>h3 {
        font-size: 24px;
    }

    .icon-text-container {
        width: 320px;
    }


    .icon-text-container>p {


        font-size: 19px;
    }


    .all-content-p {
        font-size: 16px;
    }

    .image-box-two {
        width: 190px;
        height: 190px;
    }

    .image-box-two>img {
        width: 140px;
        height: 140px;
    }

    .paragaraph-add-bottom-text {
        width: 230px;
    }

    .second-text-container>p {
        font-size: 16px;
    }

    .p-bottom {
        font-size: 16px;
    }

    .like-icon-bo {
        width: 31px;
        height: 31px;
    }


    .comment-icon-box>i {
        font-size: 23px;
    }

    .comment-like-section>p {
        font-size: 21px;
    }

    .start-container {
        width: 290px;
    }

    .star-box {
        width: 32px;
        height: 32px;
    }



    .user-text-section>p {
        font-size: 16px;
    }









    .two-box-section-first>p {
        font-size: 15.8px;
    }

    .two-box-section-second {

        font-size: 15.8px;

    }

    .therd-herder-option-section {
        width: 70%;
    }






    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 700px;
        left: 3%;

    }

    .first-box-edit-1 {
        width: 230px;
        margin-left: 5%;
    }

    .first-box-edit-1>p {
        font-size: 16.5px;
    }

    .second-box-edit-2 {
        width: 125px;
    }

    .second-box-edit-2>p {
        font-size: 16.5px;
    }


    .therd-box-edit-3>p {
        font-size: 16.5px;
    }

    .therd-box-edit-3>p {
        font-size: 16.5px;
    }


    .heder-two-box>p {
        font-size: 21px;
    }



    .delete-icon-box>i {
        font-size: 26px;
    }

    .cut-icon-box {
        width: 28px;
        height: 28px;
    }

    .cut-icon-box>i {
        font-size: 26px;
    }

    .text-section>p {
        font-size: 18px;
    }



    .heder-box {
        height: 53px;
    }



    .image-box {
        min-width: 300px;
        height: 300px;
    }

    .message-box-container {
        max-height: 560px;
        padding: 5px 5px;

    }

    .second-heder-section>p {
        font-size: 15.1px;
    }

    .text-section {
        font-size: 14.5px;
    }







    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 340px;
        height: 770px;
        left: 1%;
    }




/* 
    .heder-section>p {
        font-size: 16px;
    } */



    .paperclip-iocn>i {
        font-size: 18px;
    }

    .footer-section>p {
        font-size: 18px;
    }

    .plus-icon-box {
        width: 60px;
        height: 60px;
    }

    .Timer-icon>p {
        font-size: 11.7px;
    }

    .date-box {
        width: 150px;
    }

    .header-box-two-section {
        width: 560px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 18.5px;
    }


    .date-box>p {
        font-size: 18.5px;
    }


    .text-box {
        width: 300px;

        left: 15%;

    }


    .heder-box-right-section {
        width: 460px;


    }

    .Timer-icon {
        width: 33px;
        height: 33px;
    }

    .Timer-icon>i {
        font-size: 25px;
    }

    .input-box-container {
        width: 280px;
        height: 35px;
    }

    .filter-box {
        width: 37px;
        height: 37px;
        right: 4%;

    }

    .filter-box>i {
        font-size: 25px;

    }

    .menu-box>i {
        font-size: 25px;
    }

    .menu-box {
        width: 37px;
        height: 37px;
        right: 1.8%;

    }

    .input-box-container>input {
        padding: 0px 20px;

    }

    .input-box-container>::placeholder {
        font-size: 15px;
    }





    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 3%;
    }

    .icon-child {
        width: 40px;
        height: 40px;
    }








    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 19.9px;
    }

    #none {
        width: 540px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 540px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 190px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 260px;
    }

    .Header-Text-box>p {
        font-size: 23px;
    }

    .Year-text-box {
        width: 200px;
    }

    .Acadmic-text-container {
        width: 100px;
    }

    .Acadmic-text-container>p {
        font-size: 19.9px;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 35%;
    }

    .user-box {
        width: 35px;
        height: 35px;
        right: 10%;
    }

    .user-box>i {
        font-size: 23px;
    }

    .bell-box>i {
        font-size: 23px;
    }

    .user-bell-container {
        width: 210px;
    }

    .edit-icon-board-image-box>i {
        font-size: 21.3px;
    }

    .edit-icon-board-image-box>img {
        height: 21.3px;
    }


    .edit-user-board-two {
        width: 40%;
    }

}


@media(max-width:1728px) {

    .invite-box{
        width: 35px;
        height: 35px;
        right: 50%;

    }

                    
#popapa-btn{
    right: 3%;
    top: 3.3%;
}

    .two-file-box>p {
        font-size: 15px;
    }

    .logo-user-comment {
        width: 31px;
        height: 31px;
    }


    .child-box-comment>h6 {
        font-size: 14.3px;
    }

    .edit-btn {
        width: 80px;
        height: 31px;

    }

    .edit-btn>p {
        font-size: 14.8px;
    }


    .content-scroll-container {
        width: 60vw;
        height: 60vh;
    }

    .section-box {
        width: 162px;
        height: 50px;
    }

    .arrow-first {
        width: 26px;
        height: 26px;
    }

    .arrow-first>i {
        font-size: 21px;
    }

    .right-box {
        width: 220px;
        height: 50px;
    }

    .arrow-second {
        width: 26px;
        height: 26px;
    }

    .arrow-second>i {
        font-size: 21px;
    }

    .arrow-child-first>i {
        font-size: 17px;
    }

    .name-text {
        font-size: 20px;
    }

    .image-box {
        width: 26px;
        height: 26px;
    }

    .therd-section-text-icon>h2 {
        font-size: 22px;
    }

    .icon-text-container>h3 {
        font-size: 21px;
    }

    .icon-text-container {
        width: 280px;
    }


    .icon-text-container>p {


        font-size: 17px;
    }


    .all-content-p {
        font-size: 15px;
    }

    .image-box-two {
        width: 210px;
        height: 210px;
    }

    .image-box-two>img {
        width: 155px;
        height: 155px;
    }

    .paragaraph-add-bottom-text {
        width: 210px;
    }

    .second-text-container>p {
        font-size: 15px;
    }

    .p-bottom {
        font-size: 14px;
    }

    .like-icon-bo {
        width: 29px;
        height: 29px;
    }



    .comment-icon-box>i {
        font-size: 21px;
    }

    .comment-like-section>p {
        font-size: 19px;
    }

    .start-container {
        width: 270px;
    }

    .star-box {
        width: 30px;
        height: 30px;
    }

    .user-text-section>p {
        font-size: 16px;
    }





    .two-box-section-first>p {
        font-size: 15.5px;
    }

    .two-box-section-second {

        font-size: 15.5px;

    }

    .therd-herder-option-section {
        width: 70%;
    }





    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 640px;
        left: 3%;

    }

    .first-box-edit-1 {
        width: 225px;
        margin-left: 5%;
    }

    .first-box-edit-1>p {
        font-size: 16.5px;
    }

    .second-box-edit-2 {
        width: 120px;
    }

    .second-box-edit-2>p {
        font-size: 16.5px;
    }



    .therd-box-edit-3>p {
        font-size: 16.5px;
    }

    .therd-box-edit-3>p {
        font-size: 16.5px;
    }



    .heder-two-box>p {
        font-size: 19px;
    }

    .delete-icon-box>i {
        font-size: 24px;
    }



    .cut-icon-box {
        width: 26px;
        height: 26px;
    }

    .cut-icon-box>i {
        font-size: 24px;
    }

    .text-section>p {
        font-size: 16px;
    }


    .heder-box {
        height: 51px;
    }



    .image-box {
        min-width: 210px;
        height: 210px;
    }







    .message-box-container {}




    .second-heder-section>p {
        font-size: 14.9px;
    }

    .text-section {
        font-size: 14.3px;
    }










    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 320px;
        height: 580px;
        left: 4%;
    }




    /* .heder-section>p {
        font-size: 15.7px;
    } */



    .paperclip-iocn>i {
        font-size: 17.7px;
    }

    .footer-section>p {
        font-size: 17.7px;
    }




    .Timer-icon>p {
        font-size: 11.4px;
    }

    .date-box {
        width: 130px;
    }

    .header-box-two-section {
        width: 500px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 17.8px;
    }


    .date-box>p {
        font-size: 17.8px;
    }


    .text-box {
        width: 260px;

        left: 15%;
    }


    .heder-box-right-section {
        width: 400px;

        padding: 0px 0px;

    }

    .Timer-icon {
        width: 32px;
        height: 32px;
    }

    .Timer-icon>i {
        font-size: 25px;
    }

    .input-box-container {
        width: 260px;
        height: 35px;
    }

    .filter-box {
        width: 36px;
        height: 36px;
        right: 4.5%;

    }

    .filter-box>i {
        font-size: 24.7px;

    }

    .menu-box>i {
        font-size: 24.7px;
    }

    .menu-box {
        width: 36px;
        height: 36px;
        right: 1.5%;

    }

    .input-box-container>input {
        padding: 0px 20px;

    }

    .input-box-container>::placeholder {
        font-size: 13.2px;
    }





    .image-meddle-container {
        width: 100%;
    }


    .sider-bar-container {
        width: 60px;
    }

    .icon-child {
        width: 40px;
        height: 40px;
    }






    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 19px;
    }

    #none {
        width: 510px;

    }

    .Two-box-Header {
        width: 510px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 230px;
    }

    .Header-Text-box>p {
        font-size: 22px;
    }

    .Year-text-box {
        width: 190px;
        font-size: 15px;
    }

    .Acadmic-text-container {
        width: 90px;
    }

    .Acadmic-text-container>p {
        font-size: 18.5px;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 27%;
    }

    .user-box {
        width: 35px;
        height: 35px;
        right: 2%;
    }

    .user-box>i {
        font-size: 22px;
    }

    .bell-box>i {
        font-size: 22px;
    }

    .user-bell-container {
        width: 200px;
    }

    .edit-icon-board-image-box>i {
        font-size: 21px;
    }

    .edit-icon-board-image-box>img {
        height: 21px;
    }


    .edit-user-board-two {
        width: 40%;
    }

}

@media(max-width:1668px) {

    .invite-box{
        width: 35px;
        height: 35px;
        right: 50%;

    }

                   
#popapa-btn{
    right: 3%;
    top: 3.3%;
}

    .two-file-box>p {
        font-size: 15px;
    }


    .comment-icon-container {
        height: 35px;
    }




    .logo-user-comment {
        width: 30px;
        height: 30px;
    }


    .child-box-comment>h6 {
        font-size: 14.3px;
    }

    .edit-btn {
        width: 70px;
        height: 30px;

    }

    .edit-btn>p {
        font-size: 14px;
    }



    .content-scroll-container {
        width: 60vw;
        height: 60vh;
    }


    .section-box {
        width: 160px;
        height: 48px;
    }

    .arrow-first {
        width: 25px;
        height: 25px;
    }

    .arrow-first>i {
        font-size: 20px;
    }

    .right-box {
        width: 200px;
        height: 48px;
    }

    .arrow-second {
        width: 25px;
        height: 25px;
    }

    .arrow-second>i {
        font-size: 20px;
    }

    .arrow-child-first>i {
        font-size: 16px;
    }

    .name-text {
        font-size: 19px;
    }

    .image-box {
        width: 25px;
        height: 25px;
    }

    .therd-section-text-icon>h2 {
        font-size: 21px;
    }

    .icon-text-container>h3 {
        font-size: 21px;
    }

    .icon-text-container {
        width: 280px;
    }

    .icon-text-container>p {


        font-size: 16px;
    }


    .all-content-p {
        font-size: 14px;
    }

    .image-box-two {
        width: 160px;
        height: 160px;
    }

    .image-box-two>img {
        width: 120px;
        height: 120px;
    }

    .image-container {
        height: 250px;
    }



    .paragaraph-add-bottom-text {
        width: 200px;
    }

    .second-text-container>p {
        font-size: 14px;
    }

    .p-bottom {
        font-size: 13px;
    }

    .like-icon-bo {
        width: 28px;
        height: 28px;
    }



    .comment-icon-box>i {
        font-size: 20px;
    }

    .comment-like-section>p {
        font-size: 18px;
    }

    .start-container {
        width: 260px;
    }

    .star-box {
        width: 29px;
        height: 29px;
    }


    .user-text-section>p {
        font-size: 15px;
    }

    .two-box-section-first>p {
        font-size: 13.9px;
    }

    .two-box-section-second {


        font-size: 15px;

    }

    .therd-herder-option-section {
        width: 70%;
    }




    .first-section-heder {
        height: 180px;
    }




    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 600px;
        left: 3%;

    }

    .first-box-edit-1 {
        width: 220px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 16px;
    }

    .second-box-edit-2 {
        width: 118px;
    }

    .second-box-edit-2>p {
        font-size: 16px;
    }


    .therd-box-edit-3>p {
        font-size: 16px;
    }

    .therd-box-edit-3>p {
        font-size: 16px;
    }

    .heder-two-box>p {
        font-size: 18px;
    }


    .delete-icon-box>i {
        font-size: 23px;
    }

    .cut-icon-box {
        width: 25px;
        height: 25px;
    }

    .cut-icon-box>i {
        font-size: 23px;
    }

    .text-section>p {
        font-size: 15px;
    }



    .image-box {
        min-width: 200px;
        height: 200px;
    }

    .second-heder-section>p {
        font-size: 14.9px;
    }

    .text-section {
        font-size: 14.3px;
    }

    .mobile-scroll-parent {
        width: 100%;
    }


    .mobile-box-child {
        width: 315px;
        height: 590px;
        left: 1%;
    }



    .first-section-heder>p {

        font-size: 11.58px;

    }

    /* .heder-section>p {
        font-size: 15.6px;
    } */



    .paperclip-iocn>i {
        font-size: 17.6px;
    }

    .footer-section>p {
        font-size: 17.6px;
    }





    .Timer-icon>p {
        font-size: 11.4px;
    }

    .date-box {
        width: 130px;
    }

    .header-box-two-section {
        width: 500px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 17.5px;
    }


    .date-box>p {
        font-size: 17.5px;
    }


    .text-box {
        width: 260px;

        left: 15%;
    }


    .heder-box-right-section {
        width: 400px;


    }

    .Timer-icon {
        width: 31px;
        height: 31px;
    }

    .Timer-icon>i {
        font-size: 24px;
    }

    .input-box-container {
        width: 260px;
        height: 35px;
    }

    .filter-box {
        width: 35px;
        height: 35px;
        right: 4.4%;

    }

    .filter-box>i {
        font-size: 24.5px;

    }

    .menu-box>i {
        font-size: 24.5px;
    }

    .menu-box {
        width: 35px;
        height: 35px;
        right: 1.2%;

    }

    .input-box-container>input {
        padding: 0px 20px;

    }

    .input-box-container>::placeholder {
        font-size: 13.2px;
    }





    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 60px;
    }

    .icon-child {
        width: 40px;
        height: 40px;
    }








    .image-meddle-container {
        width: 100%;
    }







    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 18px;
    }

    #none {
        width: 500px;

    }

    .Two-box-Header {
        width: 500px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 230px;
    }

    .Header-Text-box>p {
        font-size: 21px;
    }

    .Year-text-box {
        width: 180px;
        height: 35px;
    }

    .Acadmic-text-container {
        width: 100px;
    }

    .Acadmic-text-container>p {
        font-size: 18px;
    }



    .user-box {
        width: 35px;
        height: 35px;
        right: 3%;
    }

    .user-box>i {
        font-size: 20px;
    }

    .bell-box>i {
        font-size: 20px;
    }

    .user-bell-container {
        width: 200px;
    }

    .second-date-icon-box {
        position: absolute;
        left: 33%;

    }

    .edit-icon-board-image-box>i {
        font-size: 20px;
    }

    .edit-icon-board-image-box>img {
        height: 20px;
    }


    .edit-user-board-two {
        width: 40%;
    }

    .edit-user-board-one {
        width: 40%;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 27%;
    }
}


@media(max-width:1440px) {

    .invite-box{
        width: 35px;
        height: 35px;
        right: 68%;

    }
                  
#popapa-btn{
    right: 3%;
    top: 2.4%;
}

    .two-file-box>p {
        font-size: 15px;
    }

    .comment-icon-container {
        height: 35px;
    }


    .logo-user-comment {
        width: 30px;
        height: 30px;
    }


    .child-box-comment>h6 {
        font-size: 14.3px;
    }

    .edit-btn {
        width: 68px;
        height: 29px;

    }

    .edit-btn>p {
        font-size: 14px;
    }



    .content-scroll-container {
        width: 60vw;
        height: 55vh;
    }


    .section-box {
        width: 180px;
        height: 48px;
    }

    .arrow-first {
        width: 25px;
        height: 25px;
    }

    .arrow-first>i {
        font-size: 20px;
    }

    .right-box {
        width: 200px;
        height: 48px;
    }

    .arrow-second {
        width: 25px;
        height: 25px;
    }

    .arrow-second>i {
        font-size: 20px;
    }

    .arrow-child-first>i {
        font-size: 16px;
    }

    .name-text {
        font-size: 19px;
    }

    .image-box {
        width: 25px;
        height: 25px;
    }

    .therd-section-text-icon>h2 {
        font-size: 21px;
    }

    .icon-text-container>h3 {
        font-size: 21px;
    }

    .icon-text-container {
        width: 280px;
    }


    .icon-text-container>p {


        font-size: 16px;
    }


    .all-content-p {
        font-size: 14px;
    }


    .image-box-two {
        width: 160px;
        height: 160px;
    }

    .image-box-two>img {
        width: 120px;
        height: 120px;
    }

    .image-container {
        height: 250px;
    }




    .paragaraph-add-bottom-text {
        width: 200px;
    }

    .second-text-container>p {
        font-size: 14px;
    }

    .p-bottom {
        font-size: 13px;
    }

    .like-icon-bo {
        width: 28px;
        height: 28px;
    }



    .comment-icon-box>i {
        font-size: 20px;
    }

    .comment-like-section>p {
        font-size: 18px;
    }

    .start-container {
        width: 260px;
    }

    .star-box {
        width: 29px;
        height: 29px;
    }

    .user-text-section>p {
        font-size: 15px;
    }

    .two-box-section-first>p {
        font-size: 13.9px;
    }

    .two-box-section-second {

        font-size: 13.9px;

    }

    .therd-herder-option-section {
        width: 70%;
    }


    .therd-herder {
        top: 13%;
    }



    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 600px;
        left: 5%;

    }

    .first-box-edit-1 {
        width: 200px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 14px;
    }

    .second-box-edit-2 {
        width: 118px;
    }

    .second-box-edit-2>p {
        font-size: 14px;
    }



    .therd-box-edit-3>p {
        font-size: 14px;
    }

    .therd-box-edit-3>p {
        font-size: 14px;
    }

    .heder-two-box>p {
        font-size: 18px;
    }



    .delete-icon-box>i {
        font-size: 23px;
    }

    .cut-icon-box {
        width: 25px;
        height: 25px;
    }

    .cut-icon-box>i {
        font-size: 23px;
    }

    .text-section>p {
        font-size: 15.5px;
    }



    .image-box {
        min-width: 190px;
        height: 190px;
    }





    .message-box-container {
        max-height: 320px;
        padding: 5px 5px;

    }





    .second-heder-section>p {
        font-size: 14.9px;
    }

    .text-section {
        font-size: 14.3px;
    }








    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 580px;
        left: 4%;
    }


/* 
    .heder-section>p {
        font-size: 15.5px;
    } */


    .paperclip-iocn>i {
        font-size: 17.5px;
    }

    .footer-section>p {
        font-size: 17.5px;
    }




    .Timer-icon>p {
        font-size: 11.4px;
    }

    .date-box {
        width: 130px;
    }

    .header-box-two-section {
        width: 500px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 17.5px;
    }


    .date-box>p {
        font-size: 17.5px;
    }


    .text-box {
        width: 260px;

        left: 15%;
    }


    .heder-box-right-section {
        width: 400px;

    }

    .Timer-icon {
        width: 31px;
        height: 31px;
    }

    .Timer-icon>i {
        font-size: 24px;
    }

    .input-box-container {
        width: 260px;
        height: 35px;
    }

    .filter-box {
        width: 35px;
        height: 35px;
        right: 4%;

    }

    .filter-box>i {
        font-size: 24.5px;

    }

    .menu-box>i {
        font-size: 24.5px;
    }

    .menu-box {
        width: 35px;
        height: 35px;
        right: 0.7%;

    }

    .input-box-container>input {
        padding: 0px 20px;

    }

    .input-box-container>::placeholder {
        font-size: 13.2px;
    }





    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 6.1%;
    }

    .icon-child {
        width: 40px;
        height: 40px;
    }






    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 18px;
    }

    #none {
        width: 450px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 450px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 230px;
    }

    .Header-Text-box>p {
        font-size: 21px;
    }

    .Year-text-box {
        width: 184px;
        font-size: 14.8px;
    }

    .Acadmic-text-container {
        width: 110px;
    }

    .Acadmic-text-container>p {
        font-size: 18px;
    }



    .user-box {
        width: 35px;
        height: 35px;
        right: 0%;
    }

    .user-box>i {
        font-size: 23px;
    }

    .bell-box>i {
        font-size: 23px;
    }

    .user-bell-container {
        width: 140px;
    }



    .edit-icon-board-image-box>i {
        font-size: 20px;
    }

    .edit-icon-board-image-box>img {
        height: 20px;
    }


    .edit-user-board-two {
        width: 50%;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 35%;
    }

}

@media(max-width:1368px) {

    .invite-box{
        width: 34px;
        height: 34px;
     right: 55%;
    }

                 
#popapa-btn{
    right: 3%;
    top: 2.2%;
}

    .two-file-box>p {
        font-size: 15px;
    }

    .comment-icon-container {
        height: 35px;
    }


    .logo-user-comment {
        width: 30px;
        height: 30px;
    }

    .child-box-comment>h6 {
        font-size: 14.2px;
    }

    .edit-btn {
        width: 67px;
        height: 28px;

    }

    .edit-btn>p {
        font-size: 13.9px;
    }

    .content-scroll-container {
        width: 60vw;
        height: 55vh;
    }


    .section-box {
        width: 171px;
        height: 46px;
    }

    .arrow-first {
        width: 24px;
        height: 24px;
    }

    .arrow-first>i {
        font-size: 20px;
    }



    .right-box {
        width: 190px;
        height: 46px;
    }


    .arrow-second {
        width: 24px;
        height: 24px;
    }

    .arrow-second>i {
        font-size: 20px;
    }

    .arrow-child-first>i {
        font-size: 16px;
    }

    .name-text {
        font-size: 19px;
    }

    .image-box {
        width: 25px;
        height: 25px;
    }

    .therd-section-text-icon>h2 {
        font-size: 20px;
    }

    .icon-text-container>h3 {
        font-size: 20px;
    }

    .icon-text-container {
        width: 280px;
    }


    .icon-text-container>p {


        font-size: 16px;
    }

    .all-content-p {
        font-size: 14px;
    }


    .image-box-two {
        width: 160px;
        height: 160px;
    }

    .image-box-two>img {
        width: 120px;
        height: 120px;
    }

    .image-container {
        height: 250px;
    }


    .paragaraph-add-bottom-text {
        width: 200px;
    }

    .second-text-container>p {
        font-size: 14px;
    }

    .p-bottom {
        font-size: 13px;
    }

    .like-icon-bo {
        width: 28px;
        height: 28px;
    }



    .comment-icon-box>i {
        font-size: 20px;
    }

    .comment-like-section>p {
        font-size: 18px;
    }

    .start-container {
        width: 260px;
    }

    .star-box {
        width: 29px;
        height: 29px;
    }


    .user-text-section>p {
        font-size: 15px;
    }






    .two-box-section-first>p {
        font-size: 13.9px;
    }

    .two-box-section-second {

        font-size: 13.9px;

    }

    .therd-herder-option-section {
        width: 70%;
    }



    .therd-herder {
        top: 13%;
    }



    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 590px;
        left: 5%;

    }

    .first-box-edit-1 {
        width: 200px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 13.9px;
    }

    .second-box-edit-2 {
        width: 118px;
    }

    .second-box-edit-2>p {
        font-size: 13.9px;
    }



    .therd-box-edit-3>p {
        font-size: 13.9px;
    }

    .therd-box-edit-3>p {
        font-size: 13.9px;
    }

    .heder-two-box>p {
        font-size: 17.5px;
    }

    .delete-icon-box>i {
        font-size: 23px;
    }

    .right-there-box {
        height: 30px;
    }

    .cut-icon-box {
        width: 25px;
        height: 25px;
    }

    .cut-icon-box>i {
        font-size: 23px;
    }

    .text-section>p {
        font-size: 15.5px;
    }



    .image-box {
        min-width: 180px;
        height: 180px;
    }


    .bell-box {
        width: 34px;
        height: 34px;
        right: 27%;
    }





    .message-box-container {
        max-height: 310px;
        padding: 5px 5px;

    }





    .second-heder-section>p {
        font-size: 14.8px;
    }

    .text-section {
        font-size: 14.2px;
    }








    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 570px;
        left: 5%;
    }




/* 
    .heder-section>p {
        font-size: 15.4px;
    } */



    .paperclip-iocn>i {
        font-size: 17.4px;
    }

    .footer-section>p {
        font-size: 17.4px;
    }










    .Timer-icon>p {
        font-size: 11.4px;
    }

    .date-box {
        width: 130px;
    }

    .header-box-two-section {
        width: 470px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 17px;
    }


    .date-box>p {
        font-size: 17px;
    }


    .text-box {
        width: 250px;

        left: 15%;

    }


    .heder-box-right-section {
        width: 380px;


    }

    .Timer-icon {
        width: 31px;
        height: 31px;
    }

    .Timer-icon>i {
        font-size: 22px;
    }

    .input-box-container {
        width: 260px;
        height: 35px;
    }

    .filter-box {
        width: 34px;
        height: 34px;
        right: 3.4%;

    }

    .filter-box>i {
        font-size: 24.5px;

    }

    .menu-box>i {
        font-size: 24.5px;
    }

    .menu-box {
        width: 34px;
        height: 34px;
        right: 0.2%;

    }

    .input-box-container>input {
        padding: 0px 19px;

    }

    .input-box-container>::placeholder {
        font-size: 13.2px;
    }










    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 6%;
    }

    .icon-child {
        width: 38px;
        height: 38px;
    }





    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 17.5px;
    }

    #none {
        width: 430px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 430px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 220px;
    }

    .Header-Text-box>p {
        font-size: 19.5px;
    }

    .Year-text-box {
        width: 170px;
        font-size: 14.6px;
    }

    .Acadmic-text-container {
        width: 110px;
    }

    .Acadmic-text-container>p {
        font-size: 17.5px;
    }



    .user-box {
        width: 34px;
        height: 34px;
        right: 1%;
    }

    .user-box>i {
        font-size: 20px;
    }

    .bell-box>i {
        font-size: 20px;
    }

    .user-bell-container {
        width: 160px;
        /* border: 1px solid white; */
    }

    .edit-icon-board-image-box>i {
        font-size: 19px;
    }

    .edit-icon-board-image-box>img {
        height: 19px;
    }


    .edit-user-board-two {
        width: 40%;
    }

    .edit-user-board-one {
        width: 40%;
    }

}

@media(max-width:1280px) {

    .invite-box {
        width: 35px;
        height: 35px;
        right: 65%;
    }

                
#popapa-btn{
    right: 3%;
    top: 2.7%;
}


    .image-video-child-box-staticairdrop {
        width: 140px;
        height: 140px;
    }

    .two-file-box>p {
        font-size: 14px;
    }

    .comment-icon-container {
        height: 35px;
    }


    .logo-user-comment {
        width: 30px;
        height: 30px;
    }



    .child-box-comment>h6 {
        font-size: 14.1px;
    }

    .edit-btn {
        width: 66px;
        height: 28px;

    }

    .edit-btn>p {
        font-size: 13.9px;
    }

    .content-scroll-container {
        width: 60vw;
        height: 55vh;
    }


    .section-box {
        width: 175px;
        height: 45px;
    }

    .arrow-first {
        width: 23px;
        height: 23px;
    }

    .arrow-first>i {
        font-size: 19px;
    }

    .right-box {
        width: 170px;
        height: 45px;
    }

    .arrow-second {
        width: 23px;
        height: 23px;
    }

    .arrow-second>i {
        font-size: 19px;
    }

    .cancel-icon {
        width: 23px;
        height: 23px;
    }

    .arrow-child-first>i {
        font-size: 16px;
    }

    .name-text {
        font-size: 19px;
    }

    .image-box {
        width: 25px;
        height: 25px;
    }

    .therd-section-text-icon>h2 {
        font-size: 20px;
    }

    .icon-text-container>h3 {
        font-size: 19px;
    }

    .icon-text-container {
        width: 280px;
    }

    .icon-text-container>p {


        font-size: 16px;
    }

    .all-content-p {
        font-size: 14px;
    }

    .image-box-two {
        width: 180px;
        height: 180px;
    }

    .image-box-two>img {
        width: 140px;
        height: 140px;
    }

    .image-container {
        height: 240px;
    }

    .paragaraph-add-bottom-text {
        width: 200px;
    }

    .second-text-container>p {
        font-size: 14px;
    }

    .p-bottom {
        font-size: 13px;
    }

    .like-icon-bo {
        width: 28px;
        height: 28px;
    }



    .comment-icon-box>i {
        font-size: 20px;
    }

    .comment-like-section>p {
        font-size: 18px;
    }

    .start-container {
        width: 260px;
    }

    .star-box {
        width: 28px;
        height: 28px;
    }



    .user-text-section>p {
        font-size: 15px;
    }



    .two-box-section-first>p {
        font-size: 13.8px;
    }

    .two-box-section-second {

        font-size: 13.8px;

    }

    .therd-herder-option-section {
        width: 70%;
    }



    .therd-herder {
        top: 14.8%;
    }




    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 590px;
        left: 5%;

    }

    .first-box-edit-1 {
        width: 197px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 13.8px;
    }

    .second-box-edit-2 {
        width: 118px;
    }

    .second-box-edit-2>p {
        font-size: 13.8px;
    }



    .therd-box-edit-3>p {
        font-size: 13.8px;
    }

    .therd-box-edit-3>p {
        font-size: 13.8px;
    }


    .heder-two-box>p {
        font-size: 17.5px;
    }


    .delete-icon-box>i {
        font-size: 23px;
    }


    .cut-icon-box {
        width: 25px;
        height: 25px;
    }

    .cut-icon-box>i {
        font-size: 23px;
    }

    .text-section>p {
        font-size: 15.5px;
    }


    .image-box {
        min-width: 180px;
        height: 180px;
    }






    .message-box-container {
        max-height: 320px;
        padding: 5px 5px;

    }








    .second-heder-section>p {
        font-size: 14.7px;
    }

    .text-section {
        font-size: 14.1px;
    }







    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 578px;
        left: 6%;
    }



    .first-section-heder>p {}

    /* .heder-section>p {
        font-size: 15.3px;
    } */



    .paperclip-iocn>i {
        font-size: 17.3px;
    }

    .footer-section>p {
        font-size: 17.3px;
    }





    .Timer-icon>p {
        font-size: 11.4px;
    }

    .date-box {
        width: 130px;
    }

    .header-box-two-section {
        width: 470px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 16.7px;
    }


    .date-box>p {
        font-size: 16.7px;
    }


    .text-box {
        width: 250px;

        left: 15%;

    }

    .heder-box-right-section {
        width: 380px;

        padding: 0px 0px;
        /* display: none; */
    }

    .Timer-icon {
        width: 29px;
        height: 29px;
    }

    .Timer-icon>i {
        font-size: 21px;
    }

    .input-box-container {
        width: 260px;
        height: 30px;
    }

    .filter-box {
        width: 33px;
        height: 33px;
        right: 4%;

    }

    .filter-box>i {
        font-size: 24px;

    }

    .menu-box>i {
        font-size: 24px;
    }

    .menu-box {
        width: 33px;
        height: 33px;
        right: 0.5%;

    }

    .input-box-container>input {
        padding: 0px 18px;

    }

    .input-box-container>::placeholder {
        font-size: 12.7px;
    }





    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 6%;
    }

    .icon-child {
        width: 38px;
        height: 38px;
    }







    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 17px;
    }

    #none {
        width: 430px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 400px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 210px;
    }

    .Header-Text-box>p {
        font-size: 19px;
    }

    .Year-text-box {
        width: 170px;
        font-size: 14.5px;
    }

    .Acadmic-text-container {
        width: 120px;
    }

    .Acadmic-text-container>p {
        font-size: 17px;
    }


    .user-box {
        width: 35px;
        height: 35px;
        right: 5%;
    }

    .user-box>i {
        font-size: 23px;
    }

    .bell-box>i {
        font-size: 23px;
    }

    .user-bell-container {
        width: 150px;
    }

    .edit-icon-board-image-box>i {
        font-size: 19px;
    }

    .edit-icon-board-image-box>img {
        height: 19px;
    }


    .edit-user-board-two {
        width: 50%;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 35%;
    }

}

@media(max-width:1199px) {

    .invite-box {
        width: 35px;
        height: 35px;
        right: 55%;
    }

              
#popapa-btn{
    right: 3%;
    top: 2.7%;
}

    .comment-icon-container {
        height: 34px;
    }



    .logo-user-comment {
        width: 30px;
        height: 30px;
    }



    .child-box-comment>h6 {
        font-size: 14.1px;
    }

    .edit-btn {
        width: 65px;
        height: 28px;

    }

    .edit-btn>p {
        font-size: 13.9px;
    }

    .content-scroll-container {
        width: 60vw;
        height: 55vh;
    }


    .section-box {
        width: 170px;
        height: 44px;
    }

    .arrow-first {
        width: 22px;
        height: 22px;
    }

    .arrow-first>i {
        font-size: 18px;
    }

    .right-box {
        width: 160px;
        height: 44px;
    }

    .arrow-second {
        width: 22px;
        height: 22px;
    }

    .arrow-second>i {
        font-size: 18px;
    }

    .cancel-icon {
        width: 23px;
        height: 23px;
    }


    .arrow-child-first>i {
        font-size: 16px;
    }

    .name-text {
        font-size: 19px;
    }

    .image-box {
        width: 25px;
        height: 25px;
    }

    .therd-section-text-icon>h2 {
        font-size: 20px;
    }

    .icon-text-container>h3 {
        font-size: 19px;
    }

    .icon-text-container {
        width: 270px;
    }

    .icon-text-container>p {


        font-size: 16px;
    }



    .all-content-p {
        font-size: 14px;
    }

    .image-box-two {
        width: 170px;
        height: 170px;
    }

    .image-box-two>img {
        width: 130px;
        height: 130px;
    }

    .image-container {
        height: 230px;
    }

    .paragaraph-add-bottom-text {
        width: 200px;
    }

    .second-text-container>p {
        font-size: 14px;
    }

    .p-bottom {
        font-size: 13px;
    }

    .like-icon-bo {
        width: 28px;
        height: 28px;
    }



    .comment-icon-box>i {
        font-size: 20px;
    }

    .comment-like-section>p {
        font-size: 18px;
    }

    .start-container {
        width: 260px;
    }

    .star-box {
        width: 28px;
        height: 28px;
    }


    .user-text-section>p {
        font-size: 15px;
    }





    .two-box-section-first>p {
        font-size: 13.8px;
    }

    .two-box-section-second {

        font-size: 13.8px;

    }

    .therd-herder-option-section {
        width: 70%;
    }


    .therd-herder {
        top: 16%;
    }





    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 580px;
        left: 5%;

    }

    .first-box-edit-1 {
        width: 195px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 13.6px;
    }

    .second-box-edit-2 {
        width: 115px;
    }

    .second-box-edit-2>p {
        font-size: 13.6px;
    }



    .therd-box-edit-3>p {
        font-size: 13.6px;
    }

    .therd-box-edit-3>p {
        font-size: 13.6px;
    }

    .heder-two-box>p {
        font-size: 17.5px;
    }


    .delete-icon-box>i {
        font-size: 23px;
    }



    .cut-icon-box {
        width: 25px;
        height: 25px;
    }

    .cut-icon-box>i {
        font-size: 23px;
    }

    .text-section>p {
        font-size: 15.5px;
    }

    .image-box {
        min-width: 170px;
        height: 170px;
    }

    .message-box-container {
        max-height: 315px;
        padding: 5px 5px;
    }


    .second-heder-section>p {
        font-size: 14.7px;
    }

    .text-section {
        font-size: 14.1px;
    }


    .mobile-scroll-parent {
        width: 100%;
    }


    .mobile-box-child {
        width: 315px;
        height: 575px;
        left: 7%;
    }



    .first-section-heder>p {

        /* font-size: 14.1px; */

    }

    /* .heder-section>p {
        font-size: 15.2px;
    } */


    .paperclip-iocn>i {
        font-size: 17.2px;
    }

    .footer-section>p {
        font-size: 17.2px;
    }





    .Timer-icon>p {
        font-size: 11px;
    }

    .date-box {
        width: 130px;
    }

    .header-box-two-section {
        width: 470px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 16.5px;
    }


    .date-box>p {
        font-size: 16.5px;
    }


    .text-box {
        width: 250px;

        left: 15%;

    }


    .heder-box-right-section {
        width: 380px;


    }

    .Timer-icon {
        width: 29px;
        height: 29px;
    }

    .Timer-icon>i {
        font-size: 19px;
    }

    .input-box-container {
        width: 260px;
        height: 30px;
    }

    .filter-box {
        width: 32px;
        height: 32px;
        right: 5%;

    }

    .filter-box>i {
        font-size: 23px;

    }

    .menu-box>i {
        font-size: 23px;
    }

    .menu-box {
        width: 32px;
        height: 32px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 18px;

    }

    .input-box-container>::placeholder {
        font-size: 12.7px;
    }





    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 7.1%;
    }

    .icon-child {
        width: 38px;
        height: 38px;
    }




    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 17px;
    }

    #none {
        width: 400px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 360px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 200px;
    }

    .Header-Text-box>p {
        font-size: 18px;
    }

    .Year-text-box {
        width: 165px;
        font-size: 14.4px;
    }

    .Acadmic-text-container {
        width: 60px;
    }

    .Acadmic-text-container>p {
        font-size: 16px;
    }



    .user-box {
        width: 35px;
        height: 35px;
        right: 9%;
    }

    .user-box>i {
        font-size: 20px;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 25%;
    }

    .bell-box>i {
        font-size: 20px;
    }

    .user-box {
        width: 35px;
        height: 35px;
        right: -7%;
    }

    .user-bell-container {
        width: 140px;
    }




    .edit-user-board-two {
        width: 50%;
    }

}

@media(max-width:1180px) {

    .invite-box {
        width: 35px;
        height: 35px;
        right: 55%;
    }

            
#popapa-btn{
    right: 3%;
    top: 2.5%;
}

    .image-video-child-box-staticairdrop {
        width: 140px;
        height: 140px;
    }

    .two-file-box>p {
        font-size: 14px;
    }

    .icon-box-child-box-comment {
        width: 30px;
        height: 30px;

    }

    .comment-icon-container {
        height: 34px;
    }



    .logo-user-comment {
        width: 30px;
        height: 30px;
    }



    .child-box-comment>h6 {
        font-size: 14px;
    }

    .edit-btn {
        width: 65px;
        height: 28px;

    }

    .edit-btn>p {
        font-size: 13.8px;
    }


    .content-scroll-container {
        width: 60vw;
        height: 55vh;
    }

    .section-box {
        width: 162px;
        height: 43px;
    }

    .arrow-first {
        width: 21px;
        height: 21px;
    }

    .arrow-first>i {
        font-size: 18px;
    }

    .right-box {
        width: 150px;
        height: 43px;
    }

    .arrow-second {
        width: 21px;
        height: 21px;
    }

    .arrow-second>i {
        font-size: 18px;
    }

    .cancel-icon {
        width: 23px;
        height: 23px;
    }

    .arrow-child-first>i {
        font-size: 16px;
    }

    .name-text {
        font-size: 19px;
    }

    .image-box {
        width: 25px;
        height: 25px;
    }

    .therd-section-text-icon>h2 {
        font-size: 19px;
    }

    .icon-text-container>h3 {
        font-size: 19px;
    }

    .icon-text-container {
        width: 270px;

    }

    .icon-text-container>p {


        font-size: 16px;
    }



    .all-content-p {
        font-size: 14px;
    }

    .image-box-two {
        width: 170px;
        height: 170px;
    }

    .image-box-two>img {
        width: 120px;
        height: 120px;
    }

    .image-container {
        height: 210px;
    }

    .paragaraph-add-bottom-text {
        width: 200px;
    }

    .second-text-container>p {
        font-size: 14px;
    }

    .p-bottom {
        font-size: 13px;
    }

    .like-icon-bo {
        width: 28px;
        height: 28px;
    }

    .comment-icon-box {
        width: 28px;
        height: 28px;
    }

    .comment-icon-box>i {
        font-size: 20px;
    }

    .comment-like-section>p {
        font-size: 18px;
    }

    .start-container {
        width: 260px;
    }

    .star-box {
        width: 28px;
        height: 28px;
    }



    .user-text-section>p {
        font-size: 15px;
    }






    .two-box-section-first>p {
        font-size: 13.8px;
    }

    .two-box-section-second {

        font-size: 14px;

    }

    .therd-herder-option-section {
        width: 70%;
    }


    .therd-herder {
        top: 16%;
    }



    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 570px;
        left: 5%;

    }

    .first-box-edit-1 {
        width: 193px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 13.4px;
    }

    .second-box-edit-2 {
        width: 113px;
    }

    .second-box-edit-2>p {
        font-size: 13.4px;
    }



    .therd-box-edit-3>p {
        font-size: 13.4px;
    }

    .therd-box-edit-3>p {
        font-size: 13.4px;
    }


    .heder-two-box>p {
        font-size: 17.5px;
    }



    .delete-icon-box>i {
        font-size: 22px;
    }

    .right-there-box {
        height: 29px;
    }

    .cut-icon-box {
        width: 25px;
        height: 25px;
    }

    .cut-icon-box>i {
        font-size: 22px;
    }

    .text-section>p {
        font-size: 15.5px;
    }



    .heder-box {
        height: 49px;
    }



    .image-box {
        min-width: 160px;
        height: 160px;
    }








    .message-box-container {
        max-height: 310px;
        padding: 5px 5px;
    }








    .second-heder-section>p {
        font-size: 14.6px;
    }

    .text-section {
        font-size: 14px;
    }









    .mobile-scroll-parent {
        width: 100%;
    }


    .mobile-box-child {
        width: 315px;
        height: 570px;
        left: 7%;
    }



    .first-section-heder>p {

        /* font-size: 14px; */

    }

    /* .heder-section>p {
        font-size: 15.1px;
    } */



    .paperclip-iocn>i {
        font-size: 17.1px;
    }

    .footer-section>p {
        font-size: 17.1px;
    }





    .Timer-icon>p {
        font-size: 10px;
    }

    .date-box {
        width: 120px;
    }

    .header-box-two-section {
        width: 460px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 16px;
    }


    .date-box>p {
        font-size: 16px;
    }


    .text-box {
        width: 240px;

        left: 15%;

    }


    .heder-box-right-section {
        width: 370px;


    }

    .Timer-icon {
        width: 29px;
        height: 29px;
    }

    .Timer-icon>i {
        font-size: 19px;
    }

    .input-box-container {
        width: 260px;
        height: 30px;
    }

    .filter-box {
        width: 32px;
        height: 32px;
        right: 4.5%;

    }

    .filter-box>i {
        font-size: 23px;

    }

    .menu-box>i {
        font-size: 23px;
    }

    .menu-box {
        width: 32px;
        height: 32px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 18px;

    }

    .input-box-container>::placeholder {
        font-size: 12.4px;
    }




    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 7%;
    }

    .icon-child {
        width: 38px;
        height: 38px;
    }







    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 16px;
    }

    #none {
        width: 400px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 360px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 190px;
    }

    .Header-Text-box>p {
        font-size: 17px;
    }

    .Year-text-box {
        width: 165px;
        font-size: 14.3px;
    }

    .Acadmic-text-container {
        width: 60px;
    }

    .Acadmic-text-container>p {
        font-size: 15px;
    }


    .user-box {
        width: 35px;
        height: 35px;
        right: 1%;
    }

    .user-box>i {
        font-size: 20px;
    }

    .bell-box>i {
        font-size: 20px;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 28%;
    }


    .user-bell-container {
        width:160px;
    }




    .edit-user-board-two {
        width: 50%;
    }

}

@media(max-width:1104px) {

    .invite-box {
        width: 35px;
        height: 35px;
        right: 65%;
    }


              
#popapa-btn{
    right: 3%;
    top: 3%;
}
    .image-video-child-box-staticairdrop {
        width: 140px;
        height: 140px;
    }

    .two-file-box>p {
        font-size: 14px;
    }

    .icon-box-child-box-comment {
        width: 28px;
        height: 28px;

    }

    .comment-icon-container {
        height: 34px;
    }

    .logo-user-comment {
        width: 30px;
        height: 30px;
    }


    .child-box-comment>h6 {
        font-size: 14px;
    }

    .edit-btn {
        width: 62px;
        height: 28px;

    }

    .edit-btn>p {
        font-size: 13.7px;
    }


    .content-scroll-container {
        width: 60vw;
        height: 55vh;
    }


    .section-box {
        width: 155px;
        height: 43px;
    }

    .arrow-first {
        width: 21px;
        height: 21px;
    }

    .arrow-first>i {
        font-size: 18px;
    }

    .right-box {
        width: 150px;
        height: 43px;
    }

    .arrow-second {
        width: 21px;
        height: 21px;
    }

    .arrow-second>i {
        font-size: 18px;
    }

    .cancel-icon {
        width: 23px;
        height: 23px;
    }



    .arrow-child-first>i {
        font-size: 16px;
    }

    .name-text {
        font-size: 19px;
    }

    .image-box {
        width: 25px;
        height: 25px;
    }

    .therd-section-text-icon>h2 {
        font-size: 19px;
    }

    .icon-text-container>h3 {
        font-size: 19px;
    }

    .icon-text-container {
        width: 260px;
    }


    .icon-text-container>p {
        font-size: 16px;
    }



    .all-content-p {
        font-size: 15px;
    }

    .image-box-two {
        width: 160px;
        height: 160px;
    }

    .image-box-two>img {
        width: 110px;
        height: 110px;
    }

    .image-container {
        height: 210px;
    }

    .paragaraph-add-bottom-text {
        width: 200px;
    }

    .second-text-container>p {
        font-size: 15px;
    }

    .p-bottom {
        font-size: 13px;
    }

    .like-icon-bo {
        width: 28px;
        height: 28px;
    }

    .comment-icon-box {
        width: 28px;
        height: 28px;
    }

    .comment-icon-box>i {
        font-size: 20px;
    }

    .comment-like-section>p {
        font-size: 18px;
    }

    .start-container {
        width: 260px;
    }

    .star-box {
        width: 28px;
        height: 28px;
    }



    .input-box {
        height: 38px;
    }

    .user-text-section>p {
        font-size: 16px;
    }





    .two-box-section-first>p {
        font-size: 13.8px;
    }

    .two-box-section-second {

        font-size: 13.9px;

    }

    .therd-herder-option-section {
        width: 70%;
    }



    .therd-herder {
        top: 16.2%;
    }


    .add-section-box {
        width: 90px;

    }

    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 560px;
        left: 5%;

    }

    .first-box-edit-1 {
        width: 190px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 13px;
    }

    .second-box-edit-2 {
        width: 110px;
    }

    .second-box-edit-2>p {
        font-size: 13px;
    }

    .therd-box-edit-3>p {
        font-size: 13px;
    }

    .therd-box-edit-3>p {
        font-size: 13px;
    }


    .heder-two-box>p {
        font-size: 17px;
    }


    .delete-icon-box {
        width: 24px;
        height: 24px;
    }

    .delete-icon-box>i {
        font-size: 21px;
    }

    .right-there-box {
        height: 28px;
    }

    .cut-icon-box {
        width: 24px;
        height: 24px;
    }

    .cut-icon-box>i {
        font-size: 21px;
    }

    .text-section>p {
        font-size: 15px;
    }



    .heder-box {
        height: 48px;
    }



    .image-box {
        min-width: 160px;
        height: 160px;
    }


    .message-box-container {
        max-height: 300px;
        padding: 5px 5px;
    }








    .second-heder-section>p {
        font-size: 14.5px;
    }

    .text-section {
        font-size: 13.9px;
    }

    .mobile-scroll-parent {
        width: 100%;
    }


    .mobile-box-child {
        width: 315px;
        height: 560px;
        left: 7%;
    }



    .first-section-heder>p {}

    /* .heder-section>p {
        font-size: 15px;
    } */



    .paperclip-iocn>i {
        font-size: 17px;
    }

    .footer-section>p {
        font-size: 17px;
    }




    .Timer-icon>p {
        font-size: 10px;
    }

    .date-box {
        width: 110px;
    }

    .header-box-two-section {
        width: 420px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 15px;
    }


    .date-box>p {
        font-size: 15.7px;
    }


    .text-box {
        width: 220px;

        left: 15%;

    }


    .heder-box-right-section {
        width: 340px;


    }

    .Timer-icon {
        width: 28px;
        height: 28px;
    }

    .Timer-icon>i {
        font-size: 19px;
    }

    .input-box-container {
        width: 240px;
        height: 26px;
    }

    .filter-box {
        width: 30px;
        height: 30px;
        right: 5.5%;

    }

    .filter-box>i {
        font-size: 22px;

    }

    .menu-box>i {
        font-size: 22px;
    }

    .menu-box {
        width: 30px;
        height: 30px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 16px;

    }

    .input-box-container>::placeholder {
        font-size: 12.2px;
    }





    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 7.1%;
    }

    .icon-child {
        width: 38px;
        height: 38px;
    }







    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 15px;
    }

    #none {
        width: 360px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 360px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 190px;
    }

    .Header-Text-box>p {
        font-size: 16.5px;
    }

    .Year-text-box {
        width: 165px;
        font-size: 14.5px;
    }

    .Acadmic-text-container {
        width: 50px;
    }

    .Acadmic-text-container>p {
        font-size: 15px;
    }


    .user-box {
        width: 35px;
        height: 35px;
        right: -10%;
    }

    .user-box>i {
        font-size: 20px;
    }

    .bell-box>i {
        font-size: 20px;
    }

    .user-bell-container {
        width: 120px;
    }




    .edit-user-board-two {
        width: 50%;
    }

    .bell-box {
        width: 35px;
        height: 35px;
        right: 28%;
    }


}

@media(max-width:1024px) {

    .invite-box {
        width: 30px;
        height: 30px;
        right: 70%;
    }


          
#popapa-btn{
    right: 3%;
    top: 2.5%;
}

    .image-video-child-box-staticairdrop {
        width: 140px;
        height: 140px;
    }

    .two-file-box>p {
        font-size: 14px;
    }

    .bottom-second-box {
        width: 180px;
        padding: 5px 5px;
    }




    .icon-box-child-box-comment {
        width: 27px;
        height: 27px;

    }

    .comment-icon-container {
        height: 33px;
    }



    .logo-user-comment {
        width: 30px;
        height: 30px;
    }

    .there-dot-comment {
        width: 28px;
        height: 28px;
    }

    .child-box-comment>h6 {
        font-size: 14px;
    }

    .edit-btn {
        width: 60px;
        height: 27px;

    }

    .edit-btn>p {
        font-size: 13.5px;
    }

    .content-scroll-container {
        width: 70vw;
        height: 60vh;
    }

    .section-box {
        width: 150px;
        height: 42px;
    }

    .arrow-first {
        width: 20px;
        height: 20px;
    }

    .arrow-first>i {
        font-size: 17px;
    }

    .right-box {
        width: 140px;
        height: 42px;
    }

    .arrow-second {
        width: 20px;
        height: 20px;
    }

    .arrow-second>i {
        font-size: 17px;
    }

    .cancel-icon {
        width: 22px;
        height: 22px;
    }

    .arrow-child-first {
        width: 19px;
        height: 19px;
    }

    .arrow-child-first>i {
        font-size: 15px;
    }

    .name-text {
        font-size: 18px;
    }

    .image-box {
        width: 24px;
        height: 24px;
    }

    .therd-section-text-icon>h2 {
        font-size: 18px;
    }

    .icon-text-container>h3 {
        font-size: 18px;
    }

    .icon-text-container {
        width: 250px;
    }

    .icon-box {
        width: 20px;
        height: 20px;
    }

    .icon-text-container>p {


        font-size: 15px;
    }

    .delete-box {
        width: 27px;
        height: 27px;
        right: 2%;
    }

    .all-content-p {
        font-size: 14px;
    }

    .image-box-two {
        width: 150px;
        height: 150px;
    }

    .image-box-two>img {
        width: 100px;
        height: 100px;
    }

    .image-container {
        height: 200px;
    }

    .paragaraph-add-bottom-text {
        width: 190px;
    }

    .second-text-container>p {
        font-size: 14px;
    }

    .p-bottom {
        font-size: 12px;
    }

    .like-icon-bo {
        width: 27px;
        height: 27px;
    }

    .comment-icon-box {
        width: 27px;
        height: 27px;
    }

    .comment-icon-box>i {
        font-size: 19px;
    }

    .comment-like-section>p {
        font-size: 18px;
    }

    .start-container {
        width: 250px;
    }

    .star-box {
        width: 27px;
        height: 27px;
    }


    .input-box {
        height: 37px;
    }

    .user-text-section>p {
        font-size: 15px;
    }





    .two-box-section-first>p {
        font-size: 13.7px;
    }

    .two-box-section-second {

        font-size: 13.9px;

    }

    .therd-herder-option-section {
        width: 70%;
    }



    .therd-herder {
        top: 16%;
    }

    .add-section-box {
        width: 90px;
    }

    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 560px;
        left: 5%;

    }

    .first-box-edit-1 {
        width: 190px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 13px;
    }

    .second-box-edit-2 {
        width: 110px;
    }

    .second-box-edit-2>p {
        font-size: 13px;
    }


    .therd-box-edit-3>p {
        font-size: 13px;
    }

    .therd-box-edit-3>p {
        font-size: 13px;
    }


    .icon-image {
        width: 33px;
        height: 33px;
    }

    .heder-two-box>p {
        font-size: 17px;
    }


    .delete-icon-box {
        width: 23px;
        height: 23px;
    }

    .delete-icon-box>i {
        font-size: 20px;
    }

    .right-there-box {
        height: 27px;
    }

    .cut-icon-box {
        width: 23px;
        height: 23px;
    }

    .cut-icon-box>i {
        font-size: 20px;
    }

    .text-section>p {
        font-size: 14.5px;
    }



    .heder-box {
        height: 47px;
    }



    .image-box {
        min-width: 155px;
        height: 155px;

    }



    .second-box-heder-section>p {
        font-size: 13px;
    }


    .message-box-container {
        max-height: 290px;
    }






    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 14.3px;
    }

    .text-section {
        font-size: 13.7px;
    }








    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 550px;
        position: relative;
        left: 7%;
    }



    .first-section-heder>p {}

    /* .heder-section>p {
        font-size: 14.9px;
    } */


    .paperclip-iocn>i {
        font-size: 16.9px;
    }

    .footer-section>p {
        font-size: 16.9px;
    }





    .Timer-icon>p {
        font-size: 10px;
    }

    .date-box {
        width: 110px;
    }

    .header-box-two-section {
        width: 420px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 14px;
    }


    .date-box>p {
        font-size: 15.5px;
    }


    .text-box {
        width: 220px;

        left: 15%;

    }


    .heder-box-right-section {
        width: 340px;

        padding: 0px 0px;

    }

    .Timer-icon {
        width: 28px;
        height: 28px;
    }

    .Timer-icon>i {
        font-size: 19px;
    }

    .input-box-container {
        width: 240px;
        height: 26px;
    }

    .filter-box {
        width: 30px;
        height: 30px;
        right: 5.5%;

    }

    .filter-box>i {
        font-size: 22px;

    }

    .menu-box>i {
        font-size: 22px;
    }

    .menu-box {
        width: 30px;
        height: 30px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 15px;

    }

    .input-box-container>::placeholder {
        font-size: 11.9px;
    }





    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 7%;
    }

    .icon-child {
        width: 37px;
        height: 37px;
    }








    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 13px;
    }

    #none {
        width: 360px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 360px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 180px;
    }

    .Header-Text-box>p {
        font-size: 16px;
    }

    .Year-text-box {
        width: 165px;
        font-size: 14.3px;
    }

    .Acadmic-text-container {
        width: 50px;
    }

    .Acadmic-text-container>p {
        font-size: 13px;
    }



    .user-box {
        width: 30px;
        height: 30px;
        right: 0;
    }

    .user-box>i {
        font-size: 18px;
    }

    .bell-box>i {
        font-size: 18px;
    }

    .bell-box {
        width: 30px;
        height: 30px;
        right: 36%;
    }

    .user-bell-container {
        width: 125px;
    }




    .edit-user-board-two {
        width: 50%;
    }


}

@media(max-width:991px) {

    .invite-box {
        width: 27px;
        height: 27px;
        right: 70%;
    }

       
#popapa-btn{
    right: 2%;
    top: 2.3%;
}

    .image-video-child-box-staticairdrop {
        width: 110px;
        height: 110px;
    }

    .two-file-box>p {
        font-size: 13px;
    }

    .input-box-add-comment>input::placeholder {
        color: white;
        font-size: 15px;
    }

    .icon-box-child-box-comment {
        width: 25px;
        height: 25px;

    }

    .comment-icon-container {
        height: 33px;
    }



    .logo-user-comment {
        width: 30px;
        height: 30px;
    }

    .there-dot-comment {
        width: 27px;
        height: 27px;
    }

    .child-box-comment>h6 {
        font-size: 14px;
    }

    .edit-btn {
        width: 50px;
        height: 25px;

    }

    .edit-btn>p {
        font-size: 13px;
    }

    .content-scroll-container {
        width: 70vw;
        height: 60vh;
    }

    .section-box {
        width: 150px;
        height: 41px;
    }

    .arrow-first {
        width: 19px;
        height: 19px;
    }

    .arrow-first>i {
        font-size: 16px;
    }

    .right-box {
        width: 130px;
        height: 41px;
    }

    .arrow-second {
        width: 19px;
        height: 19px;
    }

    .arrow-second>i {
        font-size: 16px;
    }

    .cancel-icon {
        width: 21px;
        height: 21px;
    }

    .arrow-child-first {
        width: 18px;
        height: 18px;
    }

    .arrow-child-first>i {
        font-size: 14px;
    }

    .name-text {
        font-size: 17px;
    }

    .image-box {
        width: 23px;
        height: 23px;
    }

    .therd-section-text-icon>h2 {
        font-size: 17px;
    }

    .icon-text-container>h3 {
        font-size: 17px;
    }

    .icon-text-container {
        width: 240px;

    }

    .icon-box {
        width: 19px;
        height: 19px;
    }

    .icon-text-container>p {


        font-size: 14px;
    }

    .delete-box {
        width: 26px;
        height: 26px;
        right: 2%;
    }

    .all-content-p {
        font-size: 13px;
    }

    .image-box-two {
        width: 150px;
        height: 150px;
    }

    .image-box-two>img {
        width: 100px;
        height: 100px;
    }

    .image-container {
        height: 200px;
    }

    .paragaraph-add-bottom-text {
        width: 180px;
    }

    .second-text-container>p {
        font-size: 13px;
    }

    .p-bottom {
        font-size: 11px;
    }

    .like-icon-bo {
        width: 26px;
        height: 26px;
    }

    .comment-icon-box {
        width: 26px;
        height: 26px;
    }

    .comment-icon-box>i {
        font-size: 18px;
    }

    .comment-like-section>p {
        font-size: 17px;
    }

    .start-container {
        width: 240px;
    }

    .star-box {
        width: 26px;
        height: 26px;
    }

    .comment-user-logo {
        width: 28px;
        height: 28px;
    }

    .input-box {
        height: 36px;
    }

    .user-text-section>p {
        font-size: 14px;
    }







    .two-box-section-first>p {
        font-size: 13.5px;
    }

    .two-box-section-second {


        font-size: 13.7px;

    }

    .therd-herder-option-section {
        width: 70%;
    }


    .therd-herder {
        top: 18.3%;
    }


    .add-section-box {
        width: 70px;
    }

    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 530px;
        left: 5%;

    }

    .first-box-edit-1 {
        width: 180px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 12px;
    }

    .second-box-edit-2 {
        width: 100px;
    }

    .second-box-edit-2>p {
        font-size: 12px;
    }


    .therd-box-edit-3>p {
        font-size: 12px;
    }

    .therd-box-edit-3>p {
        font-size: 12px;
    }

    .icon-image {
        width: 32px;
        height: 32px;
    }

    .heder-two-box>p {
        font-size: 16px;
    }

    .delete-icon-box {
        width: 22px;
        height: 22px;
    }

    .delete-icon-box>i {
        font-size: 19px;
    }

    .right-there-box {
        height: 26px;
    }

    .cut-icon-box {
        width: 22px;
        height: 22px;
    }

    .cut-icon-box>i {
        font-size: 19px;
    }

    .text-section>p {
        font-size: 14px;
    }

    .heder-two-box {
        height: 40px;
    }

    .heder-box {
        height: 45px;
    }



    .image-box {
        min-width: 150px;
        height: 150px;
    }






    .second-box-heder-section>p {
        font-size: 12.9px;
    }


    .message-box-container {
        max-height: 290px;
    }






    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 14.2px;
    }

    .text-section {
        font-size: 13.6px;
    }










    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 550px;
        left: 7%;
    }



    .first-section-heder>p {}

    /* .heder-section>p {
        font-size: 14.8px;
    } */



    .paperclip-iocn>i {
        font-size: 16.8px;
    }

    .footer-section>p {
        font-size: 16.8px;
    }








    .Timer-icon>p {
        font-size: 9.7px;
    }

    .date-box {
        width: 110px;
        margin-left: 11%;
    }

    .header-box-two-section {
        width: 500px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 13.5px;
    }


    .date-box>p {
        font-size: 13px;
    }


    .text-box {
        width: 210px;
        left: 9%;

    }


    .heder-box-right-section {
        width: 320px;



    }

    .Timer-icon {
        width: 28px;
        height: 28px;
    }

    .Timer-icon>i {
        font-size: 19px;
    }

    .input-box-container {
        width: 220px;
        height: 26px;
    }

    .filter-box {
        width: 30px;
        height: 30px;
        right: 6.6%;

    }

    .filter-box>i {
        font-size: 21px;

    }

    .menu-box>i {
        font-size: 21px;
    }

    .menu-box {
        width: 30px;
        height: 30px;
        right: 0.5%;

    }

    .input-box-container>input {
        padding: 0px 15px;

    }

    .input-box-container>::placeholder {
        font-size: 11.5px;
    }


    .image-meddle-container {
        width: 100%;
    }

    .sider-bar-container {
        width: 7.1%;
    }

    .icon-child {
        width: 37px;
        height: 37px;
    }


    .user-box>i {
        font-size: 15px;
    }

    .bell-box>i {
        font-size: 15px;
    }


    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 12px;
    }

    #none {
        width: 360px;

    }

    .Two-box-Header {
        width: 360px;
        padding: 0px 0px;
        gap: 2px;
    }



    .Header-Text-box {
        width: 170px;
    }

    .Header-Text-box>p {
        font-size: 15px;
    }

    .Year-text-box {
        width: 160px;
        font-size: 14px;
    }

    .Acadmic-text-container {
        width: 50px;
    }

    .Acadmic-text-container>p {
        font-size: 12px;
    }

    .bell-box {
        width: 27px;
        height: 27px;
        right: 40%;
    }

    .user-box {
        width: 27px;
        height: 27px;
        right: 7%;
    }

    .user-bell-container {
        width: 125px;
    }

    .bottom-container {
        width: 60%;
        padding: 3px 3px;
        left: 0%;
        gap: 0px;
    }

    .bottom-first-box {
        width: 140px;
        gap: 0px;
    }

    .bottom-second-box {
        width: 140px;
        padding: 0px 5px;
    }




    .edit-user-board-two {
        width: 50%;
    }


}

@media(max-width:768px) {

    
#popapa-btn{
    right: 2%;
    top: 3%;
}

    .right-there-box {
        height: 25px;
    }


    .image-video-child-box-staticairdrop {
        width: 110px;
        height: 110px;
    }

    .two-file-box>p {
        font-size: 13px;
    }


    .bottom-container {
        width: 60%;
        padding: 3px 3px;
        left: 0%;
        gap: 0px;
    }

    .bottom-first-box {
        width: 140px;
        gap: 0px;
    }

    .bottom-second-box {
        width: 140px;
        padding: 0px 5px;
    }

    .icon-box-child-box-comment {
        width: 25px;
        height: 25px;

    }

    .comment-icon-container {
        height: 32px;
    }



    .logo-user-comment {
        width: 30px;
        height: 30px;
    }

    .there-dot-comment {
        width: 25px;
        height: 25px;
    }

    .child-box-comment>h6 {
        font-size: 13px;
    }






    .edit-btn {

        width: 43px;
        height: 22px;


    }

    .edit-btn>p {
        font-size: 13px;
    }

    .content-scroll-container {
        width: 70vw;
        height: 60vh;
    }

    .section-box {
        width: 150px;
        height: 40px;
    }

    .arrow-first {
        width: 18px;
        height: 18px;
    }

    .arrow-first>i {
        font-size: 15px;
    }

    .right-box {
        width: 120px;
        height: 40px;
    }

    .arrow-second {
        width: 18px;
        height: 18px;
    }

    .arrow-second>i {
        font-size: 15px;
    }

    .cancel-icon {
        width: 20px;
        height: 20px;
    }

    .arrow-child-first {
        width: 17px;
        height: 17px;
    }

    .arrow-child-first>i {
        font-size: 13px;
    }

    .name-text {
        font-size: 16px;
    }

    .image-box {
        width: 22px;
        height: 22px;
    }

    .therd-section-text-icon>h2 {
        font-size: 16px;
    }

    .icon-text-container>h3 {
        font-size: 16px;
    }

    .icon-text-container {
        width: 230px;
    }

    .icon-box {
        width: 18px;
        height: 18px;
    }

    .icon-text-container>p {


        font-size: 13px;
    }



    .all-content-p {
        font-size: 12px;
    }

    .image-box-two {
        width: 140px;
        height: 140px;
    }

    .image-box-two>img {
        width: 90px;
        height: 90px;
    }

    .image-container {
        height: 190px;
    }

    .paragaraph-add-bottom-text {
        width: 170px;
    }

    .second-text-container>p {
        font-size: 12px;
    }

    .p-bottom {
        font-size: 10px;
    }

    .like-icon-bo {
        width: 25px;
        height: 25px;
    }

    .comment-icon-box {
        width: 25px;
        height: 25px;
    }

    .comment-icon-box>i {
        font-size: 17px;
    }

    .comment-like-section>p {
        font-size: 16px;
    }

    .start-container {
        width: 230px;
    }

    .star-box {
        width: 25px;
        height: 25px;
    }

    .comment-user-logo {
        width: 27px;
        height: 27px;
    }

    .input-box {
        height: 35px;
    }

    .user-text-section>p {
        font-size: 13px;
    }






    .two-box-section-first>p {
        font-size: 13px;
    }

    .two-box-section-second {

        font-size: 13px;

    }

    .therd-herder-option-section {
        width: 70%;
    }


    .therd-herder {
        top: 12%;
    }



    .add-section-box {
        width: 70px;
        height: 26px;
        right: 1%;
    }

    .add-section-box>p {
        font-size: 11.58px;
    }

    .heder-box-two-edit {
        width: 480px;
        left: 5%;

    }




    .first-box-edit-1 {
        width: 170px;
        margin-left: 4%;
    }

    .first-box-edit-1>p {
        font-size: 12px;
    }

    .second-box-edit-2 {
        width: 80px;
    }

    .second-box-edit-2>p {
        font-size: 12px;
    }

    .therd-box-edit-3 {
        width: 100px;
    }

    .therd-box-edit-3>p {
        font-size: 12px;
    }

    .therd-box-edit-3>p {
        font-size: 12px;
    }

    .icon-image {
        width: 30px;
        height: 30px;
    }

    .heder-two-box>p {
        font-size: 15px;
    }

    .delete-icon-box {
        width: 20px;
        height: 20px;
    }

    .delete-icon-box>i {
        font-size: 18px;
    }


    .cut-icon-box {
        width: 20px;
        height: 20px;
    }

    .cut-icon-box>i {
        font-size: 18px;
    }

    .text-section>p {
        font-size: 13px;
    }

    .heder-two-box {
        height: 40px;
    }

    .heder-box {
        height: 45px;
    }



    .image-box {
        min-width: 140px;
        height: 140px;
    }






    .second-box-heder-section>p {
        font-size: 12.8px;
    }




    .message-box-container {
        max-height: 290px;
    }






    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 14.1px;
    }

    .text-section {
        font-size: 13.5px;
    }







    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 540px;
        left: 7%;
    }



    .first-section-heder>p {}

    /* .heder-section>p {
        font-size: 14.6px;
    } */


    .paperclip-iocn>i {
        font-size: 16.6px;
    }

    .footer-section>p {
        font-size: 16.6px;
    }





    .Timer-icon>p {
        font-size: 9.7px;
    }

    .date-box {
        width: 60px;
        margin-left: 17%;
    }

    .header-box-two-section {
        width: 360px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 12px;
    }


    .date-box>p {
        font-size: 13px;
    }


    .text-box {
        width: 130px;
        left: 15%;

    }


    .heder-box-right-section {
        width: 290px;



    }

    .Timer-icon {
        width: 26px;
        height: 26px;
    }

    .Timer-icon>i {
        font-size: 15px;
    }

    .input-box-container {
        width: 170px;
        height: 23px;
        position: absolute;
        right: 10%;
    }

    .filter-box {
        width: 29px;
        height: 27px;
        right: 9%;
        position: absolute;
        right: 5%;

    }

    .filter-box>i {
        font-size: 20px;

    }

    .menu-box>i {
        font-size: 20px;
    }

    .menu-box {
        width: 29px;
        height: 26px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 15px;

    }

    .input-box-container>::placeholder {
        font-size: 11.5px;
    }













    .image-meddle-container {
        width: 100%;
    }



    .sider-bar-container {
        width: 8%;
    }

    .icon-child {
        width: 37px;
        height: 37px;
    }







    .user-box>i {
        font-size: 15px;
    }

    .bell-box>i {
        font-size: 15px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 11px;
    }

    #none {
        width: 350px;

    }

    .Two-box-Header {
        width: 350px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 165px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 160px;
    }

    .Header-Text-box>p {
        font-size: 14px;
    }

    .Year-text-box {
        width: 155px;
        height: 30px;
        font-size: 13px;

    }

    .Acadmic-text-container {
        width: 60px;
    }

    .Acadmic-text-container>p {
        font-size: 11px;
    }

    .bell-box {
        width: 27px;
        height: 27px;
        right: 50%;
    }

    .user-box {
        width: 27px;
        height: 27px;
        right: 0;
    }

    .user-bell-container {
        width: 115px;
    }


    .input-box-add-comment>input::placeholder {
        color: white;
        font-size: 15px;
    }



    .user-can-edit-popap {

        width: 60%;

    }

    .edit-icon-board-image-box>i {
        font-size: 17px;
    }

    .edit-icon-board-image-box>img {
        height: 17px;
    }

}
@media(max-width:700px) {



    .second-box-heder-section {
        height: 259px;
    }




    .second-box-heder-section>p {
        font-size: 12.7px;
    }



    .second-box-heder-section>p {
        font-size: 12px;
    }


    .second-mobile-scroll-parent {
        top: 3%;
        height: 250px;
    }


    .message-box-container {
        max-height: 290px;
    }

    .first-card {
        min-height: 170px;
    }

    .plus-second-icon {
        width: 20px;
        height: 20px;
    }


    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 14px;
    }

    .text-section {
        font-size: 13.4px;
    }


    .second-box-message {
        min-height: 270px;

    }



    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 550px;
        position: relative;
        left: 7%;
    }



    .first-section-heder>p {

        font-size: 13.4px;

    }

    /* .heder-section>p {
        font-size: 14.4px;
    } */

    .arrow-box {
        width: 32px;
        height: 32px;
    }

    .paperclip-iocn>i {
        font-size: 16.4px;
    }

    .footer-section>p {
        font-size: 16.4px;
    }

    .plus-icon-box {
        width: 49px;
        height: 49px;
    }



    .Timer-icon>p {
        font-size: 9.7px;
    }

    .date-box {
        width: 90px;
    }

    .header-box-two-section {
        width: 340px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 11.5px;
    }


    .date-box>p {
        font-size: 13.5px;
    }


    .text-box {
        width: 180px;
        padding: 0px 14px;
        text-align: center;
        position: relative;
        left: 15%;
        justify-content: center;
    }


    .heder-box-right-section {
        width: 300px;



    }

    .Timer-icon {
        width: 26px;
        height: 26px;
    }

    .Timer-icon>i {
        font-size: 18px;
    }

    .input-box-container {
        width: 200px;
        height: 23px;
    }

    .filter-box {
        width: 27px;
        height: 27px;
        right: 9%;

    }

    .filter-box>i {
        font-size: 19.4px;

    }

    .menu-box>i {
        font-size: 19.4px;
    }

    .menu-box {
        width: 26px;
        height: 26px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 14px;

    }

    .input-box-container>::placeholder {
        font-size: 11.5px;
    }















    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 8%;
    }

    .icon-child {
        width: 37px;
        height: 37px;
    }

    .icon-child>i {
        font-size: 25px;
    }





    .user-box>i {
        font-size: 19.5px;
    }

    .bell-box>i {
        font-size: 19.5px;
    }


    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 10px;
    }

    #none {
        width: 340px;

    }

    .Two-box-Header {
        width: 340px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 160px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 160px;
    }

    .Header-Text-box>p {
        font-size: 13px;
    }

    .Year-text-box {
        width: 115px;
    }

    .Acadmic-text-container {
        width: 110px;
    }

    .Acadmic-text-container>p {
        font-size: 10px;
    }

    .bell-box {
        width: 27px;
        height: 27px;
        right: 50%;
    }

    .user-box {
        width: 27px;
        height: 27px;
        right: 0;
    }

    .user-bell-container {
        width: 100px;
    }
}

@media(max-width:650px) {





    .second-box-heder-section {
        height: 258px;
    }

    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.6px;
    }


    .message-box-container {
        max-height: 290px;
    }

    .first-card {
        min-height: 170px;
    }

    .plus-second-icon {
        width: 20px;
        height: 20px;
    }



    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 13.9px;
    }

    .text-section {
        font-size: 13.3px;
    }


    .second-box-message {
        min-height: 270px;

    }


    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 540px;
        position: relative;
        left: 7%;
    }



    .first-section-heder>p {

        font-size: 13.1px;

    }
/* 
    .heder-section>p {
        font-size: 14.1px;
    } */

    .arrow-box {
        width: 31px;
        height: 31px;
    }

    .paperclip-iocn>i {
        font-size: 16.1px;
    }

    .footer-section>p {
        font-size: 16.1px;
    }

    .plus-icon-box {
        width: 48px;
        height: 48px;
    }



    .Timer-icon>p {
        font-size: 9.7px;
    }

    .date-box {
        width: 80px;
    }

    .header-box-two-section {
        width: 315px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 11.3px;
    }


    .date-box>p {
        font-size: 13.3px;
    }


    .text-box {
        width: 170px;
        padding: 0px 14px;
        text-align: center;
        position: relative;
        left: 15%;
        justify-content: center;
    }


    .heder-box-right-section {
        width: 280px;



    }

    .Timer-icon {
        width: 26px;
        height: 26px;
    }

    .Timer-icon>i {
        font-size: 18px;
    }

    .input-box-container {
        width: 200px;
        height: 23px;
    }

    .filter-box {
        width: 27px;
        height: 27px;
        right: 9%;

    }

    .filter-box>i {
        font-size: 19px;

    }

    .menu-box>i {
        font-size: 19px;
    }

    .menu-box {
        width: 26px;
        height: 26px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 14px;

    }

    .input-box-container>::placeholder {
        font-size: 11px;
    }




    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 8%;
    }

    .icon-child {
        width: 37px;
        height: 37px;
    }

    .icon-child>i {
        font-size: 25px;
    }





    .user-box>i {
        font-size: 19.3px;
    }

    .bell-box>i {
        font-size: 19.3px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 10px;
    }

    #none {
        width: 310px;

    }

    .Two-box-Header {
        width: 310px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 150px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 150px;
    }

    .Header-Text-box>p {
        font-size: 13px;
    }

    .Year-text-box {
        width: 100px;
    }

    .Acadmic-text-container {
        width: 105px;
    }

    .Acadmic-text-container>p {
        font-size: 10px;
    }

    .bell-box {
        width: 27px;
        height: 27px;
        right: 50%;
    }

    .user-box {
        width: 27px;
        height: 27px;
        right: 0;
    }

    .user-bell-container {
        width: 95px;
    }
}

@media(max-width:600px) {



    .second-box-heder-section {
        height: 257px;
    }

    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.5px;
    }


    .message-box-container {
        max-height: 290px;
    }

    .first-card {
        min-height: 170px;
    }


    .plus-second-icon {
        width: 20px;
        height: 20px;
    }

    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 13.8px;
    }

    .text-section {
        font-size: 13.2px;
    }



    .second-box-message {
        min-height: 260px;

    }




    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 315px;
        height: 540px;
        position: relative;
        left: 10%;
    }



    .first-section-heder>p {

        font-size: 13px;

    /* }

    .heder-section>p {
        font-size: 14px;
    } */

    .arrow-box {
        width: 30px;
        height: 30px;
    }

    .paperclip-iocn>i {
        font-size: 16px;
    }

    .footer-section>p {
        font-size: 16px;
    }

    .plus-icon-box {
        width: 47px;
        height: 47px;
    }



    .Timer-icon>p {
        font-size: 9.7px;
    }

    .date-box {
        width: 80px;
    }

    .header-box-two-section {
        width: 290px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 11px;
    }


    .date-box>p {
        font-size: 13px;
    }


    .text-box {
        width: 150px;
        padding: 0px 14px;
        text-align: center;
        position: relative;
        left: 15%;
    }


    .heder-box-right-section {
        width: 260px;



    }

    .Timer-icon {
        width: 26px;
        height: 26px;
    }

    .Timer-icon>i {
        font-size: 18px;
    }

    .input-box-container {
        width: 180px;
        height: 23px;
    }

    .filter-box {
        width: 27px;
        height: 27px;
        right: 9%;

    }

    .filter-box>i {
        font-size: 18px;

    }

    .menu-box>i {
        font-size: 18px;
    }

    .menu-box {
        width: 26px;
        height: 26px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 13px;

    }

    .input-box-container>::placeholder {
        font-size: 11px;
    }





    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 12%;
    }

    .icon-child {
        width: 36px;
        height: 36px;
    }

    .icon-child>i {
        font-size: 24px;
    }





    .user-box>i {
        font-size: 19px;
    }

    .bell-box>i {
        font-size: 19px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 9.3px;
    }

    #none {
        width: 290px;

    }

    .Two-box-Header {
        width: 290px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 140px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 140px;
    }

    .Header-Text-box>p {
        font-size: 12.5px;
    }

    .Year-text-box {
        width: 90px;
    }

    .Acadmic-text-container {
        width: 100px;
    }

    .Acadmic-text-container>p {
        font-size: 9.3px;
    }

    .bell-box {
        width: 27px;
        height: 27px;
        right: 50%;
    }

    .user-box {
        width: 27px;
        height: 27px;
        right: 0;
    }

    .user-bell-container {
        width: 90px;
    }


}
}

@media(max-width:560px) {



    .second-box-heder-section {
        height: 256px;
    }


    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.4px;
    }


    .message-box-container {
        max-height: 290px;
    }

    .first-card {
        min-height: 170px;
    }

    .plus-second-icon {
        width: 20px;
        height: 20px;
    }


    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 13.7px;
    }

    .text-section {
        font-size: 13px;
    }



    .second-box-message {
        min-height: 260px;

    }





    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 310px;
        height: 540px;
        position: relative;
        left: 10%;
    }



    .first-section-heder>p {

        font-size: 12.9px;

    }
/* 
    .heder-section>p {
        font-size: 13.9px;
    } */

    .arrow-box {
        width: 30px;
        height: 30px;
    }

    .paperclip-iocn>i {
        font-size: 15.9px;
    }

    .footer-section>p {
        font-size: 15.9px;
    }

    .plus-icon-box {
        width: 46px;
        height: 46px;
    }



    .Timer-icon>p {
        font-size: 9.7px;
    }

    .date-box {
        width: 80px;
    }

    .header-box-two-section {
        width: 270px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 10px;
    }


    .date-box>p {
        font-size: 12.5px;
    }


    .text-box {
        width: 130px;
        padding: 0px 12px;
        text-align: center;
        position: relative;
        left: 15%;
    }


    .heder-box-right-section {
        width: 240px;

    }

    .Timer-icon {
        width: 25px;
        height: 25px;
    }

    .Timer-icon>i {
        font-size: 17px;
    }

    .input-box-container {
        width: 160px;
        height: 23px;
    }

    .filter-box {
        width: 26px;
        height: 26px;
        right: 9%;

    }

    .filter-box>i {
        font-size: 17.7px;

    }

    .menu-box>i {
        font-size: 17.7px;
    }

    .menu-box {
        width: 26px;
        height: 26px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 13px;

    }

    .input-box-container>::placeholder {
        font-size: 10px;
    }




    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 10%;
    }

    .icon-child {
        width: 36px;
        height: 36px;
    }

    .icon-child>i {
        font-size: 23.3px;
    }




    .user-box>i {
        font-size: 18.9px;
    }

    .bell-box>i {
        font-size: 18.9px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 9.3px;
    }

    #none {
        width: 270px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 270px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 130px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 130px;
    }

    .Header-Text-box>p {
        font-size: 12.5px;
    }

    .Year-text-box {
        width: 80px;
    }

    .Acadmic-text-container {
        width: 90px;
    }

    .Acadmic-text-container>p {
        font-size: 9.3px;
    }

    .bell-box {
        width: 26px;
        height: 26px;
        right: 50%;
    }

    .user-box {
        width: 26px;
        height: 26px;
        right: 0;
    }

    .user-bell-container {
        width: 90px;
    }


}

@media(Max-width:500px) {



    .second-box-heder-section {
        height: 255px;
    }


    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.4px;
    }

    .message-box-container {
        max-height: 290px;
    }

    .first-card {
        min-height: 170px;
    }


    .plus-second-icon {
        width: 20px;
        height: 20px;
    }

    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 13.7px;
    }

    .text-section {
        font-size: 13px;
    }


    .second-box-message {
        min-height: 260px;

    }


    .mobile-scroll-parent {
        width: 100%;
    }

    .mobile-box {

        width: 96%;

        top: 18%;

    }

    .mobile-box-child {
        width: 310px;
        height: 540px;
        position: relative;
        left: 10%;
    }


    .first-section-heder>p {

        font-size: 12.8px;

    }
/* 
    .heder-section>p {
        font-size: 13.8px;
    } */

    .arrow-box {
        width: 29px;
        height: 29px;
    }

    .paperclip-iocn>i {
        font-size: 15.8px;
    }

    .footer-section>p {
        font-size: 15.8px;
    }

    .plus-icon-box {
        width: 45px;
        height: 45px;
    }


    .Timer-icon>p {
        font-size: 9.7px;
    }

    .date-box {
        width: 80px;
    }

    .header-box-two-section {
        width: 250px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 9.7px;
    }


    .date-box>p {
        font-size: 12px;
    }


    .text-box {
        width: 120px;
        padding: 0px 12px;
        text-align: center;
        position: relative;
        left: 15%;
    }


    .heder-box-right-section {
        width: 210px;


    }

    .Timer-icon {
        width: 24px;
        height: 24px;
    }

    .Timer-icon>i {
        font-size: 16px;
    }

    .input-box-container {
        width: 143px;
        height: 23px;
    }

    .filter-box {
        width: 26px;
        height: 26px;
        right: 9%;

    }

    .filter-box>i {
        font-size: 17.5px;

    }

    .menu-box>i {
        font-size: 17.5px;
    }

    .menu-box {
        width: 26px;
        height: 26px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 12px;

    }

    .input-box-container>::placeholder {
        font-size: 10px;
    }





    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 13%;
    }

    .icon-child {
        width: 36px;
        height: 36px;
    }

    .icon-child>i {
        font-size: 23.3px;
    }




    .user-box>i {
        font-size: 18.5px;
    }

    .bell-box>i {
        font-size: 18.5px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 8.9px;
    }

    #none {
        width: 240px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 240px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 120px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 120px;
    }

    .Header-Text-box>p {
        font-size: 12px;
    }

    .Year-text-box {
        width: 70px;
    }

    .Acadmic-text-container {
        width: 80px;
    }

    .Acadmic-text-container>p {
        font-size: 8.9px;
    }

    .bell-box {
        width: 26px;
        height: 26px;
        right: 50%;
    }

    .user-box {
        width: 26px;
        height: 26px;
        right: 0;
    }

    .user-bell-container {
        width: 83px;
    }

}

@media(max-width:460px) {


    .second-box-heder-section {
        height: 255px;
    }



    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.3px;
    }


    .message-box-container {
        max-height: 290px;
    }

    .text-section {
        font-size: 13.7px;
    }

    .first-card {
        min-height: 160px;
    }

    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 13.7px;
    }

    .text-section {
        font-size: 12.7px;
    }



    .plus-second-icon {
        width: 20px;
        height: 20px;
    }

    .second-box-message {
        min-height: 260px;

    }






    .mobile-scroll-parent {
        width: 100%;
    }


    .mobile-box-child {
        width: 310px;
        height: 540px;
        position: relative;
        left: 10%;
    }



    .first-section-heder>p {

        font-size: 12.6px;

    }

    /* .heder-section>p {
        font-size: 13.6px;
    } */

    .arrow-box {
        width: 27px;
        height: 27px;
    }

    .paperclip-iocn>i {
        font-size: 15.6px;
    }

    .footer-section>p {
        font-size: 15.6px;
    }

    .plus-icon-box {
        width: 44px;
        height: 44px;
    }



    .Timer-icon>p {
        font-size: 9.7px;
    }

    .date-box {
        width: 70px;
    }

    .header-box-two-section {
        width: 230px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 9.7px;
    }


    .date-box>p {
        font-size: 9.7px;
    }


    .text-box {
        width: 110px;
        padding: 0px 12px;
        text-align: center;
        position: relative;
        left: 15%;
    }


    .heder-box-right-section {
        width: 190px;


    }

    .Timer-icon {
        width: 23px;
        height: 23px;
    }

    .Timer-icon>i {
        font-size: 16px;
    }

    .input-box-container {
        width: 125px;
        height: 23px;
    }

    .filter-box {
        width: 25px;
        height: 25px;
        right: 9%;

    }

    .filter-box>i {
        font-size: 17px;

    }

    .menu-box>i {
        font-size: 17px;
    }

    .menu-box {
        width: 25px;
        height: 25px;
        right: 1%;

    }

    .input-box-container>input {
        padding: 0px 10px;

    }

    .input-box-container>::placeholder {
        font-size: 9px;
    }

    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 13%;
    }

    .icon-child {
        width: 35px;
        height: 35px;
    }

    .icon-child>i {
        font-size: 23px;
    }


    .user-box>i {
        font-size: 18px;
    }

    .bell-box>i {
        font-size: 18px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 8.6px;
    }

    #none {
        width: 215px;

    }

    .Two-box-Header {
        width: 215px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 110px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 97px;
    }

    .Header-Text-box>p {
        font-size: 9.8px;
    }

    .Year-text-box {
        width: 60px;
    }

    .Acadmic-text-container {
        width: 70px;
    }

    .Acadmic-text-container>p {
        font-size: 8.6px;
    }

    .bell-box {
        width: 25px;
        height: 25px;
        right: 50%;
    }

    .user-box {
        width: 25px;
        height: 25px;
        right: 0;
    }

    .user-bell-container {
        width: 77px;
    }

}

@media(max-width:400px) {



    .second-box-heder-section {
        height: 250px;
    }


    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.2px;
    }


    .message-box-container {
        max-height: 290px;
    }

    .text-section {
        font-size: 13.6px;
    }

    .message-box-container {

        padding: 5px 5px;
    }

    .first-card {
        min-height: 156px;
    }

    .second-heder-section>p {
        font-size: 13.6px;
    }

    .text-section {
        font-size: 12.6px;
    }



    .second-box-message {
        min-height: 260px;

    }

    .plus-second-icon {
        width: 20px;
        height: 20px;
    }





    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 310px;
        height: 540px;
        position: relative;
        left: 10%;
    }






    .first-section-heder>p {

        font-size: 12.5px;

    }

    .arrow-box {
        width: 26px;
        height: 26px;
    }

    .paperclip-iocn>i {
        font-size: 15.5px;
    }

    .footer-section>p {
        font-size: 15.5px;
    }

    .plus-icon-box {
        width: 43px;
        height: 43px;
    }

    .Timer-icon>p {
        font-size: 9.5px;
    }

    .date-box {
        width: 70px;
    }

    .header-box-two-section {
        width: 220px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 9.5px;
    }


    .date-box>p {
        font-size: 9.5px;
    }


    .text-box {
        width: 90px;
        padding: 0px 12px;
        text-align: center;
        position: relative;
        left: 15%;
    }


    .heder-box-right-section {
        width: 150px;


    }

    .Timer-icon {
        width: 21px;
        height: 21px;
    }

    .Timer-icon>i {
        font-size: 15px;
    }

    .input-box-container {
        width: 87px;
        height: 23px;
    }

    .filter-box {
        width: 22px;
        height: 22px;
        right: 12%;

    }

    .filter-box>i {
        font-size: 16px;

    }

    .menu-box>i {
        font-size: 16px;
    }

    .menu-box {
        width: 22px;
        height: 22px;
        right: 5%;

    }

    .input-box-container>input {
        padding: 0px 7px;
    }

    .input-box-container>::placeholder {
        font-size: 8.5px;
    }


    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 13%;
    }

    .icon-child {
        width: 35px;
        height: 35px;
    }

    .icon-child>i {
        font-size: 22px;
    }

    .user-box>i {
        font-size: 17.5px;
    }

    .bell-box>i {
        font-size: 17.5px;
    }



    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 8.5px;
    }

    #none {
        width: 200px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 200px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 97px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 97px;
    }

    .Header-Text-box>p {
        font-size: 9.8px;
    }

    .Year-text-box {
        width: 55px;
    }

    .Acadmic-text-container {
        width: 61px;
    }

    .Acadmic-text-container>p {
        font-size: 8.5px;
    }

    .bell-box {
        width: 25px;
        height: 25px;
        right: 50%;
    }

    .user-box {
        width: 25px;
        height: 25px;
        right: 0;
    }

    .user-bell-container {
        width: 58px;
    }


}

@media(Max-width:375px) {

    .second-box-heder-section {
        height: 250px;
    }


    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.1px;
    }



    .message-box-container {
        max-height: 290px;
    }

    .text-section {
        font-size: 13.5px;
    }

    .first-card {
        min-height: 154px;
    }

    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 13.5px;
    }

    .text-section {
        font-size: 12.5px;
    }

    .second-box-message {
        min-height: 260px;

    }

    .mobile-scroll-parent {
        width: 100%;
    }

    .mobile-box-child {
        width: 310px;
        height: 540px;
        position: relative;
        left: 10%;
    }

    .first-section-heder>p {

        font-size: 12.4px;

    }

  
      

    .arrow-box {
        width: 25px;
        height: 25px;
    }

    .paperclip-iocn>i {
        font-size: 15.4px;
    }

    .footer-section>p {
        font-size: 15.4px;
    }

    .plus-icon-box {
        width: 42px;
        height: 42px;
    }

    .Timer-icon>p {
        font-size: 9.5px;
    }

    .date-box {
        width: 70px;
    }

    .header-box-two-section {
        width: 210px;
        gap: 0px;

    }

    .text-box>p {
        font-size: 9.5px;
    }

    .date-box>p {
        font-size: 9.5px;
    }

    .text-box {
        width: 90px;
        padding: 0px 12px;
        text-align: center;
        position: relative;
        left: 15%;
    }

    .heder-box-right-section {
        width: 137px;


    }

    .Timer-icon {
        width: 21px;
        height: 21px;
    }

    .Timer-icon>i {
        font-size: 15px;
    }

    .input-box-container {
        width: 80px;
        height: 23px;
    }

    .filter-box {
        width: 22px;
        height: 22px;
        right: 11%;

    }

    .filter-box>i {
        font-size: 16px;

    }

    .menu-box>i {
        font-size: 16px;
    }

    .menu-box {
        width: 22px;
        height: 22px;
        right: 3%;

    }

    .input-box-container>input {
        padding: 0px 7px;
    }

    .input-box-container>::placeholder {
        font-size: 8.5px;
    }

    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 13%;
    }

    .icon-child {
        width: 35px;
        height: 35px;
    }

    .icon-child>i {
        font-size: 22px;
    }

    .user-box>i {
        font-size: 17px;
    }

    .bell-box>i {
        font-size: 17px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 8.5px;
    }

    #none {
        width: 200px;
    }

    .Two-box-Header {
        width: 200px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 94px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 90px;
    }

    .Year-text-box {
        width: 50px;
    }

    .Acadmic-text-container {
        width: 61px;
    }

    .Acadmic-text-container>p {
        font-size: 8.5px;
    }

    .bell-box {
        width: 25px;
        height: 25px;
        right: 50%;
    }

    .user-box {
        width: 25px;
        height: 25px;
        right: 0;
    }

    .user-bell-container {
        width: 67px;
    }
    .addSectionBtn{
        font-size: 11px!important;
      padding: 4px!important;
    }
    
    .addSectionBtnWidth{
        width: 10px!important;
    }

}

@media(max-width:364px) {

    .second-box-heder-section {
        height: 250px;
    }


    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.1px;
    }



    .plus-second-icon {
        width: 20px;
        height: 20px;
    }


    .message-box-container {
        max-height: 290px;
    }

    .text-section {
        font-size: 13.4px;
    }

    .first-card {
        min-height: 154px;
    }

    .message-box-container {

        padding: 5px 5px;
    }

    .second-heder-section>p {
        font-size: 13.4px;
    }

    .text-section {
        font-size: 12.4px;
    }


    .second-box-message {
        min-height: 260px;

    }



    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 290px;
        height: 540px;
        position: relative;
        left: 10%;
    }



    .first-section-heder>p {

        font-size: 12px;

    }

    /* .heder-section>p {
        font-size: 13px;
    } */

    .arrow-box {
        width: 25px;
        height: 25px;
    }

    .paperclip-iocn>i {
        font-size: 15px;
    }

    .footer-section>p {
        font-size: 15px;
    }

    .plus-icon-box {
        width: 40px;
        height: 40px;
    }

    .Timer-icon>p {
        font-size: 9.4px;
    }

    .date-box {
        width: 70px;
    }

    .header-box-two-section {
        width: 210px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 9.4px;
    }


    .date-box>p {
        font-size: 9.4px;
    }


    .text-box {
        width: 90px;
        padding: 0px 12px;
        text-align: center;
        position: relative;
        left: 15%;
    }


    .heder-box-right-section {
        width: 130px;

        padding: 0px 0px;
    }

    .Timer-icon {
        width: 21px;
        height: 21px;
    }

    .Timer-icon>i {
        font-size: 14px;
    }

    .input-box-container {
        width: 80px;
        height: 23px;
    }

    .filter-box {
        width: 20px;
        height: 20px;
        right: 10%;

    }

    .filter-box>i {
        font-size: 15px;

    }

    .menu-box>i {
        font-size: 15px;
    }

    .menu-box {
        width: 20px;
        height: 20px;
        right: 3%;

    }

    .input-box-container>input {
        padding: 0px 7px;
    }

    .input-box-container>::placeholder {
        font-size: 8px;
    }

    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 13%;
    }

    .icon-child {
        width: 30px;
        height: 30px;
    }

    .icon-child>i {
        font-size: 21px;
    }


    .user-box>i {
        font-size: 16px;
    }

    .bell-box>i {
        font-size: 16px;
    }


    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 8.4px;
    }

    #none {
        width: 200px;
        /* display: none; */
    }

    .Two-box-Header {
        width: 190px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 90px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 90px;
    }


    .Year-text-box {
        width: 45px;
    }

    .Acadmic-text-container {
        width: 61px;
    }

    .Acadmic-text-container>p {
        font-size: 8.4px;
    }

    .bell-box {
        width: 25px;
        height: 25px;
        right: 50%;
    }

    .user-box {
        width: 25px;
        height: 25px;
        right: 0;
    }

    .user-bell-container {
        width: 58px;
    }

    .addSectionBtn{
        font-size: 11px!important;
      padding: 4px!important;
    }
    
    .addSectionBtnWidth{
        width: 10px!important;
    }

}


@media(max-width:350px) {

    .second-box-heder-section {
        height: 250px;
    }

    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12.1px;
    }

    .message-box-container {
        max-height: 290px;
    }

    .text-section {
        font-size: 13.3px;
    }

    .message-box-container {

        padding: 5px 5px;
    }

    .first-card {
        min-height: 150px;
    }

    .second-heder-section>p {
        font-size: 13.3px;
    }

    .text-section {
        font-size: 12.3px;
    }



    .second-box-message {
        min-height: 260px;

    }

    .plus-second-icon {
        width: 20px;
        height: 20px;
    }



    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 285px;
        height: 540px;
        position: relative;
        left: 10%;
    }



    .first-section-heder>p {

        font-size: 12px;

    }

    /* .heder-section>p {
        font-size: 13px;
    } */

    .arrow-box {
        width: 25px;
        height: 25px;
    }

    .paperclip-iocn>i {
        font-size: 15px;
    }

    .footer-section>p {
        font-size: 15px;
    }

    .plus-icon-box {
        width: 40px;
        height: 40px;
    }


    .Timer-icon>p {
        font-size: 7px;
    }

    .date-box {
        width: 65px;
    }

    .header-box-two-section {
        width: 200px;
        gap: 0px;

    }



    .text-box>p {
        font-size: 9px;
    }


    .date-box>p {
        font-size: 9px;
    }


    .text-box {
        width: 90px;
        padding: 0px 12px;
        text-align: center;
        position: relative;
        left: 15%;
    }


    .heder-box-right-section {
        width: 124px;

        padding: 0px 0px;
        /* display: none; */
    }

    .Timer-icon {
        width: 20px;
        height: 20px;
    }

    .Timer-icon>i {
        font-size: 13px;
    }

    .input-box-container {
        width: 73px;
        height: 23px;
    }

    .filter-box {
        width: 20px;
        height: 20px;
        right: 10%;

    }

    .filter-box>i {
        font-size: 15px;

    }

    .menu-box>i {
        font-size: 15px;
    }

    .menu-box {
        width: 20px;
        height: 20px;
        right: 3%;

    }

    .input-box-container>input {
        padding: 0px 7px;
    }

    .input-box-container>::placeholder {
        font-size: 7px;
    }


    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
    }

    .sider-bar-container {
        width: 13%;
    }

    .icon-child {
        width: 30px;
        height: 30px;
    }

    .icon-child>i {
        font-size: 21px;
    }


    .user-box>i {
        font-size: 15px;
    }

    .bell-box>i {
        font-size: 15px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 8px;
    }

    #none {
        width: 200px;

    }

    .Two-box-Header {
        width: 170px;
        padding: 0px 0px;
        gap: 7px;
    }

    .logo-box {
        width: 76px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 90px;
    }



    .Year-text-box {
        width: 40px;
    }

    .Acadmic-text-container {
        width: 61px;
    }

    .Acadmic-text-container>p {
        font-size: 9px;
    }

    .bell-box {
        width: 20px;
        height: 20px;
        right: 50%;
    }

    .user-box {
        width: 20px;
        height: 20px;
        right: 0;
    }

    .user-bell-container {
        width: 55px;
    }

    .addSectionBtn{
        font-size: 11px!important;
      padding: 4px!important;
    }
    
    .addSectionBtnWidth{
        width: 10px!important;
    }
}

@media(max-width:320px) {


    .second-box-heder-section {
        height: 250px;
    }

    .second-mobile-scroll-parent {
        top: 5%;
        height: 250px;
    }

    .second-box-heder-section>p {
        font-size: 12px;
    }

    .plus-second-icon {
        width: 19px;
        height: 19px;
    }

    .message-box-container {
        max-height: 290px;
        padding: 5px 5px;
    }

    .text-section {
        font-size: 13px;
    }


    .first-card {

        min-height: 150px;
    }

    .second-heder-section>p {
        font-size: 13px;
    }

    .text-section {
        font-size: 12px;
    }



    .second-box-message {
        min-height: 270px;
    }


    .mobile-scroll-parent {
        width: 100%;
    }



    .mobile-box-child {
        width: 260px;
        height: 540px;
        position: relative;
        left: 10%;
    }



    .first-section-heder>p {

        font-size: 12px;

    }

    /* .heder-section>p {
        font-size: 13px;
    } */

    .arrow-box {
        width: 25px;
        height: 25px;
    }

    .paperclip-iocn>i {
        font-size: 15px;
    }

    .footer-section>p {
        font-size: 15px;
    }

    .plus-icon-box {
        width: 40px;
        height: 40px;
    }



    .Timer-icon>p {
        font-size: 7px;
    }

    .date-box {
        width: 65px;
    }

    .header-box-two-section {
        width: 190px;
        gap: 0px;

    }




    .text-box>p {
        font-size: 8px;
    }


    .date-box>p {
        font-size: 8px;
    }


    .text-box {
        width: 85px;
        padding: 0px 12px;
        text-align: center;
        position: relative;
        left: 15%;
    }


    .heder-box-right-section {
        width: 117px;

        padding: 0px 0px;

    }

    .Timer-icon {
        width: 20px;
        height: 20px;
    }

    .Timer-icon>i {
        font-size: 13px;
    }

    .input-box-container {
        width: 70px;
        height: 23px;
    }

    .filter-box {
        width: 20px;
        height: 20px;
        right: 9%;

    }

    .filter-box>i {
        font-size: 15px;

    }

    .menu-box>i {
        font-size: 15px;
    }

    .menu-box {
        width: 20px;
        height: 20px;
        right: 2%;

    }

    .input-box-container>input {
        padding: 0px 8px;
    }

    .input-box-container>::placeholder {
        font-size: 6.6px;
    }

    .image-meddle-container {
        width: 100%;
    }

    .second-hedaer {
        width: 100%;
        height: 50px;
        padding: 0px 4px;

    }

    .sider-bar-container {
        width: 13%;
    }

    .icon-child {
        width: 30px;
        height: 30px;
    }

    .icon-child>i {
        font-size: 20px;
    }

    .user-box>i {
        font-size: 14px;
    }

    .bell-box>i {
        font-size: 14px;
    }

    .main-container-screen {
        width: 100%;
    }

    .Header-container {
        width: 100%;
        padding: 0px 0px;
    }

    .Year-text-box>p {
        font-size: 8px;
    }

    #none {
        width: 200px;
    }

    .Two-box-Header {
        width: 170px;
        padding: 0px 0px;
        gap: 2px;
    }

    .logo-box {
        width: 75px;
        padding: 5px 5px;
    }

    .Header-Text-box {
        width: 90px;
    }



    .Year-text-box {
        width: 30px;
    }

    .Acadmic-text-container {
        width: 60px;
    }

    .Acadmic-text-container>p {
        font-size: 9px;
    }

    .bell-box {
        width: 20px;
        height: 20px;
        right: 50%;
    }

    .user-box {
        width: 20px;
        height: 20px;
        right: 0;
    }

    .user-bell-container {
        width: 55px;
    }


.addSectionBtn{
    font-size: 11px!important;
  padding: 4px!important;
}

.addSectionBtnWidth{
    width: 10px!important;
}

}


