

body {
    color: #403f68;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
}

a {
    color: #403f68;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    a:focus, a:hover, a:active {
        color: #6260b7;
        text-decoration: none;
    }




/* typography */
.theme-font {
    color: #35323b;
}

.clearfix {
    clear: both;
}

.note p {
    font-size: 1.5rem;
}

/* bootstrap exceptions */
.dropdown-menu li > a {
    font-family: "Open Sans", sans-serif !important;
    max-width: 300px;
}

    .dropdown-menu li > a span {
        white-space: normal;
    }

@media (min-width: 1440px) {
    .container {
        width: 1400px;
    }
}





/* header */
.page-header {
    border-bottom: 1px solid #cfced7;
    padding-bottom: 5px;
    height: auto;
    min-height: 110px;
}

.page-breadcrumb {
    display: none;
}

.header-pattern {
    background: url(../../common/images/header_pattern.png) top center repeat-x;
    height: 52px;
}

@media (max-width: 768px) {
    .page-header .page-header-menu .hor-menu {
        float: none !important
    }

        .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
            color: #403f68 !important;
        }

        .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a {
            color: #fff !important;
        }
}


.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a {
    color: #7f739c;
    background: none;
}

    .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li > a:hover {
        color: #403f68;
        background: none;
    }

.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {
    color: #403f68;
    background: none;
}

.page-header .page-header-menu .navbar-nav a {
    color: #947eab;
}

.header-login, .header-lang {
    margin-top: 9px;
    display: inline-block;
}

    .header-lang a {
        padding: 2px 14px 8px !important;
    }

.page-header .page-header-top .page-logo {
    height: auto;
}

    .page-header .page-header-top .page-logo .logo-default {
        float: none;
    }

    .page-header .page-header-top .page-logo a {
        float: left;
    }
        /* svg logo update */
        .page-header .page-header-top .page-logo a img, .page-header-menu-mobile-subheader .page-logo a img {
            width: 195px;
        }

@media (max-width: 768px) {
    .page-header .page-header-top .page-logo {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .page-header .page-header-top .page-logo a {
            float: none;
        }

    .page-header .page-header-top .logo-default {
        max-width: 295px !important;
        margin: 28px 40px !important;
    }

    .page-header .page-header-menu .hor-menu .navbar-nav > li.active > a {
        background: #80809e !important;
    }

    .header-login, .header-lang {
        margin-top: 10px;
        display: block;
        max-width: 300px;
        margin: 15px auto;
        width: 100%;
    }

        .header-login a, .header-lang a {
            display: block;
        }

    .page-header {
        padding-bottom: 5px;
        margin-bottom: 0px;
    }
}


@media (min-width:769px) {
    .page-header .page-header-top .logo-default {
        max-width: 195px !important;
    }

    .page-header .page-header-top {
        height: auto;
    }

        .page-header .page-header-top .page-logo {
            position: absolute;
            z-index: 1;
        }

    .page-header .page-header-menu {
        margin-top: 125px;
    }

        .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
            padding: 16px 14px 15px 14px;
        }
}

@media (min-width:769px) {
    .page-header .page-header-top .logo-default {
        max-width: none !important;
    }

    .page-header .page-header-menu {
        margin-top: 75px;
    }

    .page-header .page-header-top {
        height: auto;
    }

        .page-header .page-header-top .page-logo {
            position: absolute;
            z-index: 1;
        }

    .page-header .page-header-menu .hor-menu .navbar-nav > li > a {
        padding: 16px 18px 15px 18px;
    }
}

/* mobile menu */
.page-header-menu-mobile {
    display: none;
}

@media (max-width: 768px) {
    .menu-toggler {
        position: relative;
        z-index: 10002;
    }

    .page-header-menu-mobile {
        display: block;
        position: fixed;
        z-index: 10001;
        left: -768px;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #f7f7fd;
        text-align: center;
        -webkit-transition: all 0.60s ease-in-out;
        -moz-transition: all 0.60s ease-in-out;
        -ms-transition: all 0.60s ease-in-out;
        -o-transition: all 0.60s ease-in-out;
        opacity: 0;
    }

        .page-header-menu-mobile.page-header-menu-opened {
            left: 0;
            opacity: 1;
        }

        .page-header-menu-mobile .hor-menu {
            float: none !important;
        }

        .page-header-menu-mobile h2 {
            border: 0 none;
            text-align: center;
            font-size: 2rem;
            margin: 30px 0 20px;
        }

        .page-header-menu-mobile .navbar-nav {
            margin: 10px 0 20px;
            float: none;
        }

            .page-header-menu-mobile .navbar-nav li {
                border-bottom: 1px solid #ccc;
                padding: 5px 0;
                float: none;
            }

                .page-header-menu-mobile .navbar-nav li:first-child {
                    border-top: 1px solid #ccc;
                }

    .page-header-menu-mobile-subheader {
        background: #fff;
        margin: 0 -20px;
        height: 115px;
    }

        .page-header-menu-mobile-subheader .page-logo {
            position: fixed;
            top: 0;
            right: 0;
            width: 100%;
            text-align: center;
            background: #fff;
        }

        .page-header-menu-mobile-subheader .logo-default {
            max-width: 295px !important;
            margin: 28px 40px;
        }
}

@media (max-width: 426px) {
    .page-header .page-header-top .logo-default {
        max-width: 230px !important;
        margin: 28px 30px !important;
    }

    .page-header-menu-mobile-subheader .logo-default {
        max-width: 230px !important;
        margin: 28px 30px;
    }

    .page-header .page-header-top .menu-toggler {
        left: -5px;
        top: 6px;
    }
}













