﻿* {
    outline: none;
}

    *:focus {
        outline: none;
    }

@font-face {
    font-family: 'Cairo';
    src: url(../fonts/Cairo-Regular.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url(../fonts/Cairo-Bold_0.ttf) format('truetype');
    font-weight: bold;
}

html, body {
    font-family: "Cairo", "Helvetica", Helvetica, Arial, serif;
    font-size: 14px;
    background-color: #f2f6f7;
    /*background-image: url(../images/page_bg1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
	background-position: top right;*/
}
    /*
.row > * {
    width: 100%;
}*/

    body .print-header {
        display: none;
    }

.btn-primary {
    color: #fff;
    background-color: #0086a9;
    border-color: #0086a9;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0086a9;
        border-color: #0086a9;
    }


header {
    min-height: 150px;
    background: #0086a9;
    width: 100%;
    background-image: url(../images/menu_pattern.png);
    background-repeat: no-repeat;
    background-position-y: -75px;
    background-size: 110px;
    background-position-x: 20px;
}

    header .container {
        display: flex;
        justify-content: space-between;
        padding: 20px;
    }

    header .secoundlogo {
        margin-left: 30px;
    }

    header .right-header img {
        margin: 10px;
    }

    header .lang {
        color: white;
        text-decoration: none;
    }

    header .submenu {
        padding: 0px;
    }

    header .headermenu {
        list-style: none;
        display: flex;
        width: 100%;
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 10px;
    }

    header ul.headermenu li {
        margin: 10px;
    }

        header ul.headermenu li a {
            color: white;
            text-decoration: none;
            font-size: 14px;
        }

.footer {
    background: #212529;
    color: white;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
}

    .footer .container {
        justify-content: center;
        display: flex;
    }

.copyrights {
    margin: 10px;
}

.wrapper {
    position: relative;
}

    .wrapper::after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        top: 120px;
        left: 100px;
        z-index: -1;
        /*background-image: url(../images/sccuess-bg.png); */
    }

    .wrapper::before {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        top: 70px;
        right: 100px;
        z-index: -1;
        /*background-image: url(../images/sccuess-bg.png);*/
        transform: rotate(180deg);
    }

.header {
    background-color: #fff;
    color: #0086a9;
    padding: 30px;
    font-weight: normal;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 24px;
    padding-bottom: 0px;
}

.logincontainer {
    display: flex;
    width: 50%;
    border: 0px solid #dbdbdb;
    border-radius: 10px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 1px 0 0 #e8efed, 0 2px 20px 0 rgb(50 69 66 / 7%);
    padding-top: 52px;
}

.logincontainer-btn {
    background-image: url(../images/btnArrow.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 2% 58%;
    transition: box-shadow .3s ease .1s;
}

    .logincontainer-btn:hover {
        text-decoration: none;
        box-shadow: 0px 0px 15px 7px rgb(13 138 134 / 12%);
        background-image: url(../images/btnArrowHover.svg);
    }

.form-title {
    width: 100%;
    background-color: #0086a9;
    color: white !important;
    padding: 5px;
    border-radius: inherit;
}

.logincontainer .wraper-title {
    font-weight: 600;
    color: #0086a9;
    font-size: 18px;
    margin: 0px 0;
}

.logincontainer .logincontainer_wrapper {
    padding: 0 50px;
}

    .logincontainer .logincontainer_wrapper .input-group-prepend {
        position: absolute;
        z-index: 9;
        top: 10px;
        left: 20px;
    }

    .logincontainer .logincontainer_wrapper .form-control {
        height: 50px;
        padding: 0 55px;
        box-shadow: 0px 0px 5px #eee;
        border: 0px 0px 5px #eee;
        border-radius: 7px;
        transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    }

        .logincontainer .logincontainer_wrapper .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ababab;
        }

        .logincontainer .logincontainer_wrapper .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #ababab;
        }

        .logincontainer .logincontainer_wrapper .form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #ababab;
        }

    .logincontainer .logincontainer_wrapper .next-btn {
        margin-top: 0px;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        border-radius: 5px;
        padding: 10px;
    }

.logincontainer .logincontainer-footer {
    margin-top: 50px;
    border-top: 1.5px solid #eee;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.sign-text {
    margin-top: 25px;
}

.sso {
    padding: 10px 15px;
    margin-top: 15px;
}

    .sso .sso-text {
        margin-left: 15px;
    }

        .sso .sso-text span {
            font-size: 12px;
        }

        .sso .sso-text h5 {
            font-weight: 600;
            text-align: left;
            font-size: 14px;
            margin-bottom: 3px;
        }

.more-info {
    margin-top: 25px;
}

.login .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: space-between;
    margin-top: 30px;
}

.password .verify {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

    .password .verify .verify-button {
        display: flex;
        padding-right: 15px;
    }

.verify-password .verify-icon {
    margin: 60px auto 20px;
    display: block;
}

.verify-password p {
    font-weight: bold;
}

.verify-password .resend-code {
    margin: 25px 0
}

.verify-password .btn {
    margin: 75px auto;
}

.reset-password .verify-icon {
    display: block;
    margin: 50px auto 25px;
}

.reset-password .btn {
    margin: 75px auto;
    margin-top: 75px !important;
}

.account-block .block-icon {
    display: block;
    margin: 50px auto 35px;
}

.account-block h5 {
    font-weight: bold;
    color: #d90000;
}

.account-block p {
    font-weight: 600;
    margin-top: 25px;
}

.logoutcontainer {
    border: 1px solid #eee;
    border-radius: 15px;
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 50px 25px;
    z-index: 9;
    background: #fff;
}

    .logoutcontainer .danger-out {
        margin: 50px 0;
    }

.account-block .contact {
    margin: 50px 0
}

.inactive-account .block-icon {
    display: block;
    margin: 50px auto 35px;
}

.inactive-account h5 {
    font-weight: bold;
    color: #d90000;
}

.inactive-account p {
    font-weight: 600;
    margin-top: 25px;
    font-size: 16px;
}

.inactive-account .contact {
    margin: 75px 0 50px;
}

    .inactive-account .contact .btn {
        width: 225px;
        height: 40px;
        border-radius: 7px;
        font-size: 14px;
    }

.account-block .contact a {
    font-weight: 600;
    font-size: 16px;
}

.login .form-check a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    line-height: 40px;
}

