/* ========Login-page-3-Css=========== */
.cover-image {
    background-image: url(..//images/photos/login3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 400px !important;
}

.customlogin-content {
    max-width: 600px;
    margin: 0 auto;
}

.new_logo {
    display: block !important;
    max-width: 100px !important;
    width: 100%;
    margin: auto;
}

.login-img {
    background-color: white;
    overflow: hidden;
}

.log-image1 {
    background: #8d9199;
}

.header-brand {
    display: inline-block;
    max-width: 150px;
    width: 100%;
    cursor: pointer;
}

.kinnect_logo img {
    width: 90px;
}

.customlogin-imgcontent {
    padding: 4rem;
    top: 40%;
}

.dataTables_wrapper > .row:last-child .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
}

.search_bar-header {
    max-width: 250px;
    margin-left: 15px;
    width: 100%;
}

.search-bar-inner {
    width: 100%;
}

.main-contact-action.edit-action-btn {
    top: 0;
    position: static;
}

.card-body-details {
    padding: 1.5rem 1.5rem 0 1.5rem;
    flex: 1 1 auto;
    margin: 0;
}

.table-vcenter .date-deatils {
    width: 3.18%;
}

.table-vcenter .date-deatils1 {
    width: 5%;
}

.client-perm-table .date-deatils {
    width: 3.18%;
}

.client-perm-table .box-1 {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 3px;
}

.client-perm-table .red-colour {
    background-color: red;
}

.client-perm-table .yellow-colour {
    background-color: orange;
}

.client-perm-table .green-colour {
    background-color: green
}

.data-item {
    padding: 35px !important;
}

.switcher-text {
    width: 100%;
    border-bottom: 1px solid #e9ebfa;
    border-top: 1px solid #e9ebfa;
}

.heading-text {
    width: 70%;
}

.switcher-text h4 {
    background-color: white;
    border: none;
    padding-left: 0;
}

.card-accordian .panel-title {
    /* background-color: white; */
    padding: 0;
    border: none;
}

    .card-accordian .panel-title a {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.card-accordian .panel-body {
    padding: 0;
}

.card-accordian .panel-group .panel {
    border: none;
}

.table-shadow table,
.table-shadow tr,
.table-shadow td {
    border: 1px solid #e9ebfa;
    padding: 6px;
    width: 100%;
}

.table-shadow {
    box-shadow: inset 0 0 6px #e5e5e5;
}

.table-shadow1 {
    box-shadow: inset 0 0 6px #e5e5e5;
    border: 1px solid #e9ebfa;
}

    .table-shadow1 th {
        border-left: 1px solid #e9ebfa;
        background-color: rgb(223, 223, 223);
        padding: 6px;
    }

    .table-shadow1 td {
        border: 1px solid #e9ebfa;
        padding: 12px;
    }

.modal-box {
    padding: 15px;
    background-color: #299ae7;
    border: 1px solid #299ae7;
    border-radius: 4px 4px 0px 0px;
    color: white;
}

    .modal-box button {
        border: none;
        color: black;
    }

.switcher-text-btn .switcher-btn {
    width: 100%;
    text-align: start;
    padding: 8px;
    border: none;
    background-color: #299ae7;
    color: white;
    font-size: 16px;
    border-radius: 4px;
}

.demo_changer h4 {
    border-radius: 4px;
}

.search-permission input {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #d4d7e7;
    background-color: rgb(252, 252, 252);
}

.search-permission label {
    font-size: 16px;
}

.checkbox-row {
    border-bottom: 1px solid #d4d7e7;
}

.footer-button {
    border: none;
}

/*===Custom-dropdown===*/
.select-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-dropdown__button {
    padding: 7px 35px 7px 15px;
    background-color: #fff;
    color: #bcc0e2;
    border: 1px solid #d3dfea;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .select-dropdown__button:focus {
        outline: none;
    }

    .select-dropdown__button .zmdi-chevron-down {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.select-dropdown__list {
    position: absolute;
    display: block;
    pointer-events: none;
    left: 0px;
    right: 0;
    width: 1000px;
    height: 240px;
    overflow: auto;
    opacity: 0;
    background: white;
    box-shadow: 0px 16px 18px rgba(6, 10, 48, 0.1);
    border-radius: 0px 0px 5px 5px;
    visibility: hidden;
}

    .select-dropdown__list li {
        border: none;
    }

    .select-dropdown__list.active {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1, 1);
        visibility: visible;
        z-index: 10;
    }

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 0px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
}

