@font-face {
    font-family: 'DroidArabicKufiRegular';
    src: url('Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cairo';
    src: url('Cairo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'Cairo', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fafafa;
}
main {
    min-height: 50vh;
}
#registrationForm {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 98%;
}

.form-group label {
    position: relative;
    top: 10px;
}
.form-group .error-message {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        color: #000;
    }
    to {
        opacity: 1;
        color: inherit;
    }
}


.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.banner {
    height: 150px;
    background-attachment: fixed;
    background-position: left 0;
}
#boxlight {
    width: 100vw;
    height:  100vh;
    background-color: rgba(0, 0, 0, 0.564);
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right:0;
    z-index: 1000;
    display: flex;

}
#boxlight .card {
	width: 60%;
	border-radius: 0;
	margin-right: auto;
	position: relative;
	margin-left: auto;
	margin-bottom: auto;
	margin-top: 5%;
}
#boxlight .card img {
    z-index: 1;
}
#boxlight .card .boxlight-title {
    z-index: 9;
    min-width: 100%;
    /* display: block; */
    /* margin-top: 25%; */
    position: absolute;
    display: flex;
    height: inherit;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
}
.box-light-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
#boxlight .close.position-absolute {
    margin-top: -15px;
    margin-right: -15px;
    cursor: pointer;
    z-index: 999;
}
header {
    overflow: hidden;
    height: fit-content;
    position: relative;
}
.color-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    display: block;
}
.nav-title {
    position: relative;
    z-index: 1;
}
.nav-container {
    position: relative;
    z-index: 1;
}
footer {
    background: #2b3539;
    font-size: small;
}

.success-msg img {
    width: 135px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.success-msg p {
    font-size: 15pt;
    margin-top: 15px;
    color: #7f7f7f;
}

.font-weight-bold {
    font-weight: bold;
}

.ui-menu-item-wrapper {
    font-family: 'Cairo', Tahoma, Geneva, Verdana, sans-serif !important;
}
.input-group button {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #dee2e6;
    border-left-color: transparent !important
}
.input-group input {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media screen and (max-width: 1001px) {
    .container {
        min-width: 100%;
    }
    .banner {
        height: 200px;
    }
    #registrationForm {
        max-width: 100%;
    }
    .form-group label {
        top: 0;
    }
    .form-group .error-message {
        font-size: 12px;
    }
    .box-light-container {
        background-size: contain;
    }

    #boxlight .card {
        width: 100%;
    }

}
