@font-face {
    font-family: 'MyWebFont';
    src:  url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'MyWebFont';
    src:  url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: 'MyWebFont';
    src:  url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
    font-family: 'MyWebFont';
    src:  url('../fonts/THICCCBOI-Light.woff2') format('woff2');
    font-weight: 300;
}
body{
    font-family: 'MyWebFont';
}
html{
    position: relative;
}
a:focus {
    outline:0;
}
a:active,
a:hover {
    outline: 0;
}
.apps-user-page .app-header{
    background: #ffffff;
    padding: 20px 0 20px 8px;
    margin: 0 15px;
    border-bottom: 1px solid #222222;
}
.apps-user-page .app-header>img{
    height: 65px;
    margin-left: 0;
    border-radius: 10px;
}
.campaign-title{
    font-size: 28px;
    font-weight: 700;
}
.journyz-name-desc{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    max-width: 40%;
    width: 40%;
}
.project-desc a{
    color: #333333;
    margin-left: 0;
    display: inline-block;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
}
.project-desc a:hover{
    text-decoration: none;
}
.wrapper-navtabs {
    position:relative;
    margin:0 auto;
    /*overflow:hidden;*/
    padding:5px 15px;
    height:45px;
    margin-top: 10px;
}
.wrapper-navtabs {
    position:relative;
    margin:0 auto;
    padding:10px 15px;
    height:45px;
}
.nav.nav-tabs.list li a{
    border-radius: 8px;
    padding: 7px 15px;
    color: #444444;
    font-weight: 500;
    background: #ffffff;
    margin: 2px;
    border: 1px solid #dadada;
}
.tabulator .tabulator-app-header .tabulator-col{
    background: #f5f5f5 !important;
}
.tabulator-row.tabulator-row-even{
    background-color: #ffffff !important;
}
.tabulator{
    border: 1px solid #ccc !important;
    background-color: #f5f5f5 !important;
}

.tabulator .tabulator-footer{
    border-top: 1px solid #ccc !important;
    background-color: #f5f5f5 !important;
}
.tabulator .tabulator-app-header .tabulator-col{
    background: #f5f5f5 !important;
    min-height: 36px;
}
.tabulator-row.tabulator-row-even{
    background-color: #fbfbfb !important;
}
.tabulator{
    border: 1px solid #ccc !important;
    background-color: #f5f5f5 !important;
    border-radius: 10px !important;
    margin-top: 20px;
}
.tabulator-row .tabulator-cell{
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc;
    min-height: 32px;
    line-height: 16px;
}