.edit-tab {
    background-color: white;
    border-radius: 6px 6px 0px 0px;
}

.card-header-text {
    padding: 0rem 1.5rem 0.5rem 1.5rem;
}

    .card-header-text a {
        text-decoration: underline !important;
    }

.main-text-icon {
    border: 1px solid #e6e6e6;
    padding: 10px 10px;
    margin-bottom: 12px;
}

    .main-text-icon .text-icon {
        background-color: #299ae7;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        line-height: 50px;
        margin-right: 8px;
        padding: 20px;
    }

        .main-text-icon .text-icon img {
            width: 25px;
            height: 25px;
            margin-bottom: 5px;
        }

.remove-project .btn-close {
    border: none;
    color: black;
}

.custom-control-label {
    margin-top: 0px !important;
}

.project_list thead {
    background-color: aliceblue;
}

.clear-btn {
    border: 1px solid var(--primary-bg-color);
    padding: 7px 12px;
    border-radius: 6px;
    text-align: center;
    background-color: var(--primary-bg-color);
    height: fit-content;
}

a.clear-btn {
    color: #2a8fca;
}

.project-list .dataTables_filter {
    display: none;
}

.project_report .report_body {
    padding: 0;
    border: none;
    border-radius: 0px;
}

.report-edittab {
    background-color: aliceblue;
    border-radius: 0px;
}

._directory {
    background-color: aliceblue;
}

.deactivate {
    background-color: var(--gray) !important;
}

.directory_table thead {
    background-color: aliceblue;
}

.edit-btn {
    border: 1px solid rgba(1, 195, 83, 0.15);
    padding: 6px 25px;
    background: rgba(1, 195, 83, 0.15);
    border-radius: 4px;
    display: inline-block;
}

    .edit-btn a {
        color: #0dcd94;
    }

.add-btn {
    border: 1px solid rgba(241, 21, 65, 0.15);
    ;
    padding: 6px 25px;
    background: rgba(241, 21, 65, 0.15);
    border-radius: 4px;
    display: inline-block;
}

    .add-btn a {
        color: #f11541;
    }

.display_data {
    background-color: aliceblue;
}

.sorting,
.sorting_asc,
.sorting_desc {
    background: none;
}

.re_active-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    color: var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color);
    line-height: 1.84615385;
    font-size: 14px;
    padding: 5px 47px;
    letter-spacing: 0.4px;
    border-radius: 4px;
}

    .re_active-btn:hover {
        background-color: var(--primary-bg-color);
        color: white;
    }

.img-building {
    display: inline-block;
    background-color: #ceebff;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 43px;
}

    .img-building img {
        width: 30px;
    }


.project_tool .update_dropdown[data-popper-placement^=bottom] {
    top: 0px !important;
    min-width: 410px;
    width: 100%;
}

.select2-container--default .select2-results__group {
    padding: 0 !important;
}

.admin_btn {
    display: inline-block;
    padding: 6px 30px;
    margin: 0 6px;
    text-align: center;
    font-size: 0.992rem;
    border-radius: 8px;
    line-height: 2;
    background: #f1f4fb;
    color: #424e79 !important;
    cursor: pointer;
    transition: 0.5s all;
}

    .admin_btn:hover {
        background-color: var(--primary-bg-color);
        color: white !important;
    }

.admin_button {
    padding: 7px 20px;
}

.admin-drop ul {
    min-width: 210px;
}

.search_bar-header .select2-container--default .select2-selection--single {
    background-color: #eceef7;
    color: #616161;
}

    /*.search_bar-header .select2-container--default .select2-selection--single {
    border: 1px solid #eceef7 !important;
   
}*/
    /*.search_bar-header .select2-container--default .select2-selection--single:hover {
        box-shadow: 0px 1px 6px 0px #2a8fca;
        outline: 1px solid #2a8fca;
    }*/
    .search_bar-header .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #615d7a;
    }

.btn_graey {
    background-color: #c2c2c2;
    color: white;
}

.img-icon {
    display: inline-block;
    background-color: #ceebff;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 43px;
    color: #313e6a;
    border-radius: 50%;
}