/* page-container */
.page-container .container {
    margin-top: 10px;
    margin-bottom: 30px;
    /*border-radius: 30px;
        box-shadow: rgba(0,0,0,0.2) 0px 0px 30px*/
}

    .page-container .container .container {
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        width: auto;
    }

.page-content-inner {
    /*border-top: 8px solid #f9f9f9;*/
}

.page-content {
    min-height: 500px;
}

.page-head .page-title, .page-head, .page-content {
    background: none;
}

    .page-head .page-title h1 i {
        background: #403f68;
        color: #fff;
        border-radius: 30px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 25px;
        font-size: 1.8rem;
        margin-right: 10px;
        margin-bottom: 25px;
        float: left;
        display: none;
    }

    .page-head .page-title h1 span {
        padding: 10px 20px;
        display: block;
    }

    .page-head .page-title h1 {
        color: #403f68;
        font-size: 2.4rem;
        line-height: 28px;
        font-weight: bold;
        border-left: 10px solid #403f68;
    }

    .page-head .page-title {
        color: #403f68;
    }


@media (max-width: 426px) {
    .page-head .page-title h1 i {
        padding: 15px;
        font-size: 1.5rem;
    }

    .page-head .page-title h1 {
        font-size: 2.4rem;
        padding-left: 10px;
        line-height: 3.4rem;
    }

        .page-head .page-title h1 span {
            padding: 10px 0;
            display: block;
        }
}

@media (max-width: 991px) {
    .page-content {
        padding: 0 0 30px;
    }
}

/* footer */
.pre-footer {
    background: #e7e6f6 url(../../common/images/footer_pattern_light.png) top center repeat-x;
    padding: 80px 30px 30px;
}

    .pre-footer h4 {
        color: #333;
        font-weight: bold;
    }

    .pre-footer ul li {
        padding: 5px 0;
    }

.page-footer {
    background: #b9bacf;
    text-align: center;
    color: #333;
    font-size: 1.7rem;
}

.footer-logo {
    text-align: center;
}

    .footer-logo img {
        max-width: 100%;
        width: 150px;
    }

.footer-toggle {
    display: none;
}

.scroll-to-top {
    display: none;
}

@media (max-width: 768px) {
    .pre-footer h4 {
        border-bottom: 1px solid #666;
        padding: 10px 0;
    }

    .footer-toggle {
        float: right;
        display: block;
    }

    .pre-footer .list-unstyled {
        display: none;
    }
}



/* forms and wizard */
.btn {
    border-radius: 30px;
    font-weight: bold;
    padding: 10px 40px;
    font-size: 1.6rem;
    box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
    border: 0px solid;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    .btn.dropdown-toggle, .btn-group .btn.dropdown-toggle, .btn:hover, .btn:disabled, .btn[disabled], .btn:focus, .btn:active, .btn.active {
        box-shadow: rgba(64,63,104,0.5) 5px 5px 17px;
    }

.btn-narrow {
    padding: 10px 14px;
}

.btn-blue-line {
    border: 2px solid #403f68;
    background: #fff;
    padding: 8px 40px;
}

.btn-green-line {
    border: 2px solid #11998e;
    background: #fff;
    padding: 8px 40px;
    color: #11998e;
}


.page-header .btn {
    padding: 5px 40px;
}

.page-header .btn-narrow {
    padding: 5px 14px;
}

.page-header .btn-blue-line {
    padding: 3px 40px;
}

.page-header .btn-green-line {
    padding: 3px 40px;
}

.btn-blue-solid {
    background: #403f68;
    color: #fff;
}

    .btn-blue-solid.focus, .btn-blue-solid:focus, .btn-blue-solid:hover {
        background: #56558c;
        color: #fff;
    }

.btn-blue-line.focus, .btn-blue-line:focus, .btn-blue-line:hover {
    border: 2px solid #56558c;
    background: #56558c;
    color: #fff;
}

.btn-green-line.focus, .btn-green-line:focus, .btn-green-line:hover {
    border: 2px solid #11998e;
    background: #11998e;
    color: #fff;
}

.green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active, .green.btn:active:hover, .green.btn.active:hover {
    color: #FFFFFF;
    background-color: #56558c;
}

.login-form .btn {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.form-control, select, textarea {
    border-radius: 20px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}


select, .form-control {
    height: 41px;
}

textarea {
    outline: none;
    padding: 10px;
}

.form-control:focus {
    box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
    border-color: #403f68;
}

select {
    min-width: 100px;
    padding-left: 6px;
    border: 1px solid #c0c0c0;
}

@media (max-width: 991px) {
    .form-control, .input-group {
        margin-bottom: 10px;
    }
}

input.form-control.error, .form-control.error .select2-choice {
    border-color: #efb2b2;
}

.input-group .input-group-addon {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 991px) {
    .form-wizard .steps > li > a.step > .number {
        margin: 5px auto;
        display: block;
    }
}
/* capcha */
.input-group-capcha {
    width: 100%;
}

    .input-group-capcha .form-control {
        width: 50%;
    }

    .input-group-capcha .image-capcha {
        width: 50%;
        max-height: 41px;
        border: 1px solid #c0c0c0;
    }

    .input-group-capcha .input-group-addon {
        width: 20%;
    }

/* select 2 new version */
.select2-container {
    z-index: 1000;
    width: 100% !important;
}
.select2-container--open {
    z-index: 100000;
}
.select2-container .select2-selection, .form-control.select2-container {
    border-radius: 20px;
}

.select2-container .select2-selection {
    height: 40px;
}

.select2-selection__rendered {
    padding: 5px 32px 5px 24px !important;
}

.select2-selection__arrow {
    height: 37px !important;
    width: 30px !important;
}

/*.select2-container--open .select2-dropdown {
    left: 1px;
}*/

/* panel */
.panel-blue {
    border-color: #403f68;
}

    .panel-blue > .panel-heading {
        color: #31708f;
        background-color: #e2d9d0;
        border-color: #403f68;
    }

        .panel-blue > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #403f68;
        }

    .panel-blue > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #403f68;
    }

