:root {
    --blue: #53b8bb;
    --white: #ffffff;
}
.maincreatbtnadd {
    border-radius: 52px;
}
.add-project-ui {
    display: flex;
    justify-content: end;
}
.sa-confirm-button-container boutton {
    background-color: red;
}
.btn-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.modal.right.fade.in .modal-dialog {
    right: 0 !important;
    transform: translateX(-50%);
}
.modal.right .modal-content {
    height: 100%;
    overflow: auto;
    border-radius: 0;
    right: 320px;
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right.fade.in .modal-dialog {
    transform: translateX(0%);
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right .modal-header {
    background-color: #50caff;
    color: #fff;
}
.modal.right .modal-header::after {
    content: "";
    display: inline-block;
}
.modal.right .close {
    text-shadow: none;
    opacity: 1;
    color: #ff4d4d;
    font-size: 26px;
}
/*  form-control  */

.form-control {
    border-radius: 1;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
}

/*  Button  */

.btn {
    border-radius: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 8px;
    right: -4px;
    bottom: 4px;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 21px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.comment-chat {
    top: 22px;
    right: -15px;
}
body {
    line-height: 1.3em;
    /* min-width: 920px; */
}

.history-tl-container {
    font-family: "Roboto", sans-serif;
    width: 46%;
    margin: auto;
    display: block;
    position: relative;
    left: -140px;
    top: 15px;
}

.history-tl-container ul.tl {
    margin: 20px 0;
    padding: 0;
    display: inline-block;
}

.history-tl-container ul.tl li {
    list-style: none;
    margin: auto;
    margin-left: 0px;
    min-height: 120px;
    /* background: rgba(255,255,0,0.1); */
    border-left: 1px dashed #86d6ff;
    padding: 0px 0 86px 57px;
    position: relative;
}

.history-tl-container ul.tl li:last-child {
    border-left: 0;
}

.history-tl-container ul.tl li::before {
    position: absolute;
    left: -11px;
    top: 0px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #258cc7;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;
}

.history-tl-container ul.tl li:hover::before {
    border-color: #258cc7;
    transition: all 1000ms ease-in-out;
}

ul.tl li .item-title {
}

ul.tl li .item-detail {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

ul.tl li .timestamp {
    color: #8d8d8d;
    position: absolute;
    width: 100px;
    left: -6%;
    text-align: right;
    font-size: 12px;
    top: 0px;
}

.item-title {
    position: relative;
    left: 51px;
    font-size: 17px;
}

.notification {
    position: relative;
    top: 45px;
    right: 35px;
}
.comment-add {
    margin-left: -16px;
}
.commnet-font {
    font-size: 14px;
}
.Add-comment-button {
    position: relative;
    left: 417px;
}
.content-wrapper {
    overflow: auto;
}
.navbar.navbar-expand-lg.navbar-static.shadow {
    background-color: #001312;
    height: 60px;
}
.sidebar-content {
    background-color: #055052;
}
.sidebar-logo.d-flex.justify-content-center.align-items-center {
    background-color: #001312;
}
.status-indicator-container {
    /* width: 30px;
  height: 30px;
  padding: 2px 2px 2px 2px;
  background-color: #ffffff;
  box-sizing: border-box; */
}
a.navbar-nav-link.align-items-center.rounded-pill.p-1:hover
    .status-indicator-container.profile_logo {
    background-color: #53b8bb !important;
    border-radius: 50% !important;
}
a.navbar-nav-link.align-items-center.rounded-pill.p-1:hover .profile_name {
    color: #53b8bb !important;
}

a.navbar-nav-link.navbar-nav-link-icon.rounded-pill
    i.ph-bell.text-black::before {
    color: var(--white) !important;
}
a.navbar-nav-link.navbar-nav-link-icon.rounded-pill:hover
    i.ph-bell.text-black::before {
    background-color: transparent !important;
}
.rounded-pill.navbar-nav-link:hover,
.rounded-pill.navbar-nav-link:active,
.rounded-pill.navbar-nav-link:focus {
    background-color: transparent !important;
    color: var(--white) !important;
}
.nav-item:focus-visible {
    outline: 0px !important;
}
table#ProjectList,
table#InquiryList,
table#FollowUpList {
    margin: 0px 0px !important;
}
table#ProjectList,
table#InquiryList,
table#FollowUpList thead {
    background-color: #055052;
    color: var(--white);
}
table#ProjectList,
table#InquiryList,
table#FollowUpList thead tr th::before,
table#ProjectList,
table#InquiryList,
table#FollowUpList thead tr th::after {
    color: var(--white) !important ;
}
.form-control {
    input-focus-border-color: #53b8bb;
}
/* .content-inner {
    overflow-x: hidden;
} */
.login-page {
    height: 100vh;
}

.login-img {
    width: 100% !important;
    height: 100%;
}
.login-form-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-text {
    position: absolute;
    bottom: 370px; /* Adjust the position as needed */
    left: 20px; /* Adjust the position as needed */
    color: white; /* Set the text color */
    font-size: 18px; /* Set the font size */
}
/*Login Page Left Side*/
.login_left_side {
    background-image: url("/images/banner_1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_left_side .mainsectionlogin {
    border-radius: 2.5rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: -51px 51px 100px 0px rgba(255, 255, 255, 0.08) inset,
        51px -51px 100px 0px rgba(63, 140, 142, 0.08) inset,
        0px 0px 100px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(106.08000183105469px);
}
@media (max-width: 575px) {
    .login_left_side .mainsectionlogin {
        padding: 1.75rem !important;
    }
}
.login_left_side .mainsectionlogin h1 {
    text-transform: uppercase;
    font-size: 50px !important;
    color: var(--white) !important ;
    line-height: 64.6px !important;
}
.login_left_side .mainsectionlogin p {
    font-size: 18px !important;
    color: var(--white) !important ;
}
.loginsubmit {
    border-radius: 0.9375rem;
    background: linear-gradient(135deg, #53b8bb 0%, #055052 50%, #003638 100%);
}
.logintitle {
    text-transform: uppercase;
    font-size: 40px !important;
    color: #055052 !important ;
    line-height: 50.6px !important;
}
.loginsubtitle {
    font-size: 20px !important;
    color: #055052 !important ;
}
.login_img {
    width: 100px !important;
    height: 100px !important;
}
.usernamelogin {
    border-radius: 0.625rem !important;
    border: 1px solid #055052 !important;
}

.passwordlogin {
    border-radius: 0.625rem !important;
    border: 1px solid #055052 !important;
}
.checkboxremember {
    border: 1px solid !important;
}
@media (max-width: 575px) {
    .login_left_side .mainsectionlogin h1 {
        text-transform: uppercase;
        font-size: 21px !important;
        color: var(--white) !important;
        line-height: 33.6px !important;
    }
    .login_left_side .mainsectionlogin p {
        font-size: 18px !important;
        color: var(--white) !important ;
    }
}

.dataTables_filter {
    display: none !important;
}

.filter_label {
    border: 0;
    /* width: 49px;
    height: 22px; */
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: "Poppins Medium", "Poppins", sans-serif;
    font-weight: 600;
    color: #000000;
    text-align: left;
    line-height: normal;
    display: flex;
    justify-content: end;
    align-items: center;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50% !important;
    }
    /* .content-inner {
        overflow-y: hidden;
    } */
}
.select_filter {
    font-weight: 600;
    color: #000000;
    border-radius: 10px;
}
.show {
    font-weight: 600;
    color: #000000;
}
.filter_drop_down {
    padding-right: 20px;
}
.dataTables_wrapper {
    overflow-x: auto;
}
.data_table_background {
    background-color: #cbcbcb;
    border-radius: 6px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
    color: #003739;
    text-align: center;
    line-height: normal;
}
.datatable-scroll {
    background-color: #ffff;
}
.dataTables_info {
    font-weight: 600;
    color: #000000;
}
.selector {
    position: relative;
    /* width:60%; */
    background-color: var(--smoke-white);
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 9999px;
    /* box-shadow:0 0 16px rgba(0,0,0,.2); */
}
.selector-item {
    position: relative;
    flex-basis: calc(70% / 3);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 425px;
}
.selector-item_radio {
    appearance: none;
    display: none;
}
.selector-item_label {
    position: relative;
    height: 55%;
    width: 430px;
    text-align: center;
    border-radius: 0px;
    line-height: 400%;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    transition-duration: 0.5s;
    transition-property: transform, box-shadow;
    transform: none;
    background-color: #efefef;
}
.selector-item_radio:checked + .selector-item_label {
    background-color: #055052;
    color: var(--white);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
}

.search_radius {
    border-radius: 10px;
}
.Download_button {
    position: absolute;
    right: 27px;
    width: 200px;
    top: 40px;
}
.Download_button_color {
    border-radius: 5px;
    background: #055052;
    color: #fff;
    margin-top: -25;
    width: 294px !important;
    height: 40px;
}
.filter_button_color {
    border-radius: 5px;
    background: #055052;
    color: #fff;
    margin-top: -25;
    width: 130px !important;
    height: 40px;
}
.icon-comments {
    color: #000000;
}
.active > .page-link,
.page-link.active {
    background-color: #53b8bb;
    border-color: #53b8bb;
    border-radius: 5px;
}
.dataTables_paginate.paging_simple_numbers {
    background: #fff;
    border-radius: 10px;
}

@media (max-width: 480px) {
    .selector {
        width: 90%;
    }
}
@media (max-width: 1567px) {
    .selector-item_label {
        width: 402px;
    }
}

.card-body {
    background: #efefef;
}

thead {
    background: #055052;
    color: #fff;
}
tbody {
    background: #fff;
}
.end_align {
    display: flex;
    justify-content: end;
    align-items: center;
}
.number_list {
    display: flex;
    align-items: center;
}
.number_list_radius {
    border-radius: 6px;
    width: 100px;
    border: 1px solid #797979;
    padding: 5px 10px 5px 20px;
    margin-left: 10px;
}
.arrow {
    width: 31px;
    top: 35px;
    position: relative;
    left: 30px;
}
.backlogin {
    margin-left: 175px;
    color: #055052;
}
/*  */

.custom-loader {
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 8px solid;
    border-color: #059669 #0000;
    animation: s1 1s infinite;
}
@keyframes s1 {
    to {
        transform: rotate(0.5turn);
    }
}
#mainLoader {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000;
    background: black;
    opacity: 0.95;
}
.password-toggle-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.chart_card {
    width: 40%;
    margin-left: 20px;
    background: #e6f8f7;
}
.chart_card_left {
    width: 55%;
    margin-left: 20px;
    background: #e6f8f7;
}

/* chart */
.widget {
    margin-top: 50px;
    margin-bottom: 50px;
}

.header {
    background-color: #29384d;
    height: 40px;
    color: #929daf;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 1.5em;
    text-shadow: 1px 1px #06060d;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-position: right
        calc(
            calc(var(--input-line-height) * 1.4em) +
                calc(var(--input-padding-y) * 0.5)
        )
        center !important;
}
.module_card {
    width: 95%;
    margin-left: 37px;
    background: #e6f8f7;
}
.form_header {
    color: #005658;
}
/* @media (min-width: 992px){
.sidebar-expand-lg.sidebar-main-resized:not(.sidebar-collapsed):not(.sidebar-main-unfold) .sidebar-resize-hide {
    display: none !important;
}
} */

@media (min-width: 992px){
.sidebar-expand-lg.sidebar-main-resized:not(.sidebar-collapsed)+* {
    margin-left: calc(var(--spacer) * 2 + var(--icon-font-size));
}
}

.sidebar-logo-icon {
    height: 40px !important;
}
.submit_button {
    background-color: #055052;
    color: #ffffff;
    border-radius: 5px !important;
    width: fit-content;
    height: 40px;
    border: 1px solid #055052;
}
.cancel_button {
    color: #055052;
    border-radius: 5px !important;
    width: fit-content;
    height: 40px;
    border: 1px solid #055052;
}
.add_form {
    color: #055052;
}
.cancel_button:hover,
.filter_button_color:hover,
.Download_button_color:hover,
.submit_button:hover {
    border-radius: 5px !important;

    border: 1px solid #055052;
}

.rounded-table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden; /* This is important to ensure rounded corners work properly */
}