.folder-structure {
    border: none !important;
}

    .folder-structure .card {
        border-radius: 5px;
        border: 1px solid #dbeeff;
    }

        .folder-structure .card .card-body {
            padding: 0;
        }

.folder-header {
    padding: 8px;
}

    .folder-header span {
        display: inline-block;
        padding: 8px;
        background-color: var(--primary-bg-color);
        color: white;
        font-size: 1.1rem;
        line-height: 16px;
        border-radius: 5px;
    }

.style_area-card-detail {
    font-size: 1.075rem;
    margin-bottom: 0px;
}

.style_area-card {
    font-size: 1.075rem;
}

.right-folder {
    padding: 0px;
}

.folder-footer {
    background-color: #f1f4fb;
    padding: 8px;
}

.img-folder img {
    width: 95px;
    height: 90px;
}

.style_area-card img {
    width: 25px;
}


/* Folder-tree */

.folder-tree-wrapper {
    padding-left: 15px;
}

.folder-tree {
    cursor: pointer;
}

    .folder-tree li {
        margin-bottom: 10px;
        font-size: 18px;
        transition: all .4s ease;
        position: relative;
    }

        .folder-tree li i {
            color: rgb(242, 176, 53);
        }

        .folder-tree li ul {
            padding-left: 10px;
            padding-top: 8px;
        }

    .folder-tree ul {
        display: none;
        position: relative;
    }


    .folder-tree li ul li {
        display: block;
        margin-bottom: 8px;
    }

    .folder-tree .arrow {
        position: absolute;
        top: 16px;
        left: -25px;
        width: 8px;
        height: 8px;
        transition: all .4s ease;
        transform: rotate(-90deg);
    }

        .folder-tree .arrow i {
            color: #595959;
            transition: all .4s ease;
        }

        .folder-tree .arrow:hover i {
            color: #292929;
        }

    .folder-tree li.expanded > ul {
        display: block;
    }

    .folder-tree li.expanded > .arrow {
        transform: rotate(0deg);
        top: 2px;
    }

.custom-card a img {
    width: 100%;
}

/* file-upload */
.file-document .form-upload {
    display: flex;
    align-items: center;
}

    .file-document .form-upload label {
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
    }

        .file-document .form-upload label .file-upload {
            position: absolute;
            left: -9999px;
        }

#company_list thead {
    background-color: aliceblue;
}

.nav_center ul li {
    font-weight: 400;
    font-size: 16px;
}

.user_card {
    border-radius: 0px 0px 13px 13px !important;
}

.schedule_calendar_show {
    display: block !important;
    height: 0;
    max-height: 0;
    overflow: hidden;
}

    .schedule_calendar_show.active {
        display: block !important;
        height: auto;
        max-height: 100%;
        overflow: visible;
    }

.header_img {
    width: 100px;
}


/* ----grid-view----- */

.grid-view table thead {
    display: none;
}

.grid-view table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0px;
    justify-content: space-between;
    padding: 20px;
}

    .grid-view table tbody tr {
        width: 24%;
        display: block;
        padding: 20px;
        box-shadow: rgba(199 213 222 / 11%) 2px 1px 2px 2px;
        border: 1px solid #dde6ee;
        border-radius: 4px;
        padding-left: 14%;
        /*background-image: url(../images/skyscraper-gray.svg);*/
        background-repeat: no-repeat;
        background-color: white;
        background-position: 16px center;
        background-size: 120px;
    }

        .grid-view table tbody tr td {
            display: block;
            box-shadow: none;
            border: 0;
            padding: 2px !important;
            background: transparent;
        }

            .grid-view table tbody tr td:first-child {
                font-weight: 600;
            }


/* ----grid-view-end----- */

.btn-list .btn.active {
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
    color: #fff !important;
}

.project-list-map-view {
    display: none;
}

    .project-list-map-view.show {
        display: block;
    }

.project-list.hide {
    display: none;
}

.project-list.show {
    display: block;
}

.createcalendar .modal-header {
    background-color: aliceblue;
}

.table-responsive .row:last-child {
    align-items: center;
}

.slide .side-menu__item {
    padding: 0px;
    font-size: 16px;
    margin: 0px 0;
}

.slide.is-expanded a {
    color: #424e79 !important;
    text-decoration: none;
}

