/* 
Theme Name: Orfeostory Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Orfeostory Theme
Author: Elementor Team
Author URI: https://www.orfeostory.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


body{
	overflow-x: hidden;
}


div#input_1_20 {
    display: flex;
    flex-direction: row;
}

.gform-theme--foundation .gfield textarea.large {
    min-block-size: 9rem;
}
.repeater-field-item:nth-child(1)
.gchoice.gchoice_1_20_1 {
    display: none !important;
}
.repeater-field-item:nth-child(1) .repeater-field-header ul {
    display: none !important;
}
.gform_heading h2 {
    display: none;
}

.my_forms label {
    font-size: 16px !important;
    font-family: 'Inter';
    color: #333 !important;
    line-height: 23px;
}

.my_forms legend.gfield_label.gform-field-label {
    font-size: 16px !important;
    font-family: 'Inter';
    color: #333 !important;
    line-height: 23px;
}
.notify {
    margin-left: 21px !important;
}
.my_forms #input_1_17 {
    display: flex;
    flex-direction: row;
}
.notify #input_1_29 {
    display: flex;
    flex-direction: row;
}

.my_forms .gf-repeater-field-button-add {
    background-color: #444444ba !important;
}
.my_forms .gf-repeater-field-button-add:hover {
    box-shadow: none !important;
    color: #fff;
}
.my_forms a {
    color: #1980D6;
}


.my_forms #gform_submit_button_1 {
    background: #1980D6;
    border: none !important;
    padding: 15px 40px;
    border-radius: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 21px;
}

.my_forms input[type="text"],
.my_forms input[type="email"],
.my_forms input[type="tel"],
.my_forms textarea {
    border: none !important;
    box-shadow: none !important;
    height: 48px;
    padding: 9px !important;
}
.my_forms fieldset#field_1_1,
.my_forms #field_1_19,
.my_forms fieldset#field_1_17,
.my_forms .gchoice.gchoice_1_18_1 {
    width: 98%;
    margin: 0 auto;
}


.my_forms #field_1_27 {
    display: none;
}



/*======== Database Page CSS ==========*/

.ddf-wrapper *,
.ddf-wrapper *::before,
.ddf-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }

.ddf-wrapper {
	display: flex;
	gap: 28px;
	align-items: flex-start;
	font-size: 14px;
	color: #1a1d23;
	line-height: 1.5;
}

/* ── Sidebar ── */
.ddf-sidebar {
	width: 220px;
	min-width: 220px;
	flex-shrink: 0;
	position: sticky;
	top: 180px;
	border: 1px solid #E7F0FE;
	background: #fff;
	border-radius: 14px;
	padding: 20px 0px 0;
	z-index: 99;
}
#ddf-sidebar > div {
	padding: 0 24px;
}

/* ── Search Box ── */
.ddf-search-box {
	position: relative;
	margin-bottom: 6px;
}
.ddf-search-icon {
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	color: #9aa0ab;
	pointer-events: none;
}
.ddf-search-input {
	width: 100%;
	padding: 9px 36px 9px 34px;
	border: 1.5px solid #F5F5F5;
	border-radius: 8px;
	font-family: inherit;
	font-size: 13px;
	color: #333;
	background: #F5F5F5;
	outline: none;
	transition: border-color 0.18s, box-shadow 0.18s;
}
.ddf-search-input:focus {
	border-color: #3b82f6;
	box-shadow: 0 0 0 3px rgba(59,130,246,0.12);
	background: #fff;
}
.ddf-search-input::placeholder { color: #b0b7c3; }
.ddf-search-clear {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #9aa0ab;
	display: flex;
	align-items: center;
	padding: 2px;
	border-radius: 4px;
	transition: color 0.15s;
}
.ddf-search-clear:hover { color: #ef4444; }

/* ── Filter Section ── */
.ddf-filter-section {
	border-top: 1px solid #E7F0FE;
  	margin-top: 0px;
}
.ddf-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	background: transparent !important;
	border: none;
	letter-spacing: 0.01em;
	text-align: left;
	font-family: "Belleza", Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #101828 !important;
}
.ddf-search-panel-title{
	display:flex;
}
.ddf-section-head:hover { color: #1980D6; }
.ddf-chevron {
	transition: transform 0.22s ease;
	flex-shrink: 0;
	color: #1980D6;
}
.ddf-section-head[aria-expanded="true"] .ddf-chevron {
	transform: rotate(180deg);
}
.ddf-section-body {
    padding-bottom: 12px;
    max-height: 380px;
    margin-right: -25px;
    padding-right: 16px;
    overflow-x: hidden;
	scrollbar-width: thin;
    scrollbar-color: #1980D6 #f6f6f6;   
}
.ddf-section-body::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-radius: 5px;
}
.ddf-section-body::-webkit-scrollbar {
  width: 3px;                          
}
.ddf-section-body::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}
/* ── Checkbox List ── */
.ddf-check-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.ddf-sub-list {
	margin-left: 18px;
	margin-top: 2px;
	padding-top: 2px;
}
.ddf-checkbox-label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0px;
    cursor: pointer;
    border-radius: 0;
    transition: background 0.14s;
    background: transparent !important;
}
.ddf-checkbox-label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}
.ddf-alpha-check:checked {
  background-color: #E7F0FE !important;
  border-color: #1980D6;
}

