body {
    background-color: #F5F5F5;
    font-family: "Tajawal" !important;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: var(--black);
    background-position-y: 114;
    background-size: 100%;
}

/*button:hover {
    box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.25) !important;
}*/
.mainContainer {
    background-image: url("img/bkgrnd.svg");
    background-repeat: no-repeat;
    background-position: right top;
}
.formInnerContainerBtn {
    font-family: "Tajawal", Helvetica;
    height: 43px;
    font-weight: 500;
    border: 0px;
    background: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

    .formInnerContainerBtn img {
        margin-top: 15px;
    }

.formInnerContainerBtn1 {
    font-family: "Tajawal", Helvetica;
    border-radius: 0px 13px 0px 0px;
    background: white;
    box-shadow: -3px 3px 8.399999618530273px 3px rgba(0, 0, 0, 0.25);
}

.formInnerContainerBtn2 {
    font-family: "Tajawal", Helvetica;
    border-radius: 13px 0px 0px 0px;
    background: white;
    box-shadow: 3px 11px 11.399999618530273px rgba(0, 0, 0, 0.25) inset;
}

.formInnerContainerInput {
    border-radius: 0px 0px 13px 13px;
    background: white;
    box-shadow: 3px 11px 11.399999618530273px rgba(0, 0, 0, 0.25) inset;
    padding: 14px;
}




.NavContainer {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 3px 3px 18px rgba(229, 229, 229, 0.50);
    margin: 20px 0px 0px 0px;
    height: 96px;
}

.TopNavMenuItem {
    font-weight: 700;
    color: var(--black);
    font-family: "Tajawal", Helvetica;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    direction: rtl;
    display: flex;
    align-items: center;
}

    .TopNavMenuItem a.active {
        color: var(--blue-dark);
    }

.line {
}

@media (min-width: 576px) {
    .line {
        width: 48px;
        height: 4px;
        background-color: var(--green-light);
        border-radius: 12px;
        box-shadow: -3px 8px 18px #00000080;
        position: relative;
        bottom: -25px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lineH {
    height: 70px;
    width: 2px;
    background-color: #6c757d;
    border-radius: 12px;
    box-shadow: -3px 8px 18px #00000080;
    /*position: relative;*/
    bottom: -15px;
    margin-left: 15px;
    margin-right: 4px;
}

.linef {
    width: 58px;
    height: 4px;
    background-color: var(--green-light);
    border-radius: 12px;
    box-shadow: -3px 8px 18px #00000080;
    position: relative;
    bottom: -0px;
    margin-left: auto;
    margin-right: auto;
}

.line_w {
    width: 48px;
    height: 4px;
    background-color: transparent;
    border-radius: 12px;
    box-shadow: none;
    position: relative;
    bottom: -15px;
}

.clear-dlg {
    background-color: transparent;
    box-shadow: none;
    border: none;
    /*//Style = "background-color: transparent;border: none; box-shadow: none border: none; "*/
}
.img-car {
    position: relative;
    left: 290px;
    top: 200px;
    z-index: 1;
}
/***********************/
.animated-help {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
/********** form Input ***************/
.form-input {
    position: relative;
    margin-top: 20px;
}

.form-input-border {
    position: relative !important;
    margin-top: 25px !important;
}

.form-select-drp,
.form-input input,
.form-input select,
.form-input textarea {
    font-family: "Tajawal", Helvetica !important;
    background-color: #fff !important;
    width: 100% !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
    border: none !important;
    border-bottom: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: var(--dark) !important;
    font-weight: 400 !important;
    line-height: normal !important;
    box-shadow: none !important;
}


.invalid {
    background-color: #ff00001a !important;
}

.form-input label, .form-input-border label {
    font-family: "Tajawal", Helvetica !important;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: space-between;
}

.form-input img,
.form-input-border img {
    font-family: "Tajawal", Helvetica;
    border: none !important;
    padding-left: 20px;
}

.form-input-border input,
.form-input-border select,
.form-input-border textarea {
    font-family: "Tajawal", Helvetica !important;
    background: #F7F9FB !important;
    border-radius: 12px !important;
    border: 0.50px #ABABAB solid !important;
    border: 1px solid #F3E5F5 !important;
    width: 100% !important;
    padding: 15px !important;
    font-size: 16px !important;
    color: var(--dark) !important;
    font-weight: 400 !important;
    box-shadow: none !important;
}

textarea::placeholder {
    font-family: "Tajawal", Helvetica !important;
    padding-top: 20px !important;
    color: #ABABAB !important;
    box-shadow: none !important;
}
/*
.btn:hover {  
  border-color: var(--bs-btn-hover-border-color) !important;
            
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15) !important;
}
*/




.form-input-btn-center {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

/*Bool*/
.form-input-bool {
    font-family: "Tajawal", Helvetica;
    width: 100%;
    /*height: 48px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.form-input-bool-btn {
    font-family: "Tajawal", Helvetica;
    width: 190px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.form-input-bool-inactive {
    font-family: "Tajawal", Helvetica;
   /* width: 80px;
    height: 48px;*/
    background: #F7F9FB;
    border-radius: 12px;
    border: 0.50px #ABABAB solid;
    text-align: center;
    color: #212121;
    font-size: 16px;
    font-family: "Tajawal", Helvetica;
    font-weight: 400;
    word-wrap: break-word;
}

.form-input-bool-active {
    font-family: "Tajawal", Helvetica;
   /* width: 80px;
    height: 48px;*/
    border: 0.5px #328EB2 solid;
    background: #328EB2;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    word-wrap: break-word;
}












/** form ***/
.form-Outer-Container {
    background: linear-gradient(180deg, rgba(50, 142, 178, 0.80) 0%, rgba(38, 126, 170, 0.80) 100%);
    box-shadow: -30px 30px 30px rgba(50, 142, 178, 0.07);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
}

.form-inner-Container {
    background: white;
    box-shadow: -3px 3px 18px rgba(92, 183, 92, 0.30);
    border-radius: 12px;
    overflow: hidden;
    padding: 25px 35px 25px 35px; /*25px 60px 60px 25px;*/
    margin-bottom: 15px;
}

.form-container {
    background: white;
    box-shadow: -3px 3px 18px rgba(92, 183, 92, 0.30);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidde;
    box-shadow: -3px 3px 18px rgba(92, 183, 92, 0.30);
    padding: 60px 50px 60px 50px;
}

.form-title {
    height: 30px;
    text-align: right;
    color: #212121;
    font-size: 16px;
    font-family: "Tajawal", Helvetica;
    font-weight: 700;
    word-wrap: break-word
}

.form-desc {
    height: 30px;
    text-align: right;
    color: black;
    font-size: 14px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 20px;
}




/** button***/
.btn-green {
    height: 50px;
    background: #3AB54A;
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
    border-radius: 12px;
    margin: 15px;
    max-width: 100%;
    font-family: "Tajawal", Helvetica !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    text-align: center;
    padding: 15px;
    display: flex;
    gap: 15px
}

.form-btn-Container {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    gap: 15px;
}

.btn-size {
    width: 285px !important;
    height: 50px !important;
    border-radius: 12px !important;
    max-width: 100%;
    font-family: "Tajawal", Helvetica !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    word-wrap: break-word
}

.form-btn-next {
    width: 285px;
    height: 50px;
    background: #3AB54A;
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
    border-radius: 12px;
    margin: 15px;
    max-width: 100%;
}

    .form-btn-next label {
        font-family: "Tajawal", Helvetica;
        color: white;
        font-size: 16px;
        font-weight: 700;
        word-wrap: break-word
    }

.form-btn-back {
    width: 285px;
    height: 50px;
    background: white;
    background: white;
    box-shadow: -3px 3px 18px rgba(92, 183, 92, 0.30);
    border-radius: 12px;
    margin: 15px;
}

    .form-btn-back label {
        color: #ABABAB;
        font-size: 16px;
        font-family: "Tajawal", Helvetica;
        font-weight: 500;
        word-wrap: break-word
    }



.btn-green-icon {
    background: #3AB54A;
    padding: 3px 20px 3px 3px;
    border-radius: 12px;
    border: 0.50px #ABABAB solid;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.input-group-btn {
    display: flex;
    justify-content: center;
}

.btn-green-icon img {
    width: 42px;
    height: 42px;
}

.btn-green-icon label {
    color: white;
    font-size: 16px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    width: 100%;
    text-align: center;
}



.btn-blue-next {
    background: #267EAA;
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
    border-radius: 12px;
    width: 285px;
    height: 52px;
}
    /*
:hover {
    border: #ABABAB;
}*/

    .btn-blue-next label {
        color: white;
        font-size: 16px;
        font-family: "Tajawal", Helvetica;
        font-weight: 700;
        word-wrap: break-word;
        text-align: center;
    }

.btn-white-back {
    background: white;
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
    border-radius: 12px;
    width: 285px;
    height: 52px;
}

    .btn-white-back label {
        color: #ABABAB;
        font-size: 16px;
        font-family: "Tajawal", Helvetica;
        font-weight: 500;
        word-wrap: break-word;
        text-align: center;
    }








/****Login******/
.login-container-outter {
    background: #5FA0C1;
    box-shadow: -30px 30px 30px rgba(50, 142, 178, 0.07);
    border-radius: 12px;
    margin: 0px;
}

.login-container-inner {
    background: white;
    box-shadow: -1px 10px 18px rgba(255, 255, 255, 0.30);
    border-radius: 12px;
    position: relative;
    top: 10px;
    left: -10px;
    padding: 52px 25px 25px 25px;
}

.login-container-inner-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/*** footer ****/
.footerContainer {
    background: #267EAA;
    box-shadow: -30px 30px 30px rgba(92, 183, 92, 0.15);
    position: relative;
    z-index: 0;
}

    .footerContainer .footer {
        padding: 135px 25px 60px 25px;
    }

.footer-item {
    padding: 25px;
    margin: auto;
}

.footer-cbank {
    text-align: start;
    color: white;
    font-size: 20px;
    font-family: "Tajawal", Helvetica;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 15px;
}

.footer-links {
    margin-bottom: 24px;
    text-align: start;
}

    .footer-links a {
        text-align: start;
        color: white;
        font-size: 16px;
        font-family: "Tajawal", Helvetica;
        font-weight: 500;
        word-wrap: break-word;
        margin-bottom: 24px;
    }

.footer-fllow {
    text-align: center;
    color: white;
    font-size: 25px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 40px;
}

.footer-fllow-div {
    text-align: center;
}

.footer-fllow-img {
    margin: 8px;
}

.footer-copyright {
    height: 55px;
    padding: 22px;
    text-align: center;
    color: black;
    font-size: 16px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    word-wrap: break-word;
    /*position: relative;
    top: -70px;*/
}

.form-btn-Container-full {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}


.pay-amount {
    color: #328EB2;
    font-size: 25px;
    font-family: "Tajawal", Helvetica;
    font-weight: 700;
    word-wrap: break-word
}

    .pay-amount span {
        color: #ABABAB;
        font-size: 16px;
        font-family: "Tajawal", Helvetica;
        font-weight: 400;
        word-wrap: break-word
    }


h1, .h1 {
    color: #212121;
    font-size: 25px;
    font-family: "Tajawal", Helvetica;
    font-weight: 700;
    word-wrap: break-word
}

h2, .h2 {
    color: #212121;
    font-size: 20px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    word-wrap: break-word
}

h3, .h3 {
    color: #212121;
    font-size: 16px;
    font-family: "Tajawal", Helvetica;
    font-weight: 500;
    word-wrap: break-word
}

p, .P1 {
    color: #212121;
    font-size: 14px;
    font-family: "Tajawal", Helvetica !important;
    font-weight: 400;
    word-wrap: break-word
}
