@import url("https://fonts.googleapis.com/earlyaccess/droidarabickufi.css");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
/*
################

~ Table of Content:
- SP Assets
- SP Header
- UEA Login box
- UEA ADS
- UEA Services
- SP News
- SP Info Box

################
*/
/*
################
SP Assets
################
*/
body {
    background-color: #f5f7f7;
    font-family: "Droid Arabic Kufi";
    color: #091c14;
    color: var(--main-text-color);
}

ul {
    margin: 0;
    padding: 0;
}

.card-btn {
    /*background: #399b75;*/
    background: var(--secondary-color);
    border: 0;
    display: inline-block
}

.sp-full-width {
    height: 60px;
    background: #fff;
    box-shadow: 0 3px 15px #f2f2f2;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

    .sp-full-width > .container {
        width: 100%;
    }

    .sp-full-width .sp-main-box {
        box-shadow: none;
        margin-bottom: 0
    }

    .sp-full-width .sp-main-title {
        border: 0;
    }

.sp-main-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 15px #f2f2f2;
}

.sp-main-title {
    padding: 14px;
    border-bottom: 1px solid #eaecec;
    position: relative;
}

    .sp-main-title::before {
        content: "";
        background: #399b75;
        background: var(--main-color);
        width: 4px;
        height: 20px;
        position: absolute;
        right: 0;
    }

    .sp-main-title h2 {
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        line-height: 21px;
        display: inline-block
    }

        .sp-main-title h2 span {
            color: #acacac;
        }

.sp-main-button {
    background-color: #399b75;
    background-color: var(--main-color);
    border-radius: 5px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    padding: 9px 10px;
    border: 0;
    text-decoration: none;
}

    .sp-main-button:hover {
        color: #fff;
    }

a {
    text-decoration: none !important;
}


    a:hover {
        text-decoration: none !important;
    }

.sp-main-title .sp-main-sm-button {
    margin-top: -4px;
}

.sp-main-sm-button,
.sp-main-sm-button:hover,
.sp-main-sm-button:focus {
    color: #FFF !important;
    text-decoration: none !important;
}

.sp-main-sm-button {
    font-size: 10px !important;
    padding: 4px 8px !important;
}

.sp-main-size {
    font-size: 12px;
}

.sp-main-table-holder {
    padding: 20px;
}

ion-icon {
    font-size: 20px;
}
/*
################
SP Header
################
*/
.sp-outer-logo {
    display: inline-block;
}

.sp-outer-logos {
    display: inline-block;
    float: left;
}

