﻿body {
    background-color: white;
    color: black;
    font-size: 12px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 25px;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

p {
    font-size: 13px;
}

a {
    color: black;
    text-decoration: none;
}


    a:hover, a:focus {
        color: black;
        text-decoration: none;
        outline: none;
    }

.MyNav {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 60px;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 25%);
    z-index: 16;
    background-color: #ffffff;
}

    .MyNav .Brand {
        margin-bottom: 0px;
        padding: 0px 0px;
        float: right;
    }

        .MyNav .Brand img {
            width: 50px;
            height: 50px;
            object-fit: contain;
            margin-top: 5px;
            margin-left: 30px;
        }

    .MyNav .MyMenu {
        margin-bottom: 0px;
        padding: 21px 0px;
        float: left;
    }

        .MyNav .MyMenu li {
            display: inline-block;
            margin-left: 20px;
            position: relative;
        }

            .MyNav .MyMenu li a {
                color: black;
                font-size: 12px;
                cursor: pointer;
                font-weight: bold;
                display: block;
            }

                .MyNav .MyMenu li a.active {
                    font-weight: bold;
                }

                .MyNav .MyMenu li a:hover {
                    text-decoration: none;
                }



.MyPage {
    padding-top: 60px;
}


.MyUserAnchor, .MyLoginBTN {
    color: #04215E !important;
    border: 1px solid #04215E;
    padding: 6px 20px;
    border-radius: 17px;
    z-index: 1001;
    font-weight: bold;
}

.MyUserAnchor {
    color: white !important;
    background-color: #04215E;
}

    .MyUserAnchor .MyCounter {
        position: absolute;
        background-color: #FDB811;
        width: 16px;
        height: 16px;
        text-align: center;
        color: #04215e;
        font-size: 10px;
        padding-top: 0px;
        line-height: 18px;
        border-radius: 3px;
        top: -6px;
        left: -3px;
    }



.MyUserMenu {
    display: none;
    position: absolute;
    top: 39px;
    left: 0px;
    background-color: #04215E;
    padding: 13px;
    border-radius: 5px;
    color: white;
    z-index: 1000;
    width: 240px;
    font-weight: 300;
    -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
    z-index: 1001;
}

    .MyUserMenu a, .MyUserMenu a:hover, .MyUserMenu a:active, .MyUserMenu a:focus, .MyUserMenu a:visited {
        color: #4d4d4d;
    }

    .MyUserMenu:before {
        content: '';
        position: absolute;
        top: -7px;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #04215E;
    }


    .MyUserMenu .UN {
        padding: 10px 10px 5px;
        /* border-bottom: 1px solid #eeeeee; */
        font-size: 11px;
        font-weight: normal;
    }

        .MyUserMenu .UN a {
            color: white;
        }

        .MyUserMenu .UN .MyProfileImage {
            width: 34px;
            height: 34px;
            object-fit: cover;
            border-radius: 50%;
            position: absolute;
            left: 10px;
            top: 10px;
        }

        .MyUserMenu .UN .UNL {
            font-size: 15px;
            color: #FDB811 !important;
            font-weight: bold;
        }

        .MyUserMenu .UN .UMOC {
            color: white !important;
            font-size: 10px;
            margin-top: 10px;
        }

            .MyUserMenu .UN .UMOC .OCS {
                display: inline-block;
                position: relative;
                top: 1px;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: red;
            }

                .MyUserMenu .UN .UMOC .OCS.green {
                    background-color: #14C500;
                }

                .MyUserMenu .UN .UMOC .OCS.yellow {
                    background-color: #FDB811;
                }

                .MyUserMenu .UN .UMOC .OCS.red {
                    background-color: red;
                }

    .MyUserMenu ul {
        padding: 10px 0px 5px;
        margin-bottom: 0px;
    }

        .MyUserMenu ul li {
            display: block !important;
            margin-bottom: 11px;
        }

            .MyUserMenu ul li a {
                list-style: none;
                padding: 4px 10px;
                font-size: 10px !important;
                color: white !important;
            }

                .MyUserMenu ul li a div.inf {
                    font-size: 8px;
                    color: #a3a3a3;
                    margin: 5px 0px;
                }

                .MyUserMenu ul li a span.MyNTF {
                    background-color: red;
                    color: white;
                    width: 8px;
                    height: 8px;
                    font-size: 6px;
                    display: inline-block;
                    position: relative;
                    top: -5px;
                    left: 1px;
                    text-align: center;
                    border-radius: 50%;
                    padding-top: 0px;
                }

    .MyUserMenu .logout {
        padding: 10px 10px 5px;
        /* border-top: 1px solid #eeeeee; */
        font-size: 10px;
    }

        .MyUserMenu .logout a {
            color: #bfbfbf !important;
            font-size: 10px !important;
            font-weight: normal !important;
        }

