/* Logo */
.logo .logo-sm-text-dark {
	color: #fff;
}

/* Navbar Custom */
.slimscroll {
    overflow: inherit !important;
    width: inherit !important;
    height: auto !important;
}

/* Dashboard */
.widget-box-two {
    text-align: center !important
}

.widget-box-two a {
    color: #000 !important
}

/* Section Heading */
h4.sec-title {
    font-size: 16px !important;  
    font-weight: 600 !important;    
    text-transform: uppercase !important;  
    letter-spacing: 1px !important;  
	margin-bottom: 0px !important;   
}

/* Form Notifications */
#notification-container.form-notifications {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: auto;
}

.form-notifications .alert {
    margin: 0;
    padding: 15px;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

#notification-container.form-notifications p {
	text-transform: capitalize;
	margin-bottom: 0;
}

#notification-container.form-notifications li {
	text-transform: capitalize;
	margin-left: -24px;
}


/* Input Form Errors */
.form-control.is-invalid, .was-validated .form-control:invalid {
    background: none !important;
    background-image: none !important;
    border: 1px solid #dee2e6 !important;		
}

.input-error-message {
    color: #dc3545 !important;
}

/* Input Form Fields */
.input-form-field {
    border-radius: 0rem !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
    opacity: 1;
}

.sample-notes small {
	font-size: 12px;
	letter-spacing: 1px;
	color: #666666 !important;
}

/* Input File Upload */
.customfile {
	border: 1px solid #ced4da;
	border-radius: 50px;
	padding: 2px;
	font-size: 14px;
}

.customfile::-webkit-file-upload-button {
	background: #000;
	color: #fff;
	padding: 8px 16px;
	border: none;
	border-radius: 50px;
	cursor: pointer
}

.customfile.form-control-file, .customfile.form-control-range {
    display: block;
    width: 40% !important;
}

/* Input Dropdown Select2 */
.select2.select2-container {
	width: 100% !important;
}

.select2.select2-container .select2-selection {
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 42px;
	outline: none !important;
	transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
	color: #333;
	line-height: 38px;
	padding-right: 33px;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
	background: #f8f8f8;
	border-left: 1px solid #ccc;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	height: 40px;
	width: 33px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
	background: #f8f8f8;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}

.select2-container .select2-dropdown {
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 0; 
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #64c5b1;
    border: 1px solid #64c5b1;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

li.select2-selection__choice {
	line-height: 28px !important;
}

/* Date Picker */
.datepicker table tr td.active.active {
    background-color: #343c49 !important;
    color: #fff !important;
}

/* Form Data */
.form-data .content-heading {
    color: #000 !important;  
	font-weight: 600 !important;  
	text-transform: uppercase !important;  
}

.form-data h1,
.form-data h2,
.form-data h3,
.form-data h4,
.form-data h5,
.form-data h6 {
	color: #000 !important;	
    font-size: 16px !important;  
    font-weight: 600 !important;    
    text-transform: uppercase !important;  
	margin-bottom: 0px !important;  
}

.form-data p {
    position: relative !important;  
    font-size: 15px !important;  
    line-height: 28px !important;  
    font-family: 'Arimo', sans-serif !important;  
    color: #666666 !important;  
    margin: 12px 0px 12px 0px !important;  
    transition: all 500ms ease !important;  
}

.form-data ul {
	margin-bottom: 10px !important;
	margin-left: -20px
}

.form-data li {
	color: #666666 !important;  
    font-size: 15px !important;  
    line-height: 28px !important;  	
    font-family: 'Arimo', sans-serif !important;  
    list-style:  square !important;	
}

.form-data a {
    color: #666666 !important;
    text-decoration: none;
}

.form-data a:hover {
    text-decoration: none;
}

.form-data p.connections a {
    color: #045F5F !important;
    text-decoration: none;
}

.feature-amenities-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 20px;
	margin-top: 10px;
    list-style: none;
}

.feature-amenities-inline li {
    display: inline-block;
}

.feature-amenities-inline li:nth-child(n+2) {
    margin-left: 10px;
}

.propertyunitdetails li {
	margin-bottom: 10px;
}

/* Table */
.custom-table th, .custom-table td {
	border: 1px solid #ebedf2;
}

.custom-table.table th {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 20px !important;
    border-width: 2px;
    font-weight: 600;
}

.custom-table.table td {
    font-size: 14px !important;
    border-bottom: 1px solid;
    border-color: #ebedf2 !important;
}

.custom-table.table a {
    color: #045F5F !important;
    text-decoration: none;
}

.custom-table.table a:hover {
    text-decoration: none;
}

.custom-table.table p {
    padding: 0 !important;
	margin: 0 !important;
}

.custom-table .no-style-btn {
	border: none;
	padding: 0;
	margin: 0;
}

.custom-table a .edit-button {
    color: #000 !important;
    text-decoration: none;
}

/* Media Devices */
@media (max-width: 576px) {
    .action-btns {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .action-btns .btn {
        margin-bottom: 0.5rem;
    }
}

/* Delete Confirmation */
/* Modal Background */
#confirmation-modal {
    display: none; /* Hidden By Default */
    position: fixed;
    z-index: 9999; /* Ensure It's On Top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); 
    padding-top: 100px;
}

/* Modal Content Box */
#confirmation-modal .modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 20px;
    border-radius: 4px; 
    border: 1px solid #888;
    width: 80%; 
    max-width: 500px;
    text-align: center;
}

/* Cancel And Confirm Buttons */
#confirmation-modal button {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

/* Cancel Button Styling */
#confirmation-modal .cancel-btn {
    background-color: #f0f0f0;
    color: #333;
}