.slide-menu {
    width: 150px;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    border-radius: 5px;
    min-width: fit-content;
    box-shadow: 0px 16px 18px rgba(135, 135, 182, 0.1) !important;
    border: 1px solid #e7eaf3;
    top: 55px;
}

    .slide-menu li {
        list-style: none;
    }

.side-menu__item .angle {
    margin-left: 8px;
    transform: rotate(90deg);
}

.slide.is-expand.angle {
    transform: rotate(0deg);
}

.side-menu__item:hover .angle {
    color: #0d6efd !important;
}

.slide-menu li:hover a {
    color: #0d6efd !important;
}

.slide-menu a:before {
    content: " ";
}

.horizontal .slide-item {
    padding: 8px 0px;
}

.note-editable {
    border-left: 1px solid #d3dfea;
    border-right: 1px solid #d3dfea;
}


.icons-list_item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eceef7;
    margin-left: 4px;
    border-radius: 5px;
    background: #eceef7;
    padding: 4px 9px;
    font-size: 18px;
}

.file-document > li {
    display: block;
    /* padding: 0.5rem 1.5rem;*/
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    width: 100%;
    white-space: nowrap;
}

.project-list-map-view iframe {
    width: 100%;
}

/* .ff_fileupload_start_upload::before {
  content: url(../images/up-loading.png);
} */

.ff_fileupload_remove_file::before {
    content: '\2716';
}

/* div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
  margin-top: 10px;
} */
div.table-responsive > div.dataTables_wrapper > div.row:nth-child(2) {
    overflow-x: auto;
}

#project-list_wrapper .row:nth-child(2) .col-sm-12 {
    overflow-x: auto;
}

#company_list_wrapper .row:nth-child(2) .col-sm-12 {
    overflow-x: auto;
}


/* ------------------ */
.header-second {
    background-color: white;
    display: none;
}


.hedaer-2 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.header .admin-drop .dropdown-menu.btn-dropdown[data-popper-placement^=bottom] {
    top: 0 !important;
    z-index: 999;
}

.header .profile-dropdown .dropdown-menu[data-popper-placement^=bottom] {
    top: 3px !important;
    z-index: 999;
}

.profile-dropdown > a {
    height: 45px;
    width: 45px;
}

.permission-table .form-check .form-check-input {
    float: unset !important;
    margin-left: 0;
}

/* --------view-sheett-css-------- */
.slide-icon {
    background-color: #eceef7;
    border-radius: 6px;
}

    .slide-icon i {
        font-size: 24px;
        color: #545b92;
    }

.left-slide,
.right-slide {
    display: block;
    padding: 6px 20px;
}

.search_header {
    max-width: 280px;
    margin-left: 15px;
    width: 100%;
}

.view_search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important;
    padding-left: 12px;
}

.view_search .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    height: 2.375rem !important;
}

.view_search .select2-container .select2-selection--single {
    height: 40px !important;
}

.view_color {
    /* background-color: #17263a !important; */
    /* position: absolute; */
    z-index: 99;
    box-shadow: 2px 2px 2px !important;
}

.pdf_details {
    background-color: #eceef7;
    padding: 10px 15px;
    border-radius: 4px;
    color: #545b92;
}

.down_load {
    background-color: #eceef7;
    color: #545b92;
    padding: 6px 10px 6px 10px;
    height: 100%;
    width: 80px;
    border-right: 1px solid #cdcdcd;
    cursor: pointer;
}

.down_load_icon i {
    font-size: 20px;
}

/* ------------view-drawing---- */
.sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 85px;
    left: -40px;
    background-color: #17263a;
    transition: 0.5s;
}

.mystyle {
    width: 65px;
    left: 10px;
}

.hand_icon {
    color: white;
    height: 65px;
    width: 100%;
    cursor: pointer;
}

.hand_icon1 {
    color: white;
    height: 65px;
    width: 65px;
}

    .hand_icon i,
    .hand_icon1 i {
        font-size: 24px;
    }

.position_icon i {
    font-size: 14px;
    bottom: -12px;
    right: -32px;
    transform: rotate(45deg);
    position: absolute;
}

.clo_se {
    z-index: 20;
    color: white;
    position: absolute;
    background: #6e010f;
}

.img_map {
    max-width: 1200px;
    margin: 15px auto;
}