.MyLoginRegister {
    padding-top: 20px;
}


.MyBackDrop {
    display: none;
    inset: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    visibility: visible;
    position: fixed;
    z-index: 1000;
}

.MyUserAnchor .UPI {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff url(/images/icon/user_Profile.png) center no-repeat;
    background-size: 11px;
    top: 7px;
    margin-right: 5px;
}

.MyUserAnchor .UPICH {
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    /*background: #ffffff url(/images/icon/down-chevron.png) center no-repeat;*/
    background: url(/images/icon/down-chevron_M.png) center no-repeat;
    background-size: 11px;
    top: 1px;
    margin-right: 4px;
}

@media only screen and (max-width: 768px) {
    /*.MyUserAnchor .UPI {
        margin-right: 0px;
    }*/

    .INBLCK {
        display: inline-block !important;
    }

    .Brand {
        margin-right: 55px;
    }
}


/*######################## AP ######################*/



.hasdropdownwidget {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 999999999;
    width: 55px;
    opacity: 1;
}

.dropdownlinks {
    position: absolute;
}

#AP {
    opacity: 1;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffce25 url(/images/icon/edit_B_64.png) center no-repeat;
    background-size: 24px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 4px 5px rgba(0,0,0,.28);
    bottom: 0;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.open #AP {
    background: #ffce25 url(/images/icon/close_64.png) center no-repeat;
    background-size: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 3px rgba(0,0,0,.14),3px 3px 5px rgba(0,0,0,.28);
}


.APEdit {
    position: absolute;
    width: 50px;
    height: 50px;
    /* left: 28px; */
    bottom: 70px;
    z-index: 35;
    border-radius: 50%;
    background: #d01919 url(/images/icon/edit_64.png) center no-repeat;
    background-size: 24px;
    box-shadow: 0 0 3px rgba(0,0,0,.14),0 4px 5px rgba(0,0,0,.28);
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    -webkit-transform: scale(.4) translateY(17px);
    -moz-transform: scale(.4) translateY(17px);
    -ms-transform: scale(.4) translateY(17px);
    -o-transform: scale(.4) translateY(17px);
    transform: scale(.4) translateY(17px);
    opacity: 0;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    visibility: hidden;
}

.DB {
    background: #d01919 url(/images/icon/dashboard_64.png) center no-repeat;
    background-size: 24px;
}

.hasdropdownwidget.open .APEdit {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
    visibility: visible;
}

#dropdownlinks .APEdit:nth-child(1) {
    bottom: 70px;
}

#dropdownlinks .APEdit:nth-child(2) {
    bottom: 130px;
}

#dropdownlinks .APEdit:nth-child(3) {
    bottom: 190px;
}

#dropdownlinks .APEdit:nth-child(4) {
    bottom: 250px;
}

#dropdownlinks .APEdit:nth-child(5) {
    bottom: 310px;
}

#dropdownlinks .APEdit:nth-child(6) {
    bottom: 370px;
}

/* ---------- TOOLTIP ---------- */
a.APtooltip {
    /*position: relative;*/
    display: inline;
}

    a.APtooltip span {
        position: absolute;
        width: 80px;
        top: 10px;
        left: 60px;
        color: #FFF;
        opacity: 0.7;
        padding: 5px;
        background: #000;
        font-size: 11px;
        text-align: center;
        border-radius: 3px;
        font-family: 'Arial';
    }

        a.APtooltip span:after {
            content: '';
            position: absolute;
            top: 6px;
            left: -6px;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid black;
        }

a:hover.APtooltip span {
    z-index: 100;
}

.open #AP span.main-tooltip {
    opacity: 0;
}


.tooltip-inner {
    font-family: 'Arial' !important;
    font-size: 9px !important;
    margin-bottom: -1px !important;
    padding: 8px;
    color: white;
}

/*##################################################*/

.form-control {
    border-radius: 5px;
    box-shadow: none;
    padding: 10px 12px;
    height: 40px;
    border: 1px solid #e2e2e2;
    font-size: 12px;
}

    .form-control:focus {
        border-color: #04215e;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
    }

