
@import url("//fonts.googleapis.com/css?family=Cairo:400,300,500,600,700");

i {
    font-family: Font Awesome 5 Free;
}

body {
   zoom : 0.78;
}
body, html {
    overflow-x: hidden;
    color: #fff;
    /* box-sizing: border-box; */
    /* text-decoration: none; */
    font-family: Cairo;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.tx-darkgray {
    color: #424343;
}

.tx-lightgray {
    color: #495053
}

.tx-navy {
    color: #003047;
}

.tx-green {
    color: #00B384;
    font-weight: 600;
}

.bg-color-gray {
    background-color: #F7F9FB;
}

a {
    cursor: pointer;
}

.dropdown-menu.show {
    z-index: 999 !important;
    display: block !important;
}

.dropdown-menu.hidden {
    position: absolute;
    z-index: -1;
    display: none;
}

.loginPage, .registerPage {
    color: #191A1A;
}

    .loginPage form {
        padding: 10px 64px;
    }

    .registerPage form {
        padding: 10px;
    }

.topbar {
    width: 100%;
    height: 58px;
    background: #fff;
    box-shadow: -1px 1px 1px #0409210d;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: unset;
    clear: both;
    z-index: 99;
}

.bgWorldMap {
    background-image: url(/themes/logisti/img/MapWorldBg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
    z-index: 9;
    overflow: hidden;
}

.bgCountryMap {
    background-image: url(/themes/logisti/img/FrameLogin.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 110vh;
    z-index: 999;
}


.accountCard {
    display: flex;
    width: 536px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    /* border: 1px solid red; */
    padding: 70px 0px 48px 0px;
}

.alert-suc, .alert-er {
    font-family: Cairo,'FontAwesome';
    font-size: 12px;
}
/* .register form{
  padding: 10px;
}
.register input{
  padding: 5px 0px !important;
}
.register .input-group{
  flex-wrap: nowrap !important;
  border-radius: 24px;
} */
.loginPage input, .registerPage input {
    padding: 10px;
    font-family: Cairo,'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    direction: rtl !important;
}

[dir= ltr] .loginPage input, [dir= ltr] .registerPage input {
    direction: ltr !important;
}

[dir= ltr] .dropdown-menu {
    transform: translate(0px, 39px)!important;
}

input[type="date"] {
    text-align: end !important;
}

a, a:hover {
    color: #333;
}

.verficationCode .form-group {
    gap: 12px;
}

.verficationCode form input::-webkit-outer-spin-button,
.verficationCode form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-link {
    text-decoration: none !important;
}

form .my-super-class {
    border-radius: 4px;
    border: 1px solid #29BE38 !important;
    background: #fff;
    width: 56px !important;
    height: 56px !important;
    padding: 12px 12px 12px 10px !important;
    text-align: center;
    margin: 6px !important;
    font-weight: 700;
    line-height: 28px;
    font-size: 18px;
}

.fa-circle-exclamation {
    color: #FB2727;
}

form .my-super-error-class {
    border: 1px solid #FB2727 !important;
    background: #FFE0E0 !important;
}

form .my-super-success-class {
    border: 1px solid #29BE38 !important;
    background: #DDFBDF;
}

.registerPage .accountCard {
    padding: 5px 22px 48px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



form .form-group {
    margin-bottom: 15px;
    position: relative;
}

form input:focus,
form select:focus {
    border-color: #9a9a9a;
}

form input.error,
form select.error {
    border-color: #f91919;
    background: #f9f0f1;
}

form small {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    color: #f91919;
}

form .password i {
    position: absolute;
    left: 0px;
    height: 45px;
    top: 28px;
    font-size: 13px;
    line-height: 45px;
    width: 45px;
    cursor: pointer;
    color: #939393;
    text-align: center;
}

.otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
}

    .otp-field input {
        width: 56px;
        height: 56px;
        border-radius: 4px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #C7C8C8;
        display: flex;
        padding: 12px 12px 12px 10px;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

        .otp-field input:focus {
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        }

        .otp-field input::-webkit-inner-spin-button,
        .otp-field input::-webkit-outer-spin-button {
            display: none;
        }

    .otp-field .rightCode {
        width: 56px;
        height: 56px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #29BE38;
        background: #DDFBDF;
    }

    .otp-field .falseCode {
        width: 56px;
        height: 56px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #FB2727;
        background: #FFE0E0;
    }

.errorMsg {
    font-family: FontAwesome, sans-serif;
}

.btnBorder {
    border: 1px solid #E3E4E4;
    background: #FFF;
}

.LangSelect {
    background-color: transparent;
    border: 0;
}

@media (max-width: 425px) {
    .accountCard {
        display: flex;
        width: 436px;
    }
}

ul {
    padding: 0;
    list-style: none;
}

    ul li {
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: right;
    }

        ul li a {
            display: block;
            padding: 8px 25px;
            text-decoration: none;
        }

            ul li a:hover {
                color: #fff;
                background-color: #f8f9f9 !important;
            }

        ul li ul.dropdown {
            min-width: 125px; /* Set width of the dropdown */
            display: none;
            position: absolute;
            z-index: 999;
            left: 0;
        }

        ul li:hover ul.dropdown {
            display: block; /* Display the dropdown */
        }

    ul.LoginUserMenu {
        background-color: ghostwhite;
    }

    ul li ul.dropdown li {
        display: block;
        padding: 4px;
    }

.close {
    border: 0;
    background-color: transparent;
}

input[type="password"] {
    /* font: large Verdana,sans-serif;*/
    letter-spacing: 1px;
}

.form-select {
    padding: 0.600rem 2.25rem .600rem .75rem !important;
}
