/*common-css-start*/
body {
    font-family: "Mulish", sans-serif;
    background: #f4f5f8;
}


.modal-body .loading-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 265px);
    justify-content: center;
    align-items: center;
}
h1,
h2,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

ul {
    padding: 0 !important;
}

li {
    list-style-type: none !important;
}
.calender-icon {
    margin: -28px 10px 0px 0px;
    float: right;
    color: #1C1C1C;
}

.popover {
    position: absolute;
    transform: translateY(-50%); 
    background-color: white;
    border: none;
    padding: 10px; 
    box-shadow: 0 4px 8px #9e6de0;
    background-color: rgb(75,75,75);
    background-clip: padding-box;
    z-index: 10;
    white-space: nowrap;
    display: none; 
    max-width: 380px; 
}

.popover-image {
    width: 100%; 
    height: auto; 
    display: block; 
}

.popover-caption {
    margin-top: 10px;
    font-size: 14px;
    text-align: center; 
    color: rgb(220,220,220) !important
}

[data-nav-layout="horizontal"] .app-content > .container-fluid,
[data-nav-layout="horizontal"] .main-header-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

::placeholder {
    color: #727273 !important;
}
/* Start::placeholder */
.form-control:focus::-webkit-input-placeholder,
.form-control:focus::placeholder {
    padding-inline-start: 0;
    -webkit-transition: none;
    transition: none;
}

.form-control::-webkit-input-placeholder {
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.7;
    color: var(--default-text-color);
    padding-inline-start: 0px;
    -webkit-transition: none;
    transition: none;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.4;
    color: var(--default-text-color);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.4;
    color: var(--default-text-color);
}

.form-control:-ms-input-placeholder {
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.4;
    color: var(--default-text-color);
}
.type-lease-abstract .table thead tr th{
    min-width:99px;
}
.resources-sales-administrator .table thead tr th{
    min-width:154px;
}
.lease-pricing-camrecon .table thead tr th{
    min-width:180px;
}
/* End::placeholder */
input[type="text"],
.form-group input{
    height: 40px;
}

.main-header-container .header-link {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
}

a {
    color: black;
    cursor: pointer;
    text-decoration: none;
}

.form-control {
    resize: none;
}
table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before{
    content:"▴" !important;
    font-size: 20px !important;
    line-height:20px;
}
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after{
    content: "▾" !important;
    font-size: 20px !important;
    line-height:20px;
}
.btn-group>.btn-group:not(:first-child), .btn-group>:not(.btn-check:first-child)+.btn{
    margin-left:0px!important;
    border:1px solid transparent!important;
}
.custom-table .table thead tr td.colCheckbox{
    border:none;
    padding: 0px;
}
.custom-table .table thead tr td.colCheckbox.sorting_disabled{
    width:26px!important;
}
.text-color {
    color: #4486f8;
}

.form-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(10, 13, 20, 1);
}


.page-title {
    font-size: 24px;
    line-height: 36px;
    color: #1c1c1c;
}

.btn:active {
    border: none;
}

.border-btn {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #4486f8;
    color: #4486f8;
    border-color: #4486f8;
}

    .border-btn:hover {
        background-color: #e9edf4;
        border-color: #4486f8;
    }

.dropdown-menu .custom-filter-search-box {
    max-width: unset;
    border: none;
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
    border-radius: 0px;
}

.custom-filter-search-box {
    display: flex;
    align-items: center;
    border: 1px solid rgba(28, 28, 28, 0.1);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    max-width: 350px;
    width: 100%;
    position: relative;
}

    .custom-filter-search-box button {
        border: none;
        background-color: #fff;
        height: 30px;
        line-height: 1;
        padding: 0 12px;
        font-size: 14px;
    }

        .custom-filter-search-box button i {
            color: #727273;
            font-size: 16px;
        }

    .custom-filter-search-box .custom-filed {
        padding: 0 15px 0 15px;
        width: 100%;
        font-size: 13px;
        border-radius: 0 !important;
        border-right: 0;
        font-weight: 400;
        border: 0;
        background-color: #fff;
    }

    .custom-filter-search-box span {
        height: 30px;
        display: block;
    }

.cancel-search {
    position: absolute;
    z-index: 3;
    right: 10px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    height: 30px;
    padding: 0 12px;
    border: none;
    font-size: 16px;
    background-color: #fff;
    color: #77889a;
}

    .cancel-search:hover {
        color: #77889a;
    }

.page-header:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}

.avatar {
    height: 30px;
    width: 30px;
}
td .addmembers-dropdown .avatar{
    justify-content: unset !important;
    color: black !important
}

.filter {
    color: rgba(28, 28, 28, 0.8);
    text-decoration: none;
}

    .filter:hover {
        color: rgba(28, 28, 28, 0.8);
        cursor: pointer;
    }

.page {
    min-height: unset;
}

[data-nav-layout="horizontal"] .app-sidebar {
    border-block-end: none;
}

.top-search-bar {
    min-width: 400px;
}

    .top-search-bar .custom-filter-search-box {
        margin-top: 9px;
        margin-left: 50px;
    }

    .top-search-bar .custom-filed {
        padding: 12px;
    }

.app-sidebar {
    box-shadow: none;
}

.dropdown-list .dropdown-item {
    padding: 11px 13px;
}

.tick {
    height: 14px;
    width: 14px;
    line-height: 14px !important;
    font-size: 10px;
}

.avatar-count .green-bg.rounded-circle {
    font-size: 13px;
}

.btn-with-icon i {
    color: #1c1c1c;
    font-size: 16px;
    height: 16px;
    width: 16px;
}

.btn-with-icon button,
.btn-with-icon .action-btn-wrap a {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.57px;
}

.btn-with-icon .action-btn-wrap a {
    padding: 11px;
    margin-left: 10px;
}

.btn-with-icon .btn-add {
    padding: 11px;
}

.action-bar {
    flex: 1;
    flex-direction: column;
}

.action-btn-dropdown .dropdown-menu {
    padding: 5px;
    width: 300px;
}

.app-sidebar .side-menu__item.active,
.app-sidebar .side-menu__item:hover {
    padding: 15px 8px !important;
}

.app-sidebar .side-menu__item {
    padding: 15px 8px !important;
    border-bottom:3px solid transparent;
}

[data-nav-layout="horizontal"] .app-sidebar .main-menu > .slide {
    margin-left: 10px;
    margin-right: 10px;
}
[data-nav-layout=horizontal] .main-header-container, [data-nav-layout=horizontal] .main-sidebar{
    width:100%;
}
.modal-close-btn.wizard-close-btn a i {
    font-size: 18px;
}
.pulse{
    animation:none;
    margin-right:-8px;
}
.required{
    color:#ff0000!important;
}
.modal-footer{
    padding:10px;
}
#tbl-previewBulkLease .loading-section{
    background-color:#ebecf0;
}
.app-sidebar .side-menu__item.active,
.app-sidebar .side-menu__item.active .side-menu__label,
.app-sidebar .side-menu__item:hover,
.app-sidebar .side-menu__item:hover .side-menu__label{
    color:#4486f8 !important;
}
.menu-hover .app-sidebar .main-sidebar,
[data-nav-style="menu-hover"][data-nav-layout="horizontal"]
.app-sidebar
.main-sidebar,
[data-nav-style="menu-hover"][data-toggled="menu-hover-closed"]
.app-sidebar
.main-sidebar {
    height: 100%;
}

[data-nav-layout="horizontal"] .app-sidebar .main-menu {
    margin-top: 5px;
}

