/* Styles for larger screens */
@media (min-width: 768px) {
    .icon-only {
        display: inline;
        /* Display the icon for larger screens */
    }

    .language-name {
        display: inline;
        /* Display the language name for larger screens */
    }
}

/* Styles for smaller screens (e.g., mobile) */
@media (max-width: 767px) {
    .icon-only {
        display: inline;
        /* Display the icon for smaller screens */
    }

    .language-name {
        display: none;
        /* Hide the language name for smaller screens */
    }
}

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



.sticky-note-bg-primary {
    background: #007bff;
    /* Bootstrap primary color */
    /* color: #fff; */
    /* White text color on a primary background */
}

.sticky-note-bg-secondary {
    background: #6c757d;
    /* Bootstrap secondary color */
    color: #fff;
    /* White text color on a secondary background */
}

.sticky-note-bg-success {
    background: #28a745;
    /* Bootstrap success color */
    color: #fff;
    /* White text color on a success background */
}

.sticky-note-bg-dark {
    background: #343a40;
    /* Bootstrap dark color */
    color: #fff;
    /* White text color on a dark background */
}


.sticky-note-bg-info {
    background: #cfc;
}

.sticky-note-bg-warning {
    background: #ffc;
}

.sticky-note-bg-danger {
    background: #fcc;
}

.sticky-notes,
.sticky-note {
    list-style: none;
}

.sticky-notes {
    overflow: hidden;
    padding: 2em;
}

.sticky-notes .sticky-note .sticky-content {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.sticky-notes .sticky-note {
    margin-top: 1em;
    margin-bottom: 1em;
    /*float:left;*/
}

.sticky-notes .sticky-note:nth-child(even) .sticky-content {
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    position: relative;
    top: 5px;
}

.sticky-notes .sticky-note:nth-child(3n) .sticky-content {
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    position: relative;
    top: -5px;
}

.sticky-notes .sticky-note:nth-child(5n) .sticky-content {
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    position: relative;
    top: -10px;
}

.sticky-notes .sticky-note .sticky-content:hover,
.sticky-notes .sticky-note .sticky-content:focus {
    box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.05);
    position: relative;
    z-index: 5;
}

.sticky-notes .sticky-note .sticky-content i {
    font-size: 12px;
    float: right;
    vertical-align: top;
    padding: 6px;
    cursor: pointer;
}




@media print {

    /* Reset some styles to maintain the column structure */
    body * {
        visibility: hidden;
    }

    .row::before,
    .row::after {
        content: "";
        display: table;
        clear: both;
    }

    #section-not-to-print,
    #section-not-to-print * {
        display: none;
    }

    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }

    /* Adjust other specific styles as needed for your layout */
}

