.whatsAppIconMove {
    bottom: 50px !important;
}

.head_padding_page {
    position: relative;
    top: 20px
}

.head_padding_page h2 {
    color: #037b76;
    font-weight: normal;
}

.containerPosition {
    position: relative;
    padding: 0 0 200px 0
}

.card {
    border: 0px;
    box-shadow: 0px 6px 30px 5px rgb(89 91 181 / 10%);
    padding: 10px 0;
    background: #fafafa;
}

.card .card-header {
    background: #fafafa;
    border: 0;
    color: #00a099;
}

.card .card-header i {

    font-size: 24px;
    position: relative;
    top: 4px;
    margin: 0 3px;

}

.card .card-body {
    border-top: 1px solid #eee;
    font-family: 'SST Arabic';
    font-weight: normal;
    font-style: normal;
}
    .card .card-body a {
        text-decoration: none;
        color: #00a099;
    }



/*StyleCheckBoxList*/
.checkbox {
    padding-right: 10px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-right: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            right: 0;
            margin-right: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            right: 0;
            top: 0;
            margin-right: -20px;
            padding-right: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "sallaicons";
            content: "\ea9d"
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #289f06;
    border-color: #289f06;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}
/*EndStyleCheckBoxList*/

