.font-wight-600 {
    font-weight: 600;
}

.font-size-1-1 {
    font-size: 1.1rem;
    font-weight: 400;
}
.resource-pop-up{
    max-width: 85rem!important;
}

.contianer {
    padding: 2rem 2rem;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 10px;
    background-color: #f7f7f7;
}

.heder-container-resource {
    display: flex;
    align-items: center;
    gap: 13px;
}

.back-logo-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 50%;
    background-color: #f3f3f3;
    cursor: pointer;
}

.resource-data-box {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}


.content-container-video {
    overflow: hidden;
}

.video-outer-box {
    padding: 10px 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    gap: 15px;
}

.upload-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.70rem 1rem;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    background-color: #009FF2;
    color: white;
    border-radius: 6px;
    border: none;
}

.first-resources-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.content-resources-box {
    padding: 10px;
    display: flex;
    gap: 10px;
}

.resource-video {
    width: 200px;
    height: 100px;
    background-color: #D9D9D9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-data-resource-container {
    padding: 5px;
}

.resource-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
}

.title-paragaraph-description {
    display: flex;
}

.text-container-resource {
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 16.94px;
    color: #5D5D5D;
}

.text-container-resource>ul {
    padding-left: 10px;
}

.container-upoladed-box {
    border: 1px solid black;
    padding: 5px;
}

.container-content-data-resource {
    overflow: auto;
}

.resource-data-text {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.73px;
    color: #323232;
}


/* chat-popup-css-start */

.main-container-chat-resources {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 10px;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 10px;
    overflow: hidden;
}
.parent-con{
 display: grid;
 grid-template-rows: 1fr auto;
 gap: 10px;
 
}

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

.chat-data-container {
    padding: 10px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
}

.chat-data-container::-webkit-scrollbar {
    width: 0px;
}

.discussions-text-box {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.chat-canecl-icon {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
}

.data-message-title {
    display: flex;
    gap: 6px;
    flex-direction: column;
    width: fit-content;
}

.title-chat-time {
    padding: 5px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #8C8C8C;
    gap: 2rem;
}

.width-chat {
    max-width: 1200px !important;
}

.modal-hight-export {
    height: 90vh;
}

.modal-export-style {
    display: grid;
    gap: 10px;
    overflow: hidden;
    padding: 0px 0px !important;
}

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

.message-show-box {
    padding: 10px;
    max-height: 100px;
    background-color: #E3E3E3;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #323232;
    display: flex;
    align-items: center;
    overflow: auto;
}

.title-discussions-text {
    font-size: 26px!important;
    font-weight: 600!important;
    line-height: 32px!important;
    color: #323232!important;
}

.chat-title-discription {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #585858;
}

.write-chat-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.input-write-message>input {
    width: 100%;
    height: 100%;
    outline: none;
    background-color: #F2F2F2;
    border: 1px solid;
    border: 1px solid #CACACA;
    border-radius: 6px;
    padding-left: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #5C5C5C;
}

.send-audio-container {
    display: flex;
    gap: 6px;
}

.send-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009ff2;
    border-radius: 6px;
    color: white;
}

.audio-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6B6B;
    border-radius: 6px;
    color: white;
}

/* chat-popup-css-end  */

.data-message-popup-text {
    gap: 6px;
    display: flex;
    gap: 6px;
    flex-direction: column;
    gap: 10px;
}

.data-message-popup-text:hover .flag-box {
    opacity: 2;
}

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

.tab-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

}

.tab-inner-box {
    padding: 6px 10px;
    border-bottom: 2px solid #C4C4C4;
    cursor: pointer;
    text-align: center;
    color: #323232;
    font-size: 1.3rem;
    font-weight: 600;
}

.border-none {
    border: none !important;
}

.wrap-container {
    border: 1px solid #CACACA;
    overflow: auto;
    border-radius: 6px;
}

.team-discussion-container-chat {
    padding: 6px;
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 10px;
    /* display: none; */
    border-radius: 6px;
    overflow: hidden;
}

.list-container-chat {
    padding: 6px;
    border: 1px solid #CACACA;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    height: 65vh;

}

.list-container-chat::-webkit-scrollbar {
    width: 0px;
}

.chat-container-listed {
    padding: 6px;
    border: 1px solid #CACACA;
    border-radius: 6px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    overflow: hidden;
}

.wrapper-container-chat {
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
}

.wrapper-container-chat::-webkit-scrollbar {
    width: 0px;
}

.wrapper-logo-title {
    display: flex;
    align-items: center;
    gap: 7px;
}

.counter-message {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.top-title-head-chat {
    padding: 1rem 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid lightgray;
}

.team-name-listed-container {
    border-bottom: 2px solid #d7d5d5;
    padding: 1rem 10px;
    height: min-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    cursor: pointer;
}

.team-name-font {
    font-size: 1.1rem;
    font-weight: 400;
    color: #8C8C8C;
}

.team-logo-chat {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #009FF2; */
    color: white;

}


@media(max-width:1280px) {

    .resource-video {
        width: 165px;
    }

    .resource-title {
        font-size: 15px;
    }

    .font-wight-600 {
        font-size: 24px;
    }
    
    .h2-font-wight {
        font-size: 29px;
    }

    .font-header-menu {
        font-size: 16px;
    }

    .title-first-text-name {
        font-size: 37px;
    }

    .description-text-style {
        font-size: 18px;
    }

    .key-word-title-box {
        font-size: 18px;
    }

    .width-chat {
        max-width: 1050px !important;
    }

    .message-show-box {
        font-size: 16px;
    }
}

@media(max-width:1199px) {

    .resource-video {
        width: 155px;
    }

    .resource-title {
        font-size: 15px;
    }

    .font-wight-600 {
        font-size: 21px;
    }
     .h2-font-wight {
        font-size: 28px;
    }

    .heder-right-box {
        gap: 1rem;
    }

    .font-header-menu {
        font-size: 14px;
    }

    .title-first-text-name {
        font-size: 35px;
    }

    .description-text-style {
        font-size: 16px;
    }

    .key-word-title-box {
        font-size: 16px;
    }

    .width-chat {
        max-width: 1000px !important;
    }

    .message-show-box {
        font-size: 15px;
    }

}

@media(max-width:1024px) {

    .resource-video {
        width: 164px;
    }

    .resource-title {
        font-size: 15px;
    }

    .font-wight-600 {
        font-size: 21px;
    }
      .heder-right-box {
        gap: 1rem;
    }

    .h2-font-wight {
        font-size: 27px;
    }

    .font-header-menu {
        font-size: 13px;
    }

    .title-first-text-name {
        font-size: 33px;
    }

    .description-text-style {
        font-size: 15px;
    }

    .key-word-title-box {
        font-size: 15px;
    }

    .width-chat {
        max-width: 950px !important;
    }

    .message-show-box {
        font-size: 14px;
    }
}

@media(max-width:991px) {

    .resource-video {
        width: 150px;
    }

    .resource-title {
        font-size: 15px;
    }

    .font-wight-600 {
        font-size: 21px;
    }
     .h2-font-wight {
        font-size: 25px;
    }

    .font-header-menu {
        font-size: 12px;
    }

    .heder-right-box {
        gap: 1rem;
    }

    .title-first-text-name {
        font-size: 33px;
    }

    .description-text-style {
        font-size: 15px;
    }

    .key-word-title-box {
        font-size: 15px;
    }

    .width-chat {
        max-width: 950px !important;
    }

    .message-show-box {
        font-size: 14px;
    }
}