.main-header-container .main-header-dropdown .dropdown-item {
    position: relative;
    z-index: 1;
}
.nav.nav-pills .slide.nav-item.dropdown ul.dropdown-menu.show{
    padding:5px!important;
}
.nav.nav-pills .slide.nav-item.dropdown ul.dropdown-menu.show li a.dropdown-item{
    font-size:14px;
    padding:8px;
    line-height:18px; 
}
.main-header-container .header-link-icon{
    border-left:1px solid #D9DCE1;
    padding-left:10px;
    border-radius:0px;
}
.table thead tr th{
    background-color:rgba(28, 28, 28, 0.05);
}
.form-control:disabled{
    background-color:rgba(28, 28, 28, 0.1);
    cursor: not-allowed;
}
#mainHeaderProfile{
    padding:10px;
}
#mainHeaderProfile .me-xxl-2{
    height:40px;
    width:40px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}
#mainHeaderProfile .me-xxl-2 img{
    height:100%;
    width:100%;
    object-fit:cover;
}
#headerIdentity .img-abbrivation {
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 14px;
    padding-top: 8px;
}

#file-UploadPhoto .profile-img .img-abbrivation{
    position: relative; /* So the popover is positioned relative to this element */
    display: inline-block;
    height:80px;
    width:80px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0;
    font-size:35px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding:0px 11px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    background-color: rgba(244, 245, 248, 1) !important;
    color: #000 !important;
    border-color: rgba(28, 28, 28, 0.1) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:#000!important;
}
.select2-container .select2-search--inline .select2-search__field{
    display:none!important;
}
.uploaded-docs-show span{
    background-color:#fff;
    padding:10px 15px;
    border-radius:10px;
    border:1px solid rgba(28, 28, 28, 0.1);
    margin-top:25px;
    max-width:217px;
    display:flex;
}
.uploaded-docs-show span.btn i,
.uploaded-docs-show span.btn a{
    line-height:22px;
}
.uploaded-docs-show span.btn a.text-truncate{
    white-space:nowrap;
    width:140px;
    display:inline-block;
}
.uploaded-docs-show span.btn:hover{
    background-color:#fff;
}
.uploaded-docs-show span a{
    margin:0px 15px;
    color:#2188F9!important;
}
.download-link{
    color:#2188F9;
    text-decoration:underline;
    font-size:13px;
    line-height:17px;
}
.custom-table .table thead tr td.colCheckbox.sorting_disabled{
    background-color:rgba(28, 28, 28, 0.05)!important;
}
.scrollbar-width{
    scrollbar-width:thin;
}
/*common-btn-css-start*/
.btn{
    padding:8px 20px;
}
.btn-primary{
    color:#ffffff;
    background-color:#9e6de0;
    border-color:#9e6de0;
}
.btn-primary:active,
.btn-primary:first-child:active,
.btn-primary:hover{
    color:#ffffff;
    background-color:#894dd9;
    border-color:#8243d7;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #9e6de0;
    border-color: #9e6de0;
}
/*common-btn-css-end*/
/*common-css-end*/
/*common-grid-changes-start*/
.custom-table {
    background: #fff;
    font-size: 14px;
    margin-bottom:15px;
    padding:0;
}
    /*.dataTables_wrapper{
        background-color:#fff;
    }*/
   /* .table td{
        padding: 10px 20px!important;
    }*/
    .custom-table table th {
        color: #1c1c1c;
    }

    .custom-table table td {
        font-weight: 400;
    }

    .custom-table table.table tr th {
        background: rgba(28, 28, 28, 0.05);
    }

    .custom-table table td div {
        color: #3f444d;
    }

    .custom-table tbody tr,
    table.dataTable tbody tr{
        border-bottom: 1px solid rgba(28, 28, 28, 0.1) !important;
    }

    .custom-table .table-responsive.rounded {
        border-radius: 10px !important;
    }

    .custom-table table .form-check-input {
        border-color: rgba(114, 114, 115, 1);
        height: 16px;
        width: 16px;
    }

.table-xl-scroll.custom-table table th:first-child,
.table-xl-scroll.custom-table table th:first-child + th,
.table-xl-scroll.custom-table table td:first-child,
.table-xl-scroll.custom-table table td:first-child + td {
    position: sticky;
    left: 0;
}

    .table-xl-scroll.custom-table table th:first-child + th,
    .table-xl-scroll.custom-table table td:first-child + td {
        left: 56px;
    }

    .table-xl-scroll.custom-table table th:first-child,
    .table-xl-scroll.custom-table table th:first-child + th {
        background: #f3f3f3;
    }

.custom-table table thead th .name {
    padding-left: 38px;
}

.custom-table table .dropdown ul,
.modal .dropdown ul {
    padding: 5px !important;
    max-height:300px;
    overflow:hidden;
    overflow-y:auto;
}

.custom-table table .dropdown button {
    font-size: 14px;
}

.custom-table table .dropdown .dropdown-item {
    padding: 11px 13px;
}

.custom-table table .dropdown-toggle::after {
    font-size: 18px;
    color: #3f444d;
    margin-left: 50px;
    vertical-align: middle;
}

.custom-table .dropdown .btn.action-btn,
.custom-table .dropdown .btn.show {
    color: rgba(28, 28, 28, 0.6);
}

.custom-table .inbox-data-icon {
    width: 60px;
}

.custom-table .inbox-data-count {
    width: 70px;
}

