
/*khaled*/
@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Light.ttf);
    font-weight: 300;
}

@media (max-width: 1200px) {
    .side-panel {
        display: none !important;
        position: absolute;
        z-index: 10;
    }

    .menu-dots,
    .close-button {
        display: inline !important;
        cursor: pointer;
    }

    .non-lg-header {
        display: block;
    }

    .lg-header {
        display: none;
    }

    .dots-button {
        display: none;
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 1201px) {
    .side-panel {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative;
        z-index: 0;
    }

    .menu-dots,
    .close-button {
        display: none;
    }

    .non-lg-header {
        display: none;
    }

    .lg-header {
        display: block;
    }

    .dots-button {
        display: block;
    }

    .side-panel.dots-minimize {
        min-width: 40px !important;
        width: 40px !important;
    }

        .side-panel.dots-minimize div,
        .side-panel.dots-minimize h4,
        .side-panel.dots-minimize #logo-bottom {
            display: none !important;
        }
}

@media (max-width: 575px) {
    .align-xs {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.align-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.side-panel.my-open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.close-button {
    margin-top: 20px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #dc237685;
    border-radius: 1000px;
}

html,
body {
    direction: rtl;
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
    min-width: 100%;
    min-height: 100%;
}
    body.waiting * {
        cursor: progress;
    }
body {
    min-height: 100vh !important;
}
.before {
    page-break-before: always;
}

.after {
    page-break-after: always;
}

.avoid {
    page-break-inside: avoid;
}

/* Big and bigger elements. */
.big {
    height: 10.9in;
    background-color: yellow;
    border: 1px solid black;
}

.fullpage {
    height: 11in;
    background-color: fuchsia;
    border: 1px solid black;
}

.bigger {
    height: 11.1in;
    background-color: aqua;
    border: 1px solid black;
}

/* Table styling */
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 100%;
    min-height: 100% !important;
    min-height: 100vh !important;
}

    .site-wrapper.intro-page {
        min-width: 100%;
        min-height: 100% !important;
        min-height: 100vh !important;
    }

.my-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1000px) {
    .my-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .my-header .header-item {
            text-align: center;
        }

            .my-header .header-item > * {
                margin: 5px;
            }
}

p {
    margin: 0px;
    padding: 0px;
}

.side-panel {
    min-height: 100%;
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
    background: #DC2376;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-55deg, #DC2376 0%, #EF5437 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .side-panel .avater-card {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        margin-top: 40px;
        padding: 20px;
        border: 2px solid white;
    }

        .side-panel .avater-card img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background: white;
        }

    .side-panel .user-name {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
        color: white;
        text-align :center ;
    }

    .side-panel .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 37px;
        padding-left: 20px;
        padding-right: 20px;
        background: #dc237685;
        border-radius: 1000px;
    }

        .side-panel .title h5 {
            padding: 0px;
            margin: 0px;
            color: white;
            font-size: 16px;
            font-weight: bold;
            margin-left: 16px;
        }

    .side-panel .list-group {
        width: 100%;
        margin-top: 55px;
        padding: 0px;
    }

        .side-panel .list-group a {
            background-color: transparent;
            border: none;
            margin: 0px;
            padding: 0px;
        }

            .side-panel .list-group a .list-item-content {
                font-weight: 400;
                margin-left: 30px;
                margin-right: 30px;
                padding-top: 10px;
                padding-bottom: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: white;
                background-color: transparent;
                border-bottom: 0.75px solid #B11360;
                font-size: 14px;
                line-height: 20px;
            }

                .side-panel .list-group a .list-item-content img {
                    margin-left: 25px;
                }

            .side-panel .list-group a.active,
            .side-panel .list-group a:hover {
                background-color: #77043f50;
            }

                .side-panel .list-group a.active .list-item-content,
                .side-panel .list-group a:hover .list-item-content {
                    color: white;
                }