.panel-group .panel.panel-rounded {
    border-radius: 20px;
}

    .panel-group .panel.panel-rounded .panel-heading {
        border-radius: 20px 20px 0 0;
    }

/* wizard */
.form-wizard .steps > li > a.step > .number {
    background: #e2d9d0;
    color: #5b5a7d;
}

.form-wizard .steps > li.active > a.step .number {
    border: 2px solid #5b5a7d;
}

.form-wizard .steps > li > a.step > .desc {
    display: block;
    padding: 5px;
    max-width: 200px;
    margin: 5px auto;
    white-space: normal;
}

.form-wizard .steps > li.active > a.step .desc {
    color: #403f68;
    border: 1px solid #e2d9d0;
    border-radius: 20px;
}


/* tabs */
.nav-tabs {
    border-bottom: 2px solid #ede8e3;
    padding-bottom: 15px;
    margin-top: 15px;
}

    .nav-tabs a {
        border: 1px solid #ededef;
        padding: 6px 20px;
        border-radius: 20px;
        font-weight: bold;
        /*box-shadow: rgba(64,63,104,0.4) 5px 5px 15px;*/
        margin: 10px 20px;
        background: #ededef;
        color: #a2a2aa;
        font-size: 1.8rem;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

    .nav-tabs .active:before {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 35%;
        border-width: 0px 15px 15px;
        border-style: solid;
        border-color: #fff transparent;
        display: block;
        width: 0;
        z-index: 1;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

    .nav-tabs .active:after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: 35%;
        border-width: 0px 15px 15px;
        border-style: solid;
        border-color: #ede8e3 transparent;
        display: block;
        width: 0;
        z-index: 0;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
    }

    .nav-tabs li:hover a, .nav-tabs .active a {
        border: 1px solid #d1c5df;
        color: #49486f;
    }

    .nav-tabs .active i {
        color: #6470aa;
    }

    .nav-tabs > li > a {
        margin: 10px;
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 1.8rem;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-bottom: 1px solid #d1c5df;
        box-shadow: rgba(64,63,104,0.4) 5px 5px 20px;
    }


/* draggable */
.draggable {
    width: 9999999px;
    white-space: nowrap; /* all on same line */
    font-size: 0; /* fix inline block spacing */
}

    .draggable.nav > li > a {
        font-size: 1.8rem; /* give font size to links */
    }

.draggable-container {
    padding: 10px 0px;
    /* no selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
    /* Hide scrollbar for Chrome, Safari and Opera */
    .draggable-container::-webkit-scrollbar {
        display: none;
    }
    .draggable-container.home-tabs-parents {
        padding: 30px 0 0;
    }
@media (min-width: 1024px) {
    .draggable {
        width: 100% !important;
    }
}

@media (max-width: 1025px) {
    .nav-justified > li {
        float: left !important;
        display: inline-block !important;
        width: 150px !important;
    }
}

/* home FAQ */
.home-faq {
    margin-bottom: 120px;
}

.home-faq-questions a {
    display: block;
    border-bottom: 1px solid #e2e2f2;
    padding: 10px;
    font-size: 1.8rem;
    margin-top: 20px;
}

    .home-faq-questions a span {
        display: inline-block;
        width: 82%;
    }

    .home-faq-questions a:hover, .home-faq-questions a.active {
        text-decoration: none;
        background: #ededef;
        color: #333;
    }

.home-faq-questions p {
    display: none;
    padding: 10px 10px 20px;
    background: #ededef;
}



.home-faq-questions i {
    float: right;
    margin: 10px;
    font-size: 2rem;
}

/* login-menu */
.login-menu {
    width: 380px;
    border-radius: 20px;
}

.dropdown > .login-menu:before {
    right: 20px;
    left: auto;
}

.dropdown > .login-menu:after {
    right: 22px;
    left: auto;
}

.dropdown-menu.login-menu {
    right: 0;
    left: auto;
}

.dropdown > .login-menu:before {
    width: 100%;
    height: 20px;
    background: rgba(255,255,255,0.001);
    margin-top: -5px;
    border: 0 none;
}

.login-menu li {
    width: 50%;
    float: left;
}

    .login-menu li a {
        border: 1px solid #403f68;
        border-radius: 20px;
        padding: 10px;
        margin: 15px;
        text-align: center;
        color: #403f68;
        min-width: 120px;
    }

        .login-menu li a:hover {
            background: #f2f2ff;
            color: #827ed2;
        }

        .login-menu li a span {
            display: block;
            height: 54px;
        }

        .login-menu li a i {
            background-image: url(../../common/images/icons_switch.png);
            background-repeat: no-repeat;
            width: 100px;
            height: 100px;
            display: block;
            margin: 0 auto;
            font: 0/0 a;
            -webkit-transition: all 0.30s ease-in-out;
            -moz-transition: all 0.30s ease-in-out;
            -ms-transition: all 0.30s ease-in-out;
            -o-transition: all 0.30s ease-in-out;
        }

    .login-menu li.login-orgs a i {
        background-position: top left;
    }

    .login-menu li.login-users a i {
        background-position: bottom left;
    }

    .login-menu li.login-orgs a:hover i {
        background-position: top right;
    }

    .login-menu li.login-users a:hover i {
        background-position: bottom right;
    }

@media (max-width: 426px) {
    .login-menu {
        width: auto;
    }

        .login-menu li a {
            min-width: 0;
        }

            .login-menu li a i {
                zoom: 0.7
            }

            .login-menu li a span {
                height: auto;
            }

    .login-indiv fieldset {
        height: auto !important;
    }
}

/* portlets */
.portlet.box {
    border-radius: 20px;
}

    .portlet.box > .portlet-title {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 10px 20px;
    }

    .portlet.box > .portlet-body, .portlet .form .form-actions {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 10px 20px;
    }

    .portlet.box .form-body {
        padding: 20px;
    }

        .portlet.box .form-body .form-actions {
            margin: 20px -20px -20px;
        }

    .portlet.box.mofa-green > .portlet-title {
        background-color: #e5e5ee;
    }

    .portlet.box.mofa-green {
        border: 1px solid #e5e5ee;
        background-color: #e5e5ee;
    }

        .portlet.box.mofa-green > .portlet-title > .caption {
            color: #403f68;
        }

/* login-tabs */
.login-tabs {
    background: #faf9fe;
    margin-bottom: 50px;
    padding: 10px 10px 0;
}

    .login-tabs .nav-tabs li:after {
        display: none;
        border-left: 2px solid #ccc;
        width: 1px;
        height: 30px;
        padding-top: 20px;
        margin-top: 33px;
        content: "";
        position: absolute;
    }

    .login-tabs .nav-tabs li.active:after, .login-tabs .nav-tabs li:first-child:after, .login-tabs .nav-tabs li:last-child:after {
        display: none;
    }

    .login-tabs .nav-tabs {
        border: 0 none;
        padding-bottom: 0;
        margin: 0;
    }

    .login-tabs .draggable-container {
        padding-bottom: 0
    }

    .login-tabs .nav-tabs li a {
        float: left;
        background: none;
        border-radius: 30px 30px 0 0;
        box-shadow: 0 0;
        border: 0 none !important;
        padding: 10px 25px 15px;
        white-space: nowrap;
        color: #9393c4;
        line-height: 22px;
        max-width: 300px;
        white-space: normal;
        text-align: center;
        font-size: 2.0rem;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        margin-bottom: 0;
    }

    .login-tabs .nav-tabs li:hover a, .login-tabs .nav-tabs .active a, .login-tabs .nav-tabs > li.active > a:focus, .login-tabs .nav-tabs > li.active > a:hover {
        float: left;
        background: #fff;
        border-radius: 30px 30px 0 0;
        box-shadow: rgba(125,138,255,0.15) 0px 0px 20px;
        border: 0 none;
        padding: 10px 25px 15px;
        color: #403f68;
    }

    .login-tabs .nav-tabs .active:before, .login-tabs .nav-tabs .active:after {
        display: none;
    }


/* login-andiv*/
.login-indiv .btn {
    margin: 30px 0;
}

.login-indiv h3 {
    background: #e7e6f6;
    border-radius: 20px;
    color: #56558c;
    width: 80%;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    font-weight: bold;
}

.login-indiv fieldset {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
    min-height: 500px;
}

    .login-indiv fieldset legend {
        color: #56558c;
        border: 0 none;
        width: auto;
        padding: 5px 10px;
    }

.login-indiv-nafaz {
    text-align: center;
    padding: 0px 10px;
}

    .login-indiv-nafaz h4 {
        color: #11998e;
        margin: 20px 0;
        font-size: 2.4rem;
    }

    .login-indiv-nafaz img {
        max-width: 180px;
        margin: 10px 0 30px;
    }

.login-indiv-account .form-actions {
    text-align: center;
}

/* page-user-login */
.nav-logged {
    background: #e5e5ee;
    margin: 0;
    margin-bottom: 10px;
}

    .nav-logged a {
        color: #403f68;
    }

        .nav-logged a i {
            display: none;
        }

    .nav-logged > li > a:focus, .nav-logged > li > a:hover {
        background: #666586;
        background: rgba(255,255,255,0.4);
        border-radius: 0;
    }

.page-user-login {
    background: #eeeeee;
    padding: 10px 20px;
    margin-bottom: 20px;
}


/* logged-menu */

.header-logged {
    vertical-align: middle;
    margin-top: 0;
    padding: 0 10px;
    min-height: 45px;
}

.logged-img {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    border: 1px solid #555479;
    margin-top: 5px;
}

    .logged-img img {
        width: 100%;
    }

.logged-name {
    float: left;
    width: auto;
    font-size: 1.4rem;
    padding: 0 10px 0 0;
    vertical-align: middle;
    margin-top: 3px;
}

    .logged-name span {
        display: block;
        color: #6a6a78;
        text-align: right;
    }

.header-logged .arrow {
    vertical-align: middle;
    float: left;
    margin: 15px 10px;
    font-size: 2rem;
    border: 1px solid #6a6a78;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    width: 8px;
    height: 8px;
}

.logged-menu {
    right: 0;
    left: auto;
}

    .logged-menu:before {
        right: 19px !important;
        left: auto !important;
    }

    .logged-menu:after {
        right: 20px !important;
        left: auto !important;
    }

a.no-link {
    cursor: default;
}


@media (max-width: 990px) {
    .btn-logged-menu {
        text-align: center;
        margin: 20px 0 40px;
    }

    .logged-name, .logged-img, .header-logged .arrow {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
    }

    .logged-menu:before {
        right: 50% !important;
        left: auto !important;
    }

    .logged-menu:after {
        right: 50% !important;
        left: auto !important;
    }
}

/* jtable-main-container */
div.jtable-main-container {
    font-size: 1.4rem;
    max-width: 100%;
}

@media (max-width: 768px) {
    div.jtable-main-container {
        overflow-x: auto;
    }
}

.jtable-main-container select {
    border-radius: 0;
    height: 26px;
}

.styled th {
    background: #e5e5ee;
    color: #4e4e58;
}

.jtable-main-container td a {
    display: inline-block;
    border-bottom: 1px dotted;
}

.link-line a {
    display: inline-block;
    border-bottom: 1px dotted;
}



/* cookies */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #333;
    background: #b9bacf;
}

    .cookiealert.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

    .cookiealert a {
        text-decoration: underline
    }

    .cookiealert .acceptcookies {
        margin-left: 10px;
        vertical-align: baseline;
    }



/* modal 
@media (max-width: 991px) {
    
    .modal-dialog {
        width:auto !important;
    }
}*/
.modal-backdrop {
    position: fixed;
    height: 100% !important;
}


/* .scroll-to-top */
.scroll-to-top {
    bottom: 18px;
}

/* dropdown hover */
@media only screen and (min-width: 769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before {
        width: 100%;
        height: 20px;
        background: rgba(255,255,255,0.001);
        margin-top: -5px;
        border: 0 none;
    }
}




/* color adjustments */
.note.note-info.note-bordered, .alert-info {
    background-color: #f7f7ff;
    border-color: #afaecb;
    color: #403f68;
}

.blue.btn {
    background-color: #403f68;
}

.btn.btn-default {
    color: #7b7c81;
    background-color: #fff;
    border-color: #d9d9d9;
}

.hasCalendarPicker.form-control[disabled], .hasCalendarPicker.form-control[readonly] {
    background-color: #fff;
}


/* fixes */
div#dvReportDetails {
    margin-top: 44px;
}