.ddf-custom-check {
	width: 16px;
	height: 16px;
	border: 1px solid #d0d5de;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: #fff;
	transition: background 0.15s, border-color 0.15s;
}
.ddf-custom-check svg { opacity: 0; transition: opacity 0.12s; fill: transparent;}
.ddf-checkbox-label input:checked + .ddf-custom-check {
	background: #E7F0FE;
	border-color: #1980D6;
}
.ddf-checkbox-label input:checked + .ddf-custom-check svg { opacity: 1; }
.ddf-label-text {
    flex: 1;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
.ddf-count {
    background: #f0f2f5;
    border-radius: 10px;
    padding: 1px 7px;
    min-width: 22px;
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #A3A3A3;
}




/* ── Alpha List ── */
.ddf-alpha-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.ddf-alpha-item{
	padding: 8px 0px;
	font-family: "Inter", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;  
}
.ddf-alpha-label {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 0px;
    transition: background 0.14s, color 0.14s;
    color: #000000; 
    background: transparent;
	cursor: pointer;
}
.ddf-alpha-label  .ddf-alpha-check[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}
.ddf-alpha-item:hover .ddf-alpha-label {color: #1980D6; }
.ddf-alpha-label.active { 
	color: #1980D6; 
}
.ddf-alpha-label.active .ddf-count {
	background: #E7F0FE;
	color: #1980D6;
}
.ddf-alpha-item:not:last-child{
	margin-bottom: 4px;
}
.ddf-alpha-empty .ddf-alpha-label,
.ddf-alpha-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}
.ddf-alpha-empty .ddf-count {
    color: #99A1AF;
}

/* ── Content Area ── */
.ddf-content-area { 
	flex: 1; 
	min-width: 0; 
	width: 100%
}

/* ── Toolbar ── */
.ddf-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1.5px solid #eaedf1;
}
.ddf-results-count {
	font-size: 13px;
	color: #6b7280;
}
.ddf-results-count strong { color: #1a1d23; font-weight: 600; }

/* Active chips */
.ddf-active-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.ddf-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 3px 10px 3px 10px;
	background: #eff6ff;
	color: #2563eb;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #bfdbfe;
	cursor: pointer;
	transition: background 0.14s;
}
.ddf-chip:hover { 
	background: #1980D6;
  border-color: #1980D6;
}
.ddf-chip:hover .ddf-chip-remove{
	color: white;
}
.ddf-chip-remove { font-size: 14px; line-height: 1; margin-left: 2px; }

/* ── Grid ── */
.ddf-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
@media (max-width: 991.98px) {
	.ddf-sidebar { 
		top: 170px;
	}
}
@media (max-width: 900px) { .ddf-grid { grid-template-columns: 1fr; } }

@media (max-width: 768px) {
	.ddf-sidebar { 
		top: 140px;
	}
}

