/* 
Theme Name:   Inunity - Child Theme
Theme URI:    https://timetracking.ebizonstaging.com
Description:  This is my child theme
Author:       timetracking
Author URI:   https://timetracking.ebizonstaging.com
Template:     inunity
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html

/* == Add your own styles below this line ==
--------------------------------------------*/
body {
	@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700|Open+Sans:300,400,600,700);
	font-family: "Open Sans", sans-serif;
}


.um-new-dropdown ul li a{
	text-decoration:none !important;
	color: #343a40;
}

.um-new-dropdown ul li a:hover{
	color: black;
}


.entry-content{
	padding: 0 !important;
}


.buttons{
	/*     display: flex; */
	align-items: center;
	justify-content: center;
	/*     border: none !important; */
	gap: 10px;
	padding-top: 20px !important;

}
.buttons a , .button a{
	cursor :pointer;
	padding: 0px 3px;
}

.no-wrapper{
	white-space:nowrap !important;
}


.toggle-search , .review-submit-admin{
	display:none;
}


#footer-bottom #back-to-top{
	background:none;
}

.social-links,.um_switch_user-item, .um_put_as_pending-item{
	display:none !important;
}


.um-member-directory-search-line{
	width:20vw !important;
}

#header-bottom{
	display:none;
}

.page-title-inner {
	display: flex;
	align-items: center;
}

.page-title-inner h2{
	margin-right:auto;
}

#account-info{
	margin-left:auto;
}

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



/* Style for the clicked state */
.bookmark-button i.fa-bookmark.clicked {
	color: red; /* Change this to the desired color */
}

#employee_title{
	margin-top:0px !important;
	padding:10px;
	margin-bottom:10px !important;
}

.um-account-side ul li a[data-tab="delete"] {
	display: none !important;
}

/*.product_sheet,.page-id-15 .content-wrap{
max-width: 100% !important;
}*/

.product_sheet, .content-wrap{
	max-width: 100% !important;
}

/*.user_sheet,.page-id-41 .content-wrap{
max-width: 100% !important;
}
*/

.user_sheet, .content-wrap{
	max-width: 100% !important;
}


.error {
	border-color: red !important;
}

.thumbnail {
	width: 100px; /* Set width of thumbnail */
	height: auto; /* Maintain aspect ratio */
}

/*  img {
max-width: 100%; 
height: auto; 
}
*/

li#menu-item-114 a,li#menu-item-115 a,li#menu-item-147 a,li#menu-item-161 a,li#menu-item-305 a{
	color: #000;
}

li#menu-item-13 a, li#menu-item-98 a, li#menu-item-110 a, li#menu-item-109 a, li#menu-item-108 a, li#menu-item-107 a, li#menu-item-44 a, li#menu-item-45 a,li#menu-item-18 a,li#menu-item-158 a,li#menu-item-155 a,li#menu-item-92 a,li#menu-item-90 a,li#menu-item-282 a,li#menu-item-281 a,li#menu-item-228 a,li#menu-item-384 a,li#menu-item-310 a,li#menu-item-336 a,li#menu-item-383 a,li#menu-item-382 a,li#menu-item-530 a{
	padding-left: 20px;
	font-size: 15px !important;
}
.current_page_item a , .link-color a{
	color: #7FB3D5 !important;
}

/*li#menu-item-115 a,li#menu-item-91 a,li#menu-item-45 a,li#menu-item-44 a,li#menu-item-110 a,li#menu-item-109 a,li#menu-item-108 a,li#menu-item-107 a{
display: none !important;

}*/


.green-row {
	background-color: #E2F6C5 !important; 
}
.red-row {
	background-color: #F3D9D9 !important; 
}
.yellow-row {
	background-color: #F5F3BA !important; 
}   
.orange-row {
	background-color: #EE7F7F !important; 
} 
/*select[disabled] {
background-color: #e9ecef; /* Light gray 
/*cursor: not-allowed;
pointer-events: none;
}*/


.elementor-page-58 div#wrapper-inner .content-wrap-inner.group{
	max-width: 500px!important;
	margin: 75px auto!important;
}

.page-id-84 .entry ul li,.page-id-84 .entry ol ul li {
	list-style: none !important;
}
.page-id-84 .entry.themeform header {
	display: flex;
	max-width: 100%;
	text-align: right !important;
	justify-content: flex-end;
}
ul.tabs li:last-child {
	margin-right: 0px;
}

.form-container {
	width: 50%;
	margin: 20px auto;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	background-color: #f9f9f9;
}
.form-container div {
	margin-bottom: 15px;
}
.form-container label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.form-container textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

td.buttons img , td.buttonss img {
	width: 20px;
	height: 20px;
}


.custom-gallery-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.custom-gallery-list .image {
	margin: 5px;
	position: relative;
}

.custom-gallery-list .image img {
	display: block;
	max-width: 170px;
	max-height: 118px;
}

.custom-gallery-list .remove-image {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 0, 0, 0.7);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}



#product-gallery-modal, .product-gallery-modal-user{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.gallery-content {
	background: #fff;
	padding: 20px;
	position: relative;
	max-width: 80%;
	max-height: 80%;
	overflow: auto;
}

.close-gallery {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}

.product-gallery-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.product-gallery-list .image {
	margin: 5px;
}

.product-gallery-list .image img {
	max-width: 100px;
	max-height: 100px;
}
div#custom-gallery-container ul {
	margin-top: 0px;
	margin-right: 20px;
}
/* div#custom-gallery-container {
float: left;
} */
button.btn.btn-primary {
	margin-top: 15px;
	/*     margin-left:10px; */
}
button#add-gallery-images {
	line-height: 21px;
}

.archive_modal_dialog{
	max-width: 800px !important;
}
div#timesheets-table_filter label,
div#timesheets-table-user-statistics_filter label,
div#timesheets-table-archive-products_filter label,
div#timesheets-table-view-and-request_filter label{ display: flex; }
button.pum-close.popmake-close {
    background: #333 !important;
    font-weight:  bold !important;
    line-height: 18px !important;
    font-size: 14px !important;
    top:10px !important;
    right:10px!important;
    width:30px !important;
    border-radius:4px!important;
}
form#noteForm input[type="submit"] {
    background: #333 !important;
    color:#fff;
    box-shadow:0px;
    border: none;
    font-weight:bold;
    padding:4px 10px;
    border-radius:3px;
}
.pum-content.popmake-content h3 {
    color: #000;
}


.report_rating{
border:solid #ccc 1px;
background:#f5f5f5;
padding:0 8px;
margin-top:10px;
clear:both;
font-size:20px;
}


.modules {
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .modules header {
        background-color: #f4f4f4;
        border-bottom: 1px solid #ccc;
        padding: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .modules header h4 {
        margin: 0;
        font-size: 1.5em;
        color: #333;
    }

    .module_contents {
        padding: 20px;
    }

    .review_section {
        margin-bottom: 20px;
    }

    .review_section p {
        margin: 5px 0;
    }

    .report_rating {
        margin-bottom: 20px;
        font-size: 1.2em;
        color: #444;
    }

/*     .report_rating_score {
        font-weight: bold;
        color: #0073aa;
    } */

.review_section strong , .report_rating_score , .review_section b {
	color: #0073aa;
	font-weight: normal;
}
.review_section p:nth-child(2) {
	font-size: 16px;
}

.table-responsive{
	
	
	max-height: auto;
}

thead{
	position: sticky;
	top: 0;
	z-index: 1;
	background: white;
}

input.mark-lead-image {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.custom-gallery-list button.remove-image {
    line-height:0px !important;
    padding:0 !important;
}