/* new layout June 2022 */
.page-container {
    background: url(../../common/images/header_pattern.png) top center repeat-x;
    padding-top: 72px;
}

.logo-name {
    display: inline-block;
    padding: 10px 30px;
    border-left: 5px solid #d5d7db;
    font-size: 3rem;
    font-weight: bold;
    vertical-align: middle;
}

.v2home-services {
    padding-top: 260px;
}

    .v2home-services h1 {
        margin: 10px 0 40px;
    }

.v2home-service-cats {
    display: flex;
    padding: 0;
    margin: 0;
}

    .v2home-service-cats li {
        list-style: none;
        /*width: 170px;*/
    }

        .v2home-service-cats li a {
            background: #fff;
            display: block;
            border-radius: 20px;
            height: 100%;
            vertical-align: top;
            margin: 0 10px;
            text-align: center;
            font-size: 2rem;
            box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
            border: 1px solid #fff;
            padding-bottom: 10px;
        }

            .v2home-service-cats li a:hover {
                border: 1px solid #4d5b9d;
            }

            .v2home-service-cats li a .service-icon {
                background: #e9e9f0;
                border-radius: 50%;
                display: inline-block;
                padding: 10px;
                margin: 20px auto 20px;
            }

                .v2home-service-cats li a .service-icon i {
                    zoom: 100%;
                }

            .v2home-service-cats li a .service-subtitle {
                display: block;
                color: #8987b5;
                padding: 5px 10px 10px;
                -webkit-transition: all 0.30s ease-in-out;
                -moz-transition: all 0.30s ease-in-out;
                -ms-transition: all 0.30s ease-in-out;
                -o-transition: all 0.30s ease-in-out;
            }

            .v2home-service-cats li a:hover .service-subtitle {
                padding: 0px 10px 5px;
            }

            .v2home-service-cats li a .service-title {
                display: flex;
                background: #e8e7f9;
                padding: 10px 10px;
                color: #403f68;
                font-weight: bold;
                height: 35%;
                margin-bottom: 25px;
                -webkit-transition: all 0.30s ease-in-out;
                -moz-transition: all 0.30s ease-in-out;
                -ms-transition: all 0.30s ease-in-out;
                -o-transition: all 0.30s ease-in-out;
                align-content: center;
                justify-content: center;
                align-items: center;
                white-space: normal;
            }

            .v2home-service-cats li a:hover .service-title {
                background: #d7d6ef;
                padding: 15px 10px;
            }