.language-dropdown {
    min-width: auto !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .menu-container {
        max-height: calc(100vh - 50px) !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 768px) {

    /* You can adjust the max-width as needed */
    .demo-mode {
        display: none;
        /* Hide the badge on mobile devices */
    }
}


@media (min-width: 769px) {
    .demo-mode-icon-only i {
        display: none;
        /* Hide the icon on large devices */
    }
}

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");

main {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}

main ul {
    list-style: none;
}

main a {
    text-decoration: none;
}



/* main section.comment-module {
    width: 100%;
    height: auto;
    background: #fff;
    margin: 100px 0px;
    border-radius: 5px;
    padding: 50px 75px;
} */

main section.comment-module ul {
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    row-gap: 50px;
    margin-left: 0px;
}

main section.comment-module ul li {
    width: 100%;
    /* position: relative; */
}

main section.comment-module ul li .comment {
    width: 100%;
    display: flex;
    column-gap: 20px;
}

main section.comment-module ul li .comment .comment-img {
    width: 7%;
}

main section.comment-module ul li .comment .comment-img img {
    width: 50px;
    height: 50px;
}

main section.comment-module ul li .comment .comment-content {
    width: 93%;
    display: flex;
    flex-direction: column;
    /* row-gap: 12px; */
}

main section.comment-module ul li .comment .comment-content .comment-details {
    width: 100%;
    /* display: flex; */
    column-gap: 5px;
    /* align-items: center; */
    justify-content: flex-start;
    margin-bottom: 10px;
}

main section.comment-module ul li .comment .comment-content .comment-details .comment-name {
    text-transform: capitalize;
}

main section.comment-module ul li .comment .comment-content .comment-details .comment-log {
    color: #7a7a7a;
    font-size: 14px;
}

main section.comment-module ul li .comment .comment-content .comment-data {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
}

main section.comment-module p {
    margin-bottom: 0rem;
}

main section.comment-module ul li .comment .comment-content .comment-data .comment-likes {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

main section.comment-module ul li .comment .comment-content .comment-data .comment-likes>div {
    display: flex;
    column-gap: 4px;
    align-items: center;
}

main section.comment-module ul li .comment .comment-content .comment-data .comment-likes>div img {
    cursor: pointer;
}

main section.comment-module ul li .comment .comment-content .comment-data .comment-likes>div span {
    font-weight: 600;
}

main section.comment-module ul li .comment .comment-content .comment-data .comment-reply a,
main section.comment-module ul li .comment .comment-content .comment-data .comment-report a {
    color: #272727;
    font-weight: 400;
}

main section.comment-module ul li::before {
    content: "";
    /* position: absolute; */
    top: 60px;
    left: 50px;
    transform: translateX(-25px);
    width: 2px;
    height: calc(100% - 60px);
    background: #c5c5c5;
}

main section.comment-module ul li ul {
    /*margin-top: 35px;*/
    /* margin-left: 70px; */
    width: calc(100% - 70px);
}

@media screen and (max-width: 1600px) {
    main section.comment-module {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    main section.comment-module {
        width: 100%;
    }

    main section.comment-module ul li .comment .comment-img {
        width: 10%;
    }

    main section.comment-module ul li .comment .comment-content {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    main section.comment-module {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    main section.comment-module {
        width: 100%;
        padding: 75px 10px;
    }

    main section.comment-module ul li .comment {
        column-gap: 12px;
    }

    main section.comment-module ul li .comment .comment-img {
        width: 15%;
    }

    main section.comment-module ul li .comment .comment-img img {
        width: 40px;
        height: 40px;
    }

    main section.comment-module ul li .comment .comment-content {
        width: 85%;
    }

    main section.comment-module ul li .comment .comment-content .comment-details {
        flex-direction: column;
        align-items: flex-start;
    }

    main section.comment-module ul li .comment .comment-content .comment-data {
        column-gap: 12px;
    }

    main section.comment-module ul li::before {
        top: 50px;
        left: 50px;
        transform: translateX(-30px);
        height: calc(100% - 60px);
    }

    main section.comment-module ul li ul {
        /*margin-top: 25px;*/
        /*margin-left: 50px;*/
        /*width: calc(100% - 50px);*/
    }
}

.task_information .ck-editor__editable {
    min-height: 130px;
}

.task_information .card-text img {
    margin-bottom: 0;
    width: 100%;
    object-fit: contain;
    cursor: pointer;
}

main section.comment-module ul li .comment .comment-content .comment-desc {
    width: 100%;
    height: auto;
    border-top: 0 solid #d9dee3;
    display: flex;
    flex-direction: row;
}

main section.comment-module ul li .comment .comment-content .comment-desc img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

main section.comment-module ul li .comment .comment-content .comment-desc figure {
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

main section.comment-module ul li .comment .comment-content .comment-desc figure img {
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 700px;
    min-width: 200px;
    max-width: 700px;
    object-fit: contain;
    cursor: pointer;
}

.task_information .card-text img {
    margin-bottom: 0;
    min-width: 200px;
    max-width: 700px;
    width: 40%;
    height: auto;
    min-height: 200px;
    max-height: 700px;
    object-fit: contain;
    cursor: pointer;
}

.alignright {
    float: left;
    margin-left: 50%;
}

#task_table td.task-title {
    max-width: 300px !important;
    min-width: 50px !important;
    height: auto !important;
}

#task_table td.task-title a strong {
    max-height: auto !important;
    text-wrap: wrap !important;
}

.card-body-1 {
    display: flex;
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
    flex-direction: column;
}

.card-text-1 {
    width: 50%;
    height: 250px;
    display: flex;
}

.card-text-1 video {
    width: 100%;
    height: 100%;
}

.table .taskFixed,
.table .taskFixed a {
    background: rgba(67, 89, 113, 0.06);
    text-decoration: line-through;
    color: #697a8d;
}

.task_information .alignleft {
    float: left;
}

.task_information .alignright {
    float: right;
}

.task_information .myUploadModal .drop_box {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
}



.task_information .myUploadModal .drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.task_information .myUploadModal .btnsubmit {
    text-decoration: none;
    background-color: #005af0;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
    margin-top: 10px;
    margin-bottom: 20px;
}

.task_information .myUploadModal .btnsubmit:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #005af0;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
}

.task_information .myUploadModal form {
    /* width: 40%; */
    text-align: center;
}

.striked {
    text-decoration: line-through;
}

.task_information .video-img {
    width: 100%;
    min-height: 30px;
    height: auto;
    max-height: 40px;
    padding: 5px 0px 5px 12px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px #0000002c;
    border-bottom: 0.7px solid #0000002c;
    border-right: 0.7px solid #0000002c;
    border-left: 0.7px solid #0000002c;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.task_information #file {
    display: block;
    visibility: hidden;
    position: absolute;
    margin: 0;
}

.task_information .file-style {
    width: 70%;
    height: auto;
    cursor: pointer;
    position: absolute;
    display: flex;
}

.task_information .asterisk {
    color: red;
    font-weight: bold;
}

.task_information .tox-notification {
    display: none !important
}

.task_information .Filename {
    margin-left: 10px;
}

.layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-menu,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-menu {
    z-index: auto !important;
}

.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-menu {
    z-index: auto !important;
}

.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-navbar {
    z-index: 100 !important;
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 350px !important;
    min-width: 200px !important;
    max-height: 170px !important;
    min-height: 120px !important;
    min-height: 0;
    object-fit: contain;
    user-select: none;
    filter: blur(0px)
}