.main-Content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #F4F6F9;
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
    min-height: 100vh !important;
}

    .main-Content .header {
        width: 100%;
        background-color: white;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-Content .header .logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .main-Content .header .name {
            font-size: 20px;
            font-weight: 500;
            margin: 0px;
            color: #707070;
        }

        .main-Content .header .color-primary {
            color: #77043f50;
            font-weight: 500;
            font-size: 20px;
        }

        .main-Content .header .rounded-pill-fill {
            background-color: #E7E9ED;
        }

        .main-Content .header .rounded-pill-stroke {
            background-color: white;
            border: 1px solid #E7E9ED;
        }

    .main-Content .content {
        background-color: white;
        border-radius: 30px;
        margin: 20px;
        width: calc(100% - 40px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
       /* min-height :750px!important*/
    }

    .main-Content .footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #9A9B9B;
        padding-left: 20px;
        padding-right: 20px;
    }

        .main-Content .footer .copy-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main-Content .footer .copy-right img {
                margin-left: 15px;
            }

            .main-Content .footer .copy-right .cp {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 12px;
                font-weight: bold;
            }

        .main-Content .footer .social-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main-Content .footer .social-icons img {
                color: #77043f50;
                font-size: 20px;
                margin: 4px;
            }

@media (max-width: 991.98px) {
    .main-Content .content {
        background-color: white;
        border-radius: 0px;
        margin: 0px;
        margin-top: 20px;
        width: calc(100%);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        margin-bottom: 60px;
    }

    .main-Content .footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #9A9B9B;
        padding-left: 0px;
        padding-right: 0px;
    }

        .main-Content .footer .copy-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main-Content .footer .copy-right img {
                margin-left: 15px;
            }

            .main-Content .footer .copy-right .cp {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-size: 12px;
                font-weight: bold;
            }

        .main-Content .footer .social-icons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .main-Content .footer .social-icons img {
                color: #77043f50;
                font-size: 20px;
                margin: 4px;
            }
}

.button-card {
    height: 120px;
    width: 100%;
    padding: 20px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 0.75px solid #cccccc;
}

    .button-card .button-image {
        height: 85px;
        width: 85px;
        border-radius: 1000px;
        margin-left: 20px;
        border: 1px solid #C5DF95;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .button-card .button-text {
        color: #707070;
        font-size: 20px;
        font-weight: 400;
    }

.points-unit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.points-unit.win .points-value {
    color: #75C81B;
}
    .points-unit.win ion-icon {
        color: #75C81B;
    }

   
   

    .points-unit.loss .points-value {
        color: #FF0000;
    }


.info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.right-lbls {
    display: flex;
    flex-direction: column;
}

.left-points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #c0c0c0;
    border-radius: 32px;
    margin-right: 16px;
    padding: 16px;
    flex-grow: 1;
    flex-shrink: 1;
}