@media (max-width: 990px) {
    .v2home-service-cats li a {
        padding-bottom: 20px;
        margin: 0;
    }
        .v2home-service-cats li a .service-title {
            margin-bottom: 40px;
        }
}

@media (min-width: 1200px) {
    .v2home-service-cats {
        padding-right: 100px;
    }
}
.v2home-form {
    background: #fefeff;
    border-radius: 20px;
    box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
    color: #403f68;
    padding: 20px 40px;
    margin-top: 110px;
    font-size: 1.2rem; 
}

    .v2home-form h3 {
        text-align: center;
        font-weight: bold;
    }

    .v2home-form h4 {
        text-align: center;
        padding: 10px 0;
    }

    .v2home-form .SponserIdDesc {
        display: inline;
    }
    .v2home-form .SelectDesc {
        display: inline;
    }

@media (max-width: 990px) {
    .home-banner {
        height: auto !important;
        padding-bottom: 30px;
    }

    .v2home-services {
        padding-top: 20px;
    }

    .v2home-service-cats {
        justify-content: center;
    }

    .v2home-form {
        margin-top: 40px;
    }

    .page-logo {
        zoom: 70%;
    }
}

@media (max-width: 464px) {
    div .page-logo .logo-name {
        display: block;
        border: 0 none;
        padding: 10px !important;
        border-top: 2px solid #d5d7db;
    }

    div .page-logo img.logo-default, .page-header .page-header-top .logo-default {
        margin: 10px !important;
    }
}