.zoo_m {
    width: 65px;
    height: 65px;
    background-color: #17263a;
    color: white;
    font-size: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom_section {
    position: absolute;
    bottom: 25px;
    left: 10px;
    cursor: pointer;
}

.tool_bar {
    top: 0;
    left: 72px;
    position: absolute;
    z-index: -5;
    background-color: #17263a;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
    visibility: hidden;
    max-width: 0px;
}

.show .tool_bar {
    opacity: 1;
    visibility: visible;
    max-width: 400px;
}

.ion-minus-round {
    transform: rotate(-45deg);
}

.superrole-list .visibility-hidden:not(:last-child),
.superrole-list .main-td {
    border-right: 0 !important;
    cursor: pointer;
}

.toggle-row {
    font-size: 18px;
}


/* ---Colors--- */
.cir_cle {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

.r_ed {
    background-color: rgb(214, 44, 47);
    border-color: rgb(214, 44, 47);
}

.bl_ack {
    background-color: black;
    border-color: black;
}

.ma_roon {
    background-color: rgb(214, 44, 47);
    border-color: rgb(214, 44, 47);
}

.o_range {
    background-color: rgb(244, 126, 66);
    border-color: rgb(244, 126, 66);
    ;
}

.s_ky {
    background-color: rgb(17, 187, 239);
    border-color: rgb(17, 187, 239);
}

.ye_llow {
    background-color: rgb(244, 187, 66);
    border-color: rgb(244, 187, 66);
}

.b_lue {
    background-color: rgb(14, 120, 231);
    border-color: rgb(14, 120, 231);
}

.filter-section {
    /*position: absolute;
    right: -48px;*/
    transition: 0.5s;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid white;
    height: 100%;
}

.filter-heading h4 {
    letter-spacing: 1px;
}

.filter-heading {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16), 0px 3px 6px rgba(0, 0, 0, .23);
}

.mark_up .list-group-item {
    border: none;
    background: none;
}

    .mark_up .list-group-item label {
        color: white;
        font-size: 16px;
        letter-spacing: 1px;
    }

._mark-type {
    padding: 0.75rem 1.25rem;
}

.filter-section.show {
    opacity: 1;
    visibility: visible;
}

.toggle-row.active .arrow_down i {
    transform: rotate(90deg);
}

.drawing-list-table .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    max-height: 300px;
    overflow-y: auto;
}

.drawing-list-table .dataTables_wrapper table thead tr th {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: aliceblue;
}

.image_preview {
    /* min-height: 400px;
  max-width: 400px; */
    border: 1px solid #e9ebfa;
    height: 400px;
    width: 250px;
    direction: rtl;
    overflow: scroll;
}

.inner_image-preview {
    height: 100%;
    border: 1px solid #e9ebfa;
    overflow: hidden;
}

.view_tab .admisetting-tabs .nav-link {
    padding: 10px 20px 10px 15px;
}

.view_tab .admisetting-tabs {
    max-height: 65vh;
    overflow: auto;
    width: 100%;
    display: block;
}

.confirm-btn {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #299ae7;
    color: white;
    border-radius: 6px 6px 0px 0px;
}

.view_tab .admisetting-tabs .nav-link.active::before {
    content: none;
}

.adminsetting-content .card {
    border-radius: 6px 6px 0px 0px !important;
}

/* -------------drawing-file-upload-------- */
.upload-files-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.drag-file-area {
    border: 2px dashed #e9ebfa;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}

    .drag-file-area .upload-icon {
        font-size: 50px;
        cursor: pointer;
    }

    .drag-file-area .label {
        font-size: 19px;
    }

        .drag-file-area .label .browse-files-text {
            color: #299ae7;
            font-weight: bolder;
        }

.default-file-input {
    opacity: 0;
    position: absolute;
    top: 20px;
    cursor: pointer;
    left: 15%;
    right: 0;
}

.cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #BB0000;
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;
}

    .cannot-upload-message span:last-child {
        padding-left: 20px;
        cursor: pointer;
    }

.file-block {
    color: #f7fff7;
    background-color: #299ae7;
    transition: all 1s;
    width: 390px;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    display: flex;
    position: absolute;
    bottom: -15px;
    left: 0%;
    width: 0;
    height: 8px;
    border-radius: 6px;
    background-color: #263871;
}

