body {
    direction: rtl;
    background-image: url("../images/ccc.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: "Tajawal";
    width: 100%;
    line-height: 1.8;
}

a {
    color: rgb(70, 50, 218)
}

a:hover {
    color: rgb(229, 53, 88)
}

h6 {
    font-family: "Tajawal";
    font-weight: 400;
}

.grecaptcha-badge {
    display: none;
}

.card {
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0px solid rgba(255,255,255,0);
    border-radius: .90rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 3px solid rgba(70, 50, 218, 0.2);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(70, 50, 218, 0.2);
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 16px "Tajawal";
}

span.circle {
    background: rgb(70, 50, 218);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid rgb(70, 50, 218);
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-family: "Tajawal";
    font-weight: normal;
    text-align: center;
    line-height: 95px;
    width: 80px;
    height: 80px;
}

.div-title {
    display:inline-block;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
}

.custom-control-input-green:focus~.custom-control-label::before {
    border-color: rgb(70, 50, 218) !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.custom-control-input-green:checked~.custom-control-label::before {
    border-color: rgb(70, 50, 218) !important;
    background-color: rgb(70, 50, 218) !important;
}

.custom-control-input-green:focus:not(:checked)~.custom-control-label::before {
    border-color: rgb(94, 75, 236) !important;
}

.custom-control-input-green:not(:disabled):active~.custom-control-label::before {
    background-color: #d6f5dd !important;
    border-color: #d6f5dd !important;
}

.btn-primary {
    background: rgb(70, 50, 218);
    background: linear-gradient(90deg, rgb(70, 50, 218) 0%, rgb(48, 33, 165) 100%);
    border: 0;
}

.btn-primary:hover {
    background: rgb(48, 33, 165);
    background: linear-gradient(90deg, rgba(48, 33, 165, 1) 0%, rgba(70, 50, 218,1) 100%);
    border: 0;
}

.footer a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.footer a:hover {
    color: rgb(70, 50, 218);
    text-decoration: none;
}