/* cards */
.card {
    background: #fefeff;
    border-radius: 20px;
    box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
    color: #403f68;
    padding: 20px 40px;
    margin: 10px;
}


/* qatar 2022 update */
.service-icon-qa {
    width: 70px;
    height: 70px;
}

    .service-icon-qa img {
        margin-bottom: -25px;
        width: 35px;
    }

.v2home-service-cats {
    flex-wrap: wrap;
}

    .v2home-service-cats li {
        margin-bottom: 20px;
    }

.card-hayya .card-icon img {
    max-width: 25px;
}

.home-cards-links .card-hayya .card-title {
    border-color: #79192f;
}

.home-cards-links .card-hayya .card-title-text {
    color: #79192f;
}

/* radio and checkbox height */
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 2px;
    margin-bottom: 11px;
    margin-left: 5px;
}


/* feedback */
.feedbackalert {
    position: fixed;
    bottom: 5%;
    right: 10%;
    width: 500px;
    max-width: 80%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 1000ms ease-out;
    color: #333;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(64,63,104,0.2) 5px 5px 15px;
}

    .feedbackalert.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

    .feedbackalert h3 {
        color: #897eef;
    }

    .feedbackalert .acceptcookies {
        vertical-align: baseline;
    }

    .feedbackalert .btn-close {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        z-index: 1;
    }

        .feedbackalert .btn-close i {
            font-size: 16px;
        }
/* homepage service links responsive update */
@media (max-width: 464px) {
    .v2home-service-cats {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: start;
        max-width: 700px;
    }

        .v2home-service-cats li {
            min-width: 200px;
        }
    .btn {
        margin-bottom: 10px;
    }
}
/* breadcrumb */
.page-breadcrumb {
    display: block;
}

.breadcrumb {
    background: #ededed;
    color: #56558c;
    padding: 7px 20px;
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    border-radius:15px;
}

    .breadcrumb > .active {
        color: #767676;
    }

    .breadcrumb .fa {
        font-size: 10px;
        margin: 0 6px 0 2px;
        color: #a7a7a7;
        transform: scaleX(-1);
    }

    .breadcrumb a {
        color: #403f68;
    }
}

/* form-control-static fix */
.form-control-static {
    padding-top: 4px;
}



/* Nafath update */

.icon-nafath {
    background: url('../images/th.jpg') center center no-repeat;
    background-size: contain;
    width: 24px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}

.icon-lock {
    background: url('../images/lock-icon-614x460.png') center center no-repeat;
    background-size: cover;
    width: 24px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}

.label-status-count {
    margin: 30px auto 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    /*border: 1px dotted #403f68;*/
    color: #56558c;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    display: block;
    background: url('../images/circle-loading-gif.webp') center center no-repeat;
    background-size: contain;
}

.label-status-no {
    background: #fff url(../../common/images/nafath/th.jpg) left center no-repeat;
    width: 220px;
    height: 110px;
    display: block;
    padding-left: 110px;
    text-align: center;
    line-height: 110px;
    font-size: 50px;
    font-weight: bold;
    color: #2e9592;
    border: 2px solid #2e9592;
    margin: 30px auto;
}

.btn-nafath {
    background: #2e9592;
}

    .btn-nafath:hover, .btn-nafath:focus, .btn-nafath:active, .btn-nafath.active, .btn-nafath:active:hover, .btn-nafath.active:hover {
        background: #1d7876;
    }

.btn-nafath-line {
    border-color: #2e9592;
}


#div_ReceivedCode {
    display: none;
}

.badge-count {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    line-height: 22px;
    background: #fff;
    border: 1px solid #2e9592;
    color: #2e9592;
}

.nafath-count-text {
    font-size: 1.4rem;
}




@-webkit-keyframes background_color {
    6.6666666667% {
        background-color: #479eeb;
    }

    13.3333333333% {
        background-color: #7347eb;
    }

    20% {
        background-color: #eb47e0;
    }

    26.6666666667% {
        background-color: #eb475d;
    }

    33.3333333333% {
        background-color: #ebb447;
    }

    40% {
        background-color: #9eeb47;
    }

    46.6666666667% {
        background-color: #47eb73;
    }

    53.3333333333% {
        background-color: #47e0eb;
    }

    60% {
        background-color: #475deb;
    }

    66.6666666667% {
        background-color: #b447eb;
    }

    73.3333333333% {
        background-color: #eb479e;
    }

    80% {
        background-color: #eb7347;
    }

    86.6666666667% {
        background-color: #e0eb47;
    }

    93.3333333333% {
        background-color: #5deb47;
    }

    100% {
        background-color: #47ebb4;
    }

    106.6666666667% {
        background-color: #479eeb;
    }
}