.btn {
    padding: 14px 30px;
    border: none;
    border-radius: 5px;
    font-weight: normal;
    font-size: 14px;
}

    .btn i {
        font-weight: 100;
        position: relative;
        top: 2px;
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-sm {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
}

.btn-light {
    background-color: #FDB811;
    color: #04215e;
}

    .btn-light:hover, .btn-light:focus {
        background-color: #FDB811 !important;
        color: #04215e;
    }

    .btn-light:disabled {
        background-color: #FDB811;
        color: #999999;
    }

.btn-main {
    background-color: #04215E;
    color: white;
}


    .btn-main:hover, .btn-main:focus {
        background-color: #04215E !important;
        color: white;
    }

    .btn-main:disabled {
        background-color: #04215E;
    }

.btn-black {
    background-color: black;
    color: white;
}

    .btn-black:hover, .btn-black:focus {
        background-color: black;
        color: white;
    }

    .btn-black:disabled {
        background-color: #353535;
    }

.btn-border {
    background-color: white;
    border: 1px solid black;
    color: black;
    padding: 5px 25px;
}

    .btn-border:hover, .btn-border:focus {
        background-color: #F6F6F6;
        color: black;
    }

    .btn-border:disabled {
        background-color: #f3f3f3;
        border: 1px solid #999999;
        color: #999999;
    }

.MyRedStar {
    color: red !important;
    position: absolute;
    top: 14px;
    right: 6px;
    font-weight: normal !important;
}



.MyBoxShadow {
    -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 17%), 0 0px 4px 0 rgb(0 0 0 / 17%);
}

.bg-white {
    background-color: white;
    color: black;
}

.MyPanel {
    padding: 20px;
}

img {
    max-width: 100%;
}

.MainContainer {
    padding: 30px 0px;
    min-height: 410px;
}

.bg-grey {
    background-color: #F8F8F8;
    color: black;
    /*min-height: 330px;*/
}

.MarginB0 {
    margin-bottom: 0px;
}


.MyMenuBtn {
    font-size: 27px;
    position: absolute;
    right: 20px;
    top: 7px;
    cursor: pointer;
    padding: 12px 0px;
}

    .MyMenuBtn span {
        display: block;
        width: 25px;
        height: 2px;
        margin: 4px 0;
        background-color: black;
    }