/* Confirm Button Styling */
#confirmation-modal .confirm-btn {
    background-color: #f44336; 
    color: white;
}

#confirmation-modal .cancel-btn:hover {
    background-color: #ddd;
}

#confirmation-modal .confirm-btn:hover {
    background-color: #e53935;
}

/* User DB Notification */
.user-db-notifications.dropdown-menu {
    width: 518px;
}

/* Analytical Reports */
.data-review #year::placeholder {
	color: #000;
	font-weight: 200;
}

.data-review #startdate::placeholder {
	color: #000;
	font-weight: 200;
}

.data-review #enddate::placeholder {
	color: #000;
	font-weight: 200;
}

.report-title h4.header-title {
    font-size: 14px;  
    font-weight: 400;    
    text-transform: capitalize;  
    letter-spacing: 1px;  
	margin-bottom: 8px !important;   
}

.report-sub-title p {
	color: #000;
	font-size: 15px;
    font-family: Arial, sans-serif;	
}

.report-summary h5 {
	color: #000;
	font-size: 15px;
    font-family: Arial, sans-serif;	
	font-weight: 200;
}

/* Roles Permissions */
.roles-permissions ul {
	padding: 0 !important;
	margin: 0 !important;
}

.roles-permissions-list li {
    list-style-type: decimal !important;
	margin-left: 16px !important;
	margin-top: 10px !important;
}

li.no-roles-permissions {
    list-style-type: none !important;
	margin-left: 0 !important;
}


/* Calendar */
.fc-toolbar h2 {
	text-transform: capitalize;
}

.fc th.fc-widget-header{
	color: #000;
	font-weight: 400;
}

.fc-day-number {
	color: #000;
}

.fc-unthemed td.fc-today {
    background: #fcf8e3 !important;	
}


/* Overview */
.about-poultrac h6{
	margin-bottom: 20px !important;
	font-size: 16px;
}

.about-poultrac p{
    letter-spacing: 1px !important;  
	line-height: 24px;
	font-size: 14px;
}


/* File Upload Preview */
#file-preview-container {
	display: flex;
	flex-wrap: wrap;
}

.file-preview {
	position: relative;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.file-preview img,
.file-preview i {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.file-preview .file-thumbnail {
	border: 1px solid #ddd;	
	width: 100%;
	/* height: 100%; */
	height: 100px;	
	object-fit: cover;
}

.file-preview .delete-btn {
	position: absolute;
	top: -5px;
	right: -5px;
	background: red;
	color: white;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	font-size: 12px;
}

.file-preview .file-name {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}

/* Increased icon size */
.file-preview i {
	font-size: 50px;
	color: #555;
	text-align: center;
	display: block;
    font-style: normal;
}