.custom-table .inbox-data-date {
    width: 100px;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before{
    top:10px;
}
table.dataTable tr.child ul.dropdown-menu{
    display:none!important;
}
table.dataTable tr.child ul.dropdown-menu.show{
    display:block!important;
}
/*.select2-dropdown{
    width:250px!important;
}*/

.select2-container--default .select2-results>.select2-results__options{
    scrollbar-width:thin;
}
    
.table .inbox-data-form{
    width:320px;
}

.table .inbox-data-date{
    width:295px;
    white-space:break-spaces;
    word-break:break-word;
}

.task-grid-header{
    margin-top:0px!important;
}

.task-grid-header .btn-with-icon.btn-with-dropdown{
    border-top:1px solid rgba(28, 28, 28, 0.1);
    margin-bottom:5px!important;
    padding-top:20px;
}

.custom-table .inbox-data-btn {
    width: 150px;
}

    .custom-table .inbox-data-btn .btn {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 17.57px;
    }

.custom-table .inbox-data-icon .dropdown {
    height: 40px;
    width: 40px;
    text-align: center;
}

.custom-table tr th.space-right-xl,
.custom-table tbody > tr > td.space-right-xl {
    padding-right: 80px !important;
}

.custom-table tr th.space-right-big,
.custom-table tbody > tr > td.space-right-big {
    padding-right: 60px !important;
}

.custom-table tr th.space-right-medium,
.custom-table tbody > tr > td.space-right-medium {
    padding-right: 40px !important;
}

.custom-table tr th.space-right-small,
.custom-table tbody > tr > td.space-right-small {
    padding-right: 20px !important;
}

.custom-table tr th.space-left-xl,
.custom-table tbody > tr > td.space-left-xl {
    padding-left: 80px !important;
}

.custom-table tr th.space-left-big,
.custom-table tbody > tr > td.space-left-big {
    padding-left: 60px !important;
}

.custom-table tr th.space-left-medium,
.custom-table tbody > tr > td.space-left-medium {
    padding-left: 40px !important;
}

.custom-table tr th.space-left-small,
.custom-table tbody > tr > td.space-left-small {
    padding-left: 20px !important;
}
.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_processing, 
.dataTables_wrapper .dataTables_paginate{
    padding:10px;
}
/*grid-pagination-changes-start*/
.custom-table .table-footer {
    padding: 15px 20px 15px 6px;
    float: left;
    width: 100%;
}

    .custom-table .table-footer .pagination {
        display: inline-block;
        padding-left: 0;
        border-radius: 2px;
    }

        .custom-table .table-footer .pagination > li {
            display: inline-block;
            margin-bottom: 0px;
        }

.custom-table .pagination > .active > a.btn-primary-bg,
.custom-table .inbox-footer .pagination > .active > a.btn-primary-bg:focus {
    cursor: default !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    height:32px;
    width:32px;
    padding:2px;
    border-radius:5px;
    margin-right:12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background:#F4F5F8!important;
    border-color:transparent!important;
    color:#727273!important;
    padding:5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color:#4486F8!important;
    color:#fff!important;
    border-color:transparent!important;
    padding:5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next{
    font-size:11px;
    background-color:#F4F5F8;
    padding:7px;
}
.dataTables_wrapper .dataTables_filter input{
    border-radius:5px!important;
}
.custom-table .table td input.recordSelect,
.custom-table .table td input[type=checkbox]{
    height:16px;
    width:16px;
    margin-top:4px;
    margin-right:10px;
}
.btn.action-btn:hover,
.btn.btn-add:hover{
    background-color:rgba(63, 68, 77, 0.1);
}
.dataTables_paginate.paging_simple_numbers{
    padding:10px 12px 0px 0px;
}
.dataTables_info{
    padding-top:15px!important;
}
.fc-header-toolbar.fc-toolbar .fc-toolbar-chunk .fc-today-button{
    background-color:transparent!important;
    border-color:transparent!important;
    color:#000;
}
.leaves-status{
    padding-right:0px;
    padding-left:0px;
    background-color:#fff;
    float:right;
    width:100%;
    border-bottom:1px solid rgba(28, 28, 28, 0.1);
    padding:20px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.leaves-status .txt-leave{
    float:left;
    margin-left:19px;
    font-size:20px;
    margin-bottom:0px;
}
.leaves-status span{
    float:right;
    margin-right:14px;
    margin-bottom:10px;
}
.leaves-status span.leave-indicator{
    margin-top:8px;
    margin-right:5px;
}
.fc .fc-multimonth-title,
.fc .fc-multimonth-daygrid{
    border:1px solid rgba(28, 28, 28, 0.1);
    border-radius:5px;
}
.fc .fc-multimonth-title{
    background-color:#d1d1d14d;
}
.fc .fc-view-harness-active > .fc-view{
    border:none;
}
.fc .fc-toolbar.fc-header-toolbar{
    margin-bottom:0px;
    padding:0px 13px 15px 23px;
}
.fc-multimonth-header-table thead tr th{
    border:none!important;
}
.fc-multimonth-header-table tr{
    border-right:1px solid rgba(28, 28, 28, 0.1);
    border-left:1px solid rgba(28, 28, 28, 0.1);
}
#eventCalendar{
    padding-top:10px!important;
}
/*grid-pagination-changes-end*/
/*common-grid-changes-end*/
/* Modal Common Change css Start */
.modal-dialog .modal-content .modal-body {
    padding: 30px 30px 10px 30px;
    background-color: #ebecf0;
}

.modal-dialog .modal-content .modal-footer {
    background-color: #ebecf0;
}

.modal-dialog .modal-header{
    padding:10px 30px;
}

.modal-dialog .modal-header .modal-close-btn::before {
    content: "";
}

.modal-dialog .modal-header .modal-close-btn {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-left: 1.5px solid rgba(22, 22, 22, 0.15);
    cursor: pointer;
    margin-left: 15px;
}

    .modal-dialog .modal-header .modal-close-btn .btn div i.btn-icon {
        font-size: 14px;
    }
/* Modal Common Change css End */
/* Helper Classes Start*/
.margin-bt-0 {
    margin-bottom: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-5 {
    margin-left: 10px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-bt-5 {
    margin-bottom: 5px !important;
}

.margin-bt-10 {
    margin-bottom: 10px !important;
}

.margin-bt-15 {
    margin-bottom: 15px !important;
}

.margin-bt-20 {
    margin-bottom: 20px !important;
}

.margin-bt-25 {
    margin-bottom: 25px !important;
}

.padding-left-0{
    padding-left:0px!important;
}

.margin-bt-30 {
    margin-bottom: 30px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.no-bg{
    background-color:transparent!important;
}
.no-border{
    border:none!important;
}
.border-left{
    border-left:1px solid #fff;
}
.border-right{
    border-right:1px solid #fff;
}
.p-1x{
    padding:1px !important;
}
.modal-content .modal-header .wizard ul.steps li.success span.badge {
    background-color: #4486F81A;
    color: #4486F8;
    /* font-weight: 900; */
    content: "\f00c";
}
/*.modal-content .modal-header .wizard ul.steps li.active{
    background-color:#4486f8;
}*/
/* Helper Classes End */
/* css-for-add-new-roles-modal-start */
.modal-dialog .modal-content .modal-header .modal-title.md-title {
    font-size: 18px;
    line-height: 40px;
    flex: 3;
    font-weight:500;
}

.btn-with-icon .btn i{
    margin-right:10px;
    margin-top:-1px;
    vertical-align:middle;
}

.modal-body .role-grid table thead tr th {
    background-color: rgba(28, 28, 28, 0.05);
}

.modal-body .role-grid table span {
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
}

.modal-body .role-grid table td .set-roles .form-control {
    border: 1px solid rgba(28, 28, 28, 0.1);
    padding: 10px;
    border-radius: 5px;
    min-width: 200px;
}

.modal-dialog .modal-body .role-grid .table tr td .dropdown .btn.show,
.modal-dialog .modal-body .role-grid .table tr td .dropdown .btn,
.modal-dialog .modal-body .role-grid .table tr td .dropdown .btn:hover {
    color: rgba(28, 28, 28, 0.6) !important;
    border: none !important;
}
/* css-for-add-new-roles-modal-end */
/* css-for-create-new-project-start */
.create-new-project .modal-content .modal-header .wizard {
    flex: 7;
    display: flex;
}

    .create-new-project .modal-content .modal-header .wizard ul.steps {
        list-style: none;
        display: flex;
        justify-content: center;
        margin: 0px;
        padding: 0px;
    }

        .create-new-project
        .modal-content
        .modal-header
        .wizard
        ul.steps
        li
        span.badge {
            color: #000;
            background-color: #f4f5f8;
            height: 24px;
            width: 24px;
            font-size: 13px;
            padding: 5px;
            border-radius: 50%;
            margin-left: 20px;
            margin-right: 5px;
        }

        .create-new-project
        .modal-content
        .modal-header
        .wizard
        ul.steps
        li.active
        span.badge {
            background-color: #4486f8;
            color: #fff;
        }

        .create-new-project
        .modal-content
        .modal-header
        .wizard
        ul.steps
        li.active
        span.step-title {
            color: #4486f8;
        }

        .create-new-project
        .modal-content
        .modal-header
        .wizard
        ul.steps
        li
        span.step-title {
            font-size: 12px;
            line-height: 16px;
            font-weight: 600;
        }

.create-new-project
.modal-content
.modal-body
.form-new-project-wrap
.form-control.detail-min-height {
    min-height: 100px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    top: 35px;
    font-size: 15px;
    position: absolute;
}

.modal-dialog .modal-content .modal-footer .btn-prev {
    background-color: rgba(68, 134, 248, 0.1) !important;
    color: rgba(68, 134, 248, 1) !important;
    border-color: rgba(68, 134, 248, 1) !important;
}
/* css-for-create-new-project-end */
/* css-for-add-new-user-modal-start */
.modal-add-new-user .user-profile-wrap .profile-img {
    background-color: #fff;
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 50%;
}
.modal-add-new-user .user-profile-wrap .profile-img .avatar.avatar-xxl{
    height:100%;
    width:100%;
    object-fit: cover;
}
.modal-add-new-user .user-profile-wrap {
    /*border-bottom: 1px solid rgba(28, 28, 28, 0.1);*/
    margin-bottom:20px;
}

    .modal-add-new-user .user-profile-wrap .btn-remove-pic {
        background-color: rgba(255, 255, 255, 1) !important;
        color: #0d6efd !important;
    }

.modal-add-new-user .profile-info-wrap .set-user-name-pass {
    border-top: 1px solid rgba(28, 28, 28, 0.1);
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}
/* css-for-add-new-user-modal-end */
/* css for profile page start */
.profile-page-wrap {
    padding: 53px;
}

    .profile-page-wrap .user-profile-wrap .profile-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        font-size: 30px;
    }

        .profile-page-wrap .user-profile-wrap .profile-img img {
            max-width: 100%;
            max-height: 100%;
        }

    .profile-page-wrap .user-profile-wrap .col-sm-4 span:first-child {
        font-size: 18px;
    }

    .profile-page-wrap .user-profile-wrap .user-details {
        width: calc(100% - 120px);
        float: left;
        padding-left: 20px;
        padding-top: 25px;
    }

        .profile-page-wrap .user-profile-wrap .user-details p,
        .profile-page-wrap .user-profile-wrap .user-details h6 {
            margin: 0px;
        }

        .profile-page-wrap .user-profile-wrap .user-details h6 {
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
        }

        .profile-page-wrap .user-profile-wrap .user-details p,
        .profile-page-wrap .user-profile-wrap .user-details span {
            color: rgba(28, 28, 28, 0.8);
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
        }

    .profile-page-wrap .user-info h6:after {
        content: "";
        background-color: rgba(28, 28, 28, 0.1);
        height: 1px;
        width: 89%;
        margin-top: 10px;
    }

    .profile-page-wrap .user-info h6 span {
        font-weight: 400;
        font-size: 17px;
        line-height: 22px;
    }

    .profile-page-wrap .user-info .col-sm-12 textarea {
        height: 120px;
    }

    .profile-page-wrap .user-info .invalid-feedback {
        top: 40px;
    }
/* css for profile page end */
/*css-for-add-new-group start*/
.btn-with-dropdown {
    float: right;
    width: 100%;
}
.btn-with-dropdown .dropdown-toggle::after {
    display: none;
}

.btn-with-dropdown .dropdown-menu {
    padding: 5px;
    width: 378px;
}

.btn-with-icon button.btn {
    padding: 11px;
}

.btn-with-dropdown .btn.show {
    background: rgba(28, 28, 28, 0.8);
    color: #ffffff;
}

    .btn-with-dropdown .btn.show i {
        color: #ffffff;
    }

.btn-with-dropdown .dropdown-menu ul.dropdown-list {
    padding: 0;
    overflow:hidden;
    overflow-y:auto;
    height:165px;
}

    .btn-with-dropdown .dropdown-menu ul.dropdown-list li,
    .modal-body .dropdown-menu ul.dropdown-list li {
        list-style: none;
    }

.btn-with-dropdown .form-switch .form-check-input {
    width: 22.5px;
    height: 15px;
}

.select-members {
    position: absolute;
    width: 378px;
    background: #ffffff;
    right: 0px;
    border-radius:5px;
    margin-top:1px;
    top: 15%;
    box-shadow: 0px 0px 5px 0px rgba(63, 68, 77, 0.2);
    padding:5px;
    left:100%;
}
.select-members ul li{
    padding:12px 13px;
    display:flex;
}
.select-members ul{
    height:250px;
    overflow:hidden;
    overflow-y:auto;
}
.select-members ul li input.SelectUser{
    height:16px;
    width:16px;
    margin-right:10px;
    cursor:pointer;
}

.select-members ul li:hover{
    background:#F4F5F8;
}

.addmembers-dropdown .dropdown-toggle {
    min-width: 300px;
    padding: 8px 10px;
}

.addmembers-dropdown > .btn{
    font-size:14px;
}

.multiple-members,
.add-members {
    padding: 8px 10px;
}

.addmembers-dropdown .dropdown-toggle.show,
.addmembers-dropdown .addmembers {
    border-color: rgba(28, 28, 28, 0.1);
}

.addmembers-dropdown .dropdown-toggle::after {
    display: none;
}

.addmembers-dropdown .addmembers {
    min-width: 300px;
    padding:8px;
    bottom:0px;
}

.addmembers-dropdown .addmembers .select-members ul.margin-bt-0 li span{
    line-height:23px;
}

.addmembers-dropdown .addmembers .dropdown-list li{
    padding:8px 10px;
    float:left;
    width:100%;
}

.addmembers-dropdown .addmembers .dropdown-list li .rolewrap{
    background:#F4F5F8;
    float:left;
    border-radius:5px;
    min-width:100%;
    max-width:100%;
}

.addmembers-dropdown .addmembers .dropdown-list li .rolewrap .dropdown-toggle{
    padding:0;
    min-width:unset;
}

.addmembers-dropdown .addmembers .dropdown-list li .avatar:empty{
    display:none;
}

.addmembers .dropdown-menu .custom-filter-search-box .custom-filed {
    padding: 0 15px;
}

.addmembers-dropdown .cancel-search {
    padding: 0;
}

.addmembers .avatar{
    width: 24px;
    height: 24px;
}
.addmembers-dropdown .avatar{
    min-width:28px;
    min-height:28px;
}
td .addmembers-dropdown .avatar.green-bg{
    padding:10px;
    padding:3px;
}
td .addmembers-dropdown .avatar.green-bg p{
    margin:0px;
    font-size:12px;
    color:#fff;
    width:100%;
}
.addmembers-dropdown ul{
    max-height:175px;
    overflow:hidden;
    overflow-y:auto;
    max-width:283px;
}

.addmembers-dropdown ul .cancel-search {
    top: 16px;
}

.member-name {
    padding: 10px 10px 10px 25px;
    margin-left: -10px;
    border-radius: 3px;
    width:100%;
}

.addmembers-dropdown .addmembers .dropdown-list li .rolewrap:hover {
    background: rgba(114, 114, 115, 0.2);
}

    .member-name .cancel-member:hover {
        color: #3f444d;
    }

.cancel-member {
    color: #3f444d;
    text-decoration: none;
}

.cancel-member.text-truncate{
    display:inline-block;
    max-width:180px;
    float:left;
    text-align:left;
    width:calc(100% - 20px);
}

.member-name .cancel-member + i {
    color: #727273;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    float:right;
}
/*css-for-add-new-group end*/
/* css for toggle button start */
.toggle-switch .toggle i {
    background-color: rgba(28, 28, 28, 0.2) !important;
    border-color: rgba(28, 28, 28, 0.2) !important;
}

.toggle-switch .toggle input:checked + i {
    border-color: #1bc469 !important;
    background-color: #1bc469 !important;
}

.toggle-switch .toggle i {
    content: "";
    position: absolute;
    top: 0px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    left: 0;
    right: auto;
    width: 22.5px;
    height: 15px;
}

.toggle-switch .toggle input:checked + i:before {
    right: 2px;
}

.toggle-switch .toggle i:before {
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 50%;
    opacity: 1;
    transition: right 0.2s;
    -o-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -webkit-transition: right 0.2s;
    top: 2px;
    right: 8px;
    width: 10px;
    height: 10px;
}

.toggle-switch .toggle {
    padding: 1px 5px;
    height: 15px;
    width: 22.5px;
    margin: 0;
}

.toggle input {
    position: absolute;
    z-index: -1;
}
/* css for toggle button end */
/*css for avatar count start*/
/*.avatar:nth-child(n + 6) {
    display: none;*/ /*Hide avatar from the 6th span  */
/*}*/

.avatar-count .count {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*css for avatar count end*/
/* css for bread-crumb start */
.breadcrumb-wrap {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.57px;
    margin-top: 30px;
}

.breadcrumb .breadcrumb-item.active span {
    color: rgba(28, 28, 28, 0.65);
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-weight: 900;
    color: rgba(28, 28, 28, 0.65);
}

.breadcrumb-wrap + .page-header {
    padding: 0;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
}

.tabs-list .nav-item:not(:last-child) {
    margin-right: 20px;
}

.tabs-data.tab-content .tab-pane {
    border: 0;
    padding: 0;
}

.tabs-list.nav-pills .nav-item .nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding: 15px 0;
}

    .tabs-list.nav-pills .nav-item .nav-link.active {
        font-weight: 600;
        border-radius: 0;
        transition: none;
    }
/* css for bread-crumb end */
/* css for task page Start */
.change-status-wrap.btn-with-icon .form-group + .btn {
    padding: 11px 30px;
}

.change-status-wrap .dropdown-menu {
    padding: 10px;
}

.change-status-wrap .form-group {
    margin-bottom: 10px;
}
/* css for task page End */
/*css for upload documents start*/
.upload-docs-wrap .uploaded-docs-wrap span .dwn-file-link {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(28, 28, 28, 0.1);
}
/*css for upload documents end*/
/*css for export task start*/
.export-task-wrap ul.task-tabs {
    flex-wrap: wrap;
}

    .export-task-wrap ul.task-tabs li .tabs-wrap {
        min-width: 200px;
        height: 50px;
        background-color: #fff;
        padding: 12px;
        border-radius: 5px;
        margin: 10px;
        text-align: left;
        border: none;
    }

    .export-task-wrap ul.task-tabs li .dropdown .dropdown-menu.show {
        min-width: 200px;
    }

        .export-task-wrap
        ul.task-tabs
        li
        .dropdown
        .dropdown-menu.show
        li
        a.dropdown-item {
            padding: 11px 13px;
            font-size: 14px;
        }

    .export-task-wrap ul.task-tabs li .tabs-wrap a.btn-default {
        padding: 0px;
        min-width: 200px;
        text-align: left;
    }

.tabs-wrap .checkbox {
    margin-bottom: 0px;
}

    .tabs-wrap .checkbox label {
        display: inline-block;
        padding: 0px;
        margin-bottom: 5px;
        position: relative;
    }

.tabs-wrap input[type="checkbox"].checkbox {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    .tabs-wrap input[type="checkbox"].checkbox + span {
        position: relative;
        display: inline-block;
        line-height: 17px;
        min-height: 14px;
        min-width: 14px;
        padding-left: 27px;
        vertical-align: middle;
    }

        .tabs-wrap input[type="checkbox"].checkbox + span::before {
            content: "";
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0px;
            border-radius: 3px;
            background: none;
            box-shadow: none;
            color: #000;
            border: 1px solid;
            border-color: rgba(28, 28, 28, 0.8);
        }

    .tabs-wrap input[type="checkbox"].checkbox:checked + span::before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 13px;
        text-align: center;
    }

.tabs-wrap.selected input[type="checkbox"].checkbox:checked + span::before {
    background-color: #fff;
    color: #4486f8 !important;
    border-color: #fff;
}

.selected {
    background-color: #4486f8 !important;
    color: #fff !important;
}
/* css for export task modal end */

/* css for View as button */
.btn-view-as button.dropdown-toggle::after {
    margin-left: 0 !important;
    display: inline-block !important;
    margin-inline-start: 0.25rem;
    vertical-align: 0 !important;
    /*content: "\f0d7" !important;*/
    font-family: bootstrap-icons !important;
    border: 0 !important;
    font-size: 8px !important;
    font-weight: 600;
    color: #fff !important;
}
.btn-view-as button.dropdown-toggle {
    border: 0;
}
/* css for View as button End*/


 .datepickers-container {
    z-index: 2000 !important
}

.select2-container--open {
    z-index: 9999999
}


/*this is for the checkbox of the grid*/
.colCheckbox.sorting {
    max-width: 10px !important;
    background-color: #f3f3f3 !important;
}

/* Css for applicable work days start */
input.checkbox.style-2.all {
    width: 16px;
    height: 16px;
}

.work-days-wrap li {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

    .work-days-wrap li input {
        margin-right: 5px;
    }

.work-days-wrap span {
    color: rgba(63, 68, 77, 1);
}

/* Css for applicable work days end */



.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}
/*css for create new project modal wizard btns start*/
.modal .modal-header .wizard-btn-wrap button.formnev.btn-primary{
    background-color:transparent!important;
    border:none;
    color:#4486f8!important;
}
.modal .modal-header .wizard-btn-wrap button.formnev.btn-primary span{
    background-color:#4486f8;
    color:#fff;
}
.modal .modal-header .wizard-btn-wrap button.formnev span{
    padding:5px 10px 5px 10px;
    background-color:rgba(244, 245, 248, 1);
    color:#212529;
    border-radius:50%;
}
/*css for create new project modal wizard btns end*/
/*css-for-add-client-form-modal-start*/
.modal .modal-add-new-user .profile-info-wrap .form-group,
.profile-page-wrap .form-group
{
    position:relative;
}
.modal .modal-add-new-user .profile-info-wrap .form-group .date-picker,
.profile-page-wrap .form-group .date-picker
{
    position:absolute;
    top:30px;
    right:20px;
}
/*css-for-add-client-form-modal-end*/



.center-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 110px) !important;
}

.user-profile-wrap.user-logo-image .profile-img {
    width: 300px;
    border-radius: 5px;
    height: 110px;
}

.user-profile-wrap.user-logo-image .profile-img .avatar {
    min-height: 100%;
    min-width: 100%;
    vertical-align: middle;
}
.profile-info-wrap .secheading:after {
    content: "";
    background-color: rgba(28, 28, 28, 0.1);
    height: 1px;
    width: 100%;
    margin-top: 10px;
    position:absolute;
    left:0;
}


.profile-info-wrap .secheading {
    margin: 1rem 0px;

}

.hidden {
    display: none !important;
}

.text-right {
    text-align: right !important;
}
.btn.action-btn.float-end span{
    font-size:14px;
    font-weight:600;
}
.page-header ul li#calendar {
    margin: 0px !important;
}

.profile-info-wrap h6{
    position:relative;
    padding-left:0px;
}
.profile-info-wrap h6 > span{
    background:#ebecf0;
    position:relative;
    z-index:1;
    padding:0px 10px 0px 10px;
}
/*calender-event-modal-css-start*/
.fc-popover.fc-more-popover{
    width:330px;
    min-height:210px;
    padding:10px;
    border:none!important;
    border-radius:5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.fc-popover.fc-more-popover .fc-popover-header{
    background:transparent!important;
    font-weight:600;
    font-size:16px;
    border-bottom:1px solid rgba(28, 28, 28, 0.1);
}
.fc-popover.fc-more-popover .fc-popover-header .fc-popover-title{
    width:100%;
    float:left;
}
.fc-popover.fc-more-popover .fc-popover-close{
    font-weight:bold;
    font-size:18px;
    float:left;
}
.fc-popover-body{
    padding:10px 0px!important;
}
 .fc-popover-body .fc-event-title-container{
    background:#fff;
    padding:5px 0px;
}
.fc-daygrid-event{
    border-color:#fff!important;
}
.fc-event-title.fc-sticky{
    color:rgba(28, 28, 28, 0.8)!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.fc-event-title.fc-sticky:before{
    content:"";
    height:8px;
    width:8px;
    border-radius:50%;
    display:inline-block;
    background-color:#4486F8;
    margin-right:10px;
}
.fc .fc-daygrid-day.fc-day-today{
    border:2px solid #4486F8!important;
}
.fc-event-main-frame:hover{
    background-color: rgba(68, 134, 248, 0.1);
    border-radius:5px;
}
 .fc-event.fc-event-start.fc-event-today.fc-h-event{
     background-color:transparent;
     border-color:transparent!important;
 }
 .fc-h-event{
     background-color:#fff;
 }
.fc .fc-button-group > .fc-button {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #848484;
}
 .fc .fc-button-group > .fc-button.fc-button-active{
     color:#000;
 }
.fc-icon.fc-icon-chevron-left, .fc-icon.fc-icon-chevron-right {
    color: #000;
}
 .fc-direction-ltr .fc-toolbar > * > :not(:first-child){
     background-color:transparent!important;
     border-color:transparent!important;
     color:#000;
 }
/*calender-event-modal-2-css-start*/
.event-desc-wrap{
   min-height:245px;
   width:460px;
   background:#fff;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   border-radius:5px;
   display: none;
   position:absolute;
   padding:15px;
   z-index:1000;
}
.fc .fc-popover {
    z-index: 999 !important;
}

.float-left-w100 {
    float: left;
    width: 100%;
}
.event-desc-wrap .desc-header .right-sec-icons{
    float:right;
}
.event-desc-wrap .desc-header .right-sec-icons i{
    padding-right:14px;
    font-size:16px;
}
.event-desc-wrap .desc-body .heading-desc{
    font-size:16px;
    font-weight:600;
    line-height:20px;
    color:#000;
}
.event-desc-wrap .desc-body p{
    color:rgba(28, 28, 28, 0.65);
    margin-bottom:10px;
}
.event-desc-wrap .desc-body strong{
    color:#000;
}
/*calender-event-modal-2-css-end*/
/*calender-event-modal-css-end*/


.modal-content .modal-header .wizard {
    flex: 7;
    display: flex;
}

.modal-content .modal-header .wizard ul.steps {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
}

.modal-content .modal-header .wizard ul.steps li span.badge {
    color: #000;
    background-color: #f4f5f8;
    height: 24px;
    width: 24px;
    font-size: 13px;
    padding: 5px;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 5px;
}

.modal-content .modal-header .wizard ul.steps li.active span.badge {
    background-color: #4486f8;
    color: #fff;
}

.modal-content .modal-header.wizard ul.steps li.active span.step-title {
    color: #4486f8;
}

.modal-content .modal-header .wizard ul.steps li span.step-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.modal-content .modal-body .form-new-project-wrap .form-control.detail-min-height {
    min-height: 100px;
}

.invalid-feedback {
    display: none;
    width: 100%;
    top: 35px;
    font-size: 15px;
    position: absolute;
}

.modal-dialog .modal-content .modal-footer .btn-prev {
    background-color: rgba(68, 134, 248, 0.1) !important;
    color: rgba(68, 134, 248, 1) !important;
    border-color: rgba(68, 134, 248, 1) !important;
}
/*css-for-calender-btn-color-start*/
.fc-button.fc-button-primary {
    background-color: #4486f8 !important;
    border-color: #4486f8 !important;
    font-weight: bold;
}
/*css-for-calender-btn-color-end*/
/*css-for-request-leave-start*/
.leave-details-wrap{
    float:left;
    width:100%;
    padding:20px;
    background-color:#fff;
    border-radius:5px;
    max-height: calc(100vh - 300px);
    overflow: hidden;
    overflow-y: auto;
}
.leave-details-wrap ul{
    float:left;
    width:100%;
    border-bottom:1px solid rgba(28, 28, 28, 0.1);
    height:calc(100% - 500px);
    overflow-y:auto;
}
.leave-details-wrap ul li span{
    line-height:40px;
}
.leave-details-wrap ul li .input-group{
    width:50%;
}
.leave-details-wrap ul li{
    margin-bottom:15px;
}
/*css-for-request-leave-end*/
.closemodal-div {
    height: 100%;
    width: 100%;
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
}
.multiline-trim {
    display: -webkit-box;
    max-height: 38px;
    word-wrap: break-word;
    width:190px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:normal;
}
.addmembers-dropdown > .btn span.text-truncate{
    max-width:350px;
}
.select-members ul{
    max-width:100%;
}
.total-pricing-tr .totals{
    padding:20px 10px 20px 14px;
    background-color:rgba(28, 28, 28, 0.06);
    font-weight:600;
    border:1px solid rgba(28, 28, 28, 0.1);
}
.total-pricing-tr .of-leases,
.total-pricing-tr .exp-revenue{
    background-color:rgba(186, 186, 186, 0.02);
    border:1px solid rgba(28, 28, 28, 0.1);
}
/*.projectdetail .row{
    padding:0px;
}*/
/*common-css-for-btn-active-focous-trasition-start*/
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{
    border:1px solid transparent!important;
}
/*common-css-for-btn-active-focous-trasition-end*/

.fc-dayGridMonth-button, .fc-timeGridWeek-button, .fc-timeGridDay-button, .fc-today-button {
    text-transform: capitalize !important;
}
.custom-table table.table thead tr .sorting{
    width:362px!important;
}
.my-work-search-box{
    float:right;
    width:100%;
}
.my-work-search-box .form-select{
    width:222px;
    float:right;
}
.my-work-search-box .form-select:focus{
    border-color:transparent!important;
    box-shadow:none;
}
.modal-dialog .modal-content .modal-header .modal-title.md-title span{
    float:left;
}
.modal-dialog .modal-content .modal-header .modal-title.md-title i{
    float:left;
    font-size:13px;
    line-height:27px;
    margin:0 10px;
}


.uploaded-docs-show span {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid rgba(28, 28, 28, 0.1);
    margin-top: 25px;
}

    .uploaded-docs-show span.btn:hover {
        background-color: #fff;
    }

    .uploaded-docs-show span a {
        margin: 0px 20px;
        color: #2188F9 !important;
    }

.download-link {
    color: #2188F9;
    text-decoration: underline;
    font-size: 13px;
    line-height: 17px;
}
/*css-for-loader-with-text-custom-start*/
.loader-with-text{
    height:100vh;
    align-content:center;
    position:absolute;
    background-color:#f4f5f8;
    text-align:center;
    z-index:999;
    width:100%;
}
.loader-with-text p{
    font-size:23px;
    max-width:22%;
    text-align:center;
    margin:0 auto;
}
.loader-with-text .spinner-border{
    height:70px;
    width:70px;
    border-width:6px;
}
/*css-for-loader-with-text-custom-end*/

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: transparent !important;
}
/*css-for-loader-with-text-custom-end*/
/*css-for-small-loader-in-work-page-view-as-start*/
.my-work-sm-loader{
    position:absolute;
    top:25%;
    left:40%;
    height:25px!important;
    width:25px!important;
}
/*css-for-small-loader-in-work-page-view-as-end*/
.custom-table table .dropdown ul {
    min-height: 52px;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #bcbcbc #fff;
}
.dropdown-toggle::after{
    display:none;
}
.addnewgroup.dropdown-menu.show .dropdown-list{
    height:220px;
    min-height:52px;
    overflow:hidden;
    overflow-y:auto;
    scrollbar-color:#bcbcbc #fff;
    scrollbar-width:thin;
}

.disabledropdown {
    display: flex;
    background-color: transparent;
    border: none;
}
/*css-for-text-truncate-for-custom-modal-start*/
.current.text-truncate{
    display:block;
    width:120px;
}
/*css-for-text-truncate-for-custom-modal-end*/
.select2-container--disabled.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--disabled .select2-selection.select2-selection--multiple, .select2.select2-container.select2-container--default.select2-container--disabled .select2-selection.select2-selection--multiple .select2-selection__choice, input[type=checkbox][disabled] {
    background-color: #dedfe2 !important;
    cursor: not-allowed;
}

.modal-dialog.modal-xxl {
    max-width: 70%;
}

/* Custom modal size for XXXL */
.modal-dialog.modal-xxxl {
    max-width: 95%;
}
.table.dataTable{
    width:100%!important;
}

.AddedToAiBtnPad {
    padding: 7.5px 1.2rem !important;
}
.cursor-notAllowed {
    cursor: not-allowed !important;
}
.cursor-pointer {
    cursor: pointer  !important;
}
/*view-as-dropdown-css-start*/
.viewas-dropdown.dropup ul.projGroupList{
    max-height:100px;
    overflow:hidden;
    overflow-y:auto;
}
/*view-as-dropdown-css-end*/
.dropdown.assigned-to .select2-container--default .select2-selection--single .select2-selection__rendered{
    border:none!important;
    width:170px;
}
.dropdown.assigned-to .select2-container--default .select2-selection--single .select2-selection__arrow{
    display:none!important;
}
.addmembers-dropdown .avatar.avatar-rounded img{
    margin-left:5px;
}
/*media-for-coloumn-update-conatct-start*/
@media screen and (min-width:576px) and (max-width:991px){
    .uploaded-docs-show span{
        margin-top:0px;
        margin-bottom:15px;
    }
}
/*media-for-coloumn-update-conatct-end*/
.royal-blue {
    color: #02066F !important;
}
.underLine {
    text-decoration: underline !important;
}
#file-UploadLeases{
    margin-bottom:0px!important;
}
#file-UploadLeases .float-start.margin-top-30{
    margin-top:0px!important;
}
.spinner-border{
    background-color:transparent !important;
    width:65px;
    height:65px;
    border-width:5px;
}
.img-abbrivation {
    border-radius: 50%;
    height: 30px;
    margin-left: 5px;
    width: 30px;
    color: #fff !important;
    padding: 6px;
    text-align: center;
    background: #007bff4f;
    min-height: 30px;
    min-width: 30px;
}