@media (max-width: 700px) {
	.ddf-wrapper { flex-direction: column; }
	.ddf-sidebar { 
		width: 100%;
		padding-top: 16px;
		border-radius: 5px;
		top: 123px;
	}
	.ddf-grid { grid-template-columns: 1fr; }
	#ddf-sidebar .ddf-search-panel{
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.ddf-sidebar .ddf-filter-section{
		visibility: hidden;
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s;
	}

	.ddf-sidebar.active .ddf-filter-section{
		visibility: visible;
		opacity: 1;
		max-height: 500px; 
	}
	.ddf-sidebar.active .ddf-search-panel-title img{
		display: none;
	}
	.ddf-sidebar.active .ddf-close-sidebar{
		display: flex;
	}
	.ddf-section-head{
		padding: 14px 0;
	}
	
}
@media (max-width: 575.98px) {
	.ddf-sidebar { 
		top: 134px;
	}
}
@media (max-width: 343px) {
	.ddf-sidebar { 
		top: 160px;
	}
}
/* ── Card ── */
.ddf-card {
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	padding: 16px 18px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0px;
	transition: border-color 0.18s, box-shadow 0.18s;
	position: relative;
	overflow: hidden;
}
.ddf-card:hover {
	border-color: #bfdbfe;
	box-shadow: 0 4px 16px rgba(59,130,246,0.09);
}

.ddf-card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}
/* .ddf-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #000;
} */
.ddf-source {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	font-family: "Inter", Sans-serif; 
	font-size: 12px;
	line-height: 150%;
	color: #000;
}
/* .ddf-source-value {
    font-weight: 500;
    color: #4b5563;
} */
.ddf-date {
    color: #000000;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.ddf-card-title {
	font-family: "Belleza", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-transform: capitalize;
    color: #1980D6;
    margin-top: 0px;
    margin-bottom: 6px;
}
.ddf-card .ddf-card-title a {
	font-size: inherit;
	color: #1980D6;
	text-decoration: none;
	transition: color 0.15s;
}
.ddf-card-title a:hover { 
	color: #1d4ed8; 
	text-decoration: underline; 
}
.ddf-content p{
	font-family: "Inter", Sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #203E57;
}
.ddf-data-type {
	display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-family: "Inter", Sans-serif; 
    font-size: 12px;
    line-height: 150%;
    color: #000;
}
.ddf-dt-value {
	font-weight: 500;
	color:#4b5563;
}

.ddf-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding: 9px 18px;
    border-top: 1px solid #1980D61F;
    backdrop-filter: blur(6px);
    background: #E7F0FE;
    margin-left: -18px;
    margin-right: -18px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.ddf-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #1980D6;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    padding: 7px 8px;
    gap: 10px;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}
.ddf-read-detail {
    margin-left: auto;
    transition: color 0.15s;
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline !important;
    color: #1980D6;
}
.ddf-read-detail:hover { color: #1980D6; text-decoration: underline; }

/* ── Loading ── */
.ddf-loading {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.ddf-spinner {
	width: 32px;
	height: 32px;
	border: 3px solid #e2e5ea;
	border-top-color: #3b82f6;
	border-radius: 50%;
	animation: ddf-spin 0.7s linear infinite;
}

/*======== List Database POPUP Content ========*/
.ddf-card .ddf-card-content {
	display: none;
	position: relative;
	margin-top: 0;
	padding: 16px 18px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: linear-gradient(180deg, rgba(231, 240, 254, 0.16) 0.35%, rgba(25, 128, 214, 0.16) 98.78%);
	backdrop-filter: blur(40px);
}
.ddf-card .ddf-close-content {
    pointer-events: auto;
}
.ddf-card .ddf-close-content {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #1980D6;
	color: #fff;
	border: none;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.ddf-card .ddf-close-content:hover {
    background: #333;
}
.ddf-card-content-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.ddf-card-content-inner .item__content-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	align-items: flex-start;
	max-height: 86px;
	overflow-y: auto;
	margin-bottom: 10px;
}
.ddf-card .ddf-card-content-inner p { 
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #203E57;
	font-family: "Inter", Sans-serif;
}
.ddf-card .item__content-wrap ul{
	list-style: none;
}
.ddf-card .item__content-wrap ul{
	margin-top: 10px;
}
.ddf-card .item__content-wrap a {
    color: #203E57;
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.ddf-card .item__content-wrap a:hover {
	color: #000000;
}
.ddf-card .ddf-card-content-inner .access-link {
	color: #1980D6;
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	display: block;
	text-align: right;
}
.ddf-card .ddf-external-link {
    display: inline-block;
    margin-top: 0px;
    font-weight: 600;
}


@keyframes ddf-spin { to { transform: rotate(360deg); } }

/* ── No Results ── */
.ddf-no-results {
	grid-column: 1 / -1;
	text-align: center;
	padding: 60px 20px;
	color: #9aa0ab;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.ddf-no-results p { font-size: 14px; } 