@keyframes background_color {
    6.6666666667% {
        background-color: #479eeb;
    }

    13.3333333333% {
        background-color: #7347eb;
    }

    20% {
        background-color: #eb47e0;
    }

    26.6666666667% {
        background-color: #eb475d;
    }

    33.3333333333% {
        background-color: #ebb447;
    }

    40% {
        background-color: #9eeb47;
    }

    46.6666666667% {
        background-color: #47eb73;
    }

    53.3333333333% {
        background-color: #47e0eb;
    }

    60% {
        background-color: #475deb;
    }

    66.6666666667% {
        background-color: #b447eb;
    }

    73.3333333333% {
        background-color: #eb479e;
    }

    80% {
        background-color: #eb7347;
    }

    86.6666666667% {
        background-color: #e0eb47;
    }

    93.3333333333% {
        background-color: #5deb47;
    }

    100% {
        background-color: #47ebb4;
    }

    106.6666666667% {
        background-color: #479eeb;
    }
}

div.countDown-wrapper {
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #2e9592;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle;
}

div.countDown {
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #2e9592;
    border-radius: 50%;
    font-weight: 400;
}

    div.countDown:before {
        content: "60";
        -webkit-animation: 60s 1s forwards timer_countdown, 1s 0.875s 60 timer_beat;
        animation: 60s 1s forwards timer_countdown, 1s 0.875s 60 timer_beat;
    }

@-webkit-keyframes timer_beat {
    40%, 80% {
        transform: none;
    }

    50% {
        transform: scale(1.125);
    }
}

@keyframes timer_beat {
    40%, 80% {
        transform: none;
    }

    50% {
        transform: scale(1.125);
    }
}

@-webkit-keyframes timer_countdown {
    0% {
        content: "60";
    }

    1.6666666667% {
        content: "59";
    }

    3.3333333333% {
        content: "58";
    }

    5% {
        content: "57";
    }

    6.6666666667% {
        content: "56";
    }

    8.3333333333% {
        content: "55";
    }

    10% {
        content: "54";
    }

    11.6666666667% {
        content: "53";
    }

    13.3333333333% {
        content: "52";
    }

    15% {
        content: "51";
    }

    16.6666666667% {
        content: "50";
    }

    18.3333333333% {
        content: "49";
    }

    20% {
        content: "48";
    }

    21.6666666667% {
        content: "47";
    }

    23.3333333333% {
        content: "46";
    }

    25% {
        content: "45";
    }

    26.6666666667% {
        content: "44";
    }

    28.3333333333% {
        content: "43";
    }

    30% {
        content: "42";
    }

    31.6666666667% {
        content: "41";
    }

    33.3333333333% {
        content: "40";
    }

    35% {
        content: "39";
    }

    36.6666666667% {
        content: "38";
    }

    38.3333333333% {
        content: "37";
    }

    40% {
        content: "36";
    }

    41.6666666667% {
        content: "35";
    }

    43.3333333333% {
        content: "34";
    }

    45% {
        content: "33";
    }

    46.6666666667% {
        content: "32";
    }

    48.3333333333% {
        content: "31";
    }

    50% {
        content: "30";
    }

    51.6666666667% {
        content: "29";
    }

    53.3333333333% {
        content: "28";
    }

    55% {
        content: "27";
    }

    56.6666666667% {
        content: "26";
    }

    58.3333333333% {
        content: "25";
    }

    60% {
        content: "24";
    }

    61.6666666667% {
        content: "23";
    }

    63.3333333333% {
        content: "22";
    }

    65% {
        content: "21";
    }

    66.6666666667% {
        content: "20";
    }

    68.3333333333% {
        content: "19";
    }

    70% {
        content: "18";
    }

    71.6666666667% {
        content: "17";
    }

    73.3333333333% {
        content: "16";
    }

    75% {
        content: "15";
    }

    76.6666666667% {
        content: "14";
    }

    78.3333333333% {
        content: "13";
    }

    80% {
        content: "12";
    }

    81.6666666667% {
        content: "11";
    }

    83.3333333333% {
        content: "10";
    }

    85% {
        content: "9";
    }

    86.6666666667% {
        content: "8";
    }

    88.3333333333% {
        content: "7";
    }

    90% {
        content: "6";
    }

    91.6666666667% {
        content: "5";
    }

    93.3333333333% {
        content: "4";
    }

    95% {
        content: "3";
    }

    96.6666666667% {
        content: "2";
    }

    98.3333333333% {
        content: "1";
    }

    100% {
        content: "0";
    }
}

