.btn-blue:not(:disabled):hover, .swal-button:not(.swal-button--cancel):not(.swal-button--stay):not(.swal-button--close):not(:disabled):hover {
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #328af1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 138 241 / 0));
    --tw-gradient-to: #21c8f6;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}
.btn-blue, .swal-button:not(.swal-button--cancel):not(.swal-button--stay):not(.swal-button--close) {
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #328af1;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(50 138 241 / 0));
    --tw-gradient-to: #328af1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    padding: 9px 15px !important;
    border-radius: 26px;
    width: 100%;
    margin-bottom: 22px;
}
.courseType li{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    background-color: #6FBE44;
    padding: 9px 5px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    border-radius: 34px;
    margin-bottom: 10px;
}
.courseType li i{
    padding-right: 6px;
}
.courseType li:hover{
    background-color: #6FBE44;
    padding: 9px 5px;
    vertical-align: middle;
    align-items: center;
    display: flex;
    border-radius: 34px;
}
.courseType li:hover a{
   color:#fff;
    padding-left: 10px;
}
.courseType li a{
    color:#fff;
    padding-left: 10px;
}
.descForum{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.descForumDetail{
    font-size: 14px;
    margin-bottom: 5px;
    white-space: pre-line;
    display: table;
}
.titleForum{
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
    color: #00008B;
    font-weight: bold;
    font-size: 19px;
}
.formBgColr{
    background: #6fbe442b !important;
    border-radius: 8px!important;
    display: block!important;
}
.spanForum{
    font-size: 12px !important
}
.chatIconS a{
    color: #00008B;
    font-weight: bold;
}
.formBgColr:hover{
    outline: 2px solid darkblue;
}
.mainReply{
    font-size: 16px !important;
    font-weight: bold;
    color: blue !important;
    text-align: right;
    float: right;
    position: absolute;
    right: 17px;
}
.level-1{
    margin-left: 17px;
    position: relative;
}
.level-1 .formBgColr {
    background: #1ebcd442 !important;
}
.level-2{
    margin-left: 15px;
    position: relative;
}
.level-2 .formBgColr {
    background: #d6d6ff !important
}
.level-1:before {
    --tw-bg-opacity: 1;
    background-color: gainsboro;
}
.level-1:before {
    position: absolute;
    display: block;
    top: 0;
    left: -19px;
    content: "";
    width: 3px;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: gainsboro;
}

.level-1 .level1s:before {
    --tw-bg-opacity: 1;
    background-color: gainsboro;
}
.level-1 .level1s:before {
    left: -36px;
}
.level-1 .level1s:before {
    position: relative;
    display: block;
    top: 57px;
    content: "";
    width: 7px;
    height: 3px;
    --tw-bg-opacity: 1;
    background-color: gainsboro;
}


.level-2:before {
    --tw-bg-opacity: 1;
    background-color: gainsboro;
}
.level-2:before {
    position: absolute;
    display: block;
    top: 0;
    left: -18px;
    content: "";
    width: 3px;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: gainsboro;
}

.level-2 .level2s:before {
    --tw-bg-opacity: 1;
    background-color: gainsboro;
}
.level-2 .level2s:before {
    left: -53px;
}
.level-2 .level2s:before {
    position: relative;
    display: block;
    top: 57px;
    content: "";
    width: 23px;
    height: 3px;
    --tw-bg-opacity: 1;
    background-color:gainsboro;
}


@media (max-width: 768px) {
    .titleForum {
        width: 250px;
    }
    .comment-1 .comment-photo {
        width: 50px;
        height: 50px;
    }
    .NewSection{
        display: flow-root;
    }
    .detailPage .titleForum {
        width: 230px;
        overflow: auto;
        text-overflow: revert;
        white-space: unset;
        text-decoration: unset;
    }
    .level-1 {
        margin-left: 40px;
    }
    .level-2 {
        margin-left: 40px;
    }


}
.detailPage .titleForum {
    width: auto;
    overflow: auto;
    text-overflow: unset;
    white-space: unset;
    text-decoration: auto;
    color: #00008B;
    font-weight: bold;
    font-size: 19px;
}
.dz-mImagesContainer {
    margin-bottom: 16px;
    min-height: 200px;
    border: 2px dashed;
    min-width: 200px;
    width: 100%;
    height: 100%;
    border-color: #bfc9d4;
    border-radius: 9px;
}

.dz-filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    padding: 0 15px
}

.dz-mImagesContainer .dropzone {
    background: transparent;
    border: none !important;
}

.dz-mImageThumbnail {
    max-width: 250px;
    /*margin: 0 auto;*/
}

.dz-mImageThumbnail img {
    width: 100% !important;
    height: 250px;
    object-fit: contain;
}

.dz-mImagesContainer .dropzone .dz-preview {
    text-align: center;
}

.dz-mImagesContainer .dropzone .dz-preview.dz-image-preview {
    background: #fff !important;
    border: 1px solid gainsboro;
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    width: 24%;
    display: inline-block;
}

.preview-container {
    /*display: flex;*/
}

.dz-mImagesContainer .dz-preview .makePrimary {
    font-size: 14px;
}

.dz-mImagesContainer .dz-preview .dz-remove {
    margin-top: 0.5rem !important;
    display: inline-block !important;
}

.dz-mImagesContainer .dz-preview .dz-image {
    border-radius: 0 !important;
}

.dz-mImagesContainer .dz-preview .dz-image img {
    width: 125px;
    height: 125px;
    object-fit: contain;
}

.dz-remove .fa-trash {
    color: #fff !important;
    font-size: 18px;
}

.dz-mImagesContainer .dz-preview .dz-remove {
    margin-top: 0.5rem !important;
    display: inline-block !important;
    margin-right: 5px;
    padding: 7px 15px;
}

.dz-button {
    display: none;
}


.dz-mImagesContainer {
    cursor: pointer;
    padding: 5px;
    display: inline-block;
}

.dz-preview .btn-danger {
    background-color: #e7515a00;
}

.dz-preview .btn-danger:hover {
    background-color: #e7515a00 !important;
}

.dz-mImagesContainer .dropzone .dz-preview{
    background: #fff !important;
    border: 1px solid gainsboro;
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
    width: 24%;
    display: inline-block;
}

/*
=======================================================
FILE ATTACHMENT DROPZONE CSS
=======================================================
 */

.dz-file-attachment {
    padding: 0.375rem 1.75rem;
    min-height: 30px;
    /*max-height:100px;*/
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.dz-file-attachment .dz-message {
    margin: 0;
    display: none;
}

.dz-file-attachment div.dz-fileAttachmentPlaceHolder {
    cursor: pointer;
}

.dz-file-attachment .preview-container .dz-image {
    position: relative;
}

.dz-file-attachment .preview-container .dz-image div {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: gray;
}

#comment-quick-add.dropzone {
    border: 0;
    background: transparent;
}

#comment-quick-add .dz-message {
    display: none;
}