.details {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.details-2 {
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
}

    .details .points,
    .details .icon,
    .details-2 .points,
    .details-2 .icon {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-grow: 1;
        padding: 0px;
    }

        .details .points img,
        .details .icon img,
        .details-2 .points img,
        .details-2 .icon img {
            flex-grow: 1;
        }

.details .points {
    border-left: 0.5px solid #e0e0e0;
    padding-left: 8px;
    width: 50px;
}

.details .icon {
    border-right: 0.5px solid #e0e0e0;
    padding-right: 8px;
    width: 50px;
}

.details-2 .points {
    border-top: 0.5px solid #e0e0e0;
    padding-top: 4px;
    width: 50px;
}

.details-2 .icon {
    border-bottom: 0.5px solid #e0e0e0;
    padding-bottom: 4px;
    width: 50px;
}

.points-value {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.points-unit.win .points-value {
    color: #75C81B;
}

.points-unit.win .left-points p,
.points-unit.win .left-points h3 {
    padding: 0px !important;
    margin: 0px !important;
    color: #75C81B;
}

.points-unit.loss .points-value {
    color: #FF0000;
}

.points-unit.loss .left-points p,
.points-unit.loss .left-points h3 {
    padding: 0px !important;
    margin: 0px !important;
    color: #FF0000;
}


    .right-lbls span {
        color: #828272 !important;
        font-size: 14px;
        padding: 8px;
    }

.center-data {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 16px;
}

    .center-data .name {
        border: 1px solid #c0c0c0;
        border-radius: 8px;
        padding: 4px;
        color: #828272;
        font-size: 14px;
        font-weight: 600;
    }

    .center-data .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 4px;
        margin-bottom: 4px;
    }

        .center-data .info div {
            border: 1px solid #c0c0c0;
            border-radius: 8px;
            padding: 4px;
            color: #828272;
            font-size: 12px;
            font-weight: 600;
            background: #eeeeee
        }



.points-unit.win .points-value {
    color: #75C81B;
}


.points-unit.loss .points-value {
    color: #FF0000;
}





.outer_circle_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    position: relative;
    width: 50vw;
    height: 50vw;
    max-width: 250px;
    max-height: 250px;
    border-radius: 50%;
    background: linear-gradient(315deg, #f53d62 0%, #ff6f98 100%);
}

    .outer_circle_bg h1 {
        margin: 0px;
        font-size: 64px;
        font-weight: 900;
        color: #ce3453;
        z-index: 1;
    }

    .outer_circle_bg p {
        font-size: 24px;
        color: #ce3453;
        margin: 0px;
        margin-top: 5px;
        z-index: 1;
    }

    .outer_circle_bg .icon-bg {
        position: absolute;
        padding: 16px;
        background: linear-gradient(315deg, #2dd36f 0%, #42d77d 100%);
        bottom: -25px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
    }
    .outer_circle_bg .icon-bg-down {
        position: absolute;
        padding: 16px;
        background: linear-gradient(315deg, #d44646 0%, #DC2376 100%);
        bottom: -25px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
    }

        .outer_circle_bg .icon-bg ion-icon {
            font-size: 48px;
            color: white;
        }

.inner_circle_bg {
    background: #ffffff;
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: inherit;
}

.outer_circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    position: relative;
    width: 20vw;
    height: 20vw;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    background: linear-gradient(315deg, #2dd36f 0%, #42d77d 100%);
    border: 3px dashed #707070;
}

    .outer_circle h1 {
        margin: 0px;
        font-size: 32px;
        font-weight: 900;
        color: #28ba62;
        z-index: 1;
    }

    .outer_circle p {
        font-size: 16px;
        color: #28ba62;
        margin: 0px;
        margin-top: 5px;
        z-index: 1;
    }

.inner_circle {
    background: #ffffff;
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 3px;
    left: 3px;
    border-radius: inherit;
}

.rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .divider:before, .divider:after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1em -1em;
}

    .line:before, .line:after {
        height: 2px;
        margin: 0 1em;
    }

.one-line:before, .one-line:after {
    background: #eeeeee;
}
.dialog {
    position: absolute;
    width: 80vw;
    left: 0;
    right: 0;
    top: 10vh;
    margin: auto;
    max-width: 400px;
    min-height: 100px;
    background-color: white;
    z-index: 200;
    border-radius: 20px;
}

ion-badge.green {
    --background: #589F0A;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 40px;
    text-align: center;
}

ion-badge.red {
    --background: #D0021B;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
    width: 40px;
    text-align: center;
}

.selected {
    background-color: whitesmoke;
}

.not-selected {
    background-color: white;
}

.circle_bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    margin-bottom: 20px;
}

    .circle_bg h1 {
        margin: 0px;
        font-size: 40px;
        color: white;
        font-weight: 300;
    }

.color1 {
    background: #4D5BA0;
    background: linear-gradient(180deg, #4D5BA0 0%, #75BB91 100%);
}

.color2 {
    background: #EF4559;
    background: linear-gradient(180deg, #EF4559 0%, #FDB67B 100%);
}
.color3 {
    background: #7522FB;
    background: linear-gradient(180deg, #7522FB 0%, #D142A4 100%);
}

.color4 {
    background: #8d4646;
    background: linear-gradient(180deg, #4D5BA0 0%, #75BB91 100%);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: green;
    box-shadow: 0 0 3px green;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 3px green;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    box-shadow: 0 0 3px green;
    background: rgba(255,0,0,.3);
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before {
    background-color: #ccc;
}

.outer_circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    background: #ffffff;
}

    .outer_circle h1 {
        margin: 0px;
        font-size: 32px;
        font-weight: 900;
        color: #7ED321;
    }

    .outer_circle p {
        font-size: 16px;
        color: #7ED321;
        margin: 0px;
        margin-top: 5px;
    }

.inner_circle {
    background-color: #7ED321;
    border: 3px dashed gray;
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px;
    z-index: -1;
    border-radius: inherit;
}

.outer_circle_md {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    background: #F7F7F7;
}

    .outer_circle_md h1 {
        margin: 0px;
        font-size: 32px;
        font-weight: 900;
        color: #ABB1C0;
    }

    .outer_circle_md p {
        font-size: 16px;
        color: #9B9B9B;
        margin: 0px;
        margin-top: 5px;
    }

.inner_circle_md {
    border: 3px dashed gray;
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px;
    z-index: -1;
    border-radius: inherit;
}
hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ToolbarElement {
    color: #808080;
    font-size: 13px;
    border-radius: 15px
}
.DataElement {
    color: #000;
    font-size: 13px;
}
.DataElementstitle {
    color: #000;
    font-size: 16px;
}
.DataElementVal {
    color: #808080;
    font-size: 12px;
}
.butStyle {
    background-color: #a4d576;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    /*font-weight: 500;*/
}
.toolBarStyle {
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-color: #f5f6fa;
}
.title_p1 {
    color: #d0406f;
    font-size: 38px;
    font-weight: 700
}
.title_p1 span{
    padding-right :6px;
    font-size :28px;
    color :#000;

}
.p-red {
    color: #d0406f;
}

.p-Green {
    color: #a4d576;
}
.LabelStyle {
    color: #ebebeb;
    background-color: #9c9c9c;
    padding-top: 4px
}
.TDtableStyle {
    color: #ebebeb;
    background-color: #9c9c9c;
    padding-top: 4px;
    border-radius: 15px;
    width: 100%;
    padding-right :10px;
    text-align :center ;
}
.labelw15
{
    width :15%!important ;
}
.EditStyle {
    background-color: #f6f6f6;
    color: #5a5a5a
}
.my-table {
    text-align: center;
}

    .my-table .my-th {
        border-left: 2px solid #dee2e6;
        border-right: 2px solid #dee2e6;
        border-top: none;
    }

    .my-table span {
        background-color: #9b9b9b;
        color: white;
        display: block;
        padding: 4px;
        border-radius: 1000px;
    }

    .my-table tbody {
        font-size: 14px;
        font-weight: normal;
        color: rgb(146, 146, 146);
    }

    .my-table .td-2 {
        border-left: 2px solid #a4d576;
        border-right: 2px solid #a4d576;
    }

    .my-table .tr-2 {
        background-color: #f6f6f6;
    }
    .my-table .tr-3 {
        background-color: #f5f8e3;
    }
    .my-table th, .my-table td {
       /* padding: 0.5rem !important;*/
        padding: 0.2rem !important;
        font-size: 14px;
        color: #707070;
    }
@media (min-width: 576px) {
    .kh-label {
        min-width: 150px;
        margin: 0px;
        display: flex;
        align-items: center;
        background-color: #9b9b9b;
        justify-content: center;
        color: white;
    }

    .kh-input {
        background-color: #e9ecef;
        max-width: 250px;
    }
   
}

@media (max-width: 576px) {
    .kh-label {
        min-width: 150px;
        margin: 0px;
        display: flex;
        align-items: center;
        background-color: #707070;
        justify-content: center;
        color: white;
    }

    .kh-input {
        background-color: #e9ecef;
    }
}
.my-btn {
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
}


    .my-btn .btn-content {
        width: 100%;
        height: 100%;
        border-top-right-radius: 500px;
        border-bottom-right-radius: 500px;
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        display: flex;
        align-items: center;
        box-shadow: 2px 3px 7px 1px #00000057;
    }

        .my-btn .btn-content:hover {
            width: 100%;
            height: 100%;
            border-top-right-radius: 500px;
            border-bottom-right-radius: 500px;
            border-top-left-radius: 1000px;
            border-bottom-left-radius: 1000px;
            display: flex;
            align-items: center;
            box-shadow: 3px 4px 8px 2px #00000057;
        }

        .my-btn .btn-content.color1 {
            background-color: #62C8CF;
        }

        .my-btn .btn-content.color2 {
            background-color: #01B3E8;
        }

        .my-btn .btn-content div {
            width: 25px;
            height: 100%;
            border-radius: 10px;
        }

            .my-btn .btn-content div.color1 {
                background-color: #01B5B2;
            }

            .my-btn .btn-content div.color2 {
                background-color: #0E90B9;
            }

        .my-btn .btn-content .btn-label {
            margin: 8px;
            color: white;
            font-weight: bold;
            font-size: 14px;
        }

        .my-btn .btn-content .btn-icon {
            margin: 8px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            margin-left: 16px;
        }
.card1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /* word-wrap: break-word;*/
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.colorbut1 {
    background: #00b4e7;
}
.colorbut2 {
    background: #0f90b9;
}
.colorbut3 {
    background: #00b6b2;
}
.colorbut4 {
    background: #60c7d0;
}
.form-check-input {
    position: relative !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
a {
    color: #ada6a6;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }
.main-Content .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #9A9B9B;
    padding-left: 20px;
    padding-right: 20px;
}

    .main-Content .footer .copy-right {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

        .main-Content .footer .copy-right img {
            margin-left: 15px;
        }

        .main-Content .footer .copy-right .cp {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            font-weight: bold;
        }

    .main-Content .footer .social-icons {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

        .main-Content .footer .social-icons img {
            color: #77043f50;
            font-size: 20px;
            margin: 4px;
        }

    .main-Content .footer .apps {
        margin-bottom: 4px;
        margin-top: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .main-Content .footer .apps a {
            margin: 4px;
        }

@media (max-width: 500px) {
    .main-Content .apps {
        margin-bottom: 4px;
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .main-Content .apps a {
            margin: 4px;
        }
}



.dlgLabel {
    color: #808080;
    font-size: 13px;
}

.dlgEdit {
    color: #808080;
    font-size: 13px;
}

.dlgbTitle {
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.dlgsubTitle {
    color: #808080;
    font-size: 15px;
    font-weight: 700;
}

.dlgsTableHdr {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.dlgsbtnStyle {
    background-color: #a4d576;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
}




