/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.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 {
	line-height: 2 !important;
}
ul, ol {
	margin-bottom: 20px;
}
.w100,
.w100 a,
.w100 img {
	width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4 !important;
}
.homeCarousel figure {
    height: 65vh;
}

.homeCarousel figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.text-secondary-500 {
    --text-opacity: 1;
    color: #e00;
    color: rgba(238, 0, 0, var(--text-opacity));
}

.card-for-email {
    border: 3px solid red;
    text-align: center;
    padding: 15px;
}

/**
 * ==========================================
 * LANGUAGE CONTENT
 * ==========================================
 */

/* Albanian content is hidden when English is active */
body.lang_en .content_al {
    display: none !important;
}

/* English content is hidden when Albanian is active */
body.lang_al .content_en {
    display: none !important;
}


/**
 * ==========================================
 * ACTIVE LANGUAGE BUTTON
 * ==========================================
 */

 

.language-switch-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.language-switch-wrap a {
	border: 1px solid #e00;
	text-transform: uppercase;
	border-radius: 6px;
	padding: 4px 8px;
	line-height: 1;
	color: #e00;
	font-weight: 400;
}

.language-switch-wrap a:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.language-switch-wrap a:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.language-switch-wrap a:hover {
	color: #fff;
}
.language-switch-wrap a.active {
	color: #fff;
	background: #e00;
	font-weight: 400;
}

.elementor-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.userMenuIcon {
	cursor: pointer;
}

.headerUserMenu {
    position: absolute;
    top: 42px;
    right: 90px;
	opacity: 0;
	visibility: 0;
}

.headerUserMenu.active {
	opacity: 1;
	visibility: 1;
}


table.applicationData, table.applicationData * {
    border: 0 !important;
    background: transparent !important;
	text-align: left;
	vertical-align: middle;
}

table.applicationData td.status span {
    border: 1px solid #d7d7d7 !important;
    padding: 10px 20px;
    border-radius: 25px;
    background: #f7f7f7 !important;
	display: block;
	text-align: center;
}
table.applicationData .action {
	display: flex;
    align-items: center; 
	column-gap: 10px;
}
table.applicationData a.view, table.applicationData a.save {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f7f7f7 !important;
    padding: 10px;
    border-radius: 8px;
}

table.applicationData a.view svg,
table.applicationData a.save svg {
    width: 70%;
    height: 70%;
	fill: #fff;
}

table.applicationData a.view {
	background: #4285cb !important;
}

table.applicationData a.save {
	background: #5caf9a !important;
}

table.applicationData a.view svg *, table.applicationData a.save svg * {
    fill: #fff;
}

form#checkVisaStatusForm,
form#verifyVisaForm{
    width: 35%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 15px;
}

form#checkVisaStatusForm .form-group,
form#verifyVisaForm .form-group{
    display: block;
    width: 100%;
}

form#checkVisaStatusForm label,
form#verifyVisaForm label{
    width: 100%;
	color: #000;
}

form#checkVisaStatusForm input,
form#verifyVisaForm input{
	width: 100%;
	    padding: .5rem 1rem;
	border-radius: 6px;
	border: 1px solid #cbd5e0;
	outline: 0;
}
form#checkVisaStatusForm input:focus,
form#verifyVisaForm input:focus{
	border-color: #cbd5e0;
}

form#checkVisaStatusForm input[type="submit"],
form#verifyVisaForm input[type="submit"]{
    background: #ee0000;
	color: #fff;
}

form#checkVisaStatusForm label.error,
form#verifyVisaForm label.error{
    font-size: 12px;
    color: red;
    text-align: right;
}