@keyframes timer_countdown {
    0% {
        content: "60";
    }

    1.6666666667% {
        content: "59";
    }

    3.3333333333% {
        content: "58";
    }

    5% {
        content: "57";
    }

    6.6666666667% {
        content: "56";
    }

    8.3333333333% {
        content: "55";
    }

    10% {
        content: "54";
    }

    11.6666666667% {
        content: "53";
    }

    13.3333333333% {
        content: "52";
    }

    15% {
        content: "51";
    }

    16.6666666667% {
        content: "50";
    }

    18.3333333333% {
        content: "49";
    }

    20% {
        content: "48";
    }

    21.6666666667% {
        content: "47";
    }

    23.3333333333% {
        content: "46";
    }

    25% {
        content: "45";
    }

    26.6666666667% {
        content: "44";
    }

    28.3333333333% {
        content: "43";
    }

    30% {
        content: "42";
    }

    31.6666666667% {
        content: "41";
    }

    33.3333333333% {
        content: "40";
    }

    35% {
        content: "39";
    }

    36.6666666667% {
        content: "38";
    }

    38.3333333333% {
        content: "37";
    }

    40% {
        content: "36";
    }

    41.6666666667% {
        content: "35";
    }

    43.3333333333% {
        content: "34";
    }

    45% {
        content: "33";
    }

    46.6666666667% {
        content: "32";
    }

    48.3333333333% {
        content: "31";
    }

    50% {
        content: "30";
    }

    51.6666666667% {
        content: "29";
    }

    53.3333333333% {
        content: "28";
    }

    55% {
        content: "27";
    }

    56.6666666667% {
        content: "26";
    }

    58.3333333333% {
        content: "25";
    }

    60% {
        content: "24";
    }

    61.6666666667% {
        content: "23";
    }

    63.3333333333% {
        content: "22";
    }

    65% {
        content: "21";
    }

    66.6666666667% {
        content: "20";
    }

    68.3333333333% {
        content: "19";
    }

    70% {
        content: "18";
    }

    71.6666666667% {
        content: "17";
    }

    73.3333333333% {
        content: "16";
    }

    75% {
        content: "15";
    }

    76.6666666667% {
        content: "14";
    }

    78.3333333333% {
        content: "13";
    }

    80% {
        content: "12";
    }

    81.6666666667% {
        content: "11";
    }

    83.3333333333% {
        content: "10";
    }

    85% {
        content: "9";
    }

    86.6666666667% {
        content: "8";
    }

    88.3333333333% {
        content: "7";
    }

    90% {
        content: "6";
    }

    91.6666666667% {
        content: "5";
    }

    93.3333333333% {
        content: "4";
    }

    95% {
        content: "3";
    }

    96.6666666667% {
        content: "2";
    }

    98.3333333333% {
        content: "1";
    }

    100% {
        content: "0";
    }
}

div.countDown:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 149, 146, 0.125);
    -webkit-animation: 60s 1s linear forwards timer_indicator;
    animation: 60s 1s linear forwards timer_indicator;
}

@-webkit-keyframes timer_indicator {
    100% {
        transform: translateY(100%);
    }
}

@keyframes timer_indicator {
    100% {
        transform: translateY(100%);
    }
}


/* fifa world cup update */
.row-fifa {
    background: #3a0b5e url(../../common/images/fifa_wc_pattern_2.png) bottom center repeat-x;
    margin: 20px -21px -10px;
    color: #fff;
}

.row-fifa-inner {
    background: url(../../common/images/fifa_wc_pattern_1.png) top center repeat-x;
    padding: 40px 20px;
}

.row-fifa img {
    max-width: 250px;
}

.row-fifa h3 {
    max-width: 400px;
    margin: 10px auto;
    line-height: 3rem;
    font-weight: bold;
    font-size: 2.2rem;
}

.row-fifa h4 {
    max-width: 400px;
    margin: 10px auto;
    line-height: 2.5rem;
    font-size: 2rem;
    font-weight: normal;
}

.row-fifa .btn {
    background: #fff;
    color: #2f0b4b;
    margin: 10px 0;
}

    .row-fifa .btn:hover {
        background: #deaa08;
        color: #2f0b4b;
    }


/* fix row-fullName */
.row-fullName label {
    display: inline-block;
    min-height: 47px;
}
    }





/* banner-beta-inner */
.banner-beta {
    margin-top: -20px;
    text-align: center
}

.banner-beta-border {
    height: 20px;
    background: #fff;
    box-shadow: 0px 10px 10px #e7e6f6;
}

.banner-beta-inner {
    margin-top: -10px;
    background: #fff;
    box-shadow: 0px 10px 10px #e7e6f6;
    padding: 0 20px 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.banner-beta .btn {
    padding: 5px 20px;
    font-size: 1.5rem;
}

.banner-beta label {
    font-size: 1.5rem;
    color: #403f68;
    padding: 0 10px;
}

.page-home .banner-beta-border, .page-home .banner-beta-inner {
    box-shadow: 0 0 0;
}

.page-home .banner-beta {
    margin-top: 0;
}

.page-home .btn {
    font-size: 1.5rem;
}

.page-home label {
    font-size: 1.5rem;
}

.modal-beta {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f6f6f8 url(../../common/images/ksaVisa/banner_beta.png) top right no-repeat;
    background-size: contain;
    text-align: center;
    position: relative;
}
.modal-beta-inner {
    background: url(../../common/images/ksaVisa/ksavisa_v.png) bottom left no-repeat;
    padding: 50px 45% 50px 50px;
    background-size: contain;
}
    .modal-beta .close {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 7px;
    }

#dlgBeta .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#dlgBeta .modal-body {
    padding: 0 !important;
}

.modal-beta img {
    margin-bottom: 20px;
}

.modal-beta strong {
    display: block;
}

.modal-beta .btn {
    margin-top: 20px;
}

@media (max-width: 568px) {
    .banner-beta-inner {
        flex-direction: column;
    }

    .banner-beta label {
        margin: 10px 0;
        font-size: 1.2rem;
    }

    .banner-beta strong {
        display: block;
    }

    .banner-beta .btn {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .modal-beta {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 230px 50px 50px 50px;
        background: #f6f6f8 url(../../common/images/ksaVisa/banner_beta.png) center top no-repeat;
        background-size: 200px;
    }
}