:root {
	--background-color: #374c60e8;
	--primary-color: #2c3e50;
	--primary-color-44: #364b5e;
	--primary-color-73: #435464;
	--primary-color-50: #2c3e50e0;
	--secondary-color: #ffc107;
	--link-color: #ff9b00;
	--secondary-color-hover: #ebb002;
    --tertiary-color: #485b6d;
	--primary-color-hover:#374c60;
	--text-light-color: #d3d3d3;
	--danger-color: #ff5253;
	--white-color:#ffff;
	--black-color:#000000;
	--black-color-50:#00000085;
	--gray-color-semidark: #7c7c7c;
    --input-primary:#52687c;
}

.integ-icon {
    background-color: var(--white-color)!important;
    height: max-content!important;
    display: inline-block!important;
    border: 2px solid var(--black-color)!important;
    box-shadow: 3px 4px var(--gray-color-semidark)!important;
}

.forn-size {
    padding: 3vh 2vh !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.dropdown-flags {
	min-width: auto!important;
	background: var(--primary-color)!important;
	color:var(--text-light-color)!important;
}