﻿@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Medium.ttf');
}
@font-face {
    font-family: 'Tajawal';
    src: url('../fonts/Tajawal/Tajawal-Medium.ttf');
}
html, body {
    /*width: 100% !important;*/
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
/*body {
    padding-top: 90px;
}*/
* {
    font-family: PlusJakartaSans !important;    
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}
.navbar {
    background-color: #1d1d1b !important;
    padding: 0 90px !important;
}

#navbar-logo {
    padding: 0 !important;
}

.body-content {
    /*background-color: #f3f3f3;*/
    background-color: #1a1a18;
}
.navbar.navbar-fixed-top {
    height: 90px;
    position: sticky !important;
    margin-bottom: 0;
    margin-top: -1px;
}
/*.navbar div {
        height: 100%;
    }*/
.navbar-margin {
    margin-top: 30px; /* Adjust to the height of your new navbar */
}
.white-navbar {
    background-color: #ffffff !important;
    height: 40px !important;
    overflow: hidden !important;
    min-height: unset;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0 !important;
    top: 0;
    /*position:sticky;*/
}
    .white-navbar > div > div{
        height: 40px;
        display: flex;
        width: 100%;
        justify-content:center;
        align-items:center;
    }
    .white-navbar > div > div > a{
        margin-top: -5px;
    }
.dark-text{
    color: #1d1d1b;
}
.small-text{
    font-size: 13px !important;
}
.big-text {
    font-size: 23px !important;
}
.big-bolder-text {
    font-size: 23px !important;
    font-weight: bolder;
}
.tajawal{
    font-family: Tajawal !important;
}
p, h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}
.width-400{
    width: 400px;
}
.max-width-100{
    max-width: 100%;
}
.float-right {
    float: right;
}
.float-left{
    float: left;
}
.float-right-desktop {
    float: right;
}
.float-left-desktop {
    float: left;
}
.flex{
    display:flex;
}
.on-desktop {
    display: block;
}

.on-mobile {
    display: none;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}
.center-childs-vertically {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
.center-childs {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content:center;
    align-items:center;
}
.center-childs-mobile {
    display: initial;
    width: initial;
    height: initial;
    justify-content: initial;
    align-items: initial;
}
.center-text {
    text-align: center;
}
.underline{
    text-decoration: underline;
}
.full-width{
    width: 100%;
}
.margin-left-right{
    margin-left: 15px;
    margin-right: 15px;
}
.margin-left-rightx2 {
    margin-left: 40px;
    margin-right: 40px;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-top {
    margin-top: 20px;
}
.margin-top30 {
    margin-top: 30px;
}
.margin-topx2 {
    margin-top: 40px;
}
.margin-topx3 {
    margin-top: 60px;
}
.margin-topx5 {
    margin-top: 100px;
}
.margin-bottom{
    margin-bottom:20px;
}
.margin-bottomx2 {
    margin-bottom: 40px;
}
.margin-bottomx3 {
    margin-bottom: 60px;
}
.margin-bottomx4 {
    margin-bottom: 80px;
}
.margin-bottomx5 {
    margin-bottom: 100px;
}
.padding-top {
    padding-top: 20px;
}
.padding-right-left{
    padding-right: 35px;
    padding-left: 35px;
}
.padding-right-leftx2 {
    padding-right: 70px;
    padding-left: 70px;
}
.padding-topx2 {
    padding-top: 40px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.padding-bottomx2 {
    padding-bottom: 40px;
}
.margin-left{
    margin-left: 20px;
}
.margin-right {
    margin-right: 20px;
}
#welcome-banner {
    position: relative;
    width: 100%;
}
    #welcome-banner img {
        width: 100%;
        height: auto;
    }
    #welcome-banner h1 {
        font-size: 50px;
        white-space: nowrap;
        position: absolute;
        top: 40%;
        left: 55%;
        transform: translate(-50%,-50%);
    }
#welcome-joiner {
    /*background-color: #1a1a18 !important;*/
}
    #welcome-joiner h2:nth-child(2) {
        font-size: 40px;
    }
#joiner-name {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-left: 20px;
}
.white-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ffffff;
}
.aqua-circle {
    width: 25px;
    height: 10px;
    border-radius: 12px;
    background-color: #00d8bc;
}
#back {
    display: inline-block;
    width: 100px;
    font-weight: bold !important;
    padding: initial 20px !important;
    background-color: #9f9f9f;
    color: #ffffff;
    border: 0 none;
}
#next {
    display: inline-block;
    width: 100px;
    font-weight: bold !important;
    padding: initial 20px !important;
    border: 0 none;
}
#aboutus-banner {
    background: transparent url('../images/Group 16155.png') 0% 0% no-repeat padding-box;
    background-position: top right;
}
.section-margin {
    margin: 50px 90px 90px 90px;
}
#aboutus-banner h2{
    font-size: 30px;
}
#ourteam {
    /*margin-top: -100px;*/
}
.aqua {
    color: #00d8bc !important;
}
    .aqua:hover {
        color: #00d8bc !important;
    }