.dz-file-attachment .preview-container {
    visibility: hidden;
}

.dz-file-attachment .preview-container #previews.collection {
    margin: 0;
    box-shadow: none;
}

.dz-file-attachment .preview-container #previews .file-preview {
    border: solid 1px lightgray;
    border-radius: 5px;
}

.dz-file-attachment .preview-container #previews.collection .actions a {
    width: 1.5em;
    height: 1.5em;
    line-height: 1;
}

.dz-file-attachment .preview-container #previews.collection .actions a i {
    font-size: 1em;
    line-height: 1.6;
}

.dz-file-attachment .preview-container #previews.collection .dz-error-message {
    font-size: 0.8em;
    margin-top: -12px;
    color: #F44336;
}

.dz-file-attachment .progress {
    background: transparent;
}

.dz-file-attachment .progress .determinate {
    background: #e2e1e1;
    transition: width .3s linear;
    border-radius: 8px;
    height: 10px;
}

.dz-file-attachment .dz-remove {
    display: none;
}

.makePrimary {
    display: none;
}

.imageAtt {
    border-radius: 15px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    height: 150px;
    margin-right: 25px;
    vertical-align: middle;
    width: 164px;
    /*object-fit: cover;*/
}

.imgUl {
    padding: 0;
    margin-top: 25px;
}

.imgUl li {
    list-style: none;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;

    text-align: center;
}

.deleteImgs {
    border: 1px solid red;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    align-items: center;
    line-height: 29px;
    text-align: center;
    position: absolute;
    background: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    top: -9px;
    left: -8px;
    cursor: pointer;
}

.deleteImgs {
    line-height: 28px !important
}
.dz-mImagesPlaceholderText {
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* -ms-transform: translate(-50%, -50%); */
    /* top: 86px; */
    height: 200px;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    display: grid;
    text-align: center;
}
.saveDsic{
    margin-top: 15px;
    text-align: right;
}
.createBorder{
    border: 2px solid gainsboro;
    border-radius: 10px;
    padding: 15px;
}
.forumActive{
    background-color: darkblue !important;
}
.modalsS .modal-dialog {
    max-width: 800px;
}
.detailPage .comment-photo{
    width: 46px !important;
}
.mainReply a{
    font-size: 13px;
}
.showComments{
    font-size: 11px !important;
    font-weight: bold;
    color: blue !important;
    text-align: right;
    float: right;
    position: absolute;
    right: 72px;
    bottom: 22px;
}
.imageAttSupp {
    border-radius: 15px;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    /* height: 150px; */
    /* margin-right: 25px; */
    height: 220px;
    margin: auto;
    align-items: center;
    vertical-align: middle;
    display: grid;
    background: #fff;
}
.imagesForum li{
    list-style: none;
}
.box-support-shadow-2 {
    background-color: #fefeff;
    border-top: 1px solid gainsboro;
    border-radius: 15px;
}