.tabulator-tableHolder::-webkit-scrollbar {
    width: 12px !important;
    height: 12px !important;
}
.tabulator-tableHolder::-webkit-scrollbar-track {
    background-color: hsl(0deg 2% 38% / 28%) !important;
    box-shadow: inset 0 0 0 1px hsl(0,0%,100%) !important;
    ;
    border-radius: 5px !important;
    background-clip: content-box;
}
.tabulator-tableHolder::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 0 1px hsl(0,0%,100%) !important;
    background:#90A4AE
}
.tabulator-tableHolder::-webkit-scrollbar-track-piece {
    height: 10px !important;
}
.tabulator-row .tabulator-cell{
    text-overflow: inherit !important;
    white-space: break-spaces !important;
    word-break: break-word;
    font-weight: 300;
    color: #000000;
    line-height: 20px;
}
.tabulator .tabulator-app-header .tabulator-col .tabulator-col-content .tabulator-arrow{
    top: 16px;
}
.tabulator-row .tabulator-cell:nth-of-type(2){
    white-space: normal !important;
}
.tabulator-row .tabulator-cell .edit-action-log{
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.tabulator-row .tabulator-cell .edit-action-log i{
    height: 22px;

}
.tabulator .tabulator-app-header .tabulator-col.tabulator-sortable:first-of-type .tabulator-col-title{
    padding-left: 10px;
}
.tabulator .tabulator-app-header .tabulator-col .tabulator-col-content .tabulator-col-title{
    width: 93% !important;
    color: #000000;
}
.tabulator .tabulator-app-header .tabulator-col .tabulator-col-content .tabulator-arrow{
    top: 17px !important;
}
.tabulator-row .tabulator-cell {
    border-bottom: none !important;
    padding: 8px 6px !important;
    min-height: 35px;
    max-height: 150px;
    overflow: auto !important;
}
.tabulator-row.tabulator-selectable:hover {
    background-color: #eefade !important;
    cursor: pointer;
}
.tabulator-row {
    border-bottom: 1px solid #e4e4e4;
}
.apps-user-page .nav.nav-tabs{
    border-bottom: none;
}
.apps-user-page .nav.nav-tabs li.active a{
    background: #617cf2;
    color: #ffffff;
    border-color: #617cf2;
}
img.menuactive-img{
    display: none;
    height: 28px;
    width: 28px;
}
.filter-tabs li{
    cursor: pointer;
    float: left;
    background: #ffffff;
    /*padding: 4px 10px 4px;*/
    border-radius: 3px;
    margin: 4px;
    text-align: center;
    color: #465666;
    border: 1px solid #a3a3a3;
    font-size: 15px;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    font-weight: 500;
}
ul.filter-tabs{
    list-style: none;
    padding: 0;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 0;
}
.export-logs-btn{
    min-height: 43px;
    min-width: 43px;
}
.apps-user-page .app-header .menudefault-img{
    height: 28px;
    width: 28px;
    margin-left: 0;
}
.menutabdefault-img,img.menutabactive-img{
    height: 18px;
    width: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
img.menutabactive-img{
    display: none;
}
.apps-user-page .app-header .menuactive-img{
    margin-left: 0;
}
.apps-tab-content{
    clear: both;
}
li.view-all{
    padding-top: 6px;
    text-transform: uppercase;
}

.wrapper-navtabs .nav.nav-tabs li.active a img.menutabdefault-img{
    display: none;
}
.wrapper-navtabs .nav.nav-tabs li.active a img.menutabactive-img{
    display: inline-block;
}
.project-desc{
    margin-top: 10px;
    max-width: 75%;
    display: inline-block;
}
a.app-as-admin{
    display: inline-block;
    width: 22%;
    position: relative;
    top: -5px;
}
.like-comment-achievement {
    padding: 5px 0;
}
.actionlog-panel .activity-info {
    padding-bottom: 5px !important;
}
.log-main-section .log-label {
    background: #f2f2f2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 0 5px 5px;
}
.actionlog-panel .activity-block .user-log-view .user-log-clock p a {
    color: #999;
    font-size: 11px;
}
.tab-pane.active .worksheet.tab-pane{
    display: block;
}
.loader-container-details{
    display: none;
}
.loader-container-details{
    text-align: center;
    height: 300px;
    /*margin-top: 150px;*/
}
/*.worksheet-overlay{
    top: 280px;
}*/
.dropdown.worksheet-dropdown{
    display: inline-block;
}
.loader-worksheet-container{
    top: 25%;
}

.tabulator-cell.portfolio-contributiondata {
    border-right: 0px !important;
}
/*.tabulator-cell.portfolio-contributiondata {
    border-right: 0px !important;
    display: none;
}
.tabulator-col.portfolio-contributiondata {
    display: none !important;
}
.portfolio{
    display: none !important;
}*/
.tab-content>.active{
    padding: 15px 15px 0 !important;
}
.board-view .apc_inner_item.cloned,.board-view .apc_inner_item.cloned .actionlog-panel.col-md-12 .panel-heading{
    border-radius: 8px;
}
.comment-text,.comment-multitext,.comment-email,.comment-anumber,.comment-phno{
    display:none;
}
.discard-draft-btn{
    display:none;
}


.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container {
    height: 42px;
}
.scrtabs-tab-container .tab-content {
    clear: left;
}

.scrtabs-tabs-fixed-container {
    float: left;
    height: 42px;
    overflow: hidden;
    width: 100%;
}

.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container {
    overflow-x: auto;
}
.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container::-webkit-scrollbar {
    display: none;
}

.scrtabs-tabs-movable-container {
    position: relative;
}
.scrtabs-tabs-movable-container .tab-content {
    display: none;
}

.scrtabs-tab-scroll-arrow {
    border-top: none;
    color: #617cf2;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 16px;
    height: 42px;
    margin-bottom: -1px;
    padding-left: 2px;
    padding-top: 11px;
    width: 20px;
}
.scrtabs-tab-scroll-arrow:hover {
    background-color: #eeeeee;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
    color: #ddd;
    cursor: default;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
    white-space: nowrap;
}
.user-log-clock p.edited-p{
    color: #999;
    font-size: 11px;
    vertical-align: top;
}
.rating-list-view{
    padding: 0;
}
.floating-btn{
    position: fixed !important;
    top: 90% !important;
    z-index: 99 !important;
    font-size: 13px;
    width: 100px;
    height: 32px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border: 0;
    background: #2593d0;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 10px 18px 1px rgb(0 0 0 / 25%), 3px 15px 53px 3px rgb(0 0 0 / 25%);
}
.modal.spread-modal .task-selected-users{
    background: transparent;
    display: inline-block;
    padding-left: 5px;
    padding-top: 0;
    margin-right: 5px;
    width: 90px;
    max-width: 90px;
    vertical-align: middle;
}
.modal.spread-modal .task-selected-circles{
    background: transparent;
    display: inline-block;
    margin-right: 5px;
    width: 90px;
    max-width: 90px;
    vertical-align: top;
    border-radius: 3px;
}
.modal.spread-modal span.task-profile{
    display: inline-block;
}
.modal.spread-modal span.task-status{
    display: none;
}
li.ui-state-default div.dropdown{
    display: inline-block;
}
.task-status{
    height: 12px;
    width: 12px;
    background-color: #e3e3e3;
    display: inline-block;
    float: left;
    border-radius: 50%;
    position: relative;
    top: 7px;
    left: 0;
    margin-right: 0;
}
.log-main-section label.log-label span.progress-title {
    width: auto;
}
.apc_column--content.board-content .hide-tasks-list .taskprogress-div {
    width: auto;
}
.label-fileicon{
    display: inline-block;
}
.apps-tab-pane .calendar-view{
    margin: 0;
    clear: both;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}
.apps-tab-pane .calendar-view .fc-toolbar.fc-header-toolbar{
    background: #ffffff;
    padding: 7px 7px 7px;
    border-radius: 10px;
}
.apps-tab-pane .calendar-view .fc-toolbar.fc-header-toolbar .fc-center h2{
    font-size: 24px;
}
.calendar-view .fc-header-toolbar .fc-button.fc-state-default {
    /*    background: #151e27;
        color: #ffffff;*/
    text-shadow: none;
    /*border: 1px solid #151e27;*/
    box-shadow: none;
    background: #dbecfb;
    color: #000000;

}
.calendar-view .fc-right .fc-button.fc-state-default {
    width: 65px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    height: 32px;
}
.calendar-view .fc-header-toolbar .fc-button.fc-state-active {
    background-color: #2593d0 !important;
    color: #ffffff !important;
    border-color: #2593d0 !important;
}
.calendar-view .fc-day-grid-event {
    padding: 4px 5px;
}
.calendar-view .fc-event {
    border: 1px solid #3788d8;
    border-radius: 0;
    padding: 5px 1px 5px 3px;
    margin-bottom: 4px;
    line-height: 16px;
    border: none;
    border-radius: 0;
}
.calendar-view .fc-event, .fc-event-dot {
    background-color: #3788d8;
    color: #000000;
    border-radius: 5px;
}
.camp-title-badge{
    max-width: 100%;
}
.empty-action-log{
    color: #5d5d5d;
    font-weight: 500;
    font-size: 18px;
    background: transparent;
}
.empty-action-log img{
    display: block;
    margin: 10px auto 0;
    height: 300px;
}
.empty-action-log h2{
    color: #585858;
    font-size: 26px;
    width: 500px;
    margin: 0 auto 30px;
    line-height: 43px;
}
.add-new-task{
    margin-bottom: 35px;
    padding-top: 10px;
    color: #2196f3;
    cursor: pointer;
}
.menu-img img{
    height: 40px;
    width: 40px;
    border-radius: 4px;
    object-fit: cover;
}
.search-filters{
    position: absolute;
    top: 0;
    margin: 10px 5px;
    display: inline-block;
}
.bootstrap-select.lookUpSelect{
    width: 170px !important;
    vertical-align: middle;
    padding: 0;
}
.bootstrap-select.lookUpSelect .filter-option{
    max-width: 89%;
    text-overflow: ellipsis;
}
.search-filters .input-group-addon{
    padding: 6px 3px;
    border-color: #a3a3a3;
    border-radius: 6px;
}
.lookUpInputGroup{
    display: inline-block;
    width: 270px;
    vertical-align: middle;
    margin-left: -5px;
}
.lookUpInputGroup input[type="text"]{
    border-color: #b6b6b6;
    height: 45px;
    border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 25px !important;
    border-top-right-radius: 25px !important;
    background: #ffffff;
    border-width: 2px;
    font-size: 16px;

}
.lookUpInputGroup .stylish-input-group{
    width: 100%;
}
.bootstrap-select.lookUpSelect button{
    border-color: #b6b6b6 !important;
    padding: 6px 15px;
    border-right: none;
    background: #f9f9f9;
    color: #333333 !important;
    border: 2px solid #919191;
    height: 45px;
    border-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap-select.lookUpSelect .btn-default.active, .bootstrap-select.lookUpSelect .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: #e7e7e7;
    border-color: #333333 !important;
}
.search-filters .input-group-addon button{
    border: none;
}

.bootstrap-select.lookUpSelect .btn:active, .bootstrap-select.lookUpSelect .btn.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bootstrap-select.lookUpSelect .dropdown-toggle:focus{
    outline: none !important;
    box-shadow: none !important;
}
.main-content{
    position: relative;
    /*margin-top: 10px;*/
    background: #f2f2f2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.empty-state__content .empty-state__icon{
    width: 400px;
    height: auto;
}
.empty-state{
    height: 78vh;
    margin: 0 auto;
}
.empty-state__content{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.empty-state__content .empty-state__icon{
    margin-bottom: 10px;
}
.textSearchBtn{
    pointer-events: all;
    cursor: pointer;
}
.searchclear,.lookupclear{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 50px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    pointer-events: all;
    cursor: pointer;
    color: #919191;
    font-size: 24px;
}
.worksheet.tab-pane .worksheet-dropdown{
    margin-left: 452px;
    top: -4px;
}
.bootstrap-select.btn-group.lookUpSelect .dropdown-toggle .filter-option{
    font-weight: 500;
    color: #565656;
    font-size: 16px;
}
.lookUpInputGroup .stylish-input-group .textSearchBtn{
    font-size: 18px;
    color: #6e6d6d;
    width: 50px;
    height: 45px;
    line-height: 43px;
    z-index: 999;
}
.bootstrap-select.lookUpSelect .btn-default.active, .bootstrap-select.lookUpSelect .btn-default:active, .bootstrap-select.lookUpSelect.open>.dropdown-toggle.btn-default {
    background-color: #e7e7e7;
    border-color: #919191 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.apps-tab-pane .panel-group.row-flex{
    margin-top: 65px;
}
.apps-tab-pane{
    position: relative;
}
.loader-container-details .loadinglogs{
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}
.row.dashboard-view,.row.board-view{
    margin-top: 50px;
}
.dashboard_actionlog .search-filters,.leaderboard_actionlog .search-filters,.summary_actionlog .search-filters,.achievement_actionlog .search-filters,.report_actionlog .search-filters{
    display: none !important;
}
.menu-tabs .wrapper-navtabs .nav-tabs.list>li{
    min-height: 43px;
}
.filtertabs.filter-board{
    border-color: #339af0;
    background: aliceblue;
}
.filtertabs.filter-action{
    border-color: #179f47;
    background: #f6fbf6;
}
.filtertabs.filter_dashboard{
    border-color: #438507;
    background: #f3fff9;
}
/*.filter-tabs li span{
    margin-left: 6px;
}*/
.filtertabs.filter-reports{
    border-color: #57bbc5;
    background: #edf9fa;
}
.filtertabs.filter-ach{
    border-color: orange;
    background: #fffbf4;
}
.filtertabs.filter-leader{
    border-color: #f81b89;
    background: #fff8fb;
}
.filtertabs.filter_summary{
    border-color: #4e68a8;
    background: #f1f4fb;
}
.filtertabs.filter_calendar{
    background: #f8ebfb;
    border-color: purple;
}
/*.filtertabs.filter-board span{
    color: #339af0;
}
.filtertabs.filter-action span{
    color: #179f47;
}
.filtertabs.filter_dashboard span{
    color: #438507;
}
.filtertabs.filter-leader span{
    color: #f81b89;
}
.filtertabs.filter-reports span{
    color: #57bbc5;
}
.filtertabs.filter-ach span{
    color: orange;
}
.filtertabs.filter_summary span{
    color: #4e68a8;
}
.filtertabs.filter_calendar span{
    color: purple;
}*/
.filter-action.active{
    background: #179f47;
}
.filtertabs.active .menudefault-img{
    display: none;
}
.filtertabs.active .menuactive-img{
    display: inline-block;
}
.filter-action.active{
    background: #179f47;
}
.filter_calendar.active{
    background: purple;
}
.filter_summary.active{
    background: #4e68a8;
}
.filter-leader.active{
    background: #f81b89;
}
.filter-ach.active{
    background: orange;
}
.filter-reports.active{
    background: #57bbc5;
}
.filter_dashboard.active{
    background: #438507;
}
.filter-board.active{
    background: #339af0;
}
.filter-tabs li.view-more-items{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #0082ea;
    font-weight: 400;
    border-radius: 4px;
    margin-right: 50px;
    float: left;
    cursor: pointer;
}
.hidetabs{
    display:none !important;
}
.filter-tabs li.view-more-items>a{
    color: #0082ea;
    text-decoration: none !important;
}
.filter-tabs .dropdown .dropdown-menu:before {
    left: 180px;
}
.filter-tabs .dropdown .dropdown-menu:after {
    left: 177px;
}
.filter-tabs .dropdown .dropdown-menu{
    width: 750px;
    border-radius: 5px;
    padding: 0 15px 15px;
}
.header-dropdown{
    color: #000000;
    background: #f2f2f2;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px;
}
.filter-tabs li.view-more-items .form-group{
    margin-bottom: 7px;
    padding-left: 10px;
    color: #111111;
    font-weight: 400;
}
.filter-tabs li.view-more-items .custom-checkbox input[type="checkbox"]{
    transform: scale(1.2);
    position: relative;
    top: 1px;
    margin-right: 2px;
    display: inline-block;
    width: 7%;
    vertical-align: top;
    cursor: pointer;
}
.filter-tabs li.view-more-items .custom-control-label{
    font-weight: 400;
    display: inline-block;
    width: 89%;
    vertical-align: top;
    cursor: pointer;
}
.more-items-right{
    margin-right: 20px;
}
.app-lookup .board-view.col-md-4{
    width: auto;
    margin: 0 !important;
}
.table th, .table td {
    min-width: 100px; /* Adjust the value as needed */
}
.app-lookup #board-view-reports.row{
    display:block;
    white-space: normal;
}

.apc_column--size.consolidated-view{
    width: 31.5%;
    display: inline-block;
    float: left;
    margin: 5px 10px !important;
    padding: 0 0 0 0;
    border-radius: 10px !important;
    border: 1px solid #e4e4e4;
    white-space: normal;
    background-color:#ffffff;
    vertical-align: top;
    margin-bottom: 15px !important;
    box-shadow: rgba(209,209,209) 2px 0 9px;
}
.consolidated-view-content{
    padding: 0 10px 10px;
}
.consolidated-view-action-header{
    padding: 10px 10px;
    color: #2099d2;
    font-weight: 500;
    font-size: 18px;
}
.consolidated-view-action-header a.participate-now-worksheet{
    float: right;
    top: -13px;
    height: 26px;
    line-height: 24px;
    border-radius: 5px;
    width: 30px;
}
.composite-table thead{
    background: #e7f1f9;
}
.consolidated-view .apc_column{
    background: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
table.composite-table.dataTable tbody tr{
    background-color: #ffffff !important;
}
.consolidated-view .participate-now-btn img {
    height: 16px;
}
.consolidated-view-content .dataTables_scrollHead{
}
table.composite-table.dataTable tbody th, table.composite-table.dataTable tbody td {
    padding: 8px 5px;
    white-space: normal;
    word-wrap: break-word;
    vertical-align: top !important;
}
.composite-table .portfolio, .composite-table .app-portfolio{
    padding: 1px 0;
}
.composite-table.table>thead:first-child>tr:first-child>th{
    border-top: 1px solid #cccccc;
}
.composite-table .dataTables_scrollBody{
    height: 281px;
}
.composite-table .spread-shoutout{
    display: block;
    padding: 5px;
}
.composite-table .spread-shoutout img{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 2px;
}
.portfolio-master{
    width: 31.5%;
    display: inline-block;
    float: left;
    margin: 5px 10px !important;
    padding: 0 0 10px 0;
    border-radius: 10px !important;
    border: 1px solid #e4e4e4;
    white-space: normal;
    background-color: #ffffff;
    vertical-align: top;
    margin-bottom: 15px !important;
    min-height: 390px;
}
.portfolio-master .actionlog-panel.col-md-4{
    width: 100%;
    box-shadow: none !important;
    border: none;
    margin: 0 !important;
}
.composite-table.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #333333;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.composite-table .task-status{
    height: 12px;
    width: 12px;
    background-color: #e3e3e3;
    display: inline-block;
    float: left;
    border-radius: 50%;
    position: relative;
    top: 3px;
    left: 0;
    margin-right: 1px;
}
.composite-table .list-input-details{
    border-radius: 4px;
}
.composite-table .task-label{
    display: inline-block;
    padding-left: 2px;
    width: 90%;
    float: right;
    vertical-align: top;
}
.dataTables_scrollBody .composite-table.table{
    border-top: none;
}
.cancel-composite{
    margin: 15px 10px 0 15px;
    font-size: 16px;
    width: 155px;
    color: #fff;
    background-color: #2593d0;
    border-color: #2593d0;
    display:none;
    border-radius: 8px;
}
.cancel-composite i{
    font-size: 22px;
    line-height: 22px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.portfolio-master .view-all-actions{
    display: none;
}
.portfolio-master .secondary-action{
    display: block !important;
}
.app-lookup.activeComposite .portfolio-title{
    color: #333;
    font-weight: 500;
    background: #d2e3f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.app-lookup.activeComposite .portfolio-title i{
    float: right;
}
.appsportfolio-loading{
    height: 500px;
}
.fill-required{
    font-weight: 500;
    color: #d9534f;
    position: relative;
    top: 8px;
    font-size: 15px;
}
.spinner {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid rgba(0, 0, 0, 0.2);
    border-top-color: #09d;
    animation: spin 1.5s linear infinite;
}
.spinner-text{
    display: none;
    position: absolute;
    top: 35%;
    left: 0;
    right:0;
    color: #000000;
    width: 600px;
    margin: 0 auto;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.text {

}

.spinner-text h1 {
    text-align: center;
    font-size: 18px;
}

.words-wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
}
.words-wrapper b {
    opacity: 0;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: 500;
}
.words-wrapper .apps-is-visible {
    position: relative;
    opacity: 1;
    -webkit-animation: push-in 0.4s;
    -moz-animation: push-in 0.4s;
    animation: push-in 0.4s;
}
.words-wrapper .is-hidden {
    -webkit-animation: push-out 0.2s;
    -moz-animation: push-out 0.2s;
    animation: push-out 0.2s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateXY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}
@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateY(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}
@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateY(110%);
        -ms-transform: translateY(110%);
        -o-transform: translateY(110%);
        transform: translateY(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translag65teY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.app-lookup.activeComposite #board-view-reports .portfolio-master .actionlog-panel.col-md-4{
    max-height: 348px;
    overflow: auto;
}
.alert.alert-danger.input-data-error{
    clear: both;
}
.leaderboard_actionlog{
    background:#ffffff;
}
.no-ranking-view,.circle-no-ranking-view{
    margin: 0 auto;
    text-align: center;
}
.no-ranking-view img,.circle-no-ranking-view img{
    height: 350px;
    margin: 0 auto;
    display: block;
}
.no-ranking-view h2,.circle-no-ranking-view h2{
    font-size: 26px;
    margin-top: 0;
    color: #222222;
}
.no-ranking-view span,.circle-no-ranking-view span{
    font-size: 16px;
    color: #787878;
    max-width: 700px;
    display: block;
    line-height: 26px;
    margin: 10px auto 50px;
    text-align: center;
}
.apps-user-page .filter-drop{
    top: 0;
    right: 0;
}
.apps-user-page .reports-calendar.sticky{
    position: relative;
}
#locationModal{
    z-index:9999;
}
.app-header .overflow-view{
    max-height: 475px;
    overflow: auto;
}
.app-header .filter-tabs .dropdown-menu.columns-3 .dropdown-row .more-items-right{
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #E4E4E4;
}
.show-composite img,.hide-composite img{
    height:24px;
    margin-right: 5px;
}
.show-composite,.hide-composite{
    margin: 15px 0 0;
    font-size: 15px;
    width: 185px;
    color: #fff;
    background-color: #20c687;
    border-color: #20c687;
    border-radius: 8px;
    transition: 0.5s ease all;
}
.show-composite:hover,.hide-composite:hover{
    background-color: #169061;
    border-color: #169061;
}
.hide-composite,.show-composite{
    display: none;
}
.portfolio-graph{
    display: none;
}
.apps-user-page span.chain-portfolio{
    width: 80%;
    margin-left: 5px;
}
.apps-user-page  .composite-table .log-date-year{
    font-size: 14px;
}
.apps-user-page  .composite-table .log-date-time{
    font-size: 13px;
}
.apps-user-page  .composite-table .list-input-details:after{
    content: ' ';
    clear: both;
    display: table;
}
.calendar-checkbox {
    display: none; /* Hide the default checkbox */
}
.calendar-checkbox + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    border: 2px solid #888787;
    position: relative;
    top: 6px;
    line-height: 20px;
}
.calendar-checkbox:checked + label:before {
    background-color: #007bff; /* Change background color for checked checkboxes */
    content: '\2713';
    color: #ffffff;
}
.color1 .calendar-checkbox:checked + label:before{
    background-color: purple;
    border-color: purple;
}
.color2 .calendar-checkbox:checked + label:before{
    background-color: #4285f4;
    border-color: #4285f4;
}
.color3 .calendar-checkbox:checked + label:before{
    background-color: #ad1457;
    border-color: #ad1457;
}
.color4 .calendar-checkbox:checked + label:before{
    background-color: #33b679;
    border-color: #33b679;
}
.color5 .calendar-checkbox:checked + label:before{
    background-color: #795548;
    border-color: #795548;
}
.color6 .calendar-checkbox:checked + label:before{
    background-color: #3f51b5;
    border-color: #3f51b5;
}
.color7 .calendar-checkbox:checked + label:before{
    background-color: #e4c441;
    border-color:#e4c441 ;
}
.color8 .calendar-checkbox:checked + label:before{
    background-color: #616161;
    border-color:#616161 ;
}
.color9 .calendar-checkbox:checked + label:before{
    background-color: #f4511e;
    border-color: #f4511e;
}
.color10 .calendar-checkbox:checked + label:before{
    background-color: #7cb342;
    border-color: #7cb342;
}
.color11 .calendar-checkbox:checked + label:before{
    background-color: #a79b8e;
    border-color: #a79b8e;
}
.color12 .calendar-checkbox:checked + label:before{
    background-color: #0b8043;
    border-color:#0b8043 ;
}
.color13 .calendar-checkbox:checked + label:before{
    background-color: #961bd8;
    border-color: #961bd8;
}
.color14 .calendar-checkbox:checked + label:before{
    background-color: #817c24;
    border-color: #817c24;
}
.color15 .calendar-checkbox:checked + label:before{
    background-color: #ff00ff;
    border-color: #ff00ff;
}
.color16 .calendar-checkbox:checked + label:before{
    background-color: #800000;
    border-color: #800000;
}
.color17 .calendar-checkbox:checked + label:before{
    background-color: #ab5b20;
    border-color: #ab5b20;
}
.color18 .calendar-checkbox:checked + label:before{
    background-color: #e986b5;
    border-color: #e986b5;
}
.color19 .calendar-checkbox:checked + label:before{
    background-color: #141d3a;
    border-color: #141d3a;
}
.color20 .calendar-checkbox:checked + label:before{
    background-color: #775ea0;
    border-color: #775ea0;
}
.color21 .calendar-checkbox:checked + label:before{
    background-color: #3fe1d1;
    border-color: #3fe1d1;
}
.color22 .calendar-checkbox:checked + label:before{
    background-color: #b0fc38;
    border-color: #b0fc38 ;
}
.color23 .calendar-checkbox:checked + label:before{
    background-color: #ba99c4;
    border-color: #ba99c4;
}
.color24 .calendar-checkbox:checked + label:before{
    background-color: #4e0707;
    border-color: #4e0707;
}
.color25 .calendar-checkbox:checked + label:before{
    background-color: #03c04a;
    border-color: #03c04a;
}
.color26 .calendar-checkbox:checked + label:before{
    background-color: #ea8b6e;
    border-color: #ea8b6e;
}
.color27 .calendar-checkbox:checked + label:before{
    background-color: #f3ec06;
    border-color: #f3ec06;
}
.color28 .calendar-checkbox:checked + label:before{
    background-color: #2f949d;
    border-color: #2f949d;
}
.color29 .calendar-checkbox:checked + label:before{
    background-color: #f7007a;
    border-color: #f7007a;
}
.color30 .calendar-checkbox:checked + label:before{
    background-color: #79baec;
    border-color: #79baec;
}


.calendars-list ul li{
    border: none;
}
.calendars-list ul li
label{
    font-weight: 400;
    color: #494848;
    font-size: 15px;
}
.fc-view-container{
    border-radius: 10px;
    background: #ffffff;
}
.fc-day-header.fc-widget-header{
    padding: 15px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #787878;
    border-radius: 10px;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td{
    border-color: #eff0f1;
}
.fc-unthemed .fc-disabled-day {
    background: #f7f7f7;
    opacity: 0.9;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    font-weight: 500;
    color: #434343;
    padding: 5px 10px;
}
.fc-unthemed td.fc-today {
    background: transparent;
}
.fc-today.fc-state-highlight.fc-day-top a.fc-day-number{
    background: #617cf2;
    color: #fff;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin: 3px;
}
a.fc-more{
    font-weight: 500;
}
.calendar-view .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group{
    background: #dbecfb;
    border-radius: 8px;
    padding: 5px;
}
.calendar-view .fc-toolbar.fc-header-toolbar .fc-left .fc-today-button.fc-button.fc-state-default{
    background: #ffffff;
    border-color: #b6b5b5;
    text-transform: capitalize;
}
.calendar-view .fc-toolbar.fc-header-toolbar .fc-left .fc-prev-button,.calendar-view .fc-toolbar.fc-header-toolbar .fc-left .fc-next-button{
    border: none;
    background: none;
}
.calendar-view .fc-toolbar.fc-header-toolbar .fc-left .fc-icon{
    font-size: 18px;
}
.list-group.calendarList{
    background: #ffffff;
    border-radius: 10px;
    padding: 5px 0;
    max-height: 675px;
    overflow: auto;
    margin-bottom: 15px;
}
.col-md-3.calendars-list{
    width: 22%;
}
.multi-calendars-section h4{
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 24px;
    padding-left: 5px;
    width: 21%;
    display: inline-block;
}
.calendars-task-box{
    width: 78%;
    display: inline-block;
    padding-left: 25px;
}

.calendars-task-box .mycalendars-filter{
    display: inline-block;
}
.calendar-list-each.calendarview{
    margin-top: 1px;
    width: 78%;
    padding-right: 0;
}
.calendar-view .fc-event.color1{
    /*background-color: #f1f1f1;*/
    border-left: 4px solid purple !important;
}
.calendar-view .fc-event.color2{
    border-left: 4px solid #4285f4 !important;
}
.calendar-view .fc-event.color3{
    border-left: 4px solid #ad1457 !important;
}
.calendar-view .fc-event.color4{
    border-left: 4px solid #33b679 !important;
}
.calendar-view .fc-event.color5{
    border-left: 4px solid #795548 !important;
}
.calendar-view .fc-event.color6{
    border-left: 4px solid #3f51b5 !important;
}
.calendar-view .fc-event.color7{
    border-left: 4px solid #e4c441 !important;
}
.calendar-view .fc-event.color8{
    border-left: 4px solid #616161 !important;
}
.calendar-view .fc-event.color9{
    border-left: 4px solid #f4511e !important;
}
.calendar-view .fc-event.color10{
    border-left: 4px solid #7cb342 !important;
}
.calendar-view .fc-event.color11{
    border-left: 4px solid #a79b8e !important;
}
.calendar-view .fc-event.color12{
    border-left: 4px solid #0b8043 !important;
}
.calendar-view .fc-event.color13{
    border-left: 4px solid #961bd8 !important;
}
.calendar-view .fc-event.color14{
    border-left: 4px solid #817c24 !important;
}
.calendar-view .fc-event.color15{
    border-left: 4px solid #ff00ff !important;
}
.calendar-view .fc-event.color16{
    border-left: 4px solid #800000 !important;
}
.calendar-view .fc-event.color17{
    border-left: 4px solid #ab5b20 !important;
}
.calendar-view .fc-event.color18{
    border-left: 4px solid #e986b5 !important;
}
.calendar-view .fc-event.color19{
    border-left: 4px solid #141d3a !important;
}
.calendar-view .fc-event.color20{
    border-left: 4px solid #775ea0 !important;
}
.calendar-view .fc-event.color21{
    border-left: 4px solid #3fe1d1 !important;
}
.calendar-view .fc-event.color22{
    border-left: 4px solid #b0fc38 !important;
}
.calendar-view .fc-event.color23{
    border-left: 4px solid #ba99c4 !important;
}
.calendar-view .fc-event.color24{
    border-left: 4px solid #4e0707 !important;
}
.calendar-view .fc-event.color25{
    border-left: 4px solid #03c04a !important;
}
.calendar-view .fc-event.color26{
    border-left: 4px solid #ea8b6e !important;
}
.calendar-view .fc-event.color27{
    border-left: 4px solid #f3ec06 !important;
}
.calendar-view .fc-event.color28{
    border-left: 4px solid #2f949d !important;
}
.calendar-view .fc-event.color29{
    border-left: 4px solid #f7007a !important;
}
.calendar-view .fc-event.color30{
    border-left: 4px solid #79baec !important;
}


.calendar-view .color1 .fc-event-dot{
    background-color: purple;
}
.calendar-view .color2 .fc-event-dot{
    background-color: #4285f4;
}
.calendar-view .color3 .fc-event-dot{
    background-color: #ad1457;
}
.calendar-view .color4 .fc-event-dot{
    background-color: #33b679;
}
.calendar-view .color5 .fc-event-dot{
    background-color: #795548;
}
.calendar-view .color6 .fc-event-dot{
    background-color: #3f51b5;
}
.calendar-view .color7 .fc-event-dot{
    background-color: #e4c441;
}
.calendar-view .color8 .fc-event-dot{
    background-color: #616161;
}
.calendar-view .color9 .fc-event-dot{
    background-color: #f4511e;
}
.calendar-view .color10 .fc-event-dot{
    background-color: #7cb342;
}
.calendar-view .color11 .fc-event-dot{
    background-color: #a79b8e;
}
.calendar-view .color12 .fc-event-dot{
    background-color: #0b8043;
}
.calendar-view .color13 .fc-event-dot{
    background-color: #961bd8;
}
.calendar-view .color14 .fc-event-dot{
    background-color: #817c24;
}
.calendar-view .color15 .fc-event-dot{
    background-color: #ff00ff;
}
.calendar-view .color16 .fc-event-dot{
    background-color: #800000;
}
.calendar-view .color17 .fc-event-dot{
    background-color: #ab5b20;
}
.calendar-view .color18 .fc-event-dot{
    background-color: #e986b5;
}
.calendar-view .color19 .fc-event-dot{
    background-color: #141d3a;
}
.calendar-view .color20 .fc-event-dot{
    background-color: #775ea0;
}
.calendar-view .color21 .fc-event-dot{
    background-color: #3fe1d1;
}
.calendar-view .color22 .fc-event-dot{
    background-color: #b0fc38;
}
.calendar-view .color23 .fc-event-dot{
    background-color: #ba99c4;
}
.calendar-view .color24 .fc-event-dot{
    background-color: #4e0707;
}
.calendar-view .color25 .fc-event-dot{
    background-color: #03c04a;
}
.calendar-view .color26 .fc-event-dot{
    background-color: #ea8b6e;
}
.calendar-view .color27 .fc-event-dot{
    background-color: #f3ec06;
}
.calendar-view .color28 .fc-event-dot{
    background-color: #2f949d;
}
.calendar-view .color29 .fc-event-dot{
    background-color: #f7007a;
}
.calendar-view .color29 .fc-event-dot{
    background-color: #79baec;
}




.fc-content .task-owner-count{
    color: #000;
}
.fc-title{
    width: 75%;
}
.fc-popover.fc-more-popover .fc-header.fc-widget-header{
    padding: 10px;
    margin-bottom: 10px;
}
.fc-popover.fc-more-popover .fc-event-container{
    padding: 0;
}
.calendars-task-box input[type="radio"] + label:before,.shoutout_filters input[type="checkbox"] + label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #6489EB;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 9px;
    border-radius: 2px;
}
.calendars-task-box input[type="radio"]:checked + label:after,.shoutout_filters input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    width: 5px;
    height: 12px;
    border: solid #6489EB;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.calendars-task-box input[type="radio"] + label,.shoutout_filters input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    margin-right: 10px;
    padding: 4px 10px 4px 5px;
    margin-bottom: 0;
}
.mycalendars-filter input[type="radio"],.shoutoutall-filter input[type="checkbox"]{
    display: none;
}
.overlay-calendar-loader{
    position: absolute;
    opacity: 0.1;
    height: 675px;
    width: 100%;
    top: 0;
    border-radius: 10px;
    background: #000000;
    z-index: 999999;
}
.calendar-main-loader .loader-modal-container{
    position: absolute;
    top: 3%;
    width: 100%;
    height: 555px;
    z-index: 9999;
}
.modal-calendar .write-comment img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    vertical-align: middle;
    object-fit: cover;
    position: absolute;
    left: 8px;
    top: 12px;
}
.modal-calendar .like-comment-achievement{
    display: none;
}
/*#actionsModal .editactionlogs .add-new-chain,#actionsModal .editactionlogs .add-new-tab{
    margin-right: 60px;
}*/
/*#actionsModal .editactionlogs .chain-section-main .tick-icon,#actionsModal .editactionlogs .polls-section-main .tick-icon{
    right: 2px;
}*/
.composite-table tbody tr td li{
    display: inline-block;
    list-style: none;
}
.composite-table tbody tr td li img.rate-icon{
    height: 20px;
    width: 20px;
    margin-right: 2px;
}
.composite-table tbody tr td span.ratechoice{
    display: block;
    padding-left: 2px;
    padding-top: 3px;
}
.list-filter-search-box{
    width: 50%;
    display: inline-block;
}
.filter-search-box.list-filter-search-box input{
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 7px;
    border: 1px solid #a7a7a7;
}
.apc_column--content.board-content .view-all-text,.apc_column--content.board-content .view-all-actions{
    display: none;
}
.disable-popup .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.disable-popup .modal-header {
    border-bottom: none;
    position: relative;
}
.disable-popup h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}
.disable-popup .close {
    position: absolute;
    top: -5px;
    right: -2px;
}
.disable-popup .modal-body {
    color: #999;
}
.disable-popup .icon-box {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #F44336;
    display: block;
}
.disable-popup .icon-box i {
    color: #F44336;
    font-size: 30px;
    display: inline-block;
    margin-top: 13px;
}
.disable-popup .btn {
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}
.disable-popup .btn-info {
    background: #c1c1c1;
}
.disable-popup .btn-info:hover{
    background: #a8a8a8;
}
.disable-popup .btn.activate-item{
    background: #8BC34A;
}
.disable-popup .icon-box.activate-item{
    border: 3px solid #8BC34A;
}
.disable-popup .icon-box i.fa-check {
    color: #8BC34A;
    font-size: 30px;
    display: inline-block;
    margin-top: 13px;
}
.disable-popup .btn-danger {
    background: #f15e5e;
}
.disable-popup .btn-danger:hover{
    background: #ee3535;
}
.disable-popup .input-label{
    margin-bottom: 30px;
}
.list-filter-search-box{
    width: 50%;
    display: inline-block;
}
.filter-search-box.list-filter-search-box input{
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 7px;
    border: 1px solid #a7a7a7;
}
.filter-search-box.list-filter-search-box input:focus{
    border-color:#2196f3;
}
.category-listing-view a.journy-link {
    margin-bottom: 15px;
    width: 23.6%;
    display: inline-block;
    margin-right: 15px;
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: rgba(209,209,209) 2px 0 9px;
    text-decoration: none !important;
}
.category-listing-view a.journy-link:hover{
    text-decoration: none !important;
    box-shadow: none;
    transition: 0.5s all ease;
}
.category-listing-view .menu-img {
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-indent: 0;
    width: 60px;
    height: 60px;
    line-height: 35px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    padding: 10px;
}
.category-listing-view a.journy-link:nth-child(10n+3) .menu-img {
    background: #FFF4D1;
}