a.aqua{
    text-decoration: underline;
    display: inline-block;
    font-weight: bold;
}
.table-title {
    font-size: 30px !important;
}
.cards-div {
    display: flex;
}
    .cards-div > div {
        flex: 1;
        display: flex;
        width: 100%;
        justify-content: center;
    }
.card {
    background-color: #ffffff;
    border-radius: 40px;
    /*height: 100%;*/
    height: 420px;
    width: 300px;
}
.login-card {
    background-color: #ffffff;
    border-radius: 40px;
    height: 100%;
}
.card-title {
    border-bottom: 3px #00d8bc solid;
    width: fit-content;
}
    .card-title h2 {
        font-size: 25px !important;
        white-space: nowrap;
        font-weight: bolder;
    }
    .card p {
        font-size: 20px !important;
        font-weight: 500;
    }
    .card h2, .card p {
        /*color: #1d1d1b*/
        color: #ffffff;
    }
    .login-card p {
        font-size: 20px !important;
        font-weight: 500;
    }
    .login-card h2, .login-card p {
        /*color: #1d1d1b*/
        color: #ffffff;
    }
.ourteam-table-title-width {
    width: 100px !important;
}
.aboutUsRows-table-title-width {
    width: 220px !important;
}
#ourteam-images-div {
    position: relative;
}
#ourteam-img {
    width: 100%;
    /*margin-left: 10%;*/
}
#ourteam-logo {
    position: absolute;
    top: 80%;
    left: 82%;
    transform: translate(-50%, -50%);
}
#principal-activities span, #required-documents span {
    color: #ffffff;
}
.table-hr {
    width: 80%;
    float: left;
    height: 1px;
    background-color: #707070;
    border: none;
}
#my-dashboard-video-div{
    position:relative;
    min-height: 500px;
}
    #my-dashboard-video-div video {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }
#thank-you-parent {
    background: transparent url('../images/Group 16201.png') 0% 0% no-repeat padding-box;
    background-position: calc(100% + 430px) center;
    background-size: auto 100%;
}
#thank-you, #finish, #all-done {
    margin-top: 0;
}
#general-information-div {
    background: transparent url('../images/Group 16180.png') 0% 0% no-repeat padding-box;
    background-position: top right;
    background-size: auto 100%;
}
.location-iframe {
    border: 0;
    width: 70%;
    height: 220px;
}

#finish-parent {
    background: transparent url('../images/Group 16201.png') 0% 0% no-repeat padding-box;
    background-position: calc(100% + 150px) center;
    background-size: auto 100%;
}

/*#requesting-office-supplies-logo {
    position: absolute;
    top: 91%;
    left: 93%;
    transform: translate(-50%, -50%);
}
#requesting-office-supplies-logo-mobile {
    position: absolute;
    top: 70%;
    left: 82%;
    transform: translate(-50%, -50%);
}*/
.employee-benefits-logo-div{
    height: 180px;
    width: 250px;
    background-color: #ffffff;
    border-radius: 30px;
    display:flex;
    justify-content:center;
    align-items:center;
}
#all-done-parent {
    background: transparent url('../images/Group 16201.png') 0% 0% no-repeat padding-box;
    background-position: calc(100% + 300px) center;
    background-size: auto 100%;
}
footer {
    background-color: #f3f3f3;
    padding: 0 !important;
    margin: 0 -15px !important;
    overflow: hidden;
}
#footer-text {
    color: #979797;
    padding: 20px;
}
#onboarding-information-div img {
    width: 70%;
}
@media screen and (max-width: 1300px) {
    .navbar {
        padding: 0 20px !important;
    }
    #welcome-joiner {
        margin: 20px;
    }
    .section-margin {
        margin: 20px;
    }
    .card-title h2 {
        white-space: initial;
    }
}
@media screen and (max-width: 991px) {
    .float-right-desktop {
        float: initial;
    }
    .float-left-desktop {
        float: unset;
    }
    .center-childs-mobile {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .cards-div {
        display: initial;
    }
    .on-desktop {
        display: none;
    }
    .on-mobile {
        display: block;
    }
    #my-dashboard-video-div {
        min-height: 400px;
    }
    .location-iframe {
        width: 100%;
    }
    #onboarding-information-div, #requesting-office-supplies-div {
        background: unset;
        background-position: unset;
        background-size: unset;
    }        
    .full-width-on-mobile {
        width: 100%;
    }
    .half-width-on-mobile {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .navbar{
        padding: initial;
    }
    #welcome-banner h1 {
        font-size: 40px;        
        position: absolute;
        top: 20%;
        left: 50%;
    }
    .full-width-on-sm {
        width: 100%;
    }
    #onboarding-information-div img {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    /*#requesting-office-supplies-logo-mobile{
        top: 60%;
    }*/
}

@media screen and (max-width: 350px) {
    #welcome-banner h1 {
        font-size: 30px;
    }
}
