body {
    overflow-x: hidden;
}
.wrapper {
    height: auto;
}
.btn-primary {
    background-color: #1ab2ff !important;
    border-color: #1ab2ff !important;
}
i.fas {
    font-family: "FontAwesome";
    direction: rtl !important;
}
a#customizer-toggle-icon {
    background-color: #1ab2ff !important;
}

.card {
    margin: 9px 0px !important;
}

@media screen and (max-width: 600px) {
    #timeline.timeline-center .timeline-item {
        padding: 20px 0 20px !important;
    }
    .mobile-not-show {
        visibility: hidden;
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .navbar .navbar-header a:not([href]):not([tabindex]) {
        display: none !important;
    }
    .collapse:not(.show) {
        display: flex !important;
        justify-content: end !important;
    }
    .navbar-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .navbar-container {
        display: block !important;
        width: auto !important;
        padding: 0 !important;
    }
    .navbar .navbar-nav {
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: end !important;
    }
}
.choose-file-section {
    border: 1px solid #000043;
    border-radius: 6px;
}
.choose-file-section label.lbl {
    background-color: #000043;
    color: #fff;
    padding: 8px 30px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    margin: 0;
}

.swal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

label {
    font-size: 15px !important;
}

input[type="file"] {
    padding: 3px;
}

.parent-plyr-ed-no {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.audio-plyr-ed-no {
    width: fit-content;
    border-style: solid;
    border-color: #00b3ff;
    border-radius: 5px;
}
.svg-icons {
    width: 30px;
}
.line-for-tobar {
    border-left: solid;
    border-color: #d4ded4;
    border-width: 1px;
}
.show-bug {
    position: relative;
    /* width: 40px;
 height: 28px;
 margin: 0 2px;
 padding-top: 12px;
 transition: all 0.5s; */
}
.show-bug .custom-tooltip,
.notification-bell .custom-tooltip,
.user-profile .custom-tooltip {
    background: #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    transition: all 0.4s;
}
.show-bug .custom-tooltip {
    left: -32px;
    right: -25px;
}
.show-bug .custom-tooltip:before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    left: 40px;
}
/* a.show-bug:hover{
 background-color: #f4f5fa;
 color: #bfbfbf;
} */
a.show-bug:hover .custom-tooltip,
.notification-bell:hover .custom-tooltip,
.user-profile:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}
a.show-bug:hover .custom-tooltip {
    top: 40px;
}
.notification-bell:hover .custom-tooltip {
    top: 50px;
}
.user-profile:hover .custom-tooltip {
    top: 50px;
}
a.show-bug .custom-tooltip,
.notification-bell .custom-tooltip,
.user-profile .custom-tooltip {
    background-color: #000043;
    color: #fff;
    border-radius: 5px;
}
a.show-bug .custom-tooltip::before,
.notification-bell .custom-tooltip::before,
.user-profile .custom-tooltip::before {
    border-bottom: 5px solid #000043;
}
.navbar .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-avatar img {
    width: 32px !important;
    border-radius: 0;
}
.navbar-nav li {
    margin-left: 10px;
}
.notification-bell .custom-tooltip {
    left: -10px;
    right: -20px;
}
.user-profile .custom-tooltip {
    left: -10px;
    right: -20px;
}
.notification-bell .custom-tooltip::before,
.user-profile .custom-tooltip::before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    left: 32px;
}

