*,*::before,*::after
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body
{
    background: #fff;
    font-family: "Noto Kufi Arabic", sans-serif;
    overflow-x: hidden;
}

footer h1
{
    font-size: 10pt;
    text-align: center;
}
footer a
{
    opacity: .5;
    text-decoration: none;
    font-size: 8pt;
    margin: 0 10px;
    transition: .5s;
}
footer a:hover
{
    color: #f0f0f0;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #614cae;
    border-radius: 6px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-track {
    background: transparent;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #614cae transparent;
}

.flink
{
    width: 100%;
    justify-content: center;
}

.bg-ppm
{
    background: #f0f0f0;
}
.bg-ppm.active
{
    background: #ffffff;
}
.bg-scn
{
    background: #e0e0e0;
}

.navbar img
{
    height: 80px;
}
.navbar a
{
    width: 100%;
    text-align: center;
}

.container-11
{
    position: relative;
    right: 10%;
    margin: 0;
    width: 80%;
}

.p-40-0
{
    padding: 40px 0;
}

.p-20-0
{
    padding: 20px 0;
}

.h-300px
{
    height: 300px;
}

.flex
{
    display: inline-flex;
}

.search-bar
{
    width: 100%;
    max-width: 800px;
    margin: auto auto;
}

.search-bar .input-group
{
    border-radius: 30px;
    overflow: hidden;
}

.search-bar .form-control
{
    border: none;
    border-radius: 0;
    padding: 0 20px;
}

.search-bar .btn
{
    border: none;
    border-radius: 0;
    cursor: default;
    padding: 10px 20px;
}

.cardd
{
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    text-align: right;
    cursor: pointer;
}

.cardd .d-80
{
    height: 80px;
    width: 80px;
    margin-left: 10px;
    text-align: center;
}

.cardd .d-30
{
    height: 35px;
    width: 35px;
    margin-left: 15px;
    text-align: center;
}

.cardd img
{
    width: 100%;
}

.cardd h1
{
    width: 83%;
    font-size: 12pt;
}
.cardd p
{
    font-size: 10pt;
}

.txt-color
{
    color: #343434;
}
.p-color
{
    color: #545454;
}
.p-abs
{
    position: absolute;
    top: 4px;
    right: 15px;
    color: #fff;
    font-weight: 500;
}
.prel
{
    position: relative;
    height: 26px;
    border-radius: 6px;
}
.prg-b
{
    background: #614cae;
    border-radius: 6px;
}

.choices__list--dropdown .choices__item--selectable
{
  padding-right: 1rem;
}

.choices__list--single
{
  padding: 0;
}

.choices[data-type*=select-one]:after
{
    right: 1.5rem;
}

.shadow
{
    box-shadow: 0.3rem 0.3rem 1rem rgba(178, 200, 244, 0.23);
}

a
{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.progress-bar
{
    transition: width 1s ease-in-out
}

.grade-in, .sub-in
{
    border-radius: 8px;
    margin-bottom: 15px;
    height: 40px;
    padding: 0 10px;
    border: 4px solid;
}
.info-in
{
    display: inline-block;
    border-radius: 16px;
    margin: 3px 0;
    width: fit-content;
    height: 24px;
    padding: 0 12px;
    border: 3px solid;
}
.grade-in h1
{
    margin-top: 6px;
    font-size: 12pt;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.sub-in h1
{
    margin-top: 8px;
    font-size: 10pt;
    color: #fff;
    width: 100%;
    text-align: center;
}
.info-in h1
{
    margin-top: 4px;
    font-size: 6pt;
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline;
    top: -5px;
    position: relative;
}
.info-in::before
{
    content: '';
    height: 10px;
    width: 10px;
    display: inherit;
    border-radius: 50%;
    right: -8px;
    position: relative;
    margin-left: -8px;
    top: -3px;
}

.cheklist .info-in::before
{
    height: 12px;
    width: 12px;
    right: -4px;
    margin-left: 2px;
    top: 3px;
}

.info-in.neg::before
{
    background: #e51f1f;
}
.info-in.pos::before
{
    background: #4fd227;
}

.g-a{background: #4fd227;border-color: #7eed5c;}
.g-b{background: #bbdb44;border-color: #d5f16c;}
.g-c{background: #ead157;border-color: #efdc7b;}
.g-d{background: #f2a134;border-color: #f1b15c;}
.g-f{background: #e51f1f;border-color: #ee4747;}
.g-aa{background: #614cae;border-color: #7560c4;}

.range-in {
    width: 100%;
    height: 30px;
    border-radius: 10px;
    position: relative;
}
.range-in::-webkit-slider-runnable-track {
    height: 30px;
    background: none;
    background-size: 1rem 1rem;
}
.range-in::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: fit-content; 
    background: #614cae;
    box-shadow: -2000px 0 0 2000px #614cae;
    border-radius: 0;
    cursor: pointer;
}
.range-in::-moz-range-track {
    height: 30px;
    background: none;
    background-size: 1rem 1rem;
    border-radius: 10px;
}

.range-in::-moz-range-progress {
    height: 30px;
    background: #614cae;
    border-radius: 0;
}

.range-in::-moz-range-thumb {
    width: 0;
    border: none;
}

.range-bp
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: none;
}
.range-b
{
    color: #fff;
    height: 30px;
    padding: 4px 0;
    font-weight: 500;
    border: 5px solid;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
}
.border-clr
{
    border-color: #f0f0f0;
}

.cheklist
{
    margin-top: 10px;
}
.cheklist .info-in 
{
    padding: 1px 10px;
    font-size: 6pt;
    height: 26px;
    color: #614cae;
    border-color: #7560c4;
}
.cheklist .info-in:hover
{
    background: 0;
    color: #614cae;
}

.cheklist .btn-check:checked + .btn-outline-primary
{
    background: #614cae;
    border-color: #7560c4;
    color: #fff;
}

.cheklist .grade-in 
{
    margin: 0;
    width: 90%;
    padding: 5px 10px;
    border: 4px solid;
    font-size: 12pt;
    background: 0;
}
.cheklist .btn-check:checked + .btn-outline-primary.g-a
{
    background: #4fd227;
    border-color: #7eed5c;
    color: #fff;
}
.cheklist .btn-check:checked + .btn-outline-primary.g-b
{
    background: #bbdb44;
    border-color: #d5f16c;
    color: #fff;
}
.cheklist .btn-check:checked + .btn-outline-primary.g-c
{
    background: #ead157;
    border-color: #efdc7b;
    color: #fff;
}
.cheklist .btn-check:checked + .btn-outline-primary.g-d
{
    background: #f2a134;
    border-color: #f1b15c;
    color: #fff;
}
.cheklist .btn-check:checked + .btn-outline-primary.g-f
{
    background: #e51f1f;
    border-color: #ee4747;
    color: #fff;
}

.cheklist .grade-in.g-a{color: #4fd227;border-color: #7eed5c;}
.cheklist .grade-in.g-b{color: #bbdb44;border-color: #d5f16c;}
.cheklist .grade-in.g-c{color: #ead157;border-color: #efdc7b;}
.cheklist .grade-in.g-d{color: #f2a134;border-color: #f1b15c;}
.cheklist .grade-in.g-f{color: #e51f1f;border-color: #ee4747;}

.inline-block
{
    display: inline-block;
}

.notification
{
    position: relative;
    right: 5%;
    width: 90%;
    padding: 20px 20px;
    border-radius: 16px;
}

.step-selector {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.step {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.step input {
    display: none; 
}

.step span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 12px;
}

.step.active span {
    background-color: #614cae;
}

.step.active.last-selected{
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .s-90-w
    {
        position: relative;
        right: 5%;
        width: 90%;
    }
}

body.dark
{
    background: #272337;
}
.dark .bg-ppm{
    background: #272337;
}
.dark .bg-ppm.active{
    background: #3f3954;
}
.dark .bg-scn{
    background: #1c1928;
}
.dark .txt-color{
    color: #ececec;
}
.dark .p-color{
    color: #c2c2c2;
}
.dark .border-clr{
    border-color: #272337;
}