.MobileMenu {
    background-color: #04215E;
    color: white;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: -100%;
    z-index: 17;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .MobileMenu.active {
        right: 0px;
    }

    .MobileMenu .MyClose {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        top: 20px;
        right: 25px;
    }

    .MobileMenu ul {
        list-style: none;
        margin-top: 45px;
    }

        .MobileMenu ul li {
            margin-bottom: 10px;
        }

            .MobileMenu ul li a {
                color: white;
                padding: 12px;
                display: block;
            }

.MobileMenuLogo img {
    width: 50px;
    margin-top: 5px;
}

.SliderParent {
    direction: ltr;
    margin-bottom: 30px;
}

.MySliderItem {
    direction: rtl;
    background-color: black;
}

    .MySliderItem img {
        /*min-height: 240px;*/
        object-fit: cover;
        opacity: 0.6
    }

.SliderOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

    .SliderOverlay a {
        color: black;
        background-color: white;
        display: inline-block;
        border: 1px solid white;
        border-radius: 3px;
        padding: 5px 15px;
    }


@media only screen and (max-width: 768px) {
    .SliderOverlay h2 {
        font-size: 20px;
    }
}

.MyJustify {
    text-align: justify;
    line-height: 25px;
    /*font-size:*/
}


.MyHomeItems {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .MyHomeItems .MHItem {
        margin-bottom: 30px;
        border-radius: 5px;
        position: relative;
        display: inline-block;
    }

        .MyHomeItems .MHItem img {
            border-radius: 5px;
            width: 100%;
            /* height: 180px; */
            /* object-fit: cover; */
            display: block;
        }

        .MyHomeItems .MHItem .MyOvB {
            background: linear-gradient(to top, rgb(0 0 0 / 50%), transparent);
            display: block;
            width: 100%;
            height: 44px;
            position: absolute;
            bottom: 0px;
            border-radius: 5px;
        }


        .MyHomeItems .MHItem .MT {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 14px;
            font-weight: bold;
            width: 100%;
            text-align: center;
        }

.Margin30 {
    margin: 30px 0px;
}

.Margin60 {
    margin: 60px 0px;
}

.OC {
    margin-bottom: 50px;
    display: block;
}

.hasNtf:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 50%;
    background-color: #FDB811;
    position: absolute;
    top: 7px;
    right: 0px;
}

.MyFooter {
    background-color: #EFEFEF;
    color: black;
    font-size: 11px;
    padding: 15px 0px;
}


    .MyFooter .MyFInfo img {
        width: 50px;
        display: block;
        margin-bottom: 15px;
    }

    .MyFooter .MyFInfo p {
        margin-bottom: 15px;
    }

    .MyFooter .MyFI {
        padding: 30px 0px
    }

        .MyFooter .MyFI i {
            font-size: 14px;
        }

.DeveloperInfo {
    background-color: #E2E2E2;
    font-size: 9px;
    color: black;
    text-align: center;
    padding: 15px 5px;
}

    .DeveloperInfo a, .MyFooter a {
        color: black;
        text-decoration: none;
    }


.MyTrainerItem {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

    .MyTrainerItem img {
        width: 100%;
        /*height: 250px;*/
        /*object-fit: cover;*/
    }

.MyTruncatedText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.MyLeaderItem {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

    .MyLeaderItem img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        border: 1px solid silver;
    }

.MyArticleItem {
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

    .MyArticleItem img {
        border-radius: 5px 5px 0px 0px;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .MyArticleItem .AD {
        padding: 5px 20px 20px 20px;
    }


.hdn {
    display: none;
}

#MyRating {
    margin: 0 auto;
    height: 20px;
    display: inline-block;
}

.dinb {
    display: inline-block;
}

.myRateH {
    height: 20px;
    font-size: 9px;
    color: #7d7d7d;
}

.MyGoogleMap {
    width: 100%;
    /*height: 200px;*/
    height: 200px;
    border: 1px solid #dadada;
}

.DFPRate {
    /*text-align: left;*/
    font-size: 11px;
    margin-top: 10px;
}

.MyCHL label {
    padding: 0 5px;
    font-weight: normal;
}

.MyPageHeader {
    height: 90px;
    position: relative;
    background-color: #efefef;
    color: #a6a6a6;
}

    .MyPageHeader h1 {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        width: 100%;
        text-align: center;
    }

.PageContent {
    padding-top: 60px;
    padding-bottom: 60px;
}


.MyWhite * {
    color: white !important;
}

.MySmallDate {
    font-size: 12px;
}


.MySM {
    font-size: 9px;
}

.MyImage {
    text-align: center;
    margin: 20px auto;
}

    .MyImage img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        padding: 5px;
    }

.MyCenter {
    text-align: center !important;
}

.UserProfileChart canvas {
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
}

/*.UserProfileChart_2 canvas {
    position: absolute;
    margin-top: -10px;
    margin-right: -10px;
}*/
.UserProfileChart_2 canvas {
    position: absolute;
    margin-top: -5px;
    margin-right: -5px;
}

.UserProfileChart_3 canvas {
    position: absolute;
    margin-top: -10px;
    margin-right: -10px;
}

.UserProfileChart_4 canvas {
    position: absolute;
    margin-top: -15px;
    margin-right: -15px;
}

.UserProfileChart_5 canvas {
    position: absolute;
    margin-top: -20px;
    margin-right: -20px;
}

.UserProfileChart_6 canvas {
    position: absolute;
    margin-top: -25px;
    margin-right: -25px;
}

a {
    cursor: pointer;
}



.Taken {
    background-color: #f3f3f3;
    color: #8b8b8b;
}

    .Taken img {
        -webkit-filter: grayscale(1) blur(2px); /* Safari 6.0 - 9.0 */
        filter: grayscale(1) blur(2px);
    }


.comment-text {
    font-size: 12px;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.W100 {
    width: 100%;
}

.btnGRP {
    padding: 7px;
    background: #979797;
}


.LoadingSpinnerParent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4000001;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    /*background: rgba(255, 255, 255, 0.45);*/
}

div.LoadingSpinner {
    position: fixed;
    top: 45%;
    right: 52%;
    width: 43px;
    height: 43px;
    margin: 20px auto;
    border-radius: 50%;
    border: dashed 3px #60c3aa;
    animation-name: loader-spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 5000002;
}


.TestAnswers {
}

    .TestAnswers table tr td, .TestAnswers table tr th {
        padding: 0px;
        border: none;
    }

    /*.TestAnswers table * {
        padding: 0px;
        border: none;
    }*/

    .TestAnswers label, .TestAnswersCH label {
        padding-right: 10px;
    }

.modal-content {
    padding: 0 !important;
}

.MyModalInner {
    padding: 20px;
}

#AnchorAnswer {
    color: white !important;
}

.MyServiceItem img {
    width: 100%;
    margin-bottom: 10px;
}

.MyST {
    color: #d00000 !important;
    text-decoration: line-through;
    font-size: 12px;
}

.MySSLogo {
    width: 300px;
}

.MyLogo {
    /*width: 70px;*/
    width: 50px;
}

.MyYT * {
    color: #06205d !important;
}

.PageTitle {
    font-size: 25px !important;
}

.MyTDesc {
    padding: 10px;
    font-size: 10px;
    line-height: 18px;
}

.SelectedT {
    border: 1px solid #0F2E6B;
    -webkit-box-shadow: 0 0 10px 0 #0F2E6B;
    box-shadow: 0 0 10px 0 #0F2E6B;
}

/*.MySex {
}

    .MySex .MyActive {
        color: #fdb813;
        background-color: #000;
    }*/



.MySex a {
    font-size: 18px;
    width: 43px;
    margin-left: 5px;
    padding: 7px !important;
    border-radius: 10px;
    border: 1px solid white;
}

    .MySex a:hover {
        font-size: 18px;
        width: 43px;
    }

    .MySex a.MyActive {
        background-color: #e6e6e6 !important;
        border-color: #04215e !important;
        border: 1px solid #04215e;
    }

.MyBodyType {
    margin-bottom: 30px;
}

    .MyBodyType img {
        display: inline-block;
        width: 32%;
        max-width: 200px;
        border-radius: 20px;
        border: 1px solid white;
        cursor: pointer;
    }

        .MyBodyType img.SelectedBodyType {
            border: 1px solid #04215e;
        }




.MyDelete {
    color: red !important;
}

.MyMargin10 {
    margin: 10px 0px;
}

.MyMargin20 {
    margin: 20px 0px;
}

.MyMargin30 {
    margin: 30px 0px;
}

.DatilsInfo {
    font-size: 13px;
    color: #464646;
    font-weight: bold;
}

.MyPriceItem {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    overflow: hidden;
}

    .MyPriceItem .Title {
        background-color: #04215E;
        color: white;
        padding: 20px;
        padding-bottom: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px 5px 0px 0px;
        position: relative;
        width: 100%;
        min-height: 95px;
    }

        .MyPriceItem .Title:after {
            position: absolute;
            top: 100%;
            left: 0;
            content: "";
            height: 0;
            width: 0;
            border-right: 900px solid #04215e;
            border-bottom: 80px solid transparent;
            border-top: 0px solid transparent;
            overflow: hidden;
        }

    .MyPriceItem .Price {
        background-color: #FDB811;
        color: #04215E;
        padding: 20px;
        padding-top: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

        .MyPriceItem .Price:after {
            content: 'تومان';
            position: relative;
            top: -10px;
            right: 3px;
            font-size: 10px;
        }

    .MyPriceItem .Details {
        padding: 30px;
        color: #767676;
        line-height: 30px;
        font-size: 11px;
    }

    .MyPriceItem .Buy {
        text-align: center;
    }

        .MyPriceItem .Buy a {
            margin-top: 30px;
            background-color: #FDB811;
            color: #04215E;
            text-align: center;
            /*font-size: 16px;*/
            padding: 7px 20px;
            border-radius: 2px;
            display: inline-block;
            line-height: normal;
            font-weight: bold;
        }





    .MyPriceItem.UNLOCKED {
    }

        .MyPriceItem.UNLOCKED .Title {
            background-color: #262626;
        }

            .MyPriceItem.UNLOCKED .Title:after {
                border-right: 900px solid #262626;
            }


            .MyPriceItem.UNLOCKED .Title .OCMP {
                font-size: 12px;
                color: #fdb811;
                /* font-weight: normal; */
                margin-top: 13px;
            }

        .MyPriceItem.UNLOCKED .Price {
            background-color: #c1c1c1;
        }

        .MyPriceItem.UNLOCKED .Details {
            background-color: #f7f7f7;
        }


.MyContentHeight {
    height: 320px;
    overflow-y: hidden;
}



.custom-file-input input[type=file] {
    color: transparent;
}

    .custom-file-input input[type=file]::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input input[type=file]::before {
        content: 'تصویر پروفایلتان را انتخاب کنید';
        color: black;
        display: inline-block;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
        padding: 10px 20px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        /*font-size: 10pt;*/
        color: #04215e;
    }

.custom-file-input2 input[type=file]::before {
    content: 'فایل را انتخاب کنید';
}

.custom-file-input3 input[type=file]::before {
    content: 'تصویر را انتخاب کنید';
}

.custom-file-input input[type=file]:hover::before {
    /*border-color: black;*/
}

.custom-file-input input[type=file]:active {
    outline: 0;
}

    .custom-file-input input[type=file]:active::before {
        background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
    }

th {
    text-align: right;
}


.comment {
    padding-top: 13px;
}

.comment-avatar {
    border-radius: 999999px;
    display: block;
    float: right;
    height: 32px;
    position: relative;
    width: 32px;
    object-fit: cover;
}

.comment-body {
    float: none;
    margin-right: 45px;
    position: relative;
}

    .comment-body:before {
        border-style: solid;
        content: "";
        display: block;
        height: 0;
        position: absolute;
        top: 11px;
        width: 0;
        border-color: transparent transparent transparent #04215e;
        border-width: 6px 0 6px 6px;
        left: auto;
        right: -6px;
    }

    .comment-body img {
        border-radius: 5px;
        margin-bottom: 10px;
        width: 100%;
    }

.comment-text {
    border: 1px solid #04215e;
    background-color: #04215e;
    border-radius: 5px;
    padding: 15px 12px;
    color: white;
}

.comment-heading {
    font-size: 9px;
    padding-bottom: 15px;
}

    .comment-heading a {
        color: #fdb811;
        display: inline-block;
        font-size: 10px;
        margin-right: 0px;
    }

    .comment-heading span {
        color: #e5e5e5;
        display: inline-block;
        font-size: 9px;
        margin-right: 5px;
    }

textarea.form-control {
    min-height: 100px !important;
    resize: vertical;
}

.btnInBubble {
    padding: 7px 15px 6px;
    font-size: 11px;
}

.PaymentSummary {
    line-height: 30px;
}

.MyUL {
    list-style: none;
    padding: 0px !important;
}

.MyPS {
    padding: 20px;
    background-color: #fdb811;
    line-height: 35px;
    border-radius: 5px;
}

.MyDiscountDiv {
    /*display: inline-block;*/
}

    .MyDiscountDiv input {
        display: inline-block;
    }

    .MyDiscountDiv .MyDCbtn {
        display: inline-block;
        position: absolute;
        padding: 4px;
        left: 45px;
    }

/*.MyBorderedTitle{
    color:red;
}*/

.MyCover {
    position: relative;
}

    .MyCover img {
        width: 100%;
    }

    .MyCover .MyOvB {
        /* background: linear-gradient(to top, rgb(0 0 0 / 50%), transparent); */
        display: block;
        width: 100%;
        height: 73px;
        position: absolute;
        bottom: 0px;
        border-radius: 5px;
    }

        .MyCover .MyOvB h1 {
            font-size: 30px;
            color: #04215e;
            margin-right: 20px;
        }

@media only screen and (max-width: 768px) {
    .MyCover .MyOvB {
        height: 65px;
    }

        .MyCover .MyOvB h1 {
            font-size: 20px;
        }
}

.MyOCItem {
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .MyOCItem img {
        border-radius: 15px;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .MyOCItem .MyOvB {
        background: linear-gradient(to top, rgb(0 0 0 / 50%), transparent);
        display: block;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0px;
        border-radius: 0px 0px 15px 15px;
    }

    .MyOCItem .MT {
        position: absolute;
        bottom: 36px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 14px;
        font-weight: bold;
        width: 90%;
        text-align: center;
    }

    .MyOCItem .MT2 {
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 11px;
        width: 90%;
        text-align: center;
    }

    .MyOCItem .TR {
        position: absolute;
        bottom: 5px;
        right: 10px;
        color: white;
        font-size: 11px;
        font-weight: normal;
    }

    .MyOCItem .TL {
        position: absolute;
        bottom: 5px;
        left: 10px;
        color: white;
        font-size: 11px;
        font-weight: normal;
    }


    .MyOCItem.LOCKED {
    }

        .MyOCItem.LOCKED:after {
        }

        .MyOCItem.LOCKED img {
            filter: grayscale(100%) blur(0px);
        }


    .MyOCItem .VIUT {
        position: absolute;
        top: 11px;
        z-index: 2;
        font-size: 9px;
        text-align: center;
        width: 100%;
        background-color: #fdb811;
        color: #04215e;
        padding: 5px 5px 3px;
    }





.highcharts-credits {
    display: none !important;
}

.MyVSM {
    color: black;
}

.FWImg {
    width: 100%;
}

.MyPagination {
    display: block;
}

    .MyPagination a, .MyPagination span.active {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 7px;
        padding: 0;
        font-size: 13px;
        line-height: 33px;
        font-weight: 400;
        background-color: #fff;
        border: none;
        color: #777777;
        text-align: center;
        transition: .4s;
        border-radius: 50%;
    }

        .MyPagination a:hover {
            color: #fff;
            background-color: #04215E;
        }

    .MyPagination span.active {
        color: #04215e;
        background-color: #fdb811;
    }

.MyNewItemLABEL {
    display: inline-block;
    background-color: #fdb811;
    color: #04215e !important;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: white;
    color: black;
    border-radius: 5px;
}

.MyConsultingItem {
    padding: 30px 10px;
    background-color: #04215e;
    color: #FDB811;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

select.form-control {
    padding-top: 8px;
}


/*.MyVade {
    margin-bottom: 30px;
    padding: 25px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.MyVadeTitle {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 2px solid #FDB811;
    padding-bottom: 5px;
    margin-top: 0px;
}*/


.MyVade {
    margin-bottom: 30px;
    padding: 0px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.MyVadeTitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 3px solid #FDB811;
    margin-bottom: 3px;
    padding-bottom: 5px;
    margin-top: 0px;
    background-color: #dcdcdc;
    padding: 15px;
    border-radius: 8px 8px 0px 0px;
}

.MyVadeList {
    padding: 25px;
}


.MyFoodTitle {
    color: #04215e;
    font-size: 15px;
    padding-right: 15px;
}

.MyFoodFDsc {
    font-size: 12px;
    padding-right: 30px;
    line-height: 23px;
}

.AltParent {
    padding-right: 30px;
}

.MyAltBtn {
    background-color: #fdb811;
    /*float: left;*/
    padding: 10px;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
    float: left;
}

.modal-title {
    font-size: 13px;
}









.MyMedImg {
    border-radius: 8px;
}

.MyGalItem img {
    border-radius: 8px;
}

.comment-heading .fa {
    color: white;
}

.btn-label {
    color: white !important;
}


.MobileMenu ul li a.MenuNew {
    position: relative;
}

.MenuNew {
}

    .MenuNew:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        -moz-border-radius: 7.5px;
        -webkit-border-radius: 7.5px;
        border-radius: 50%;
        background-color: red;
        position: absolute;
        top: -3px;
        right: -3px;
    }

.MobileMenu ul li a.MenuNew:before {
    top: 7px;
    right: 5px;
}

.AnchorWA {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10000000;
}

    .AnchorWA img {
        width: 50px;
    }





.GroupMessage {
}

    .GroupMessage .comment-text {
        border: 1px solid #efefef;
        background-color: #efefef;
        border-radius: 5px;
        padding: 15px 12px;
        color: black;
    }

    .GroupMessage .comment-body:before {
        border-color: transparent transparent transparent #efefef;
    }

    .GroupMessage .comment-heading a {
        color: #707070;
    }

    .GroupMessage .comment-heading span {
        color: #707070;
    }

    .GroupMessage .comment-heading .R {
        position: absolute;
        left: 10px;
        top: 15px;
        color: #707070;
        cursor: pointer;
    }

        .GroupMessage .comment-heading .R .fa {
            color: #707070 !important;
        }

    .GroupMessage .RPLY {
        background-color: #dbdbdb;
        padding: 10px;
        border-radius: 3px;
        margin-bottom: 10px;
        font-size: 10px;
        color: #525252;
    }

.MyMenuUSER {
    padding: 14px !important;
}

.MyNewLabel {
    font-size: 9px;
    color: black;
    background-color: #fdb811;
    padding: 0px 4px;
    border-radius: 3px;
}

.ImageSquare {
    display: block;
    position: relative;
    padding-top: 100%;
}

    .ImageSquare img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.Image169 {
    display: block;
    position: relative;
    padding-top: 56.25%;
}

    .Image169 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.Image43 {
    display: block;
    position: relative;
    padding-top: 75%;
}

    .Image43 img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


.MyTextLeft {
    text-align: left;
}

.MyIconParent {
    padding: 10px 10px 8px 10px;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: 5px;
    display: inline-block;
}

    .MyIconParent.selected {
        background-color: #fdb811;
    }

    .MyIconParent i {
        font-size: 17px;
        margin: 0px 5px;
    }

    .MyIconParent span {
        position: relative;
        top: -3px;
        font-size: 10px;
    }

.MyMusclesDiv {
    /*margin-bottom: 50px;*/
    display: inline-block;
    vertical-align: top;
}

    .MyMusclesDiv h6 {
        margin-bottom: 0px;
    }

    .MyMusclesDiv .List {
        text-align: left;
        padding-left: 90px;
        direction: ltr;
    }

        .MyMusclesDiv .List .Item {
            font-size: 12px;
            margin-bottom: 5px;
        }

            .MyMusclesDiv .List .Item .Color {
                width: 9px;
                height: 9px;
                border-radius: 3px;
                display: inline-block;
                top: 1px;
                position: relative;
                left: -3px;
            }

.MyArrow {
    font-size: 9px;
}


.MyUMSection {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #0f3179;
    border-radius: 5px;
}

    .MyUMSection h6 {
        font-size: 11px;
        margin-top: 5px;
        border-bottom: 1px solid #2e4b89;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .MyUMSection li {
        margin-left: 0px !important;
    }

        .MyUMSection li a {
        }

.UN .UMOC {
    color: white !important;
    font-size: 10px;
    margin-top: 10px;
}

    .UN .UMOC .OCS {
        display: inline-block;
        position: relative;
        top: 1px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: red;
    }

        .UN .UMOC .OCS.green {
            background-color: #14C500;
        }

        .UN .UMOC .OCS.yellow {
            background-color: #FDB811;
        }

        .UN .UMOC .OCS.red {
            background-color: red;
        }

#lblRem {
    color: white !important;
}


.bgProfile {
    background-color: #f5f5f5;
}

.MyBox {
    padding: 20px;
    margin: 20px 0px;
    border-radius: 15px;
    background-color: whitesmoke;
}

.MyExImg img {
    border-radius: 15px;
}


.PregnancyPackageItem {
    margin-bottom: 40px;
}

    .PregnancyPackageItem img {
        border-radius: 15px;
        /*margin-bottom: 10px;*/
    }

    .PregnancyPackageItem h5 {
        margin-top: 15px;
        margin-bottom: 6px;
        font-size: 14px;
        text-align: center;
    }

.PregnancyPackageItem_Top {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    color: white;
}

    .PregnancyPackageItem_Top img {
        border-radius: 15px;
    }

    .PregnancyPackageItem_Top .OVL {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: #04215e75;
        border-radius: 15px;
    }

    .PregnancyPackageItem_Top .OT {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0px !important;
    }

.PregnancyPackageItem_Bottom {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    color: white;
}

    .PregnancyPackageItem_Bottom img {
        border-radius: 15px;
    }

    .PregnancyPackageItem_Bottom .OVL {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: #fdb81142;
        border-radius: 15px;
    }

    .PregnancyPackageItem_Bottom .OT {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0px !important;
    }

.BR15 {
    border-radius: 15px;
}

.MyPregnancyContentsTable {
}

    .MyPregnancyContentsTable .Section {
        margin-bottom: 30px;
    }

    .MyPregnancyContentsTable .SectionTitle {
        font-size: 13px;
        margin: 10px 0px;
        color: #04215E;
        line-height: 21px;
    }

    .MyPregnancyContentsTable .SubSections {
        padding-right: 15px;
    }

        .MyPregnancyContentsTable .SubSections div {
            position: relative;
        }

            .MyPregnancyContentsTable .SubSections div:before {
                content: '';
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background-color: #04215e;
                position: absolute;
                right: -17px;
                top: 11px;
            }

            .MyPregnancyContentsTable .SubSections div.Done:before {
                background-color: #fdb811;
            }

            .MyPregnancyContentsTable .SubSections div a {
                display: inline-block;
                font-size: 13px;
                margin: 10px 0px;
            }

            .MyPregnancyContentsTable .SubSections div.Done a {
            }


.MyContent {
    margin-bottom: 30px;
    line-height: 25px;
}

    .MyContent img, .MyContent .video-js {
        margin: 15px 0px !important;
    }

    .MyContent h6 {
        text-align: center;
        margin-top: 20px;
        color: #04215e;
        font-size: 16px;
    }

    .MyContent img {
        width: 100%;
        height: auto !important;
        border-radius: 15px;
    }


.MyPregnancyProgress {
    background-color: #04215e;
    padding: 20px;
    margin-bottom: 20px;
}

    .MyPregnancyProgress h5 {
        margin-top: 0px;
        margin-bottom: 10px;
        color: white;
        font-size: 14px;
        text-align: center;
        line-height: 26px;
    }

.MyProgressBar {
    height: 6px;
    margin-bottom: 5px;
}

    .MyProgressBar .progress-bar {
        float: right;
        background-color: #fdb811;
    }


.MyProgressBarDESC {
    text-align: center;
    font-size: 11px;
    color: white;
}



.MyTabDrop {
    position: relative;
}

    .MyTabDrop .dropdown {
        float: left !important;
    }

        .MyTabDrop .dropdown .dropdown-menu {
            right: auto !important;
            left: 0 !important;
        }

.right-to-left {
    margin-top: 10px !important;
    padding-right: 5px !important;
}

    .right-to-left li {
        float: right !important;
    }

.tab-pane {
    padding-top: 30px;
}

.MyLtr {
    text-align: right !important;
    direction: ltr;
}