.review_btn {
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .review_btn .btn-list button:first-child:hover {
        background-color: #2192dd;
        border-color: #2192dd;
        ;
    }

.review_card {
    margin-top: 80px;
}

.review_btn img {
    width: 50%;
    margin-bottom: 40px;
}

/* *****document***** */
.tree_wrapper span {
    display: inline-block;
    width: 100%;
    padding: 6px;
    border-radius: 0px 2px 2px 0px;
}

.folder-tree .tree_wrapper span.active {
    background: #dcefff;
    color: var(--primary-bg-color);
    border-left: 3px solid var(--primary-bg-color);
}

/* ----carousel---- */
.detail_slider {
    padding-top: 20px;
}

.photodetail_section {
    background-color: #e7e2dc;
}

.photo_details {
    margin: auto;
    display: flex;
    height: 92vh;
    max-width: 1050px;
    /*width: 100%;*/
}

.mark_up .dropdown-menu {
    left: 36px;
}

.zoom_detail {
    background-color: #17263a;
    color: white;
    display: flex;
    max-width: 220px;
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 15px;
    padding: 15px;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s linear all;
    border-radius: 4px;
}

.photo_details .carousel-item {
    cursor: pointer;
    /*margin-top: 100px;*/
}

    .photo_details .carousel-item.active {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .photo_details .carousel-item img {
        max-height: 85%;
    }

    .photo_details .carousel-item:hover .zoom_detail {
        opacity: 1;
        visibility: visible;
        bottom: 50px;
    }

.user_name, .pass_word {
    margin-left: 40px !important;
}

.user-list-a {
    color: dodgerblue !important;
    cursor: pointer;
}

    .user-list-a:hover {
        text-decoration: underline !important;
    }

.btn-crou-group {
    margin-top: 10px;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 10;
}

.btn-in-out {
    z-index: 10;
}

.btn-in {
    left: 50%;
    position: absolute;
}

.btn-out {
    left: 53.5%;
    position: absolute;
}

:root {
    --page-bg: honeydew;
    --loader-bar-bg: darkcyan;
    --loader-bar-width: 0.7vmin;
}
/** loader AMS */
.parentLoader {
    height: 100%;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dcefffdb;
    z-index: 100;
}

.loaderCustom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.imageSectionLoader {
    position: absolute;
}

.custom-loader-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.custom-loader-bar {
    width: 40px;
    height: 12px;
    background-color: #29A9FF;
    opacity: 0.2;
    border-radius: 2px;
    animation: pulse 1s infinite;
}

    .custom-loader-bar:nth-child(2) {
        animation-delay: 0.2s;
    }

    .custom-loader-bar:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
        transform: translateX(0);
    }

    50% {
        opacity: 1;
        transform: translateX(6px);
    }
}

.custom-loader-logo-text {
    font-size: 6vmin;
    color: #829CA2;
    font-weight: 600;
    font-family: sans-serif;
    letter-spacing: 1px;
}

    .custom-loader-logo-text > div:nth-child(1) {
        animation: verticalPulse 1s infinite;
        animation-delay: 0.2s;
    }

    .custom-loader-logo-text > div:nth-child(2) {
        animation: verticalPulse 1s infinite;
        animation-delay: 0.4s;
    }

    .custom-loader-logo-text > div:nth-child(3) {
        animation: verticalPulse 1s infinite;
        animation-delay: 0.6s;
    }

@keyframes verticalPulse {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}
/** loader AMS ends*/

.custom_viewer_height {
    height: 70vh;
}

.right-panel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 320px;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

    .right-panel.open {
        transform: translateX(0);
    }

.overflow-auto {
    max-height: calc(100vh - 300px);
}

.favorite-toggle {
    cursor: pointer;
}

/*** Custom CSS *****/
.InviteReinvite {
    cursor: pointer;
}

.dropdown-scroll {
    max-height: 250px;
    overflow-y: scroll;
}
/*# sourceMappingURL=style.css.map */

/*.tableScroll {
    max-height: 450px;
    overflow-y: auto !important;
}*/

.tableScroll {
    max-height: calc(100vh - 450px);
    overflow-y: auto !important;
}

.tableScroll-P {
    max-height: 150px;
    overflow-y: auto;
    scrollbar-width: none; /* for Firefox */
    -ms-overflow-style: none; /* for IE and Edge */
}

/*.select2-container--focus {
    display: none !important;
}*/

.dataTables_length label span.select2:nth-child(4) {
    display: none !important;
}

.peopleList {
    height: 150px;
    overflow-y: auto;
}