.sp-header {
    /*height: 150px;*/
    background-color: #fff;
    background-image: url(../images/mchabbek.png);
    background-size: auto;
    box-shadow: 0 6px 15px #e8e8e8;
    position: relative;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-repeat: repeat;
}

    .sp-header::after {
        content: "";
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient( 360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient( 360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient( 360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
        position: absolute;
        width: 100%;
        height: 80%;
        bottom: 0;
        z-index: -1;
        top: auto;
        opacity: 1;
    }

    .sp-header .logo-2030 {
        margin-right: 32px;
    }

.sp-header-register {
    margin-bottom: 0;
}
/*
################
SP Login box
################
*/
.sp-login-box {
    height: 100%;
}

.sp-login-form {
    padding: 20px;
    border-bottom: 1px solid #eaecec;
}

    .sp-login-form .form-fields input {
        margin-bottom: 10px;
        height: 40px;
        width: 100%;
        border-radius: 5px !important;
        background-color: #f5f7f7;
        border: 0 !important;
        font-size: 12px;
        padding-right: 35px;
    }

    .sp-login-form input::placeholder {
        font-size: 12px;
    }

    .sp-login-form input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .sp-login-form input:-ms-input-placeholder {
        font-size: 12px;
    }

    /*.sp-login-form .form-fields input[type="text"], .sp-login-form .form-fields input[type="text"]:focus {
        background-image: url(../img/user.svg);
        background-position: right 10px center;
        background-repeat: no-repeat;
    }

    .sp-login-form .form-fields input.password, .sp-login-form .form-fields input.password:focus {
        background-image: url(../img/password.svg);
        background-position: right 10px center;
        background-repeat: no-repeat;
        padding-left: 35px;
    }*/

    .sp-login-form .form-fields .password-field,
    .sp-login-form .form-fields .user-field {
        position: relative;
    }

    .sp-login-form .form-fields ion-icon {
        position: absolute;
        right: 9px;
        top: 11px;
        font-size: 20px;
        color: #b8b8b8;
    }

    .sp-login-form .form-fields .password-field .show-hide-pass {
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
    }

    .sp-login-form .form-buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sp-login-form button[type="submit"] {
        background-color: #399b75;
        background-color: var(--main-color);
        border-radius: 5px;
        line-height: 22px;
        font-size: 12px;
        color: #fff;
        padding: 9px 10px;
        border: 0;
    }

button.sp-button {
    background-color: #399b75;
    background-color: var(--main-color);
    border-radius: 5px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    padding: 9px 10px;
    border: 0;
}

.sp-login-form .remember {
    font-size: 12px;
    color: #091c14;
    color: var(--main-text-color);
}

.sp-login-box a.no-account,
.sp-login-box a.change-phone {
    display: block;
    padding: 10px 20px 20px 20px;
    text-align: right;
    font-size: 12px;
    color: #091c14;
    color: var(--main-text-color);
    text-decoration: underline;
    border-bottom: 1px solid #eaecec !important;
}

.sp-login-box a:hover {
    background-color: #fafbfb;
    color: #399b75;
    color: var(--main-color);
}

.wss-memberships .pagination > li.active > a {
    background: #399b75 !important;
    background: var(--main-color) !important;
}

    .wss-memberships .pagination > li:not(.disabled) > a:hover,
    .wss-memberships .pagination > li.active > a:hover {
        background: #399b75 !important;
        background: var(--main-color) !important;
    }

memberships .pagination > li:not(.disabled) > a:hover {
    background: #399b75 !important;
    background: var(--main-color) !important;
}

.sp-login-box .no-account ion-icon,
.sp-login-box .change-phone ion-icon {
    font-size: 20px;
    position: relative;
    top: 6px;
}

.sp-login-box .account-benefits p {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

.sp-login-box .account-benefits ul {
    list-style: none;
}

    .sp-login-box .account-benefits ul li {
        font-size: 12px;
        background-color: #f2f2f2;
        border-radius: 20px;
        display: inline-block;
        padding: 3px 10px;
        margin: 0 20px 10px 0;
        line-height: 28px;
    }

        .sp-login-box .account-benefits ul li ion-icon {
            color: #399b75;
            color: var(--main-color);
            font-size: 18px;
            position: relative;
            top: 5px;
        }



.sp-login-box #confirm-form {
    padding: 20px;
    font-size: 12px;
}

.sp-login-box .errors {
    padding: 0 !important;
    font-size: 12px;
}
/*
################
SP ADS
################
*/

.sp-ads-box {
    border-radius: 5px;
    box-shadow: 0 3px 15px #f2f2f2;
    height: 165px;
    margin-bottom: 30px;
    overflow: hidden;
}

    .sp-ads-box .slide {
        height: 100%;
        position: relative;
    }
/*
################
SP Services
################
*/

.sp-services {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 15px #f2f2f2;
}

    .sp-services .sp-services-list {
        padding: 20px 25px;
    }

        .sp-services .sp-services-list .service-item {
            background-color: #f5f7f7;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 109px;
            margin-bottom: 20px;
        }

    .sp-services .service-item .icon-holder {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        margin: 0 auto 10px;
        text-align: center;
        line-height: 50px;
        display: block;
    }

        .sp-services .service-item .icon-holder ion-icon {
            color: #399b75;
            color: var(--main-color);
            font-size: 20px;
        }

    .sp-services .service-item h3 {
        font-size: 10px;
        font-weight: 700;
        color: #091c14;
        color: var(--main-text-color);
    }
/*
################
SP News
################
*/

.sp-news {
    background: #fff;
    border-radius: 5px;
}

    .sp-news .sp-news-list {
        padding: 20px;
        height: calc(100% - 50px);
        overflow-y: scroll;
    }

        .sp-news .sp-news-list::-webkit-scrollbar {
            width: 6px;
        }

        .sp-news .sp-news-list::-webkit-scrollbar-thumb {
            background: #dbdbdb;
            border-radius: 3px;
        }

        .sp-news .sp-news-list .news-item {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px solid #eaecec;
        }

    .sp-news .news-item h2 {
        font-weight: 700;
        font-size: 12px;
        line-height: 22px;
    }

    .sp-news .news-item p {
        color: #b2b2b2;
        font-size: 11px;
        line-height: 21px;
        height: 65px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .sp-news .news-item a.more {
        color: #399b75;
        color: var(--main-color);
        font-size: 10px;
        font-weight: 700;
    }
/*
################
SP Info Box
################
*/

.sp-info-box-section {
    margin-top: 30px;
}

.info-box {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.sp-info-box-section .info-box .box-data {
    padding: 20px 37px;
    text-align: center;
}

    .sp-info-box-section .info-box .box-data p {
        font-size: 12px;
        line-height: 22px;
        height: 50px;
    }

    .sp-info-box-section .info-box .box-data a {
        background: #399b75;
        background: var(--main-color);
        color: #fff;
        font-size: 12px;
        padding: 10px 36px 10px 10px;
        border-radius: 5px;
        display: block;
    }

.sp-info-box-section .info-box.movie-box a {
    background-image: url(../img/play.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.sp-info-box-section .info-box.verify-box a, .sp-info-box-section .info-box.guide-box a {
    background-image: url(../img/download.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}
/*
################
SP Footer
################
*/

.sp-footer {
    background: var(--main-color);
    height: auto;
    min-height: 100%;
    padding: 0;
}

    .sp-footer .footer-boxes {
        padding: 40px 0;
    }

    .sp-footer .footer-box h3 {
        font-size: 12px;
        line-height: 20px;
    }

.footer-box a.footer-phone-number {
    font-size: 16px;
    font-weight: 700;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.footer-box .browser-support {
    font-size: 12px;
    color: #fff;
}

.footer-box .footer-email-address {
    padding: 10px 20px;
    background: #fff;
    color: #399b75;
    color: var(--main-color);
    font-size: 12px;
    display: inline-block;
    border-radius: 20px;
}

.sp-footer .footer-copyright {
    position: relative;
    background: #fff;
    font-size: 12px;
    text-align: center;
    padding: 20px;
    z-index: 999;
    width: 100%;
}

    .sp-footer .footer-copyright p {
        margin: 0;
    }

@media(max-width:557px) {
    .sp-services, .sp-login-box {
        margin-bottom: 30px;
    }
}
/* sp Register Steps*/

.sp-register-steps {
    padding: 40px;
    text-align: center;
    margin: auto;
}

    .sp-register-steps ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }

        .sp-register-steps ul::after {
            content: "";
            border-bottom: 2px solid #E4E4E4;
            position: absolute;
        }

        .sp-register-steps ul li {
            display: inline-block;
        }

            .sp-register-steps ul li p {
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                border-radius: 50%;
                border: 2px solid #E2E2E2;
                color: #808080;
                display: block;
                margin: 0 auto 15px;
            }

            .sp-register-steps ul li span {
                font-size: 10px;
                color: #BBBBBB;
            }

            .sp-register-steps ul li.active p {
                color: #091C14;
                border-color: #091C14;
            }

            .sp-register-steps ul li.active span {
                color: #091C14;
            }

            .sp-register-steps ul li.done {
                position: relative;
            }

                .sp-register-steps ul li.done p {
                    background: #399B75;
                    background: var(--main-color);
                    border-color: transparent;
                    color: transparent;
                    position: relative;
                }

                    .sp-register-steps ul li.done p::before {
                        content: "\f00c";
                        color: #ffffff;
                        font-family: 'FontAwesome';
                        font-size: 15px;
                        display: block;
                        margin: auto;
                    }

/*.sp-register-steps ul li.done::after {
                    content: "";
                    background: #399B75;
                    background: var(--main-color);
                    height: 2px;
                    position: absolute;
                    width: 200px;
                    right: calc(100% - 35px);
                    top: 20px;
                }*/

.sp-register-box {
    margin-bottom: 40px;
    margin-top: 0;
}

.sp-register-form, .sp-main-form, .sp-main-icon-form {
    padding: 20px;
    display: table;
    width: 100%;
}

    .sp-register-form label, .sp-main-form label, .sp-main-icon-form label {
        font-size: 10px;
        font-weight: 700;
        color: #091c14;
        color: var(--main-text-color);
        margin-bottom: 10px;
    }

    .sp-register-form input:not([type=radio]),
    .sp-register-form textarea,
    .sp-main-form input:not([type=radio]),
    .sp-main-form textarea,
    .sp-main-icon-form input:not([type=radio]),
    .sp-main-icon-form textarea,
    .sp-main-form select,
    .sp-main-form .selectize-input {
        margin-bottom: 10px;
        height: 40px;
        width: 100%;
        border-radius: 5px !important;
        background-color: #f5f7f7;
        border: 0 !important;
        font-size: 12px;
        padding-right: 35px;
    }

.sp-main-form-inner input:not([type=radio]),
.sp-main-form-inner textarea,
.sp-main-form-inner select,
.sp-main-form-inner .selectize-input {
    background-color: transparent;
    border: 1px solid #E2E2E2 !important;
    border-radius: 5px !important;
}

    .sp-main-form-inner .selectize-input input {
        border: none !important;
    }

.sp-main-form-inner .custom-input .datepickgreg button {
    border-radius: 5px 0 0 5px;
    background: var(--main-color) !important;
}

.sp-main-form .custom-input input:disabled,
.sp-main-form .custom-input input:read-only {
    border: 1px solid #E2E2E2 !important;
    background: #F5F7F7 !important;
}

.sp-main-form input:not([type=radio]),
.sp-main-form textarea {
    padding-right: 15px;
}

.sp-register-form .error-msg,
.sp-main-form .error-msg,
.sp-main-icon-form .error-msg {
    font-size: 12px;
    padding: 0 !important;
}

.sp-register-form input::placeholder,
.sp-main-form input::placeholder,
.sp-main-icon-form input::placeholder {
    font-size: 12px;
}

.sp-register-form input::-webkit-input-placeholder,
.sp-main-form input::-webkit-input-placeholder,
.sp-main-icon-form input::-webkit-input-placeholder {
    font-size: 12px;
}

.sp-register-form input:-ms-input-placeholder,
.sp-main-form input:-ms-input-placeholder,
.sp-main-icon-form input:-ms-input-placeholder {
    font-size: 12px;
}

.sp-main-form .datepickgreg input {
    margin-bottom: 0;
}

.sp-register-form input.IdentityNo {
    background-image: url(../img/card.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.sp-register-form input.UserFullName {
    background-image: url(../img/user.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.sp-register-form input.PhoneNumber,
.sp-register-form input.MobileNumber {
    background-image: url(../img/phone.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.sp-register-form input[type=password] {
    background-image: url(../img/password.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.sp-register-form input[type=email] {
    background-image: url(../img/mail.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.sp-register-form .resend-time {
    font-size: 10px;
}

.sp-register-form .ver-code {
    margin: 30px auto 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.sp-register-form .login-ver-code {
    margin: 0 auto;
}

.sp-register-form .ver-code input {
    padding: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #E2E2E2 !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    margin-left: 10px;
}

.sp-register-form .sp-ver-code-buttons {
    text-align: center;
    margin: 20px 0;
}

    .sp-register-form .sp-ver-code-buttons a {
        margin: 0 10px;
    }

        .sp-register-form .sp-ver-code-buttons a.clear {
            font-size: 12px;
            color: #091c14;
            color: var(--main-text-color);
        }

.sp-register-form .alert, .sp-main-box .alert {
    background: #FFF6DF;
    color: #E5C060;
    font-size: 12px;
    padding: 10px 20px;
}

.sp-register-form .verification-text {
    font-size: 12px;
    font-weight: 700;
}

.sp-register-success {
    text-align: center;
}

    .sp-register-success .circle-done {
        width: 100px;
        height: 100px;
        border: 3px solid #399B75;
        border-radius: 50%;
        margin: 0 auto 20px;
        font-size: 50px;
        color: #9EE3C8;
        line-height: 100px;
    }

    .sp-register-success h2 {
        font-size: 22px;
        color: #399B75;
        color: var(--main-color);
        line-height: 40px;
        margin: 0;
    }

    .sp-register-success h3 {
        font-size: 16px;
        margin: 20px 0;
    }

.custom-back-btn {
    background: url(../img/back-green-arrow.svg) no-repeat right center;
    padding-right: 20px;
    border: 0;
    font-size: 12px;
    color: #399B75;
    color: var(--main-color);
}

.flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .flex-row.align-items-center {
        align-items: center;
    }

.h-100 {
    height: 100%;
}
/* membership*/

/*.sp-membership-box {
    margin-top: 40px;
}*/

.sp-membership-box:last-child {
    margin-bottom: 40px;
}

.sp-membership-box .sp-membership-inner-box {
    padding: 20px;
}

.sp-membership-box .membership-title {
    font-size: 13px;
    margin: 0 auto 10px;
    font-weight: 700;
}

.sp-membership-box .membership-info {
    margin-bottom: 5px;
}

    .sp-membership-box .membership-info span {
        font-size: 14px;
        line-height: 25px;
    }

    .sp-membership-box .membership-info .col-align {
        text-align: left;
    }

.sp-membership-box .wss-memberships-card .mc-dropdown > a.dropdown-toggle {
    float: left;
    background: transparent;
    border-radius: 0;
}

.sp-membership-box .wss-memberships-card {
    min-height: 1px;
    padding: 20px 20px;
    border-radius: 15px;
    height: 172px;
}

/* heading bar */

.sp-bar-heading {
    padding: 30px 0;
}

    .sp-bar-heading > .container {
        position: relative;
    }

    .sp-bar-heading p {
        font-size: 22px;
        color: #fff;
        line-height: 42px;
        margin: 0;
    }

    .sp-bar-heading .sp-back-btn {
        background: url(../img/arrow-left.svg) no-repeat left center;
        color: #fff;
        position: absolute;
        z-index: 9;
        top: 13px;
        left: 0;
        font-size: 10px;
        font-weight: 700;
        padding-left: 25px;
    }

/*forget pass*/

.sp-forget-box {
    margin-top: 40px;
}

    .sp-forget-box .sp-forget-way {
        display: inline-block;
        margin-left: 20px;
        cursor: pointer;
    }

    .sp-forget-box .sp-forget-way {
        border: 1px solid #D2D2D2;
        padding: 12px 10px;
        border-radius: 5px;
    }

.sp-forget-way label {
    font-size: 10px;
    margin: 0;
}

    .sp-forget-way label input {
        height: 15px;
        width: 15px;
        display: inline-block;
        min-height: 1px !important;
        border: 1px solid #CECECE;
        margin-left: 10px;
        margin-top: 0px;
        position: relative;
        top: 3px;
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        border-radius: 50% !important;
        outline: none !important;
    }

        .sp-forget-way label input:before {
            content: '';
            display: block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
        }

        .sp-forget-way label input:checked:before {
            content: '';
            display: block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            position: absolute;
            background: transparent;
            border: 3px solid #399B75;
            top: -2px;
            right: -2px;
        }



/* ~~~~~~~~~~~~
    Member Data 
   ~~~~~~~~~~~~ */

.sp-member-page {
    margin-top: 20px;
}

.sp-member-id-data-box {
    background: #F5F7F7;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
}

    .sp-member-id-data-box h2 {
        font-size: 14px;
        line-height: 20px;
        color: #091C14;
        font-weight: bold;
    }

    .sp-member-id-data-box .co-type {
        border: 2px solid var(--main-color);
        display: inline-block;
        margin-bottom: 8px;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 14px;
    }

    .sp-member-id-data-box .sp-back-btn {
        background-color: var(--main-color);
        color: #FFF;
        display: inline-block;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 14px;
        text-decoration: none;
    }

.sp-member-data-box {
    background: #F5F7F7;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
}

    .sp-member-data-box span {
        background: #FFF;
        height: 40px;
        width: 40px;
        border-radius: 40px;
        display: block;
        margin: auto;
        text-align: center;
        line-height: 40px;
        color: var(--main-color);
    }

        .sp-member-data-box span ion-icon {
            font-size: 25px;
            padding-top: 6px;
            color: var(--main-color);
        }

    .sp-member-data-box h2 {
        font-size: 12px;
        color: #888888;
    }

    .sp-member-data-box p {
        font-size: 14px;
        color: #091C14;
        font-weight: bold;
    }

.sp-member-id-list > p {
    background-color: var(--main-color);
    color: #FFF;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 20px;
}

.sp-member-id-list ul {
    list-style: none;
}

    .sp-member-id-list ul li {
        border-bottom: 1px solid #EAECEC;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .sp-member-id-list ul li:last-child {
            border-bottom: 0;
        }

.sp-member-id-list .sb-list-icon {
    float: right;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: #F5F7F7;
    display: block;
    text-align: center;
    border-radius: 40px;
    margin-left: 10px;
}

    .sp-member-id-list .sb-list-icon ion-icon {
        font-size: 25px;
        color: var(--main-color);
        margin-top: 7px;
    }

.sp-member-id-list .sb-list-details {
    overflow: hidden;
}

    .sp-member-id-list .sb-list-details p {
        margin-bottom: 5px;
    }


    .sp-member-id-list .sb-list-details a {
        color: var(--main-color);
    }

.sp-member-id-list .sp-copy {
    position: relative;
    top: -10px;
    background: #F5F7F7;
    border: 0;
    border-radius: 5px;
    color: #333;
    float: left;
    padding: 5px 8px;
    outline: none;
    border: 0;
}

.commercialmanual {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sb-table-heading-color {
    background-color: var(--main-color);
    color: #FFFFFF !important;
}

.sp-logo {
    width: 200px;
    padding-top: 10px;
}

.sp-logo-inner {
    max-width: 160px;
    padding-top: 3px;
}

.main-id p.user-numbers {
    width: 70%;
    margin: 5px auto;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.mc-color.membership-inActive {
    background-color: #399b75;
    background-color: var(--main-color);
    opacity: 0.7;
}

.sp-chamber-logo {
    max-height: 100px;
}

@media(max-width:1287px) and (min-width:1260px) {
    .sp-register-form .ver-code input {
        width: 38px !important;
        min-height: 43px !important;
        margin-left: 10px;
        height: 38px !important;
    }
}



@media(max-width:1260px) {
    .sp-register-form .ver-code input {
        width: 35px !important;
        min-height: 35px !important;
        margin-left: 10px;
        height: 30px !important;
    }
}

@media(max-width:1200px) and (min-width:992px) {
    .sp-register-form .ver-code input {
        width: 25px !important;
        min-height: 25px !important;
        margin-left: 5px;
        height: 30px !important;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .sp-register-form .ver-code input {
        width: 30px !important;
        min-height: 30px !important;
        margin-left: 4px;
        height: 30px !important;
    }
}



#showRight {
    background: rgba(54,163,247,.1);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 0;
    margin: 8px 8px 8px 0;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    text-decoration: none;
    outline: none;
}

    #showRight:hover {
        background: #cde8fd;
    }

    #showRight img {
        width: 20px;
    }

.ccf-footer {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 !important;
}

.card-dropdown {
    left: 0;
    right: auto;
    min-width: auto;
    top: 65%;
}

    .card-dropdown li a {
        font-size: 12px;
    }

/* Mecca Custom Styles */

.chamber-202 .sp-services .service-item .icon-holder ion-icon {
    color: #c19807 !important;
}

.chamber-202 .sp-main-title::before {
    background: #c19807 !important;
}

.chamber-202 .sp-login-box .no-account p a {
    color: #c19807 !important;
}

.chamber-202 .footer-box .footer-email-address {
    background: #c19807 !important;
    color: #FFF !important;
}

.chamber-202 .footer-developed-by h3 {
    color: #c19807 !important;
}

.chamber-202 .footer-box p.browser-support {
    color: #c19807 !important;
}

.chamber-202 .sp-login-box .account-benefits ul li ion-icon {
    color: #c19807 !important;
}

.custom-card-btn {
    border: 0;
    display: inline-block;
    width: 120px;
    height: 35px;
    padding: 6px 0;
    border-radius: 6px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    outline: none;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.mem-num {
    float: right;
}

.mem-value {
    float: left;
}

#delegatedCard,
#relatedCard {
    position: relative;
}

.wss-dropdown {
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 1;
}

.commerical-manual .ui-select-match {
    position: absolute !important;
    top: 11px;
}


@media(max-width:550px) {
    .logo-2030 {
        display: none;
    }

    .sp-logo {
        width: 150px;
    }

    .sp-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sp-chamber-logo {
        width: 80px;
    }

    .table-holder-scroll {
        display: grid;
    }

        .table-holder-scroll .panel-body {
            overflow: scroll;
        }

            .table-holder-scroll .panel-body table {
                width: 600px
            }

            .table-holder-scroll .panel-body .table-contest {
                width: 400px;
                table-layout: auto;
            }

            .table-holder-scroll .panel-body .files-table {
                width: 400px;
            }

        .table-holder-scroll .thailand-table {
            width: 700px
        }

}

/*.fr-element.fr-view{
    min-height:auto !important;
}*/
.fr-toolbar.fr-top {
    position: static !important;
}

.fr-wrapper.show-placeholder {
    height: auto !important;
}

.fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box > .fr-sticky-dummy {
    height: 0 !important;
}


/* Inner header */
.sp-inner-header {
    height: auto;
    margin-bottom: 0;
    box-shadow: none;
    z-index: 9;
}


.sp-user-data {
    display: inline-flex;
}

    .sp-user-data > a,
    .sp-user-data > div {
        height: 42px;
        padding: 5px;
        border: 1px solid #C8C8C8;
        border-radius: 21px;
        font-size: 12px;
        font-weight: 700;
        color: #949494;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

        .sp-user-data > a .icon,
        .sp-user-data > div .icon {
            width: 32px;
            height: 32px;
            background: #EEEEEE;
            border-radius: 50%;
            text-align: center;
            line-height: 45px;
        }

        .sp-user-data > a .icon {
            position: relative;
        }

            .sp-user-data > a .icon span {
                position: absolute;
                background: #c0392b;
                color: #FFFFFF;
                top: -9px;
                left: -8px;
                height: 20px;
                width: 20px;
                display: inline-block;
                line-height: 20px;
                border-radius: 10px;
            }


            .sp-user-data > a .icon.new-notification {
                position: relative;
            }

                .sp-user-data > a .icon.new-notification::after {
                    position: absolute;
                    content: "";
                    width: 7px;
                    height: 7px;
                    border-radius: 50%;
                    display: block;
                    top: 5px;
                    right: 7px;
                    background: #FF5A5A;
                }

    .sp-user-data .icon .wallet-spinner {
        width: 25px;
        position: relative;
        top: -5px;
    }

    .sp-user-data .user-menu {
        padding-left: 20px;
        position: relative;
    }

    .sp-user-data .title {
        padding-left: 16px;
        position: relative;
        margin-right: 5px;
    }

    .sp-user-data .user-menu .title::after {
        content: "";
        font-size: 24px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .sp-user-data .user-menu .user-menu-list {
        position: absolute;
        list-style: none;
        top: 42px;
        left: 0;
        /*width: 100%;*/
        text-align: right;
        background: #fff;
        border-radius: 15px;
        border: 1px solid #C8C8C8;
        padding: 5px;
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out 0.3s;
    }

        .sp-user-data .user-menu .user-menu-list li {
            padding: 5px;
        }

            .sp-user-data .user-menu .user-menu-list li a {
                color: #949494;
            }

                .sp-user-data .user-menu .user-menu-list li a:hover {
                    color: var(--main-color);
                }

                .sp-user-data .user-menu .user-menu-list li a ion-icon {
                    position: relative;
                    top: 6px;
                }

    .sp-user-data .user-menu:hover > .user-menu-list {
        visibility: visible;
        opacity: 1;
    }

/* Navigation */
.sp-main-navigation {
    width: 100%;
    display: block;
    font-size: 0;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    background: #fff;
}

    .sp-main-navigation ul {
        list-style: none;
    }

        .sp-main-navigation ul.navigation li {
            display: inline-block;
            border-right: 1px solid #F1F1F1;
        }

        .sp-main-navigation ul.navigation > li {
            padding: 20px;
        }

    .sp-main-navigation > ul > li:first-child {
        border: 0;
    }

    .sp-main-navigation ul li a {
        color: #878787;
        font-size: 12px;
        direction: ltr;
        padding: 0;
        margin: 0;
    }

    .sp-main-navigation ul.navigation li ul li {
        width: 100%;
    }

        .sp-main-navigation ul.navigation li ul li a {
            padding: 10px;
        }
/* account header */
.sp-account-header {
    padding: 20px 0;
    background-image: url(../img/Qasr_sahood.png);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
}

    .sp-account-header::before {
        content: "";
        position: absolute;
        background-color: #399b75;
        background-color: var(--main-color);
        width: 100%;
        height: 100%;
        top: 0;
        display: block;
        opacity: 0.8;
    }

    .sp-account-header .account-logo {
        width: 100%;
        height: 130px;
        border-radius: 10px;
        overflow: hidden;
        background: #fff;
        line-height: 130px;
        text-align: center;
    }

        .sp-account-header .account-logo img {
            width: auto;
            height: auto;
            max-width: 100%;
        }

    .sp-account-header .chamber-name {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .sp-account-header .user-account-name {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .sp-account-header .date-time {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 5px;
    }

        .sp-account-header .date-time span ion-icon {
            position: relative;
            top: 6px;
        }

.sp-box-title {
    margin-bottom: 20px;
}

.my-membership-button {
    background: #BEA86A;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    margin-top: -8px;
}

.sp-main-title a.my-membership-button:hover {
    color: #FFFFFF !important;
}

.sp-wallet-search-section {
    margin-bottom: 20px;
}

.sp-chamber-data-boxes {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
}

    .sp-chamber-data-boxes .sp-chamber-box {
        height: 142px;
        width: calc(100% / 5);
        border-radius: 15px;
        padding: 20px;
        margin-left: 20px;
    }

        .sp-chamber-data-boxes .sp-chamber-box:last-child {
            margin-left: 0;
        }

        .sp-chamber-data-boxes .sp-chamber-box .icon-holder {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            text-align: center;
            color: #fff;
            line-height: 57px;
            margin-bottom: 15px;
        }

            .sp-chamber-data-boxes .sp-chamber-box .icon-holder ion-icon {
                font-size: 25px;
            }

        .sp-chamber-data-boxes .sp-chamber-box .data-title {
            font-size: 10px;
            line-height: 16px;
            color: #fff;
            margin-bottom: 5px;
        }

        .sp-chamber-data-boxes .sp-chamber-box .data-number {
            font-size: 16px;
            line-height: 16px;
            color: #fff;
            font-weight: 700;
        }

            .sp-chamber-data-boxes .sp-chamber-box .data-number span {
                font-size: 13px;
                color: #fff;
                font-weight: 500;
            }

.sp-chamber-box.blue-box {
    background-image: linear-gradient(to right bottom, #3f9beb, #76baf6);
}

.sp-chamber-box.red-box {
    background-image: linear-gradient(to right bottom, #EB3F3F, #F67676);
}

.sp-chamber-box.orange-box {
    background-image: linear-gradient(to right bottom, #EB9B3F, #F6BA76);
}

.sp-chamber-box.green-box {
    background-image: linear-gradient(to right bottom, #40CC61, #59CB77);
}

.sp-chamber-box.purple-box {
    background-image: linear-gradient(to right bottom, #843FEB, #AD76F6);
}


.sp-transparent-button {
    background-color: transparent;
    border: 1px solid;
    border-color: #399b75;
    border-color: var(--main-color);
    color: #399b75;
    color: var(--main-color);
}

    .sp-transparent-button:hover {
        color: #399b75;
        color: var(--main-color);
    }

    .sp-transparent-button i {
        color: #399b75;
        color: var(--main-color);
    }

.sp-main-table-holder table {
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
}

    .sp-main-table-holder table tbody tr td {
        background: #F5F7F7;
        color: #091c14;
        color: var(--main-text-color);
        padding: 12px;
        border: 1px solid #D5D5D5;
        border-left: 0;
        border-top: 0;
    }

        .sp-main-table-holder table tbody tr td input {
            background: #fff !important;
            margin-bottom: 0;
        }

    .sp-main-table-holder table tbody tr.white-bg td {
        background: #fff;
    }

        .sp-main-table-holder table tbody tr.white-bg td:last-child {
            border-left: 1px solid #D5D5D5;
        }

    .sp-main-table-holder table thead th {
        border: 0;
        border-right: 1px solid rgba(255,255,255,0.3);
        background: #399b75;
        background: var(--main-color);
    }

        .sp-main-table-holder table thead th label {
            margin-bottom: 0;
        }

    .sp-main-table-holder table thead tr th:first-child {
        border-top-right-radius: 10px;
        border: 0;
    }

    .sp-main-table-holder table thead tr th:last-child {
        border-top-left-radius: 10px;
        border: 0;
        border-right: 1px solid rgba(255,255,255,0.3);
    }

    .sp-main-table-holder table tbody tr:last-child td:first-child {
        border-bottom-right-radius: 10px;
    }

    .sp-main-table-holder table tbody tr:last-child td:last-child {
        border-bottom-left-radius: 10px;
    }

.sp-main-table-holder .no-table-data {
    font-size: 14px;
}

.sp-main-table-holder table thead tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.sp-main-table-holder i {
    color: #399b75;
    color: var(--main-color);
}

.sp-main-table-holder .sp-dropdown-button, .sp-main-table-holder .table-controls a {
    border: 0;
    background: transparent;
    box-shadow: none !important;
    color: #399b75 !important;
    color: var(--main-color) !important;
}

.sp-main-table-holder table td.accepted {
    color: #399B75;
}

.sp-main-table-holder table td.refused {
    color: #FF6060;
}

.sp-main-table-holder table td.pending {
    color: #C1AC23;
}

.sp-main-colored-box {
    background-color: #399b75;
    background-color: var(--main-color);
    margin: 20px;
    border-radius: 5px;
    padding: 20px;
}

.sp-white-button {
    background-color: #fff;
    color: #399b75;
    color: var(--main-color);
}

.sp-main-button span ion-icon {
    position: relative;
    top: 6px;
}

/* mobile menu */
.cbp-spmenu {
    background: var(--main-color);
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.cbp-spmenu .navbar-nav .open .dropdown-menu {
    background-color: rgba(var(--main-color-rgb), 0.8 ) !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: var(--main-color) !important;
}

/*requests*/
.sp-all-requests .req-list-item {
    border-bottom: 1px solid #EAECEC;
    padding: 15px 10px !important;
}

    .sp-all-requests .req-list-item > div {
        display: flex;
        align-items: center;
    }

        .sp-all-requests .req-list-item > div h3 {
            color: #091C14;
            font-size: 11px;
            font-weight: 700;
        }

.sp-all-requests .img-holder {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
    padding: 8px;
    background: #F5F7F7;
}

    .sp-all-requests .img-holder img {
    }

.nreq-pinned-item a {
    /*border: 1px solid var(--main-color);*/
    border-radius: 10px;
    box-shadow: none;
    background: #F5F7F7;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .nreq-pinned-item a .pinbutton {
        position: relative;
        top: auto;
        right: auto;
        width: 32px !important;
        height: 32px !important;
        background: var(--main-color);
        line-height: 32px;
        text-align: center;
        margin-left: 7px;
        transform: rotate(45deg);
    }

.nreq-pinned-item p {
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    margin: 0;
}

.sp-all-requests .requests-groups-div {
    padding: 20px 10px;
}

.sp-all-requests .request-app a {
    background: #F5F7F7;
    box-shadow: none;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 15px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .sp-all-requests .request-app a:hover > h3,
    .sp-all-requests .request-app a:hover > .request-note {
        color: #fff;
    }

    .sp-all-requests .request-app a:hover > .request-price,
    .sp-all-requests .request-app a:hover > .req-pinbutton {
        color: #399b75;
        color: var(--main-color);
        background: #fff;
    }

    .sp-all-requests .request-app a h3 {
        font-size: 12px;
        font-weight: 700;
        color: #091c14;
        color: var(--main-text-color);
        margin: 0;
        line-height: 26px;
    }

    .sp-all-requests .request-app a .request-price {
        background: #399b75;
        background: var(--main-color);
        border-radius: 5px;
        font-size: 12px;
        font-weight: 700;
        padding: 7px 20px;
        color: #fff;
        display: table;
        margin: 10px auto 15px;
    }

    .sp-all-requests .request-app a .request-note {
        font-size: 12px;
        color: #888888;
        margin: 0;
        padding: 15px 0 0 0;
        border-top: 1px solid #D9D9D9;
    }

.sp-requests-search {
    height: 40px !important;
    border: 1px solid #E2E2E2 !important;
    border-radius: 10px !important;
    min-height: 40px !important;
    position: relative;
    top: -10px;
}

#wizard-navigation-container {
    padding: 20px;
}

.sp-main-form .selectize-input {
    display: flex;
}

.nreq-wizard-item .img-holder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    padding: 7px;
    border: 2px solid #E2E2E2;
    margin: auto;
    position: relative;
}

    .nreq-wizard-item .img-holder::after {
        content: "";
        height: 2px;
        width: 165px;
        position: absolute;
        right: 40px;
        background: #E4E4E4;
        top: 50%;
    }

.non-sub-wizard-item .img-holder::after{
    left:auto;
    right:40px;
    width:275px;
}
.nreq-wizard ul li:last-child .nreq-wizard-item .img-holder::after {
    content: none;
}

.nreq-wizard-item .img-holder img {
    width: 100%;
    float: none;
    margin: 0;
    filter: grayscale(1);
    opacity: 0.3;
}

.nreq-wizard .active .nreq-wizard-item.sp-item-wizard {
    background-color: transparent !important;
}

.nreq-wizard .active .nreq-wizard-item .img-holder {
    border: 2px solid #091C14;
}

    .nreq-wizard .active .nreq-wizard-item .img-holder img {
        filter: grayscale(0);
        opacity: 1;
    }

.nreq-wizard .done .nreq-wizard-item .img-holder {
    border: 2px solid #399b75;
    border: 2px solid var(--main-color);
    background-color: #399b75;
    background-color: var(--main-color);
}

    .nreq-wizard .done .nreq-wizard-item .img-holder img {
        filter: brightness(100);
        opacity: 1;
    }

/* old 
.nreq-wizard-item {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(33, 54, 61, 0.15);
    box-shadow: 2px 2px 2px rgba(33, 54, 61, 0.15);
    margin-bottom: 20px;
    min-height: 80px !important;
    border-radius: 10px;
    border: 4px solid transparent;
}

    .nreq-wizard-item h3 {
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-weight: bold;
        font-size: 16px;
        text-align: right;
        margin-top: 13px;
        float: right;
        margin-right: 14px;
    }

    .nreq-wizard-item img {
        width: 50px;
        margin-right: 10px;
        float: right
    }
    */
.nreq-wizard .nreq-wizard-item h3 {
    font-size: 10px;
    color: #BBBBBB;
    font-weight: 700;
    .nreq-wizard .active .nreq-wizard-item h3

{
    color: #091C14;
}

}

.nreq-wizard li {
    text-align: center;
}

.nreq-wizard ul li {
    margin-bottom: 0;
}

.nreq-wizard .sp-main-box {
    padding: 20px;
}

.sp-checkout-methods {
    padding: 20px 30px 0;
}

    .sp-checkout-methods .method-card {
        box-shadow: none;
        border: 1px solid var(--main-color);
        border-radius: 12px;
        background: #E9FFF7;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .sp-checkout-methods .method-card i {
            background: var(--main-color);
            color: #fff;
            font-size: 14px;
            position: static;
            width: 32px;
            height: 32px;
            line-height: 32px;
            display: table;
        }

    .sp-checkout-methods .method-card-type h3 {
        font-size: 14px;
        display: block;
        margin: 10px 0;
        padding: 0;
    }

.sp-credit-types {
    background: #ffffff;
    padding: 20px;
    margin: 0 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sp-credit-types img {
        margin: auto;
        height: 30px;
        display: inline-block;
        width: auto;
    }

.sp-main-container {
    padding: 20px;
    width: 100%;
    display: table;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: var(--main-color);
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

@media(max-width:768px) {
    .sp-header {
        margin-top: 0 !important;
        height: auto;
    }

    .sp-logo {
        display: block;
        margin: 0;
    }


    /*div[vc-recaptcha] *{
        width:100% !important;
    }*/
    .sp-main-title h2 {
        max-width: 75%;
    }

    .sp-forget-box .sp-forget-way {
        display: block;
        margin-bottom: 20px;
    }

    /*.sp-register-form .ver-code input {
            width: 35px !important;
            min-height: 35px !important;
            margin-left: 10px;
            height: 30px !important;
        }*/

    .title-box .main-title-box-content {
        display: flex;
    }

        .title-box .main-title-box-content h3 {
            font-size: 16px;
            line-height: 25px;
        }

    .sp-services {
        margin-bottom: 30px;
    }

    .sp-login-form .form-buttons {
        flex-direction: column;
    }

    .sp-login-form .remember {
        margin-top: 15px;
    }

    .sp-main-navigation ul {
        display: none;
    }

    .sp-user-data {
        display: none;
    }

    .sp-chamber-data-boxes {
        display: block;
        text-align: center;
    }

        .sp-chamber-data-boxes .sp-chamber-box {
            display: inline-block;
            margin-bottom: 20px;
            width: 198px;
        }
}

.se-pre-con {
    background-size: 10%;
}

@media(max-width:600px) {
    .sp-footer .footer-boxes {
        padding: 10px 0;
    }

    .sp-footer .footer-box {
        margin-bottom: 10px;
    }

    .se-pre-con {
        background-size: 50%;
    }

    .g-recaptcha, div[vc-recaptcha] {
        transform: scale(0.7) translateZ(0);
        transform-origin: right top;
        backface-visibility: hidden;
    }

    .sp-chamber-data-boxes {
        flex-direction: column;
    }

        .sp-chamber-data-boxes .sp-chamber-box {
            margin-bottom: 20px;
            width: 100%;
        }
    /*.g-recaptcha {
        position: relative;
        width: 100%;
        background: #f9f9f9;
        overflow: hidden;
    }

        .g-recaptcha > * {
            float: right;
            right: 0;
            margin: -2px -2px -10px; 
}

.g-recaptcha::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 160px;
    top: 0;
    bottom: 0;
    background-color: #f9f9f9;
    clear: both;
}

*/
    .table .btn {
        margin-bottom: 10px;
    }

    .sp-account-header .chamber-name {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
    }
}

@media(max-width:375px) {
    .main-content-item ul li a {
        display: flex;
        align-items: center;
    }

    .main-content-item span.main-list-item-name {
        top: 0;
        font-size: 14px;
    }

        .main-content-item span.main-list-item-name span {
            font-size: 12px;
        }

    .sp-logo {
        width: 120px;
    }

    .sp-chamber-logo {
        width: 60px;
    }
}


/* menu mobile */
.cbp-spmenu .nav .open > a, .cbp-spmenu .nav .open > a:hover, .cbp-spmenu .nav .open > a:focus,
.cbp-spmenu .nav > li > a:hover, .cbp-spmenu .nav > li > a:focus, .cbp-spmenu a:active {
    background-color: rgba(255,255,255,0.3) !important;
    border-right: 3px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
}

.cbp-spmenu .navbar-nav .open .dropdown-menu {
    background-color: rgba(255,255,255, 0.1 ) !important;
    border-right: 3px solid #fff;
}

.wallet-balance {
    background-color: #fff;
    color: var(--main-color);
}

.cbp-spmenu h3 {
    background: #fff;
    color: var(--main-color);
    font-size: 13px;
}

.cbp-spmenu .current-member {
    font-size: 13px;
    font-weight: 700;
}

.cbp-spmenu-vertical a {
    font-size: 12px;
    font-weight: 700;
}

.cbp-spmenu .navbar-nav .open .dropdown-menu > li > a:hover {
    background: transparent !important;
}

.calendars-month .calendars-month-header, .calendars-month-header .calendars-month-header select, .calendars-month-header .calendars-month-header input {
    background-color: var(--main-color) !important;
}

/* home */
.main-content-item ul {
    box-shadow: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}

    .main-content-item ul li {
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid #EAECEC;
    }

        .main-content-item ul li ion-icon {
            color: var(--main-color);
        }

        .main-content-item ul li:first-child {
            padding-top: 0;
        }

        .main-content-item ul li:last-child {
            padding-bottom: 0;
        }

        .main-content-item ul li a {
            display: flex;
            align-items: center;
        }

        .main-content-item ul li .img-holder {
            width: 55px;
            height: 55px;
            border: 7px solid #F5F7F7;
            border-radius: 50%;
            background: #fff;
            padding: 10px;
        }

            .main-content-item ul li .img-holder img {
                padding: 0 !important;
            }

.main-content-item span.main-list-item-name {
    font-size: 14px;
    font-weight: 700;
    color: #091C14;
    line-height: 27px;
    top: 0;
}

    .main-content-item span.main-list-item-name span {
        font-size: 12px;
        color: #919191;
        line-height: 22px;
        font-weight: 300;
    }

.sp-chamber-main-info ul li p {
    font-size: 10px;
    color: #919191;
    margin-bottom: 0;
}

.sp-chamber-main-info .sp-chamber-main-info-content {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.sp-chamber-main-info ul li span.main-list-item-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    color: #091c14;
    color: var(--main-text-color);
    padding: 0;
}

.sp-chamber-main-info span.img-holder {
    width: 75px;
    height: 75px;
    border: 7px solid #F5F7F7;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    display: inline-block;
    margin-left: 20px;
}

    .sp-chamber-main-info span.img-holder img {
        max-width: 100%;
    }

.sp-chamber-main-info .sp-chamber-main-info-content .chamber-title {
    font-size: 18px;
    font-weight: 700;
    color: #399b75;
    color: var(--main-color);
}

.notifications-item {
    position: relative;
}

    .notifications-item .notifications-area {
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out 0.3s;
    }

    .notifications-item:hover > .notifications-area {
        visibility: visible;
        opacity: 1;
    }

    .notifications-item .notifications-item-list {
        position: absolute;
        top: 60px;
        width: 350px;
        transform: translateX(50%);
        list-style: none;
        max-height: 200px;
        height: auto;
        overflow-y: auto;
        background: #fff;
        border: 1px solid #E2E2E2;
        border-radius: 10px;
        padding: 10px;
    }

    .notifications-item .notifications-item-arrow {
        position: absolute;
        top: 48.5px;
        z-index: 1;
        left: calc(50% - 7px);
    }

    .notifications-item .notifications-item-list li {
        padding: 10px;
        border-radius: 5px;
        text-align: right;
        line-height: 22px;
        color: #091c14;
        color: var(--main-text-color);
        margin-bottom: 10px;
        font-weight: 300;
    }

        .notifications-item .notifications-item-list li:hover {
            background: #F2FBF7;
        }

/* nav tabs */
.sp-nav-tabs {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
}

    .sp-nav-tabs a {
        font-size: 14px;
        font-weight: 700;
        line-height: 27px;
        color: #091c14;
        color: var(--main-text-color);
        padding: 10px 30px;
        border-radius: 50px;
        display: inline-block;
    }

        .sp-nav-tabs a.active {
            color: #fff;
            background: #399b75;
            background: var(--main-color);
        }

/* modals */
.sp-main-modal {
}

.sp-countdown span {
    font-size: 12px;
    font-weight: bold;
}

.sp-price-value {
    margin-top: 40px;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}

.sp-main-modal .modal-content {
    background: #fff;
    border-radius: 10px !important;
    padding: 10px 10px 30px;
    box-shadow: none;
}

    .sp-main-modal .modal-content .modal-header {
        border-radius: 10px;
        background: #399b75;
        background: var(--main-color);
    }

    .sp-main-modal .modal-content .modal-title {
        font-size: 11px;
        display: inline-block;
    }

    .sp-main-modal .modal-content .modal-header .close {
        margin-top: 0px !important;
        background: #fff;
        opacity: 1;
        color: green;
        font-size: 24px;
        width: 24px;
        height: 24px;
        border-radius: 2px !important;
        background-image: url(../img/close-modal.svg) !important;
        background-position: center center;
    }

    .sp-main-modal .modal-content .modal-footer {
        display: none;
    }

.sp-main-modal .modal-body {
    padding: 0;
}

.sp-main-modal .main-modal-title {
    padding: 30px 0 20px;
    font-size: 13px;
    color: #091c14;
    color: var(--main-text-color);
}

.sp-main-form .search-control {
    position: relative;
}

    .sp-main-form .search-control input {
        padding-left: 30px;
    }

    .sp-main-form .search-control::after {
        content: "\f002";
        font-family: 'FontAwesome';
        position: absolute;
        left: 10px;
        top: 12px;
        font-size: 16px;
        color: #AAAAAA;
        transform: scaleX(-1)
    }

.sp-main-modal .sp-main-button {
    border-radius: 5px !important;
}

    .sp-main-modal .sp-main-button.lg-padding {
        padding: 9px 20px;
    }

.permission-item {
    display: table;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    width: 100%;
    text-align: center;
    table-layout: fixed;
    margin-bottom: 10px;
    height: 60px;
}

    .permission-item > div {
        display: table-cell;
        vertical-align: middle;
    }

    .permission-item .number {
        width: 26px;
        background: #F5F7F7;
    }

    .permission-item .title {
        width: 100%;
        border-right: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        padding: 10px;
    }

    .permission-item .check {
        width: 40px;
        background: #F5F7F7;
        position: relative;
    }

        .permission-item .check input {
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1;
            cursor: pointer;
        }

        .permission-item .check label::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 5px;
            border: 1px solid #e8f2f1;
            background: #fff;
            right: 10px;
            top: 20px;
        }

        .permission-item .check input:checked + label::before {
            background: var(--main-color);
            content: "\2713";
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
        }

/* checkbox */
.checkbox-form-input {
    position: relative;
    margin-bottom: 30px;
}

    .checkbox-form-input input {
        opacity: 0;
        width: 20px !important;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        cursor: pointer;
        margin:0;
    }

    .checkbox-form-input label::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        border: 1px solid #c7c7c7;
        background: #fff;
        right: 0;
        top: 0;
    }

    .checkbox-form-input input:checked + label::before {
        background: var(--main-color);
        content: "\2713";
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
    }

    .checkbox-form-input span {
        margin-right: 25px;
        font-size: 12px;
        font-weight: 700;
    }
        .checkbox-form-input span a{
            position:relative;
            z-index:1;
        }

        .req-file-upload .req-validation-msg {
            border: 1px dashed #D8D8D8;
            border-radius: 5px;
            padding: 20px;
        }

    .req-file-upload .req-validation-msg h4 {
        font-size: 12px;
        font-weight: 700;
    }

/* request details */
.sp-details-page h3 {
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    color: #fff;
    background: #399b75;
    background: var(--main-color);
    margin: 0;
    border-radius: 10px;
}
.sp-details-page .featureinfo h3:after {
    content:none;
}

.sp-details-page ul li {
    margin-top: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #EEEEEE !important;
    border-radius: 10px;
    padding: 0;
}

    .sp-details-page ul li h4 {
        margin: 0;
        background: #F9F9F9;
        padding: 20px 0;
        border-radius: 0 10px 10px 0;
        font-size: 14px;
        line-height: 19px;
        color: #6C7773;
        font-weight: 700;
        border-left: 1px solid #EEEEEE;
        width: 30%;
    }

    .sp-details-page ul li p {
        width: 70%;
        text-align: center;
        margin: 0;
        padding: 0 10px;
    }

        .sp-details-page ul li p * {
            width: 100%;
            word-break:break-word;
        }

.switch-control h5 {
    font-size: 12px !important;
    color: #ACACAC;
}

    .switch-control h5.slideRight,
    .switch-control h5.slideLeft {
        color: #399b75;
        color: var(--main-color);
    }

.switch-control .fa-toggle-on::before {
    color: #399b75;
    color: var(--main-color);
    font-size: 30px;
    top: 5px;
    position: relative;
}

.switch-control .fa-toggle-on.fa-rotate-180 {
    transform: scaleX(-1);
}

.sp-total-salary {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

    .sp-total-salary .sp-main-table-holder table {
        table-layout: fixed;
    }

        .sp-total-salary .sp-main-table-holder table .checkbox-form-input {
            margin-bottom: 0;
        }

        .sp-total-salary .sp-main-table-holder table tbody tr td input {
            margin-bottom: 0;
        }


text-align: center;
}

.sp-payment-submit {
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sp-next {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sp-main-form .selectize-input {
    position: relative !important;
    padding-right: 15px !important;
}

    .sp-main-form .selectize-input .ui-select-match {
        position: absolute;
        z-index: 1;
        line-height: 26px !important;
    }

    .sp-main-form .selectize-input .fa-times {
        padding-top: 5px !important;
    }


    .sp-main-form .selectize-input input {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0;
        left: 0;
        border: 0 !important;
    }

}

.sp-default-list {
    margin: 20px 0;
    line-height: 2.5;
}

.sp-files-table {
    table-layout: fixed;
}

    .sp-files-table th, .sp-files-table td {
        padding: 10px;
        width: 100%;
    }

    .sp-files-table thead th:first-child {
        width: 50px;
    }

/* sweet */
.sweet-alert h2 {
    color: #091C14;
    font-size: 13px;
    font-weight: 700;
}

.sweet-alert .lead {
    font-size: 14px;
    font-weight: 700;
    color: #399b75;
    color: var(--main-color);
}

.alertify button, .alertify button:hover {
    border-radius: 5px;
}

.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus {
    background-color: #399b75;
    background-color: var(--main-color);
}

.alertify-button:focus {
    box-shadow: none;
}
@media(max-width:1360px) and (min-width:1200px) {
    .nreq-wizard-item .img-holder::after{
        width:141px;
    }
    .non-sub-wizard-item .img-holder::after {
        width: 235px;
    }
}
@media(max-width:1199px) and (min-width:993px){
    .nreq-wizard-item .img-holder::after {
        width: 103px;
    }
    .non-sub-wizard-item .img-holder::after{
        width:175px;
    }
}
@media(max-width:992px){
    .nreq-wizard-item .img-holder::after{
        content:none;
    }
}
.thailand-table .custom-date-input input {
    text-align: center;
    padding-right: 35px;
}
.sweet-alert .sa-icon.sa-info::after {
    transform: translateX(50%);
}
.ks-cboxtags li label + input{
    position:relative;
    z-index:1;
}
.font-white th{
    color:#fff;
}
.wallet-bill-checkout{
    overflow:scroll;
}
    .wallet-bill-checkout .wallet-bill-receipt{
        min-width:1200px;
    }

.absher-code {
    padding: 20px 0;
}

    .absher-code .ver-code input {
        width: 30px !important;
        height: 35px !important;
        margin-left: 5px;
        min-height: 35px !important;
    }

    @media(min-width:992px) and (max-width:1200px){
        .absher-code .ver-code input {
            width: 25px !important;
            height: 30px !important;
            margin-left: 2px;
            min-height: 30px !important;
        }
    }

@media(max-width:991px) and (min-width:768px) {
    .absher-code .ver-code input {
        width: 25px !important;
        height: 30px !important;
        margin-left: 3px;
        min-height: 30px !important;
    }
}

@media(max-width:767px){
    .absher-code .ver-code input {
        width: 30px !important;
        height: 35px !important;
        margin-left: 5px;
        min-height: 35px !important;
        margin-right: 0 !important;
    }

    .requests-search-bar .pull-left{
        float:none !important;
        margin-top:30px;
    }
    .alt-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }
    .thailand-table tr{
        display:flex;
        width:1000px;
    }
    .thailand-table th {
        width: 200px;
    }
}