.login .form-group {
    margin: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.servicerequest .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: space-between;
    margin-top: 30px;
}

    .servicerequest .form-check a {
        font-size: 14px;
        text-decoration: none;
        font-weight: 500;
    }

.servicerequest .form-group {
    margin: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.contactlogin .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: space-between;
    margin-top: 30px;
}

    .contactlogin .form-check a {
        font-size: 14px;
        text-decoration: none;
        font-weight: 500;
    }

.contactlogin .form-group {
    margin: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.success-btn {
    width: 200px;
    background: #0086a9;
    border: 1px solid #0086a9;
    margin-right: 30px;
    color: white;
}

    .success-btn:hover {
        width: 200px !important;
        background: #0086a9;
        border: 1px solid #0086a9 !important;
        opacity: 0.7;
        color: white;
    }

.leftsection {
    border-right: 1px solid #cccbcb;
    padding: 20px;
}

.rightsection {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.rightsection-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rightsectioncont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
}

.rightsection-info .black {
    font-size: 20px;
    color: black;
}

.rightsection-info label {
    font-size: 20px;
    color: #000;
}

.rightsection-info span {
    color: black;
}

.welcomeinfo {
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.loginservicebtn {
    padding: 10px;
    border-radius: 5px;
}

@media (max-width: 700px) {
    .logincontainer {
        /*padding: 30px;*/
        display: block;
    }

    .rightsection {
        padding: 20px;
        display: block;
        justify-content: center;
    }

    .leftsection {
        border-right: 0px solid #cccbcb;
        border-bottom: 1px solid #cccbcb;
        padding: 20px;
    }

    .rightsectioncont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 70%;
    }

    header {
        background-image: none;
    }

    .success-btn {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    header .container.app-main-header {
        padding-bottom: 0;
    }

    header .app-main-header .lang-switch-section {
        margin-top: 1rem;
    }
}

@media (max-width: 570px) {
    .rightsectioncont.login-right-section {
        width: auto;
        max-width: 100%;
    }
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 400px;
}

    .nav-tabs .nav-link {
        border: 0px solid transparent;
    }

button.active {
    border-bottom: 3px solid #0086a9 !important;
    color: #0086a9 !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    padding-left: 5px;
    width: 140px;
    text-align: left;
    font-weight: bold;
}

.forms {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .forms .login {
        width: 44%;
    }

    .forms .servicerequest {
        width: 100%;
    }

.title {
    background: #f1f3f4;
}

    .title span {
        color: #0086a9;
        text-decoration: none;
        font-size: 10pt;
        font-style: normal;
        font-weight: 400;
        padding-left: 130px;
        padding-right: 130px;
    }

.profile-section, .service-info {
    box-shadow: 0px 0px 5px 1px #bfbebe47;
    padding: 20px;
}

    .service-info h3 {
        font-size: 16px;
        font-weight: bold;
        text-shadow: 1px 0px #d2cfcf;
        color: #0086a9;
    }

.progresslabel {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
}

.profile-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dashboard-profile-img {
    border: 1px solid #333;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #555;
    text-align: center;
}

.profiletitle {
    font-size: 20px;
    vertical-align: bottom;
    margin-right: 30px;
    margin-left: 10px;
    margin-top: 10px;
}

.request {
    margin-top: 20px;
}

    .request h3 {
        font-size: 16px;
        font-weight: bold;
        text-shadow: 1px 0px #d2cfcf;
        color: #4e4e4e;
    }

    .request label.value {
        font-weight: bold;
        color: #4e4e4e;
    }

    .request label.status {
        color: silver;
        font-size: 11px;
    }

.statuscontainer {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    padding-left: 0px;
    padding-bottom: 0px;
}

    .statuscontainer label {
        font-size: 11px;
        margin: 10px 10px 0 10px;
        color: silver;
    }

.news-section {
    box-shadow: 0px 0px 5px 1px #bfbebe47;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.newstitle {
    color: #0086a9;
    font-size: 16px;
    font-weight: bold;
}

.section {
    padding: 20px;
    box-shadow: 0px 0px 5px 1px #bfbebe47;
    margin-bottom: 20px;
}

.cardsection {
    padding: 20px;
    margin-bottom: 20px;
}

    .cardsection .sectiontitle {
        color: #0086a9;
        font-size: 16px;
        font-weight: bolder;
    }

.servicerequestwizerd .sectiontitle {
    color: #0086a9;
    font-size: 16px;
    font-weight: bolder;
}

.section .sectiontitle {
    color: #0086a9;
    font-size: 16px;
    font-weight: bolder;
}

.card-container {
    display: flex;
    justify-content: flex-start;
}

.card {
    margin-right: 10px;
    border-radius: 0px;
    padding: 15px;
    box-shadow: 0px 0px 5px 1px #bfbebe47;
    border-radius: 0px !important;
    text-align: center;
    min-width: 160px;
}

.selected {
    background: #0086a9;
}

.card h3 {
    font-size: 14px;
    font-weight: bold;
    color: #4e4e4e;
    white-space: pre-line;
    line-height: 1.3;
}

.selected h3 {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.img-container {
    text-align: center;
    padding-bottom: 30px;
}

.addcard {
    background: #f1f3f4;
    border: 1px dashed gray;
}

    .addcard h3 {
        font-weight: lighter;
    }

.pb-60 {
    padding-bottom: 40px;
}

.title-filter {
    display: flex;
    justify-content: space-between;
}

.apply-btn {
    background: #9a6a3c;
    color: white;
    width: 150px;
    border: 1px solid #9a6a3c;
    font-size: 14px;
    height: 30px;
}

.select-filter {
    width: 200px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #d0d0d0;
}

.table {
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px #e0dcdc;
    border: 1px solid lightgray;
}

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        border: 1px solid #d0d0d0;
    }

.actions {
    justify-content: space-between;
    display: flex;
}

    .actions label {
        font-size: 11px;
        color: #0086a9;
    }

.mergetd {
    text-align: center !important;
    font-size: 12px;
}

    .mergetd a {
        color: #0086a9;
    }

.cardheader {
    display: flex;
    justify-content: space-between;
}

    .cardheader .card-title {
        color: #0086a9;
        font-size: 16px;
        font-weight: bolder;
    }

    .cardheader a {
        color: #0086a9;
        font-size: 12px;
        font-weight: bolder;
        text-decoration: none;
    }

.card-body {
    flex: 1 1 auto;
    padding: 0px;
}

.list-body {
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;
    text-align: left;
    font-size: 12px;
    color: #000000;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .list-body:last-child {
        border-bottom: 0px solid #d0d0d0;
    }

    .list-body img {
        margin-right: 20px;
    }

.browncard {
    background: #9a6a3c;
    min-height: 300px;
    color: white;
    text-align: left;
    padding-top: 40px;
}

    .browncard h5 {
        font-weight: bold;
        font-size: 18px;
        margin-top: 20px;
    }

.greencard {
    background: #18754d;
    min-height: 300px;
    color: white;
    text-align: left;
    padding-top: 40px;
}

    .greencard h5 {
        font-weight: bold;
        font-size: 18px;
        margin-top: 20px;
    }

.pl-0 {
    padding-left: 0px;
}

.card-text {
    margin-bottom: 0;
    font-size: 32px;
}

.rightsidebox {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin: 0px;
    background: white;
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.normaltext {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.pb-50 {
    padding-bottom: 50px;
}

.traningfilter {
    padding-bottom: 15px;
}

    .traningfilter .search, .traningfilter .select-filter, .traningfilter .apply-btn {
        width: 100%;
        border: 1px solid #d0d0d0;
        height: 35px;
        padding-left: 5px !important;
    }

.traningtitle {
    font-weight: bold;
    text-align: center;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
}

p.traningdate {
    font-size: 12px;
    color: #0086a9;
    font-weight: bold;
}

.traningicons {
    display: flex;
    justify-content: space-between;
}

.traningicontext img {
    width: 20px;
    margin: 0 auto;
}

.traningicontext {
    display: flex;
    flex-direction: column;
}

.traningicomtitle {
    font-size: 10px;
    margin-top: 5px;
}

h5.serviceinfo {
    color: #9a6a3c;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.submit-btn {
    color: #fff;
    background-color: #0086a9;
    border-color: #0086a9;
}

    .submit-btn:hover {
        color: #fff;
        background-color: #0086a9;
        border-color: #0086a9;
    }

.serviceicongray {
    border-radius: 50%;
    background: #f3f1f1;
    width: 50px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.servicedescr {
    font-size: 12px;
    color: #d0d0d0;
    color: #4e4e4e;
}

.white-arrowbtn {
    border-radius: 20px;
}

.wraptext {
    min-height: 130px;
}

.servicelist {
    list-style: none;
}

    .servicelist li {
        padding: 10px;
    }

        .servicelist li a {
            font-size: 16px;
            color: #272727;
            text-decoration: none;
            font-weight: 600;
        }

            .servicelist li a:hover {
                font-size: 16px;
                color: #0086a9;
                text-decoration: none;
                font-weight: 600;
            }

            .servicelist li a:focus, .servicelist li a:active {
                font-size: 16px;
                color: #0086a9;
                text-decoration: none;
                font-weight: 600;
            }

.serviceinfo-list {
    display: flex;
}

.flexcol h4 {
    font-size: 16px;
    font-weight: bold;
}

.flexcol label {
    font-size: 14px;
    font-weight: bold;
    color: #9a6a3c;
}

.flexcol {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-top: 15px;
}

.card .sectiontitle {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 0px #d2cfcf;
    color: #0086a9;
    text-align: left;
}

.contacttitle {
    font-size: 18px;
    text-shadow: 1px 0px #d2cfcf;
    color: #4e4e4e;
    text-align: left;
}

p.serviceinfodescription {
    font-size: 14px;
    text-align: left;
    letter-spacing: 1.2px;
    color: #000000;
}

.contactusnav {
    width: 500px;
}

.contactcard {
    text-align: left;
}

.forms .contactlogin {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.address {
    font-size: 12px;
    font-weight: bold;
    color: #18754d;
    text-align: center;
}

.contactinfo {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

    .contactinfo img {
        width: 20px;
        margin-right: 20px;
        vertical-align: top !important;
        height: 20px;
    }

    .contactinfo label {
        font-size: 11px;
    }

.contact-info-cont {
    text-align: center;
}

.mail a {
    text-decoration: none;
}


button.savedraft {
    width: 200px;
    margin-right: 15px;
    color: white;
}

    button.savedraft:disabled {
        background: #9b9b9b;
        border: 1px solid #9b9b9b;
    }

        button.savedraft:disabled:hover {
            background: #9b9b9b;
            border: 1px solid #9b9b9b !important;
        }

.servicerequestwizerd.active {
    display: flex;
}

.topwizerdicons {
    display: flex;
    justify-content: center;
}

.wizerdicon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

    .wizerdicon img {
        width: 40px;
        margin: 0 auto;
    }

    .wizerdicon label {
        font-size: 12px;
        color: white;
    }

.wizerd-info {
    color: white;
    text-align: left;
}

.mb-10 {
    margin-bottom: 10px;
}

h3.totalcost {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

label.totalcostval {
    font-size: 22px;
    font-weight: bold;
}

h3.servicecost {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #fff;
}

label.servicecostval {
    font-size: 16px;
}

h3.taxcost {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.desc-info p {
    font-size: 12px;
}

.pdf-btn {
    border: 1px solid white;
    padding: 10px;
    width: 200px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.mt-30 {
    margin-top: 30px;
}

p.status {
    font-size: 12px;
    color: #000000;
}

input[type="radio"]:after {
    width: 25px;
    height: 25px;
    position: relative;
    top: -9px;
    border-radius: 15px;
    left: -1px;
    content: "";
    display: inline-block;
    visibility: visible;
}

input[class="disappiontment"]:checked:after {
    width: 25px;
    height: 25px;
    position: relative;
    top: -9px;
    border-radius: 15px;
    left: -1px;
    background-color: #ca0808;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[class="sad"]:checked:after {
    width: 25px;
    height: 25px;
    position: relative;
    top: -9px;
    border-radius: 15px;
    left: -1px;
    background-color: #ffa500;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[class="ok"]:checked:after, input[class="happy"]:checked:after, input[class="great"]:checked:after {
    width: 25px;
    height: 25px;
    position: relative;
    top: -9px;
    border-radius: 15px;
    left: -1px;
    background-color: #4d8e32;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.rating {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 20px;
}

.ratecont {
    width: 100%;
    height: 14px;
    border-radius: 2px;
    margin: 2px;
    margin-top: 15px;
}

.red {
    background-image: linear-gradient(#ca0808, #f18c0fcf);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.orange {
    background-image: linear-gradient(#ff6207e3, #f9cc00);
}

.yellow {
    background-image: linear-gradient(#f9ca00, #a0f57c);
}

.lightgreen {
    background-image: linear-gradient(#4d8e32, #a0f57c);
}

.green {
    background-image: linear-gradient(#18754d, #24dc3b);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.happyemo {
    margin-left: 10px;
}

.sademo {
    margin-right: 10px;
}

.faqfilter {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

    .faqfilter .search {
        width: 350px;
        padding: 5px;
        color: #d0d0d0;
        border: 1px solid #d0d0d0;
        padding-left: 15px;
    }

    .faqfilter .apply-btn {
        height: 40px;
        width: 200px;
    }

.faq-links .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
}

.faqtabs {
    margin-top: 30px;
}

.faqiconcont img {
    width: 25px;
}

.faq-links .faqtitle {
    font-size: 14px;
    text-align: center;
}

.faqiconcont {
    margin-bottom: 20px;
}

.faq-body {
    min-height: 90px;
}

.accordion-button:not(.collapsed) {
    border-bottom-width: 0;
    color: #000000;
    background-color: #f1f3f4;
    font-weight: bold;
    margin-bottom: 20px;
}

.accordion-button.collapsed {
    border-bottom-width: 0;
    color: #000000;
    background-color: #f1f3f4;
    font-weight: bold;
    margin-bottom: 20px;
}

button[aria-expanded="true"] {
    margin-bottom: 0px !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0px 0px 0px 0px gray !important;
}

.faq-accordion {
    padding: 30px;
    box-shadow: 0px 0px 10px 1px #d0d0d0;
}

.checkedmark {
    width: 20px !important;
    position: absolute;
    margin-left: 15px !important;
}

.servicerequest-filter {
    padding-top: 30px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    padding-right: 20px;
    padding-bottom: 0px;
}

.traningsection .submit-btn {
    width: 100%;
}

.list-servicecont {
    box-shadow: 0px 0px 10px 1px #e0dcdc;
    padding: 30px;
}

span.status-success {
    font-size: 14px;
    color: #18754d;
    padding: 10px;
    font-weight: bold;
}

span.status-danger {
    font-size: 14px;
    color: #d40000;
    padding: 10px;
    font-weight: bold;
}

span.status-warning {
    font-size: 14px;
    color: #f0c419;
    padding: 10px;
    font-weight: bold;
}

.servicenameicon {
    margin-right: 10px;
}

.listservicerequestnameicon {
    margin-right: 10px;
    width: 20px;
}

.listservicetable span.status-success {
    font-size: 14px;
    color: white;
    font-weight: bold;
    background: #18754d;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 0px;
}

.listservicetable span.status-danger {
    font-size: 14px;
    color: white;
    font-weight: bold;
    background: #d40000;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 0px;
}

.listservicetable span.status-warning {
    font-size: 14px;
    color: white;
    font-weight: bold;
    background: #f0c419;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 0px;
}

.backbtn {
    margin-right: 20px;
}

.cartinfo-cont {
    display: flex;
    justify-content: flex-start;
}

.cartinfo {
    display: flex;
    flex-direction: column;
}

span.remove {
    font-size: 12px;
    color: #d40000;
}

span.cartname {
    font-weight: bold;
    width: 160px;
}

.carticon {
    background: #f1f3f4;
    padding: 15px;
    border-radius: 50%;
    margin-right: 30px;
}

.carttable {
    text-align: left;
}

    .carttable > :not(caption) > * > * {
        border: 0px solid #d0d0d0;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 20px;
    }

    .carttable tr:last-child td {
        border-bottom: 0px solid #d0d0d0 !important;
    }

.cartcost {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
}

span.cartname {
    font-weight: bold;
}

.cartgrandtotal {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cartgrandtotal {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

span.grandtotalvalue {
    color: #18754d;
}

.carttable th {
    color: #909090;
    font-weight: normal;
}

.checkout-btn {
    width: 100%;
}

.finalstepcard .finalsteptitle {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 0px #d2cfcf;
    color: #0086a9;
}

form.finalstepform {
    width: 70%;
    text-align: left;
    margin: 0 auto;
}

.finalstepcard {
    padding: 40px;
    border-radius: 10px !important;
}

    .finalstepcard .form-group {
        padding: 20px;
        padding-left: 0px;
        padding-bottom: 5px;
    }

.finalstepbtn {
    justify-content: flex-start;
    display: flex;
    margin-top: 20px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0px 0px 0px 0px;
}

.form-group.carddetails {
    display: flex;
    justify-content: space-between;
}

    .form-group.carddetails input {
        width: 100px;
    }

.bluebox {
    background: #0086a9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    color: white;
}

span.totalamountval {
    font-weight: bold;
    font-size: 20px;
}

span.currancy {
    font-weight: 100;
    font-size: 12px;
}

span.otheroptions {
    font-size: 14px;
    color: #9a6a3c;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.car-new-request {
    flex-wrap: wrap;
}

    .car-new-request .form-group {
        width: 49%;
        margin: 0;
        margin-bottom: 30px;
    }

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
    background-color: #dcdcdc;
}

.mat-input-element:disabled, .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
    color: #004195;
}

label.form-check-label {
    margin: 0 10px;
}

.wasif-search-form .mat-radio-label, .wasif-search-form .mat-form-field, .wasif-search-form .mat-checkbox {
    font-size: 15px;
}

.wasif-search-form .apply-search {
    background-color: #9a6a3c;
    border-color: #9a6a3c;
    color: #fff;
    margin: 0 5px;
    border-radius: 0;
}

.wasif-search-form .cancel-search {
    border-color: #9a6a3c;
    background-color: #fff;
    color: #9a6a3c;
    border-radius: 0;
}

.main-color {
    color: #0086a9 !important;
}

.main-title {
    text-align: left;
}

.main-text-size {
    font-size: 16px !important;
}

.standards-count {
    background-color: #333333;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 100%;
    font-size: 12px;
    margin: 0 5px;
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: #0086a9;
}

.mat-tab-label {
    opacity: 1 !important;
}

.mat-radio-label-content {
    padding: 0px 8px !important;
}

.mat-checkbox-inner-container {
    margin: auto 8px !important;
}

.active-status {
    background-color: #155724;
    color: #ffffff;
}

.inactive-status {
    background-color: #721c24;
    color: #ffffff;
}

.replaced-status {
    background-color: #f8d7da;
    color: #ffffff;
}

.updated-status {
    background-color: #fff3cd;
    color: #ffffff;
}

.suspend-status {
    background-color: #721c24;
    color: #ffffff;
}

.withdrawn-status {
    background-color: #e2e3e5;
    color: #ffffff;
}

.main-btn {
    background-color: #0086a9 !important;
    color: #ffffff !important;
    border-color: #0086a9 !important;
}

ul.pagination {
    margin: 0;
}

.attachment-preview-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.custom-wizard .wizerdicon {
    opacity: 0.5;
}

    .custom-wizard .wizerdicon .wizard-img-container {
        border: 3px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin: auto;
    }

        .custom-wizard .wizerdicon .wizard-img-container img {
            width: auto;
        }

.custom-wizard .active-step {
    opacity: 1;
}

.custom-wizard .completed-step {
    opacity: 1;
}

    .custom-wizard .completed-step .wizard-img-container {
        border-color: #24dc3b;
    }

th.mat-header-cell {
    font-weight: bold;
    font-size: 13px;
}

.standard-item-card {
    text-align: left;
    font-size: 14px;
    min-height: 350px;
}

.search-card, .mat-tab-body-wrapper {
    min-height: 500px;
}

    .search-card .mat-tab-body-content, .mat-tab-body-wrapper .mat-tab-body-content {
        overflow: hidden;
    }

.mat-tab-label-active {
    color: #0086a9;
}

    .mat-tab-label-active .standards-count {
        background-color: #0086a9;
    }

.export-controls .control {
    cursor: pointer;
}

.standard-status-container .standard-status {
    padding: 8px;
    border-radius: 50%;
}

.standard-demoes-controls button {
    border-radius: 0;
    background-color: transparent !important;
}

.info-container .info-title {
    background-color: #d1ecf1;
    color: #444444;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.info-container .info-description {
    padding: 10px 15px;
}

.info-container .info-data {
    background-color: #dcdcdc;
    color: #004195;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 10px;
}

.info-container table tr th {
    background-color: #0086a9;
    color: #ffffff;
}

.wasif-cart-button {
    text-align: right;
    margin-bottom: 15px;
}

.page-sizes .mat-form-field-infix {
    padding: 0.3rem 0;
}

.page-sizes .mat-form-field-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.add-to-cart-table td, .add-to-cart-table th, .cart-table td, .cart-table th, .standard-invoice-list td, .standard-invoice-list th {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-collapse: collapse;
    padding: 6px !important;
    text-align: center !important;
}

.services-favourite .mat-expansion-panel-header {
    height: 55px;
}

.mat-select-panel .mat-option-text {
    margin: 0 5px;
}

.right-header {
    justify-content: flex-end
}

    .right-header .dropdown .dropdown-toggle {
        background-image: url(../images/ic_language.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        border: none !important;
    }

    .right-header .dropdown .dropdown-menu {
        min-width: 5rem;
        padding: 0;
    }

        .right-header .dropdown .dropdown-menu .dropdown-item {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

    .right-header .dropdown .dropdown-toggle::after {
        content: none;
    }

.rtl {
    direction: rtl;
}

    .rtl .mat-menu-item {
        text-align: right !important;
        direction: rtl !important;
    }

    .rtl .mat-menu-conten {
        direction: rtl !important;
    }

    .rtl .addres-header {
        text-align: right;
    }

    .rtl .cartgrandtotal {
        align-items: flex-start;
    }

    .rtl .cartcost {
        text-align: right;
    }

    .rtl .plan-title, .rtl .mat-select, .rtl .wizerd-info, .rtl .alert, .rtl select, .rtl .title, .rtl .modal-body, .rtl .form-group, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6, .rtl input, .rtl label, .rtl p, .rtl .main-title, .rtl textarea, .rtl .traningsection .card .sectiontitle, .rtl .services-section-list, .rtl .mat-option-text, .rtl .mat-form-field, .rtl .search-applying-type, .rtl .search-langs, .rtl .standard-item-card, .rtl .mat-error, .rtl .app-terms-conditions {
        text-align: right;
    }

    .rtl .list-body {
        text-align: right;
    }

        .rtl .list-body img {
            margin-right: 0;
            margin-left: 20px;
        }

    .rtl .traningdate {
        text-align: center;
    }

    .rtl .service-info .flexcol {
        margin-right: 20px;
        margin-left: 0px;
    }

    .rtl .card .card-body a.white-arrowbtn img {
        transform: scale(-1);
    }

    .rtl .mat-dialog-container {
        direction: rtl;
    }

    .rtl .modal-header .close {
        margin: -1rem auto -1rem -1rem;
    }

    .rtl .center-header {
        text-align: right;
    }

    .rtl header .secoundlogo {
        margin-right: 30px;
    }

    .rtl .servicerequest-filter {
        padding-left: 20px;
    }

        .rtl .servicerequest-filter .backbtn {
            margin-left: 20px;
            margin-right: 0;
            transform: scale(-1);
        }

    .rtl .rightwezird {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: -2px 0px 5px 1px #e4e2e2;
    }

    .rtl .leftwizerd {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .rtl .wizerdbtn {
        justify-content: flex-start !important;
    }

    .rtl h3 {
        text-align: right;
    }

    .rtl .form-group {
        text-align: right;
    }

    .rtl .traningtitle, .rtl .serviceinfo {
        text-align: center;
    }

    .rtl .mat-tab-group.mat-primary .mat-ink-bar {
        visibility: hidden;
    }

    .rtl .wasif-cart-button {
        text-align: left;
    }

    .rtl .right-header {
        text-align: left;
        justify-content: flex-end
    }

    .rtl .booking-appointment-title .header-action {
        display: flex;
        margin-left: 0;
        margin-right: auto;
    }

@media (min-width: 992px) {
    .rtl .offset-lg-2 {
        margin-right: 16.666667%;
    }
}

.rtl .leftsection {
    border-right: 0;
    border-left: 1px solid #cccbcb;
    padding: 20px;
}

.rtl .mr-10 {
    margin-left: 10px !important;
}

.rtl .nav {
    padding-right: 0;
}

.rtl .nav-link {
    padding-right: 5px !important;
    text-align: right !important;
}

.rtl .mr-10 {
    margin-left: 10px !important;
}

.rtl .success-btn {
    width: 200px;
    background: #0086a9;
    border: 1px solid #0086a9;
    margin-left: 30px;
    color: white;
    margin-right: 0px;
}

.rtl .mat-paginator-range-actions .mat-icon-button {
    transform: scaleX(-1);
}

.rtl .invoice-list .invoice-status-filter {
    margin-right: 0;
    margin-left: auto;
}

.rtl .appointment-confirmation .appointment-info {
    text-align: right !important;
}

.rtl .ngb-dp-header ngb-datepicker-navigation {
    direction: ltr;
}

.rtl .section table tr td, .rtl .section table tr th, .rtl .list-servicecont table tr td, .rtl .list-servicecont table tr th {
    text-align: right;
}

.rtl .breadcumb.title span {
    padding: 0;
}

.rtl .dashboard-profile-img > div {
    justify-content: flex-end;
}

.rtl .profiletitle {
    margin-right: 10px;
    margin-left: 30px;
}

.rtl .toast-top-right {
    right: auto;
    left: 12px;
    text-align: right;
}

.rtl .table tr th, .rtl .table tr td {
    text-align: right;
}

.rtl .mat-form-field-type-mat-select .mat-form-field-label {
    width: calc(100%);
}

.rtl .pull-text-right {
    text-align: left;
}

.rtl .pull-text-left {
    text-align: right;
}

.rtl .ant-select-tree, .rtl .mat-select-panel {
    direction: rtl;
    text-align: start;
}

.pull-text-right {
    text-align: right;
}

.pull-text-left {
    text-align: left;
}

.mr-10 {
    margin-right: 10px;
}

.form-validation {
    position: relative;
    padding: 0.5rem 1rem;
    margin: 0.25rem 0;
    border: 1px solid #f5c6cb;
    border-radius: 0.25rem;
    color: #721c24;
    background-color: #f8d7da;
    font-size: 13px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.clickable {
    cursor: pointer;
}

.default-btn {
    width: 200px;
    background: #aba5a5;
    border: 1px solid #aba5a5;
    margin-right: 30px;
    color: white;
}

.addres-header {
    padding: 5px 0px;
    font-weight: bold;
    border-bottom: 3px solid #0086a9;
    color: #0086a9;
}

.verify-login-options {
    display: flex;
    justify-content: space-between;
}

.reset-password-section .verify-login-with {
    flex-direction: column;
    text-align: left;
    display: flex;
}

.reset-password-section .email-input {
    text-align: left;
}

.login-action-section {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

.sso-info {
    align-items: flex-start;
}

.reset-password-section {
    min-width: 400px;
}

.verify-form {
    display: flex;
    justify-content: center;
}

    .verify-form .reset-password-confirmation {
        width: 400px;
    }

body .hidden-field {
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.logincontainer .password-field-group #toogle-password-field {
    float: right;
    margin-left: -25px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    background-position: left center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.rtl .logincontainer .password-field-group #toogle-password-field {
    float: left;
    margin-left: 5px;
}

.is-eye {
    background-image: url(../images/eye.svg);
}

.is-eye-slash {
    background-image: url(../images/eye-slash.svg);
}

.hide-ar {
    display: none;
}

.rtl .hide-ar {
    display: inherit;
}

.rtl .hide-en {
    display: none;
}

.validation-summary-errors ul {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: start;
}

.lang-switch-section .dropdown .dropdown-toggle.btn-default {
    display: none;
}

.lang-switch-section .dropdown .dropdown-menu {
    position: relative;
    display: inherit;
    background-color: transparent;
    border: none;
}

    .lang-switch-section .dropdown .dropdown-menu .dropdown-item {
        background-image: url(../images/ic_language.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        border: none;
        color: #fff;
    }

        .lang-switch-section .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
        }

.home-icon-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.max-width-100 {
    max-width: 100%;
}

.hide-desktop,
.container.submenu.mobile-menu {
    display: none;
}

.mobile-menu-overay {
    display: none;
}

@media (max-width: 575px) {
    .hide-mobile, .container.submenu.desktop-menu {
        display: none;
    }

    .hide-desktop {
        display: inherit;
    }

    header {
        min-height: 120px;
    }

    .mobile-menu.hide-desktop {
        display: inline-block;
        padding-left: 1rem;
    }

    .rtl .mobile-menu.hide-desktop {
        padding-left: 0;
        padding-right: 1rem;
    }

    .center-header.header-logo-section {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .overlay-container.mobile-menu-overay {
        width: 100%;
        top: 0;
        height: 100%;
        position: fixed;
        z-index: 1000;
    }

        .overlay-container.mobile-menu-overay .cdk-overlay-backdrop {
            background-color: #666;
            opacity: .7;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            pointer-events: auto;
            -webkit-tap-highlight-color: transparent;
            transition: opacity .4s cubic-bezier(.25,.8,.25,1);
        }


    .container.submenu.mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        position: absolute;
        width: 70%;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0;
        z-index: 9999;
    }

    .ltr .container.submenu.mobile-menu {
        right: 0;
        left: auto;
    }

    .submenu.mobile-menu .responsive-menu-show-mobile {
        box-shadow: none;
        background: #0086a9;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        max-height: 100%;
        height: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile-menu .responsive-menu-show-mobile .menu-title {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 500;
        padding-top: 1.5rem;
        padding-left: .7rem;
        align-items: center;
    }

        .mobile-menu .responsive-menu-show-mobile .menu-title .menu-close-icon {
            padding-left: 0.5rem;
        }

    .ltr .mobile-menu .responsive-menu-show-mobile .menu-title .menu-close-icon {
        padding-left: 0;
        padding-right: 0.5rem;
    }

    .mobile-menu .responsive-menu-show-mobile .headermenu {
        padding-top: 20px;
        padding-left: 1.2rem;
        margin-bottom: 0;
        list-style: none;
    }

        .mobile-menu .responsive-menu-show-mobile .headermenu li {
            height: 48px;
        }

            .mobile-menu .responsive-menu-show-mobile .headermenu li a {
                color: #fff;
                cursor: pointer;
            }

    .mobile-menu .responsive-menu-show-mobile .mobile-lang-switch-section .dropdown .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

        .mobile-menu .responsive-menu-show-mobile .mobile-lang-switch-section .dropdown .dropdown-menu .dropdown-item {
            background-position: right center;
            font-size: 15px;
            padding-right: 25px;
        }

    .ltr .mobile-menu .responsive-menu-show-mobile .mobile-lang-switch-section .dropdown .dropdown-menu .dropdown-item {
        background-position: left center;
        padding-left: 25px;
    }

    .logincontainer {
        /*padding: 10px;*/
    }

    /*.mobile-menu .responsive-menu-show-mobile .mobile-lang-switch-section {}

	.mobile-menu .responsive-menu-show-mobile .mobile-lang-switch-section .lang-label {}

	.mobile-menu .responsive-menu-show-mobile .mobile-lang-switch-section .lang-text {
	}

	*/

}

.rtl .sso .sso-text {
    margin-right: 15px;
    margin-left: 0;
}

.nfaz-btn {
    display: flex;
}

.login-hint {
    font-size: 13px;
    color: red;
    margin-top: 1rem;
}

.lockout img {
    margin: 35px auto;
}

.lockout h4 {
    font-weight: bold;
}

.lockout p {
    font-weight: bold;
    margin: 25px 0;
}

.lockout .btn {
    margin-bottom: 75px;
}

@media (max-width: 425px) {
    header {
        min-height: 90px;
    }
}

.rtl .logincontainer .logincontainer_wrapper .input-group-prepend {
    left: auto;
    right: 20px;
}

.verify-password .verify-btn {
    margin-top: 25px;
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 35px;
}

.sso .sso-text h5 {
    text-align: left;
}

.rtl .sso .sso-text h5 {
    text-align: right;
}

@media (max-width: 991px) {
    .wrapper::before {
        right: 0px;
    }

    .wrapper::after {
        left: 0px;
    }

    .logincontainer {
        width: 60%;
    }

    .rtl .sso .sso-text {
        margin-right: 10px;
    }

    .verify-form .reset-password-confirmation {
        min-width: 90%;
    }
}

@media (max-width: 767px) {
    .logincontainer {
        width: 75%;
    }

        .logincontainer .logincontainer_wrapper .input-group-prepend {
            left: 10px;
        }

        .logincontainer .logincontainer_wrapper .form-control {
            padding: 0 45px;
        }
}

@media (max-width: 767px) {
    .logincontainer .logincontainer_wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 420px) {
    .logincontainer {
        width: 90%;
    }

        .logincontainer .logincontainer_wrapper .form-control {
            padding: 0 0px 0 40px;
        }
}

.ssoLogo img {
    width: 40px;
}

.sso {
    padding: 18px;
}

.textSSO {
    display: flex;
    width: 50%;
    margin: auto;
    padding-right: 5px;
    margin-top: 35px;
    color: #6c817d;
}

.textSSOfooter {
    display: flex;
    width: 50%;
    margin: auto;
    padding-right: 5px;
    margin-top: 15px;
    color: #6c817d;
}

.logincontainer_wrapper {
    margin-top: 25px;
}

.emailTitle {
    padding: 8px;
    text-align: right;
    padding-right: 0px;
    color: rgba(25,35,33,0.75);
    font-size: .875rem;
    font-weight: 600;
}

.text-info {
    font-weight: bold;
}

.DgrayTxt {
    color: #04302F !important;
}

.textSSOfooter a {
    color: #6c817d;
    text-decoration: none;
}

    .textSSOfooter a:hover {
        text-decoration: underline;
    }

.btnLogout {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #0086a9;
    border: 1px solid #0086a9;
    padding: .6rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 6px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
}

    .btnLogout:hover {
        background-color: white;
        border: 1px solid #047795;
        font-weight: bold;
    }


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #28a745 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(20 94 146 / 25%) !important;
}

.password .verify {
    margin-top: 15px;
    display: block;
    /* justify-content: space-between; */
    text-align: right;
}

label.form-check-label {
    margin: 0 18px;
}

.password .verify .verify-button {
    display: flex;
    padding-right: 0px;
    margin-bottom: 15px;
}

.OPTIconSt {
    text-align: center;
}

.OPTIconSt2 {
    text-align: center;
}

    .OPTIconSt2 img {
        width: 60px;
    }

.OPTIconSt img {
    width: 42px;
}

.resend-code {
    margin-top: 20px;
    margin-bottom: 40px;
}

html, body {
    font-family: "Cairo", "Helvetica", Helvetica, Arial, serif;
    font-size: 14px;
    background-color: #fff;
}

.service-filter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.traningfilter {
    padding-bottom: 15px;
}

.service-filter button, .service-filter input, .service-filter select {
    margin: 5px !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.serviceSt a, .serviceSt a:hover {
    color: #fff;
    margin-top: 15px;
}

p.CountNoSt {
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    color: #0086a9;
    margin-top: -20px;
    background-color: #f2f6f7;
    border-radius: 100px;
    max-width: 200px;
    width: auto;
    padding: 8px;
    margin: auto;
}

#dropdownLang {
    color: white;
}

.servicelist li a {
    font-size: 16px;
    color: #272727;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.card:hover {
    box-shadow: 0px 0px 1px 1px #c6d7db;
    background-color: #f2f6f7;
}

.footer {
    background: #212529;
    color: #fff;
    font-size: 12px;
    position: relative;
    bottom: -6px;
    width: 100%;
    display: block;
    margin-top: 120px;
}

img {
    max-width: 100%;
}

.title span {
    color: #0086a9;
    text-decoration: none;
    font-size: 10pt;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 130px;
}

.white-arrowbtn {
    border-radius: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #0086a9;
    border-color: #0086a9;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0086a9;
        border-color: #0086a9;
    }


.flip-card {
    background-color: transparent;
    /*  width: 300px;height: 200px; */
    /* border: 1px solid #f1f1f1; */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    min-height: 95px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    min-height: 125px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    /*background-color: #bbb;
            color: black; */
    float: left;
}

/* Style the back side */
.flip-card-back {
    background-color: #0086a9;
    color: white;
    transform: rotateY(180deg);
    position: absolute;
    float: left;
    margin-bottom: 5px;
    border-radius: 20px;
}


div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
    }

@media screen and (max-width: 767px) {
    div.dataTables_length,
    div.dataTables_filter,
    div.dataTables_info,
    div.dataTables_paginate {
        text-align: center;
    }
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.5em 1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        *cursor: hand;
        color: #333333 !important;
        border: 1px solid transparent;
        /*border-radius: 50% !important;*/
        padding: 0.5em 0.9em !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: #333333 !important;
            background-color: white;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
            /* Chrome10+,Safari5.1+ */
            background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
            /* FF3.6+ */
            background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
            /* IE10+ */
            background: -o-linear-gradient(top, white 0%, gainsboro 100%);
            /* Opera 11.10+ */
            background: linear-gradient(to bottom, white 0%, gainsboro 100%);
            /* W3C */
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            cursor: default;
            color: #666 !important;
            border: 1px solid transparent;
            background: transparent;
            box-shadow: none;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            outline: none;
            background-color: #2b2b2b;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
            /* Chrome10+,Safari5.1+ */
            background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
            /* FF3.6+ */
            background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
            /* IE10+ */
            background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
            /* Opera 11.10+ */
            background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
            /* W3C */
            box-shadow: inset 0 0 3px #111;
        }

.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1175px !important;
}

.dataTables_filter {
    float: left;
}

.dataTables_length {
    float: left;
    margin-left: 10px;
}

.list-servicecont {
    border-radius: 10px;
}

.btn-submit-right {
    float: right;
}

.btn-primary {
    /*color: #fff;
    background-color: #0495c9;
    border-color: #357ebd;*/
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #00b3db;
        border-color: #285e8e; /*set the color you want here*/
    }

.pagination-centered {
    display: flex;
    justify-content: center;
}


.table > thead {
    font-weight: bold !important;
    color: #fff !important;
    background-color: #0086a9 !important;
}

.page-item.active .page-link {
    background-color: #0086a9 !important;
    border-color: #0086a9 !important;
    color: #fff !important;
}

.page-link {
    color: #0086a9 !important;
}

.page-item.disabled .page-link {
    color: #6c757d !important;
    border-color: #dee2e6 !important;
}

.switch-on.btn {
    background-color: #0086a9 !important;
}

.btn-primary{
    font-weight:bold;
}

fieldset{
    max-width:97% !important;
    margin-left:2% !important;
}

.traningsection {
    margin-left: -10px;
}

.loading-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}