.peopleName {
    border-bottom: 1px solid #d3dfea94;
    padding: 4px;
}

    .peopleName select {
        background-color: transparent;
    }

    .peopleName:hover {
        background: #dcefff
    }

.nameElement {
    color: #299ae7;
    font-size: 16px;
}

.custom-width-filter {
    max-width: fit-content !important;
}

#accessModal .nav-tabs .nav-link:hover:not(.disabled) {
    color: black;
}

.modalTabBtn {
    padding: 10px !important;
    border: none !important;
}

.small-dropdown-menu {
    min-width: 120px !important;
}

    .small-dropdown-menu li .dropdown-item {
        padding: 6px 10px !important;
        font-size: 12px;
    }


.typeImage {
    /*clip-path: polygon(0 0, 100% 0, 99% 40%, 1% 40%);*/
    max-height: 40px;
    width: 100px;
    object-fit: cover;
}

.text-custom-folder {
    margin-top: 17px;
    font-weight: 300;
    font-size: smaller;
}

.card-div-custom {
    width: max-content;
}

.changeLogSearch {
    float: left;
}

.projectNumber {
    cursor: pointer;
    color: dodgerblue;
    text-decoration: underline
}

.address {
    cursor: pointer;
    color: dodgerblue;
    text-decoration: underline;
}

/**************************Css for the drawing list tables **************/
.labells .discipline-header td {
    font-weight: bold;
}

/*.labells tr td:hover {
    background-color: #d5d9e3;
}*/

/* Highlight the placeholder while dragging */
.ui-state-highlight {
    background: #f7f7f7;
    border: 2px dashed #ccc;
    height: 40px;
}

/* Make the entire tbody draggable */
.move-cursor {
    cursor: move;
}

/* Optional: make the table cells look nice */
.common-border {
    border: 1px solid black;
    border-collapse: collapse;
}

.common-text-pad {
    padding: 8px;
    text-align: left;
}

.dis-chk {
    margin: 10px;
}
/**************************Css for the drawing list tables **************/

[data-toggle="toggle"] {
    display: none;
}

/*.tabs-menu1-menu {
    background: #e4e4e4;
}*/

.productLine {
    margin-left: 10px;
}