.send-bug-section {
    position: fixed;
    width: 340px;
    left: -400px;
    min-height: 100vh;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
}
.send-bug-section.open {
    left: 0;
}
.send-bug-section .close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    background-color: #000043;
    border-radius: 5px;
    cursor: pointer;
}
.send-bug-section .close-btn i {
    vertical-align: -2px;
    color: #fff;
}
.send-bug-section form label {
    font-size: 15px;
    color: #000043;
    margin-top: 25px;
    font-weight: bold;
}
.send-bug-section form input,
.send-bug-section form textarea {
    border: 1px solid #000043;
    padding: 7px 5px;
    border-radius: 6px;
}
.send-bug-section form input::placeholder,
.send-bug-section form textarea::placeholder {
    color: #000043;
    font-size: 14px;
}
.send-bug-section form input[type="file"] {
    cursor: pointer;
}
.send-bug-section form button {
    width: 100%;
    background-color: #1ab2ff;
    border: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    margin-top: 20px;
}
.bg-shadow-sendbug {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    min-height: 100vh;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    cursor: pointer;
    z-index: 6;
}
.open-send-bug-section {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.top-navbar-nav .nav-link {
    padding: 0 !important;
}
.number-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
}
.number-section .number-study {
    width: 60px;
}
.arrow-left {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}
.arrow-left span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #06a8ff;
    border-right: 5px solid #06a8ff;
    transform: rotate(130deg);
    margin: -10px;
    animation: animate-left 2s infinite;
}
.arrow-left span:nth-child(2) {
    animation-delay: -0.2s;
}
.arrow-left span:nth-child(3) {
    animation-delay: -0.4s;
}
.chat-application .chat-app-window {
    background-image: url(/assets/img/photo-1622547748225-3fc4abd2cca0.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.noti-container {
    border-radius: 8px;
    box-shadow: 0px 0px 8px -5px #000;
    transition: all 0.5s ease;
    background-color: #b2ddfd;
}
.noti-container .noti-title {
    font-size: 18px;
    font-weight: bold;
    color: #3b2dcc !important;
}
.noti-container .noti-text {
    color: #6494f6;
    display: block;
    margin-top: 12px;
    font-weight: 800;
}
.fa-dot-circle-o {
    vertical-align: -4px;
    font-size: 20px !important;
}
.shomarande {
    background-color: #f53e4f;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2f2f2;
    font-weight: bolder;
}
.timeline-card .card-header {
    display: flex;
    align-items: center;
}
.timeline-card .card-body .image {
    height: auto;
    padding: 9px;
}
.timeline-card .card-body .image img.checklist-image {
    height: auto;
    border-radius: 9px;
}
.timeline-card .card-body .describtion {
    font-size: 15px;
    line-height: 32px;
    margin: 0 23px 15px;
}
.timeline-badge span.bg-red.bg-lighten-1 {
    color: #fff;
    font-size: 25px;
    font-family: fantasy;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #1ab2ff !important;
}
.mt-c130 {
    margin-top: 130px;
}
.timeline-card.checked {
    background-color: #e5fff8;
}
.timeline-card span.checked {
    width: 40px;
    height: 40px;
    background-color: #a8ffe8;
    border-radius: 100%;
    box-shadow: 0px 0px 3px -1px #000;
    color: #01c38f;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
#timeline.timeline-center .timeline-item.checked:nth-child(even):after {
    content: "";
    border-left: 11px solid #e5fff8 !important;
}
#timeline.timeline-center .timeline-item.checked:nth-child(odd):after {
    border-right: 11px solid #e5fff8 !important;
}
@keyframes animate-left {
    0% {
        opacity: 0;
        transform: rotate(129deg) translate(-8px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(130deg) translate(16px, 16px);
    }
}
.choose-file-section .show-name-choosen {
    font-size: 14px;
    margin-right: 15px;
}
.custom-figure {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0 !important;
}
.custom-btn-download {
    display: block;
    margin: 0 1%;
    border-radius: 0 0 10px 10px;
}
.custom-card-amozesh {
    height: 96%;
}
.color-box-text {
    font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width: 590px) {
    .content-wrapper {
        padding: 0 !important;
    }
    .plyr {
        margin: 0 10px !important;
    }
    .card .card-block.custom-card-block {
        padding: 10px !important;
    }
    .arrow-left {
        display: none !important;
    }
    .arrow-bottom {
        display: block !important;
        margin-top: 50px;
    }
    .custom-flex-column {
        flex-direction: column;
    }
    .number-section {
        margin-left: unset !important;
        margin-bottom: 100px;
    }
    #timeline.timeline-center .timeline-item:nth-child(even) > .timeline-badge {
        right: unset !important;
    }
    .latestChecklistTable {
        width: 200%;
    }
    .latestResidTable {
        width: 250%;
    }
    .allProjectTable,
    .sarresidhaTable {
        width: 400%;
    }
    .allTicketTable {
        width: 500%;
    }
    .table-responsive {
        overflow-x: scroll !important;
    }
}
.customProgress {
    width: 180px;
}
.plyr {
    width: 100% !important;
    border-radius: 10px !important;
    margin: 20px;
}
.arrow-bottom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.arrow-bottom span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #06a8ff;
    border-right: 5px solid #06a8ff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate-bottom 2s infinite;
}
.arrow-bottom span:nth-child(2) {
    animation-delay: -0.2s;
}
.arrow-bottom span:nth-child(3) {
    animation-delay: -0.4s;
}
@keyframes animate-bottom {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
.choose-file-section.custom-border {
    border: 1px solid #a6a9ae !important;
}
.navbar .navbar-nav .dropdown-menu {
    top: 22px;
    left: -11px;
}
.navbar .show > .dropdown-menu.notification-dropdown .arrow_box_right:after {
    left: 28px !important;
}
.navbar .show > .dropdown-menu .arrow_box_right:after {
    left: 23px !important;
}

.job {
    border: 3px solid #666;
    background-color: #ddd;
    border-radius: 0.5em;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 6px;
    cursor: move;
}
#timeline.timeline-center .timeline-item:nth-child(even) {
    padding: 0 35px 0px 0;
}
#timeline.timeline-center .timeline-item:nth-child(odd) {
    padding: 0 0 0px 35px;
}
#timeline.timeline-center .timeline-item {
    display: block !important;
}
.timeline > li:nth-child(even) {
    float: unset;
    clear: unset;
    margin-right: auto;
}
.timeline > li:nth-child(odd) {
    float: unset;
    clear: unset;
    margin-left: auto;
}
.chat-app-form textarea::-webkit-scrollbar {
    display: none !important;
}
.voice-section {
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    outline: none;
}
.chat-application .chat-app-form {
    padding: 5px 0px !important;
}
.navbar .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.chat-application .chat-app-window {
    padding: 20px 0px !important;
}
.chat-application .chats .chat-body {
    margin: unset !important;
}
.chat-application .chats .chat-left .chat-body {
    margin: 0 6px !important;
}
.notification-dropdown .noti-list {
    height: unset !important;
}
.navbar .navbar-nav .dropdown-menu {
    width: 300px;
    min-height: 80px;
}
.chatSection {
    position: relative;
}
.chatSection .chatSectionName {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 8px 8px 0 0;
}
.chatSection .chatSectionName .nameUser {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #000043;
}
.chatSection .chatSectionName .detailsProject {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
}
.chatSection .chatSectionName .detailsProject .nameProject {
    color: #000043;
    font-size: 14px;
    border-left: 1px solid #000043;
    padding-left: 10px;
    margin-left: 15px;
}
.chatSection .chatSectionName .detailsProject .nameProject span {
    color: #28d094;
}
.chatSection .chatSectionName .detailsProject .unitName {
    color: #000043;
    font-size: 14px;
}
.chatSection .chatSectionName .detailsProject .unitName span {
    color: #1ab2ff;
}
.chatSection .chatSendBox {
    background-color: #000043;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 0 0 8px 8px;
}
.chatSection .chatSendBox form {
    display: flex;
    width: 100%;
}
.chatSection .chatSendBox .send {
    width: 100%;
}
.chatSection .chatSendBox .send textarea {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    background-color: #000043;
    color: #fff;
    border: unset;
}
.chatSection .chatSendBox .send textarea::placeholder {
    color: #fff;
}
.chatSection .chatSendBox .btnSection {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.chatSection .chatSendBox .btnSection .btnSendMessage {
    margin-bottom: 0;
}
.chatSection .chatSendBox .btnSection .voiceSection {
    background-color: #000043;
    cursor: pointer;
    padding: 4px;
    border-radius: 2px;
}
.chatSection .chatSendBox .btnSection .voiceSection i {
    color: #fff;
}
.chatSection .chatWindow {
    height: 562px;
    overflow-y: scroll;
    background-image: url(/assets/img/photo-1622547748225-3fc4abd2cca0.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 10px 100px;
    border-radius: 0 0 8px 8px;
}
.chatSection .chatWindow .chatFromUser {
    background-color: #fff;
    color: #000043;
}
.chatSection .chatWindow .chatFromAdmin {
    background-color: #1e9ff2;
    color: #fff;
}
.chatSection .chatWindow .chatFromUser,
.chatSection .chatWindow .chatFromAdmin {
    position: relative;
    padding: 10px 15px;
    display: table;
    border-radius: 5px;
    margin: 20px 8px;
}
.chatSection .chatWindow img {
    display: inline-block;
    border-radius: 15px;
    width: 100%;
    min-height: 200px;
    margin-top: 10px;
}
.chatSection .chatSendBox .sendImage {
    margin: 0 8px;
}
.chatSection .chatSendBox .sendImage label {
    cursor: pointer;
    margin-bottom: 0;
}
.chatSection .chatSendBox .sendImage label i {
    font-size: 25px;
    color: #fff;
}
.chatSection .chatWindow .chatFromUser {
    margin-right: auto;
}
.chatSection .chatWindow .chatFromAdmin {
    margin-left: auto;
}
.chatSection .chatWindow .chatFromUser::after {
    right: 100%;
    top: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 5px;
    margin-top: -5px;
}
.chatSection .chatWindow .chatFromAdmin::after {
    left: 100%;
    top: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1e9ff2;
    border-width: 5px;
    margin-top: -5px;
}
.chatSection .chatWindow p {
    margin: 0;
    word-break: break-all;
}
.pagination {
    justify-content: center;
}
.text-truncate .btn-outline-success:hover {
    background-color: unset !important;
    color: unset !important;
}
.videoNotice .plyr {
    max-width: fit-content;
    margin: 0;
}
.emoji-menu {
    bottom: 70px !important;
}
.emoji-wysiwyg-editor {
    min-height: 70px !important;
    height: 70px !important;
    color: #fff !important;
    border: unset !important;
}
.emoji-wysiwyg-editor::-webkit-scrollbar {
    width: 2px;
}
.chatSendBox .fa-smile-o:before {
    color: #fff !important;
}
.emoji-picker-icon.parent-has-scroll {
    right: 10px !important;
    font-size: 25px !important;
}
.accordion .card.document-card {
    border-radius: 8px !important;
    background: #2f388c;
    box-shadow: 0 0 15px -4px #6b6b6c;
}
.accordion .icon_down i,
span.ctegory_text {
    color: white;
}
.accordion .table tr,
.accordion .table td {
    color: white;
}
.accordion .btn_download {
    padding: 5px;
    border: 1px solid #fff !important;
    color: black;
    background: white;
    border-radius: 10px;
}

.accordion .progress_continer {
    display: flex;
    justify-content: center;
    align-items: center;
}
