/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2026 | 11:18:05 */
.codedropz-upload-handler {
    border-color: #FFFFFF33;
}
.codedropz-upload-inner h3 {
    color: rgba(255,255,255,0.3);
	font-size: 18px;
    line-height: 28px;
}

.codedropz-upload-inner h3 + span {
    color: rgba(255,255,255,0.3);
	display:none;
}
.codedropz-upload-container {
    padding: 24px 20px;
}
a.cd-upload-btn:hover {
    color: #008df1;
}
.upload-label{
	color: rgba(255,255,255,0.4);
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    opacity: 0;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
    background: url(https://staging.trydigitalsolution.com/wp-content/uploads/2026/04/close.svg);
    background-size:15px;
}



.formfield {
    background: transparent;
    border-radius: 7px !important;
    margin-bottom: 0px;
    border: 1px solid #FFFFFF33 !important;
    color: #d3d3d3 !important;
}
.formfield2 {
     background: transparent;
    border-radius: 7px !important;
    margin-bottom: 0px;
    border: 1px solid #FFFFFF33 !important;
    max-height: 120px !important;
    color: #d3d3d3 !important;
}
.formsubmit {
    background: #fff !important;
    padding: 7px 32px !important;
    border-color: #FFFFFF33 !important;
    color:#000 !important;
}


.form-row > p {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form-row > p > span {
    width: 100%;
}

.formfield option {
	 background-color: #1e1e1e !important;
    color: #d3d3d3 !important;
    border: 1px solid #444 !important;
}
.formfield option[value=""] {
    color: #d3d3d3;
}

select.formfield {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='30' viewBox='0 0 20 20' width='30' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
	color:rgba(255,255,255,0.4) !important;
}

/* Dropdown container */
.country-list {
    background-color: #1e1e1e !important;
    color: #fff !important;
    border: 1px solid #444 !important;
	position:relative !important;
}

/* Each country item */
.country-list .country {
    background-color: #1e1e1e;
    color: #fff;
}

/* Hover / selected */
.country-list .country:hover,
.country-list .country.highlight {
    background-color: #333 !important;
    color: #fff !important;
}

/* Search box inside dropdown (if present) */
.country-list input {
    background-color: #2a2a2a;
    color: #fff;
    border: 1px solid #555;
}

.country-select.inside .flag-dropdown{
	width: 100%;
}
.country-select .country-list .country-name, .country-select .country-list .flag,
.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box{
	white-space:break-spaces;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container{
	width: 100%;
}

/* Chrome, Edge, Safari */
.country-list::-webkit-scrollbar {
  width: 8px;
}

.country-list::-webkit-scrollbar-track {
  background: #1a1a1a; /* dark track */
  border-radius: 10px;
}

.country-list::-webkit-scrollbar-thumb {
  background: #555; /* thumb color */
  border-radius: 10px;
}

.country-list::-webkit-scrollbar-thumb:hover {
  background: #777;
}

/* Firefox */
.country-list {
  scrollbar-width: thin;
  scrollbar-color: #555 #1a1a1a;
}

@media all (max-width:767px){
	.form-row > p{
		display:block;
	}
}