.mapaddres {
    height: 94px;
    width: 100%;
    margin-right: 22px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.labeltextColor {
    font-size: 24px;
    color: #299ae7;
    margin-top: 2rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.custom-search-project-people {
    padding: 0;
    margin-left: 22px;
}

.view-pdf-btn {
    color: #337ab7; /* Default link color */
    text-decoration: none; /* Remove underline */
    cursor: pointer;
    text-overflow: ellipsis;
    max-width: fit-content;
}

    .view-pdf-btn:hover {
        color: #23527c; /* Hover link color */
        text-decoration: underline; /* Add underline on hover */
    }

.text-width-new {
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 225px;*/
}

.pagination-custom li {
    display: inline-block;
}

    .pagination-custom li a {
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 10px 20px; /* increased padding to make buttons bigger */
        border-radius: 3px;
        font-size: 16px; /* increased font size to make buttons bigger */
    }

        .pagination-custom li a:hover {
            background-color: #eee;
            border-color: #ccc;
        }

    .pagination-custom li.active a {
        background-color: #337ab7;
        color: #fff;
        border-color: #337ab7;
    }

/* added CSS to make buttons side by side */
.pagination-custom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.pagination-custom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pageCount {
    width: auto;
    border-radius: 0px;
    border: unset;
}

    .pageCount label {
        padding: 8px 10px;
        border-right: none;
        color: #337ab7;
    }

    .pageCount select {
        outline: none;
        border-left: none;
        color: #337ab7;
        border-right: none;
        border: none;
    }

        .pageCount select:focus {
            border-color: #d8dbee;
        }

.deleteAttach {
    padding: 0rem 0rem;
    font-size: 0.1rem;
}

.uploadPhoto-modal {
    max-height: 500px;
    overflow-y: auto;
}

.tableDropdown {
    position: relative;
}


.tableDropdownList {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    background: #fff;
    padding: 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    left: -160px;
    z-index: 999;
    top: -44px;
    border-radius: 5px;
    min-width: 8rem;
}

    .tableDropdownList a {
        padding: 6px 6px 6px 13px;
        transition: all 0.5s ease-in-out;
        display: inline-block;
        width: 100%;
    }

        .tableDropdownList a:hover {
            background-color: #f3f5fb !important;
            cursor: pointer;
        }

.dropdownPop {
    display: none;
}

.custom-progress-doc {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    margin: 15px 0;
    height: 20px;
    width: 65%;
}

.custom-Folder-progress-doc {
    background-color: #d8d8d8;
    border-radius: 20px;
    position: relative;
    margin: 15px 0;
    height: 16px;
    width: 100%;
}

#custom-progress-done-photo {
    background: linear-gradient(to left, #F2709C, #299ae7);
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 0.1s ease 0.01s;
}

#custom-progress-done-doc {
    background: linear-gradient(to left, #F2709C, #299ae7);
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 0.1s ease 0.01s;
}

#custom-Folder-progress-done-doc {
    background: linear-gradient(to left, #F2709C, #299ae7);
    box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 0.1s ease 0.01s;
}


.dropdown-search-custom {
    position: sticky;
    z-index: 10;
    top: 0;
    margin-bottom: 8px;
}

/*** dataTable js export buttons */
/* Custom styling for the button to display only the image */
.dt-buttons {
    position: relative;
    float: inline-end;
    bottom: 10px;
    z-index: 9999;
}

.dt-button {
    padding: 0; /* Remove padding */
    border: none; /* Remove border */
    background: none; /* Remove background */
    box-shadow: none; /* Remove shadow */
    display: inline-block; /* Ensure image is inline */
    text-align: center; /* Align the image in the center */
    cursor: pointer; /* Change cursor to indicate clickability */
}

    .dt-button img {
        width: 24px; /* Set the size of the image */
        height: 24px; /* Set the size of the image */
    }

.text-hide-overflow {
    max-width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-hide-overflow-doc {
    max-width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-hide-overflow-doc-main {
    /*width: 500px;*/ /* Allows flexibility */
    /*max-width: calc(100% - 200px);*/ /* Adjust dynamically based on remaining space */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word; /* Ensures text wraps properly if needed */
}

.blur-load {
    text-transform: none;
    height: 200px;
    object-fit: cover;
    width: 100%; /* Ensure responsiveness */
    filter: blur(10px); /* Initially blurred */
    transition: filter 0.5s ease-in-out; /* Smooth transition */
}


ol li:last-child {
    color: black !important;
}

#openseadragon-container {
    height: 80vh; /* Use full viewport height */
    position: relative;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Styling for navigation buttons */
.custon-p-navigation-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; /* Ensure they stay on top of the viewer */
    display: flex;
    justify-content: space-between;
    width: 100%; /* Make it take full width */
}

.custon-p-nav-btn {
    background-color: rgba(0, 123, 255, 0.7);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
}

    .custon-p-nav-btn:hover {
        background-color: rgba(0, 123, 255, 1);
    }

.fa-arrow-left, .fa-arrow-right {
    font-size: 30px;
}

/* Position previous and next buttons to the left and right of the viewer */
#prevButton {
    top: 50%;
    left: 0; /* Position on the left */
    border: none;
    position: absolute;
    /*background-color: #e7e2dc;*/
    z-index: 2;
}

#nextButton {
    top: 50%;
    right: 0;
    border: none;
    position: absolute;
    /*  background-color: #e7e2dc;*/
    z-index: 2;
}

#project-list_next, #project-list_previous {
    pointer-events: auto !important;
    opacity: 1 !important;
    cursor: pointer !important;
}

.Dnumber {
    border-color: rgba(255, 165, 0, 1);
}

.Dtitle {
    border-color: rgba(255, 255, 0, 1);
}

.clickable-name {
    text-decoration: underline;
    color: #2a8fca;
}

.inline-editor {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 10;
}

.hidden {
    display: none;
}

.field {
    margin-bottom: 8px;
}

.cropper-crop-box,
.cropper-view-box {
    border-radius: 50% !important;
}

.block-scroll-custom {
    overflow: hidden !important;
}

table.dataTable th,
table.dataTable td {
    white-space: normal !important;
    word-break: break-word !important;
}

::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

textarea.photoDescription.des {
    min-height: calc(100dvh - 470px);
}

.scrollbar-outbox-textarea {
    overflow: auto;
    padding: 0 10px;
    max-height: calc(100dvh - 440px);
}

.photo-details-pg .filter-section {
    height: unset;
}