.campaigns-topics {
    padding: 15px 10px 4px 15px;
}

.topics-form {
    border-radius: 10px;
    border: 1px solid #DADADA80;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #0000001A;
    padding: 10px;
}

.topics-form p {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #7B7B7B;
}

.folder-div {
    border-radius: 7px;
    background-color: #DADADA5c;
    border: 1px solid #DADADA80
}

.topics-form2 {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.topics-form2 input[type="text"], .legend-video-modal {
    background-color: #FFFFFF;
    border: 1px solid #0000001A;
    border-radius: 7px !important;
    font-size: 14px;
}

.legend-video-modal {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.topics-form2 input[type="text"] {
    height: 40px !important;
}

.legend-video-modal {
    height: 31px !important;
}

.topics-form2 select {
    background-color: #FFFFFF;
    border: 1px solid #0000001A;
    border-radius: 8px;
    height: 31px;
    font-size: 13px;
    padding-bottom: 5px;
}

.topics-form2 textarea {
    background-color: #FFFFFF;
    border: 1px solid #0000001A;
    border-radius: 7px !important;
}

.topics-form2 label {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #3A3A3A;
    top: -8px !important;
}

.topics-form2 span {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #3A3A3A;
}

.post-only {
    font-size: 11.76px !important;
    font-weight: 500 !important;
    line-height: 17.64px !important;
    letter-spacing: 0.4200301766395569px !important;
    color: #838383 !important;
}

.save-topic-btn {
    height: 30px;
    width: 48px;
    border-radius: 5px;
    border: 1px solid #45BDDC80;
    background-color: #45BDDC;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
}

.modal-content {
    background-color: #F0F4F5 !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.tvs-modal h5 {
    margin-left: 15px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    color: #3A3A3A;
}

.tsu-modal-body, .upload-video-option {
    background-color: #FFFFFF;
    border: 1px solid #DADADA80;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 10px;
}

.tsu-legend span {
    font-size: 13px;
    line-height: 30px;
    color: #7B7B7B;
}

.tsu-legend span:nth-child(1) {
    font-weight: 700;
}

.tsu-legend span:nth-child(2) {
    font-weight: 400;
}

.tsu-modal-body select {
    border-radius: 7px;
    border: 1px solid #0000001A;
    height: 32px;
    font-size: 13px;
}

.tsu-accordion input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 5px;
}

.tsu-button-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    color: #3A3A3A !important;
    border-radius: 10px !important;
}

.tsu-button-title div {
    width: 85%;
}

.tsu-button-title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #3CC1DD;
}

.tsu-accordion-content {
    background-color: #FFFFFF !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 20px 0px #0000001A !important;
    margin-bottom: 15px;
    border: none !important;
}

.upload-video-option span {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #7B7B7B;
}

.upload-video-option div button:nth-child(1) {
    background-color:#45BDDC;
    width: 96px;
    height: 30px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #0000001A;
    border-right: none;
    color: white;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
}

.upload-video-option div button:nth-child(2) {
    background-color:#FFFFFF;
    width: 106px;
    height: 30px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #0000001A;
    border-left: none;
    color: #3A3A3A;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
}

.img-uploads {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100px;
}

.img-upload-choose img {
    border-radius: 10px;
    height: 67px;
    width: 74px;
}

.img-upload-choose div {
    margin: 5px -10px;
    cursor: pointer;
    height: 25px;
}

.img-upload-choose {
    display: flex;
}

.tsu-modal-footer button:nth-child(1) {
    height: 31px;
    width: 62px;
    border-radius: 5px;
    border: 1px solid #45BDDC80;
    background-color: #45BDDC;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
}

.tsu-modal-footer button:nth-child(2) {
    height: 31px;
    width: 62px;
    border-radius: 5px;
    border: 1px solid #45BDDC;
    background-color: #FFFFFf;
    color: #45BDDC;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
}

.video-resource-open-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.video-resource-open-content label{
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #3A3A3A;
}

.folder-div-content {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px #0000001A;
    height: 150px;
}

.fdc-text div:nth-child(1) {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3A3A3A;
}

.fdc-text div:nth-child(1) strong {
    font-weight: 700 !important;
}

.fdc-status {
    color: #909090;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-right: 50px;
}

.fdc-resources {
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3A3A3A;
}

.folder-div {
    overflow-y: scroll;
    height: 338px;
    overflow-x: hidden;
}

.folder-div::-webkit-scrollbar, .vr-list::-webkit-scrollbar {
    width: 5px;
}

.folder-div::-webkit-scrollbar-thumb, .vr-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #45BDDC;
}

.vr-contents {
    background-color: #FFFFFF;
    border-radius: 7px;
    height: 32px;
    padding: 6px 12px 6px 12px;
    gap: 8px;
    border: 1px solid #0000001A;
    width: 97%;
}

.vr-contents span {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3A3A3A;
}

.vr-list {
    overflow-y: scroll;
    height: 75px;
    overflow-x: hidden;
}