.category-listing-view .menu-desc {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    max-width: 70%;
}

.category-listing-view .menu-title {
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.category-listing-view .menu-subtitle.menu_playbook {
    color: #57cd5c;
    font-size: 14px;
    background: #f0f4fa;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 16px;
    margin-top: 3px;
}
.category-listing-view .menu-img img {
    height: 30px;
    width: 30px;
    object-fit: cover;
}
.category-listing-view a.journy-link:nth-child(10n+1) .menu-img{
    background: #D4FADD;
}
.category-listing-view a.journy-link:nth-child(10n+2) .menu-img{
    background: #FFD6D9;
}
.category-listing-view a.journy-link:nth-child(10n+3) .menu-img{
    background: #FFF4D1;
}
.category-listing-view a.journy-link:nth-child(10n+4) .menu-img{
    background: #DBEAFF;
}
.category-listing-view a.journy-link:nth-child(10n+5) .menu-img{
    background: #c9f5f3;
}
.category-listing-view a.journy-link:nth-child(10n+6) .menu-img{
    background: #eedaf7;
}
.category-listing-view a.journy-link:nth-child(10n+7) .menu-img{
    background: #FFE9C7;
}
.category-listing-view a.journy-link:nth-child(10n+8) .menu-img{
    background: #FFA0BD;
}
.category-listing-view a.journy-link:nth-child(10n+9) .menu-img{
    background: #9DC6FB;
}
.category-listing-view a.journy-link:nth-child(10n+10) .menu-img{
    background: #BDC8E7;
}
.category-listing-view .menu-subtitle.menu_app{
    color: #2196f3;
    font-size: 14px;
    background: #f0f4fa;
    display: inline-block;
    padding: 1px 15px;
    border-radius: 16px;
    margin-top: 3px;
}
.engapp-actions img{
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.app-view-content {
    background: #f2f2f2;
    padding: 25px 0;
}
.engapp-actions{
    font-size: 13px;
    color: #2196f3;
    padding-bottom: 3px;
    text-align: left;
}
.engapp-actions span,.engapp-users span{
    font-weight: 700;
}
.engapp-users img{
    height: 20px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.engapp-users{
    font-size: 13px;
    color: #52b448;
}
.actions-participants{
    padding-top: 5px;
}
.eng-app-item{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: rgba(209, 209, 209) 2px 0 9px;
    padding: 10px;
}
.eng-app-img img{
    margin-bottom: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.eng-app-add a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.eng-app-add a{
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 0;
    border-radius: 50%;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .3);
    background: linear-gradient(0deg, #DDDDDD, #FFFFFF);
    transition: .5s;
}
.eng-app-add a i{
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #0082ea, #a5def9);
    border-radius: 50%;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    transition: .5s;
}
.enag-app-title{
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eng-app-item-each{
    margin-bottom: 25px;
    cursor: pointer;
}
.back-apps-btn{
    margin-left: 15px;
    margin-top: 15px;
    padding: 5px 25px;
    display:none;
}
.engapp-activities:after,.eng-app-details:after{
    display:table;
    content: '';
    clear:both;
}
.journy-list .eng-app-item-each:nth-child(10n+1) .eng-app-img img{
    background: #D4FADD;
}
.journy-list .eng-app-item-each:nth-child(10n+2) .eng-app-img img{
    background: #FFD6D9;
}
.journy-list .eng-app-item-each:nth-child(10n+3) .eng-app-img img{
    background: #FFF4D1;
}
.journy-list .eng-app-item-each:nth-child(10n+4) .eng-app-img img{
    background: #DBEAFF;
}
.journy-list .eng-app-item-each:nth-child(10n+5) .eng-app-img img{
    background: #c9f5f3;
}
.journy-list .eng-app-item-each:nth-child(10n+6) .eng-app-img img{
    background: #eedaf7;
}
.journy-list .eng-app-item-each:nth-child(10n+7) .eng-app-img img{
    background: #FFE9C7;
}
.journy-list .eng-app-item-each:nth-child(10n+8) .eng-app-img img{
    background: #FFA0BD;
}
.journy-list .eng-app-item-each:nth-child(10n+9) .eng-app-img img{
    background: #9DC6FB;
}
.journy-list .eng-app-item-each:nth-child(10n+10) .eng-app-img img{
    background: #BDC8E7;
}
.editactionlogs .duration-template.checkeddata,.editactionlogs .chain-template.checkeddata,.editactionlogs .quantity-template.checkeddata,.editactionlogs .rate-template.checkeddata,.editactionlogs .shout-template.checkeddata,.editactionlogs .list-template.checkeddata,.editactionlogs .calendar-template.checkeddata,.editactionlogs .checkbox-template.checkeddata,.editactionlogs .poll-template.checkeddata,.editactionlogs .comment-template.checkeddata,.editactionlogs .media-template.checkeddata {
    border-color: #4CAF50;
    box-shadow: 0 0 10px rgb(233 247 233);
}


/* Navigation Tabs */
.circle-users-tab .circle-users-nav.nav-tabs ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.circle-users-tab .circle-users-nav.nav-tabs li {
    margin: 0;
}

.circle-users-tab .circle-users-nav.nav-tabs a {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #007bff;
    border-radius: 4px;
    transition: background-color 0.3s;
    margin-right: 10px;
    color: #007bff;
    cursor: pointer;
}

.circle-users-tab .circle-users-nav.nav-tabs a:hover {
    background-color: aliceblue;
}

.circle-users-tab .circle-users-nav.nav-tabs a.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}


.circle-users-tab .tab-panel {
    display: none; /* Hide content by default */
}

.circle-users-tab .tab-panel.active {
    display: block; /* Show active content */
}
.apps-user-page .calendar-navtabs>li.active>a, .apps-user-page .calendar-navtabs>li>a:hover, .apps-user-page .calendar-navtabs>li.active>a:hover,.apps-user-page .board-navtabs>li.active>a,.apps-user-page .board-navtabs>li>a:hover,.apps-user-page .board-navtabs>li.active>a:hover {
    background: #E91E63;
    color: #ffffff !important;
}
.circle-users-tab{
    clear: both;
    margin-top: 30px;
}

.add-new-tab {
    display: none !important;
}
.lookUp-view{
    text-align: center;
    /*height: 45vh;*/
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lookUp-view .search-filters{
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 5px;
}
.lookUp-view .search-filters .bootstrap-select.lookUpSelect{
    width: 20% !important;
}
.lookUp-view .search-filters .bootstrap-select.lookUpSelect button{
    height: 120px;
    border-radius: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 6px 25px;
}
.lookUp-view .search-filters .lookUpInputGroup{
    width: 45%;
}
.lookUp-view .search-filters .lookUpInputGroup .stylish-input-group {
    width: 100%;
}
.lookUp-view .search-filters .lookUpInputGroup input[type="text"]{
    height: 120px;
    font-size: 20px;
    border-bottom-right-radius: 60px !important;
    border-top-right-radius: 60px !important;
}
.lookUp-view .search-filters .lookUpInputGroup .stylish-input-group .textSearchBtn{
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.bootstrap-select.btn-group.lookUpSelect .dropdown-toggle .filter-option{
    font-size: 18px;
}

.lookup-label-text{
    width: 100%;
    color: #222222;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}
.lookUp-view .search-filters .lookUpInputGroup .stylish-input-group .textSearchBtn.lookupview-search{
    background: #363535;
    height: 66px;
    width: 170px;
    color: #ffffff;
    font-size: 20px;
    top: 27px;
    border-radius: 60px;
    right: 20px;
    line-height: 35px;
}
.lookUp-view .bootstrap-select.btn-group.lookUpSelect .dropdown-toggle .filter-option {
    font-size: 22px;
}
.lookUp-view .searchclear, .lookUp-view .lookupclear{
    font-size: 30px;
    line-height: 120px;
    right: 8px;
    width: 50px;
    height: 45px;
}
.lookUp-view .lookup-empty-section{
    display: none;
    width: 100%;
    clear: both;
}
.lookUp-view .lookup-empty-section .empty-action-log{
    background: transparent;
}
.apps-user-page.body.content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.lookUp-view .empty-action-log img{
    height: 250px;
}
.lookUp-view .empty-action-log h2{
    color: #727272;
    font-size: 28px;
    font-weight: 500;
}
.lookUp-view .empty-action-log .add-new-task{
    padding-top: 0;
}

.filtertabs.filter-analyzer {
    border-color: #2563eb;
    background: #f4faff;
    padding: 3px 6px;
}
.filtertabs.filter-analyzer.active {
    background: #2563eb;
}
.welcome-screen h2 {
            margin-bottom: 10px;
        }
.welcome-screen {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
        }

        .chat-screen {
            /*display: none;*/
            flex-direction: column;
            /*height: 500px;*/
        }
        .chat-body {
            flex: 1;
            overflow-y: auto;
            padding: 20px;
            background: #ffffff;
            max-height: 450px;
            scrollbar-width: thin;
            scrollbar-color: #888 #f9f9f9;
            font-size: 15px;
            position: relative;
        }
        .message-container {
            display: flex;
            /*align-items: center;*/
            margin-bottom: 15px;
        }
        .profile-img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
            object-fit: cover;
        }
        .message {
            padding: 12px;
            border-radius: 15px;
            max-width: 70%;
        }
        .received {
            background: #f1f1f1;
            color: #333;
            align-self: flex-start;
            margin-left: 10px;
            border-radius: 10px 10px 10px 0;
        }
        .sent {
            background: #f0f4f9;
            color: #333333;
            align-self: flex-end;
            border-radius: 10px 10px 0 10px;
            margin-right: 10px;
        }
        .chat-footer {
            display: flex;
            padding: 15px;
            background: white;
            border-top: 1px solid #ccc;
        }
        .chat-footer input {
            flex: 1;
            padding: 12px;
            border: none;
            outline: none;
            font-size: 16px;
            border-radius: 50px;
            background: #f0f0f0;
        }
        .ai-analyzer-section h1{
        width: fit-content;
    background: linear-gradient(to right, #2b74ec, #4CAF50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
}
.ai-analyzer-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
    width: fit-content;
}

.ai-analyzer-section .search-box {
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid #cccccc;
}
.ai-analyzer-section .search-box i{
        font-size: 16px;
        cursor: pointer;
        padding: 5px;
}

.chat-container {
    width: 60%;
    height: 72vh;
/*    background: #ffffff;*/
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
    margin: 15px auto;
    position: relative;
}
.welcome-screen h1{
    width: fit-content;
    background: linear-gradient(to right, #2b74ec, #4CAF50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
}
.welcome-screen h2 {
    font-size: 24px;
    margin-bottom: 5px;
    width: fit-content;
}
#sendMessage{
    background: #333;
    color: white;
    border: none;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 18px;
}
.welcome-screen .search-box{
    display: flex;
    align-items: center;
    background: white;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid #cccccc;
    width: 70%;
    margin-top: 15px;
}
.welcome-screen .search-box input{
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 20px;
}
.chat-body .card-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.chat-body .card {
    background: #fbfbfb;
    color: #585858;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 31%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    font-size: 14px;
}
.ui-autocomplete.ui-widget-content a{
    padding: 6px 12px !important;
    color: #585858;
}
.ui-autocomplete.ui-widget-content a:hover,.ui-autocomplete.ui-widget-content.ui-menu .ui-menu-item:hover a{
    background: aliceblue !important;
}
.apps-user-page .app-header .filtertabs.filter-analyzer img{
    height: 35px;
    width: 35px;
}
.ui-autocomplete.ui-widget-content.ui-menu .ui-menu-item{
    padding: 7px;
}
.ui-autocomplete.ui-widget-content{
    max-height: 300px;
    overflow-y: scroll;
}
.chat-container-section{
    display: none;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #f4f4f4;
    flex-direction: column;
}
.chat-loader-container {
    
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat-loader {
    display: flex;
    gap: 5px;
}
.chat-loader .line {
    width: 5px;
    height: 30px;
    background-color: #333333;
    animation: wave 1.2s infinite ease-in-out;
}
.line:nth-child(1) { animation-delay: 0s; }
.line:nth-child(2) { animation-delay: 0.2s; }
.line:nth-child(3) { animation-delay: 0.4s; }
.line:nth-child(4) { animation-delay: 0.6s; }
.line:nth-child(5) { animation-delay: 0.8s; }
@keyframes wave {
    0%, 100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.5);
    }
}
.export-logs-btn img{
    height: 28px;
    width: 28px;
}
.filter-tabs li.export-logs-btn{
    background: #e6f5f4;
    border-color: teal;
}
button.app-ai-analyze-btn{
    margin-right: 15px;
    position: absolute;
    top: 5px;
    border-radius: 25px;
    padding: 8px 15px;
    right: 0;
    background-color: #2196F3;
    border-color: #2196F3;
}
span.updated_ai_date{
    margin-right: 15px;
    position: absolute;
    top: 50px;
    border-radius: 25px;
    right: 0;
    color: #585858;
}
 #errorBox {
    background-color: #ffdddd;
    color: #a94442;
    padding: 20px;
    border-left: 5px solid red;
    font-size: 16px;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

}

#closeError {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #a94442;
}
.view-action-log{
    color: #009688;
    padding: 5px;
    margin-right: 3px;
}
.scroll-btn {
    position: absolute;
  bottom: 81px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #f1f1f1;
  color: #000000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
  display: none; /* Hidden initially */
  font-size: 26px;
}

.scroll-btn .arrow.up::before {
  content: "↑";
  font-size: 20px;
}

.scroll-btn .arrow.down::before {
  content: "↓";
  font-size: 20px;
}
.filter-container {
    position: relative;
    display: inline-block;
    padding: 0 25px;
}

.filter-container .btn-filter {
    background-color: #007BFF;
    color: white;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: background 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 123, 255, 0.2);
}

.filter-container .btn-filter:hover {
    background-color: #0069D9;
    color: #fff;
}
.filter-container .btn-filter span.glyphicon-filter{
    font-size: 13px;
}

.filter-container .filter-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    width: 240px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: 1000;
    padding: 15px 5px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.filter-container .filter-dropdown .filter-header {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.filter-container .color-filter-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.5s ease;
    padding: 7px;
}

.filter-container .color-filter-item:hover {
    background: #f8f9fa;
}

input[type="checkbox"].color-custom-checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    margin-top: 0;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    position: relative;
}
input[type="checkbox"].color-custom-checkbox:checked {
  border-color: #007BFF;
}

input[type="checkbox"].color-custom-checkbox:checked::after {
  content: '';
      position: absolute;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #007bff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.filter-container .color-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #ccc;
}

.filter-container .color-name {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
}

.filter-container.open .filter-dropdown {
    display: block;
}
.btn-add-color{
    border-radius: 6px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: background 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 123, 255, 0.2);
    background-color: #007BFF;
}
.app-color-filter-btn{
    background: #ffffff;
    border: 1px solid #007bff;
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
    color: #007bff;
    margin-right: 10px
}
.app-color-filter-btn:hover{
    background: #007bff;
    color: #ffffff;
    border-color: #007bff;
}
.gp-view .search-filters{
    position: relative;
    top: 0;
    margin: 0;
    display: inline-block;
}
.worksheet-tabcontent .filter-container{
    padding: 0 20px;
    top: -8px;
}
.comments-list .comment-media{
    padding: 3px 0 5px;
}
.comments-list .comment-media img.comment-fileicon{
    height: 34px;
}