.rounded-table th {
    padding: 10px;
    border: 1px solid #ccc;
}
.sort-icon {
    margin-left: 50px;
}
.sortable th {
    position: relative;
}

.sort-icon {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    vertical-align: middle;
}

.sort-icon.rotate-up {
    transform: rotate(180deg);
}

.sort-icon.rotate-down {
    transform: rotate(0deg);
}
.role_table {
    line-height: 0.3rem !important;
}

@media (max-width: 680px) {
    .responsive_roll {
        /* width: 50% !important;
        min-width: 50% !important;
        overflow-x: hidden !important; */
    }
}

.roll_tabs {
    align-items: center;
    display: flex;
    background-color: ghostwhite;
    border: 1px solid black;
    border-radius: 10px;
}
.border-bootom {
    border-bottom: 1px solid black;
}
.roll_border {
    border: 1px solid black;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltip-text {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    z-index: 1;
}

.tooltip:hover .tooltip-text {
    display: block;
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.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: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.form-check-input:checked {
    background-color: #055052;
}
.roll_border_module {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 5px;
    /* font-weight: bold; */
    color: #333;
    display: inline-block;
}
.sort-icon i {
    font-size: 14px;
    vertical-align: middle;
    opacity: 0.5; /* Set default opacity */
    transition: opacity 0.2s; /* Add a smooth transition */
}

.sort-icon i.active {
    opacity: 1; /* Show icon at full opacity when active */
}

/* Rotate the icon for ascending/descending */
.sort-icon i.ph-caret-up.active {
    transform: rotate(180deg);
}
.buuton_submitand_cancel {
    margin-top: 5px;
}
.form_height {
    overflow-y: auto;
    overflow-x: hidden;
    height: 88%;
}

.nav-pills .nav-item.active {
    background: #fff !important;
}
.projectstatus_button_color {
    border-radius: 5px;
    background: #fff;
    margin-top: -25;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    color: var(--modal-color);
    pointer-events: auto;
    background-color: var(--modal-bg);
    background-clip: padding-box;
    border: var(--modal-border-width) solid var(--modal-border-color);
    border-radius: var(--modal-border-radius);
    box-shadow: var(--modal-box-shadow);
    outline: 0;
    top: 175px;
    left: 70px;
}
.sr_class {
    width: 50px;
}
.actions_class {
    width: 150px;
}
.filter .form-select {
    background-color: #efefef;
    border: 1px solid #acacac;
    border-radius: 5px;
}
.form-control:focus,
.form-select:focus {
    border-color: #53b8bb;
}
.ph-note-pencil {
    color: black;
}
.prev_btn svg,
.next_btn svg {
    height: 25px !important;
    /* width:25px !important; */
    object-fit: contain !important;
    color: #055052 !important;
    font-weight: 700 !important;
}
/* .custom-pagination{
        display:flex !important;
        justify-content:flex-end !important;
    }


    .pagination-css{
        background: #D9D9D9;
    } */

/* .w-5 path {
    color: #055052;
} */

/* .relative .activePage {
    background: #53B8BB;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
} */
.currentPage span {
    background: #53b8bb;
    color: #000;
    border-radius: 5px;
}
.custom-pagination .inner-custom-pagination {
    background-color: #d9d9d9 !important;
}

.custom-pagination span,
.custom-pagination span span,
.custom-pagination span a {
    color: #000000 !important;
}

/* .custom-pagination .inner-custom-pagination span span{
    padding: 0px !important;
} */

.enquiry_filter {
    display: flex;
    justify-content: flex-start;
}
.select2-selection--multiple .select2-selection__choice:focus,
.select2-selection--multiple .select2-selection__choice:hover {
    background-color: #055052;
}
input[type="number"] {
    -webkit-appearance: textfield; /* Safari and Chrome */
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Other browsers */
}
.location {
    display: flex;
    justify-content: space-between;
}
.copyicon {
    font-size: 22px;
}
.multiselect.btn {
    border-radius: 5px;
}

.status {
    margin: 0px !important;
    width: 100% !important;
}
.multiselect-filter .form-control-feedback-icon i {
    display: none;
}
/* iswhatsapp css  */
.add_enquery_iswhatsapp span.slider {
    background-color: #e5fff6 !important;
    border-radius: 20px;
    border: 2px solid;
    border: 2px solid #53b8bb;
}
.add_enquery_iswhatsapp span.slider::before {
    background-color: #055052 !important;
    border-radius: 100% !important;
    height: 23px;
    width: 25px;
    left: 0px;
}
.add_enquery_iswhatsapp_unchecked span.slider {
    background-color: #cdcdcd !important;
    border-radius: 20px;
    border: 2px solid;
    border: 2px solid #bdbdbd;
}
.add_enquery_iswhatsapp_unchecked span.slider::before {
    background-color: #ffffff !important;
    border-radius: 100% !important;
    height: 23px;
    width: 25px;
    left: 4px;
}
.header-select {
    .select2-selection--single {
        background-color: #001312;
        color: #fff;
        border-color: #001312;
    }
    .select2-container--focus:not(.select2-container--disabled)
        .select2-selection--single,
    .select2-container--open .select2-selection--single {
        border-color: #001312;
        box-shadow: none;
    }
}




#commentfollowUpModal .modal-dialog.modal-dialog-scrollable .modal-content{
top:0px;
}

.inner_border_custom{
    border:1px solid #000000;    
}

.select2-container--open .select2-dropdown--above{
    width: auto !important;
}

.select2-search--hide+.select2-results>.select2-results__options{
    width: 100%;
}
@media (min-width: 992px){.col-lg-5 {
    /* flex: -78 37 auto; */
    width: 42.666667%;
}}
@media (min-width: 768px){.col-md-2 {
    /* flex: 0 0 auto; */
    width: 14.666667%;
}}
@media (max-width: 992px){
.main_enquiry_section{
    height:100% !important;
    min-height:100% !important;
    max-height:100% !important;
}
.main_enquiry_section .enquiry_form_header{
        height:10% !important;
        min-height:10% !important;
        max-height:10% !important;
}
.main_enquiry_section .form_content_section{
        height:80% !important;
        min-height:80% !important;
        max-height:80% !important;
}
.main_enquiry_section .form_btn_section{
        height:10% !important;
        min-height:10% !important;
        max-height:10% !important;
}
}
@media (max-width: 769px){
    .main_enquiry_section{
        height:100% !important;
        min-height:100% !important;
        max-height:100% !important;
    }
    .main_enquiry_section .enquiry_form_header{
        height:8% !important;
        min-height:8% !important;
        max-height:8% !important;
}
.main_enquiry_section .form_content_section{
        height:82% !important;
        min-height:82% !important;
        max-height:82% !important;
}
.main_enquiry_section .form_btn_section{
        height:10% !important;
        min-height:10% !important;
        max-height:10% !important;
}
}
@media (max-width: 668px){
    .main_enquiry_section{
        height:100% !important;
        min-height:100% !important;
        max-height:100% !important;
    }
    .main_enquiry_section .enquiry_form_header{
        height:18% !important;
        min-height:18% !important;
        max-height:18% !important;
}
.main_enquiry_section .form_content_section{
        height:72% !important;
        min-height:72% !important;
        max-height:72% !important;
}
.main_enquiry_section .form_btn_section{
        height:10% !important;
        min-height:10% !important;
}}
button.btn.btn-danger.btn-sm.deleteOption{
    border-radius: 5px;
}
.delete-buttton-hide{
    display: none;
}