h5#taskNameLabel.modal-title.md-title.inbox-data-date {
    width: 295px;
    white-space: break-spaces;
    word-break: break-word;
}
/*css-for-create-delete-btns-Start*/
.btn-with-icon{
    padding:10px 20px 10px;
}
.btn-with-icon .btn{
    color:rgba(28, 28, 28, 0.8);
    padding:10px;
    line-height:17px;
}
.btn-with-icon .btn.float-end{
    margin-left:5px;
}
/*css-for-create-delete-btns-End*/
/*css-common-grids-Start*/
.custom-table #tbl-datatable_wrapper .dataTables_length{
    padding:15px 10px 15px 20px;
}
.custom-table #tbl-datatable_wrapper .dataTables_filter{
    margin-bottom:0px;
    padding-right:20px;
    float:right;
}
.custom-table #tbl-datatable_wrapper .dataTables_length label,
.custom-table #tbl-datatable_wrapper .dataTables_filter label{
    color:#3F444D !important;
    margin-bottom:0px;
}
.custom-table #tbl-datatable_wrapper .dataTables_filter label{
    line-height:18px;
}
.custom-table .dataTables_length label select{
    padding:5px 3px;
    border-radius:5px;
    border-color:rgba(28, 28, 28, 0.1);
    color:#3F444D;
}
.custom-table table.table thead th:first-child, 
.custom-table table.table tbody td:first-child{
    padding-left:20px;
}
.custom-table table.table thead th, 
.custom-table table.table tbody td{
    vertical-align:middle;
    font-size:14px;
    line-height:17px;
}
.custom-table table.table thead th{
    border-top:1px solid rgba(28, 28, 28, 0.1);
    border-bottom:1px solid rgba(28, 28, 28, 0.1);
    padding:10px 10px;
}
.custom-table table.table tbody td{
    color:#3F444D;
    border-bottom:1px solid rgba(28, 28, 28, 0.1);
    border-top:0;
}
.custom-table .dataTables_wrapper .dataTables_info{
    padding-bottom:15px;
    padding-top:10px !important;
    padding-left:20px;
    color:#3F444D;
}
.custom-table .dataTables_wrapper .dataTables_paginate{
    display:flex;
    padding:5px 12px 10px 0;
}
.custom-table .dataTables_wrapper .dataTables_paginate .paginate_button i{
    vertical-align:middle;
}
.custom-table .table.table-hover tbody tr:hover td{
    color:#3F444D;
}
/*css-common-grids-End*/
/*css-modal-image-gallery-Start*/
.image-gallery-wrapper .image-wrapper{
    width:100%;
    height:220px;
}
.image-gallery-wrapper .owl-theme.carousel-user .owl-item .event-photos{
    background-color:transparent;
    margin:10px 0;
    position:relative;
}
.image-gallery-wrapper .owl-theme.carousel-user .owl-item img{
    width:100%;
    height:100%;
    border-radius:10px;
    object-fit:cover;
}
.image-gallery-wrapper .owl-theme.carousel-user .owl-nav button{
    font-size:20px;
    padding:0 5px !important;
    top:50%;
    transform:translateY(-50%);
}
.image-gallery-wrapper .owl-theme.carousel-user .owl-nav .owl-prev{
    left:-30px;
}
.image-gallery-wrapper .owl-theme.carousel-user .owl-nav .owl-next{
    right:-30px;
}
.image-gallery-wrapper .carousel-user .event-photos .card-img-overlay{
    display:none;
    border-radius:10px;
    background-color:rgba(0,0,0,.5);
}
.image-gallery-wrapper .carousel-user .event-photos:hover .card-img-overlay{
    display:flex;
    justify-content:center;
    align-items:center;
}
.image-gallery-wrapper .carousel-user .event-photos .card-img-overlay .btn{
    margin:0 10px;
}
/*css-modal-image-gallery-End*/
/*css-for-dropdown-icon-Start*/
.navbar .navbar-right .navbar-nav .user-menu .dropdown-toggle:after{
    font-family:"Font Awesome 5 Free" !important;
    content:"\f078" !important;
    font-size:13px !important;
}
/*css-for-dropdown-icon-End*/
/*common-modal-changes-of-Users-Colleges-Events-Start*/
.modal-close-btn .btn-icon{
    color:#0A0D14;
}
.modal-close-btn .btn-icon:hover{
    color:#474747;
}
.btn-bg-gray{
    background-color:#77889A !important;
    border-color:#77889A !important;
}
.sec-title{
    font-size:18px;
    font-weight:400;
    line-height:22px;
    color:#000;
    position:relative;
    overflow:hidden;
    margin:20px 0px 30px;
}
.sec-title:after{
    content:'';
    border-bottom:1px solid rgba(28, 28, 28, 0.1);
    position:absolute;
    top:11px;
    width:100%;
}
.sec-title span{
    margin-right:10px;
    padding:0px !important;
}
.modal .profile-info-wrap .row:first-of-type .col-12:first-child .sec-title{
    margin-top:0px;
}
.profile-info-wrap .form-group label{
    color:#0A0D14;
    font-size:15px;
    line-height:19px;
}
.profile-info-wrap .form-group .form-control,
.profile-info-wrap .form-group .dropdown-toggle{
    padding:8px 10px;
    line-height:22px;
    font-size:15px;
    color:#2F3542;
    border-color:#EBECF0;
    border-radius:5px;
    margin:0px;
}
.profile-info-wrap .form-group .form-control::placeholder{
    font-size:15px;
    color:#2F3542;
}
.form-group .dropdown-toggle{
    width:100%;
    text-align:left;
    background-color:#fff;
}
.form-group .dropdown-toggle:after{
    font-family:"Font Awesome 5 Free" !important;
    content:"\f078" !important;
    border:0;
    margin-left:0;
    position:absolute;
    top:12px;
    right:15px;
    color:#0A0D14;
}
.profile-info-wrap .form-group .dropdown-menu{
    width:100%;
}
.profile-info-wrap .form-group .dropdown-menu .dropdown-item{
    padding:5px 10px;
}
.form-group .dropdown-menu.dropdown-menu-end > li{
    padding:3px;
}
/*common-modal-changes-of-Users-Colleges-Events-End*/
/*css-upload-image-Start*/
.image-gallery-wrapper .upload-btn-wrapper{
    position:relative;
    overflow:hidden;
    display:inline-flex;
}
.image-gallery-wrapper .upload-btn-wrapper .upload-image{
    font-size:15px;
    padding:0;
    color:#2188F9;
    position:relative;
    font-weight:600;
    border:0;
    line-height:19px;
}
.image-gallery-wrapper .upload-btn-wrapper input[type=file]{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    line-height:1;
}
/*css-upload-image-End*/
/*css-photos-request-page-Start*/
.nav-tabs-container .nav-tabs{
    justify-content:flex-end;
    background-color:#fff;
}
.nav-tabs-container .nav-tabs .nav-item{
    margin-right:30px;
}
.nav-tabs-container .nav-tabs .nav-link{
    display:flex;
    min-height:40px;
    font-size:14px;
    line-height:17px;
    padding:10px 0px;
    background-color:transparent;
    color:#333F48;
    border-radius:0;
    border:0;
    border-bottom:2px solid transparent;
    text-transform:capitalize;
}
.nav-tabs-container .nav-tabs .nav-link span{
    margin-right:2px;
}
.nav-tabs-container .nav-tabs .nav-link.active{
    color:#000;
    font-weight:500;
}
.nav-tabs-container .nav-tabs .nav-link:hover,
.nav-tabs-container .nav-tabs .nav-link:focus,
.nav-tabs-container .nav-tabs .nav-link.active{
    border-color:#9e6de0;
}
.nav-tabs-container .nav-tabs .record-count{
    padding:2px 5px;
    font-size:10px;
    line-height:14px;
    color:#000;
    background-color:rgba(51, 63, 72, 0.1);
    border-radius:3px;
    display:none;
    font-weight:500;
}
.nav-tabs-container .nav-tabs .nav-link.active .record-count{
    display:inline-block;
}
/*css-photos-request-page-End*/
/*css-event-photo-modal-Start*/
/*common-btns-for-modal-grid-Start*/
.btn-outline-bg-danger{
    background-color:rgba(238, 0, 4, 0.1) !important;
    border-color:#EE0004 !important;
    color:#EE0004 !important;
}
.btn-outline-bg-success{
    background-color:rgba(63, 189, 84, 0.1) !important;
    border-color:#3FBD54 !important;
    color:#3FBD54 !important;
}
.btn-outline-bg-danger:hover{
    color:#fff !important;
    background-color:#EE0004 !important;
}
.btn-outline-bg-success:hover{
    color:#fff !important;
    background-color:#3FBD54 !important;
}
/*common-btns-for-modal-grid-End*/
.event-details-wrap .event-image-wrap{
    height:454px;
    margin:-30px;
    margin-bottom:0;
}
.event-details-wrap .event-image-wrap img{
    width:100%;
    height:100%;
}
.event-details-wrap .img-caption-wrap{
    padding:25px 0 0;
}
.event-details-wrap .img-caption-wrap .caption-text{
    color:#000;
    font-size:18px;
    line-height:22px;
}
/*css-event-photo-modal-End*/
/*css-photo-request-grid-Start*/
.custom-table .profile-img{
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
    box-shadow: 0 5px 12px rgba(158, 109, 224, 0.35), 0 5px 4px rgba(158, 109, 224, 0.5);
}
.custom-table .event-img{
    width:100px;
    height:100px;
    padding:5px;
    background-color:rgba(158, 109, 224, 0.45);
    box-shadow: 0 5px 12px rgba(158, 109, 224, 0.4), 0 3px 4px rgba(158, 109, 224, 0.5);
    border-radius:5px;
}
/*css-photo-request-grid-End*/
/*css-admin-dashboard-data-cards-Start*/
.content.data-cards-wrap .row > .col-xl-3.col-sm-6{
    display:flex;
    flex-direction:column;
}
.content.data-cards-wrap .card{
    margin-bottom:30px;
    min-height:230px;
    height:100%;
    width:100%;
}
.content.data-cards-wrap .card-body{
    padding:20px 20px 20px 20px;
}


.content.data-cards-wrap .card .card-header{
    padding: 20px 80px 20px 20px;
}
.content.data-cards-wrap .card-body{
    height:unset;
}
.content.data-cards-wrap .card .chart-wrapper{
    position:unset;
    padding:0px;
    margin:0px;
    transform:translateX(0);
}
.content.data-cards-wrap .card .chart-wrapper .innerLeftCard{
    margin-right:0px;
}
.content.data-cards-wrap .card .chart-wrapper .innerLeftCard h3,
.content.data-cards-wrap .card .chart-wrapper .rightCard h3{
    font-size:22px;
}
/*css-admin-dashboard-data-cards-End*/
/*css-otp-modal-Start*/
.otp-modal .modal-dialog .modal-header,
.change-Pswd .modal-content .modal-header{
    padding:10px 30px 0;
    border-bottom:0;
}
.otp-modal .modal-header .close-btn{
    font-size:20px;
    padding-right:0px;
}
.otp-modal .modal-dialog .modal-content .modal-body{
    padding-top:0;
    padding-bottom:30px;
    background-color: #fff;
}
.otp-modal .modal-body .md-title,
.change-Pswd .modal-body .md-title{
    text-align:center;
    margin-bottom:12px;
    font-size:23px;
    font-weight:600;
}
.otp-modal .modal-body .prompt,
.change-Pswd .modal-body .prompt{
    font-size:18px;
    text-align:center;
    margin:0 0 15px;
}
.otp-modal .modal-body .digit-group{
    text-align:center;
    padding:20px 0;
}
.otp-modal .modal-body .digit-group > input{
    width:45px;
    height:55px;
    border-radius:8px;
    margin: 10px;
    font-size:25px;
    text-align:center;
    background-color:#ededed;
    box-shadow:none;
    border:0.5px solid rgba(28, 28, 28, 0.1);
}
.otp-modal .modal-body .digit-group > input:focus{
    background-color:#ffffff;
    box-shadow:0 0 3px rgba(0, 0, 0, .5);
    border:1px solid #8243d7;
}
.otp-modal .modal-body .otp-timer{
    text-align:center;
    color:#3F444D;
    line-height:24px;
    font-size:16px;
    margin-top:10px;
}
.otp-modal .modal-body .otp-timer span{
    font-weight:600;
    color:#0a0d14;
}
.otp-modal .modal-body .resend-otp{
    display:flex;
    justify-content:center;
    align-items:center;
    padding: 10px 0px;
    color:#3f444d;
}
.otp-modal .modal-body .resend-otp span{
    margin-right:10px;
    font-size:16px;
}
.otp-modal .modal-body .resend-otp .btn-link{
    color:#8243d7;
    font-size:15px;
}
.otp-modal .modal-dialog .modal-content .modal-footer{
    background-color:#fff;
    justify-content:center;
}
.otp-modal .modal-footer .btn,
.change-Pswd .modal-footer .btn{
    margin:10px;
}
/*css-otp-modal-End*/
/*css-details-modal-start*/
.modal .custom-table.event-data-wrap{
    min-height:500px;
}
.modal .custom-table.event-data-wrap > div{
    height:100%;
    padding-bottom:50px;
}
.modal .custom-table.event-data-wrap .dataTables_wrapper .dataTables_info,
.modal .custom-table.event-data-wrap .dataTables_wrapper .dataTables_paginate{
    position:absolute;
    bottom:0px;
}
.modal .custom-table.event-data-wrap .dataTables_wrapper .dataTables_paginate{
    right:0px;
}
/*css-details-modal-end*/
/*css-for-change-password-modal-start*/
.change-Pswd .modal-content .modal-header{
    padding-top:15px;
}
.change-Pswd .modal-content .modal-header .close{
    font-size:20px;
}
.change-Pswd .modal-dialog .modal-content .modal-body,
.change-Pswd .modal-dialog .modal-content .modal-footer{
    background-color:#fff;
}
.change-Pswd .modal-dialog .modal-content .modal-body{
    padding:10px 40px 20px;
}
.change-Pswd .form-group .input-group .input-group-text{
    background-color:transparent;
    border:0;
    height:100%;
    position:absolute;
    right:0px;
    z-index:11;
}
.change-Pswd .form-group .input-group .input-group-text i{
    min-width:20px;
}
.change-Pswd .smart-form .form-label{
    font-size:14px;
    line-height:18px;
    margin-bottom:10px;
}
/*css-for-change-password-modal-end*/
 
/*added display none initial when index is loaded */
#body {
    display: none;
}
