﻿.mainpanel {
    font-size: 0;
    position: relative;
}

.userpanelbox {
    position: relative;
    display: block;
    font-size: 0;
    float: right;
    height: 80px;
    margin-left: 60px;
    padding-right: 85px;
}

.charter {
    display: none;
}


.userpanelbox::after {
    content: "";
    /*background: url(/images/bottom.png) no-repeat center bottom;
        background-size: 100% auto;*/
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.userpanelbox strong {
    font-size: 15px;
    display: block;
    line-height: 40px;
    float: left;
    margin-right: 0;
}

.userpanelbox .box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-left: 2%;
    color: #86593b;
    font-size: 30px;
    text-shadow: 0 0.25px 0.25px #fff;
    border-radius: 5px;
    text-align: center;
}

    .userpanelbox .box:last-child {
        margin-left: 0;
    }

    .userpanelbox .box img {
        width: 27px;
        margin: 0 auto;
        display: none;
    }

    .userpanelbox .box h2 {
        font-size: 26px;
        margin: 0 auto;
        color: #1b1b1b;
        text-align: center;
        font-weight: bold;
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .userpanelbox .box span {
        font-size: 30px;
        display: inline-block;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #bf1717;
        color: #a10000;
        text-align: center;
        margin: 20px 0;
        padding: 0 10px;
        border-radius: 4px;
        box-shadow: 0 0 15px rgba(153, 153, 153, 0.2);
        vertical-align: middle;
        min-width: 70px;
        background: #fff;
    }

        .userpanelbox .box span ins {
            display: inline-block;
            vertical-align: middle;
            color: #fba4a4;
            -webkit-text-stroke-color: #ff9900;
        }

.container {
    width: 92%;
}

.mainpanel {
    font-size: 0;
    background: transparent;
    padding: 20px 0;
    box-shadow: 0 0 0 0;
}

    .mainpanel:before {
        content: '';
        position: relative;
        background: #fee url('/images/sqsh-cartable.png') no-repeat right 0 top;
        background-size: auto 100%;
        border-radius: 100px 100px 0 0;
        width: 100%;
        height: 220px;
        opacity: 0.8;
        display: none;
    }

.panel-mainopperatiobs {
    margin: 0 !important;
    background: #eee !important;
    font-size: 0;
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    gap: 20px;
}

    .panel-mainopperatiobs .box {
        font-size: 11px;
        padding: 20px 40px 20px 100px;
        border-radius: 12px;
        min-height: 170px;
        position: relative;
        flex: 1;
        opacity: 0.7;
    }

        .panel-mainopperatiobs .box:hover {
            cursor: pointer;
            opacity: 1;
        }

            .panel-mainopperatiobs .box:hover a {
                opacity: 1;
            }

        .panel-mainopperatiobs .box h2 {
            font-weight: 500;
            font-size: 15px;
            margin-bottom: 20px;
        }

        .panel-mainopperatiobs .box a {
            color: #fff;
            position: absolute;
            bottom: 20px;
            font-size: 11px;
            padding: 0px 10px;
            border-radius: 6px;
            left: 20px;
            height: 40px;
            line-height: 37px;
            margin: auto;
            text-align: center;
            bottom: 20px;
            font-weight: 400;
        }

    .panel-mainopperatiobs .box {
        position: relative;
        padding-left: 100px;
        background: #f8f8f8;
        border-radius: 12px;
        overflow: hidden;
    }

        .panel-mainopperatiobs .box::before {
            content: "";
            position: absolute;
            left: 20px;
            top: 20px;
            width: 60px;
            height: 60px;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .panel-mainopperatiobs .box.iwantbemember {
            background: linear-gradient(135deg, #e0f7ff, #ffffff);
        }

            .panel-mainopperatiobs .box.iwantbemember::before {
                background-image: url(/icons/iwantbemember.png);
            }

            .panel-mainopperatiobs .box.iwantbemember a {
                border: 1px solid #0b529e;
                color: #0b529e;
                background: transparent;
            }

        .panel-mainopperatiobs .box.iwantshopping {
            background: linear-gradient(135deg, #e8f0ff, #ffffff);
        }

            .panel-mainopperatiobs .box.iwantshopping::before {
                background-image: url(/icons/iwantshopping.png);
                top: 30px;
                left: 30px;
                width: 40px;
                height: 40px;
            }

            .panel-mainopperatiobs .box.iwantshopping a {
                border: 1px solid #03284e;
                color: #001b37;
                background: transparent;
            }

        .panel-mainopperatiobs .box.irequestnewloan {
            background: linear-gradient(135deg, #fff1ec, #ffffff);
        }

            .panel-mainopperatiobs .box.irequestnewloan::before {
                background-image: url(/icons/irequestnewloan.png);
            }

            .panel-mainopperatiobs .box.irequestnewloan a {
                border: 1px solid #e7653c;
                color: #e7653c;
                background: transparent;
            }

        .panel-mainopperatiobs .box.icompleteprogress {
            background: linear-gradient(135deg, #f3fbe1, #ffffff);
        }

            .panel-mainopperatiobs .box.icompleteprogress::before {
                background-image: url(/icons/icompleteprogress.png);
            }

            .panel-mainopperatiobs .box.icompleteprogress a {
                border: 1px solid #8fa53e;
                color: #8fa53e;
                background: transparent;
            }

        .panel-mainopperatiobs .box:last-child {
            margin-left: 0 !important;
        }

.panelside {
    width: 100%;
    margin-top: 0;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    background: #fff;
    text-align: center;
    position: relative;
}

    .panelside .profilepic {
    }

        .panelside .profilepic img {
            list-style-type: none;
            text-align: right;
            width: 94px;
            border-radius: 50px;
            float: right;
            padding: 20px;
            position: absolute;
            right: 0;
            top: -40px;
        }

.credit-box {
    font-size: 14px;
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    color: #555;
}

    .credit-box .redcolor {
        color: #da0000;
    }

    .credit-box strong .tooltip, .credittools strong .tooltip {
        display: none;
    }

    .credit-box strong:hover .tooltip,
    .credittools strong:hover .tooltip {
        position: absolute;
        width: 200px;
        background: #f5f5bb;
        top: 45px;
        left: 0;
        border-radius: 10px;
        padding: 10px;
        font-weight: 400;
        text-align: center;
        box-shadow: -15px -1px 10px rgba(0,0,0,.12);
        font-size: 12px;
        line-height: 22px;
        display: block;
        color: #000;
    }

        .credit-box strong:hover .tooltip:before,
        .credittools strong:hover .tooltip:before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            transform: rotate(45deg);
            background: #f5f5bb;
            top: -10px;
            left: 50%;
        }

    .credit-box ins {
        color: #1756ce;
        margin-left: 5px;
    }

.panelside ul {
    list-style-type: none;
    text-align: right;
    padding: 0px;
}

    .panelside ul li {
        display: inline-block;
        margin-left: 20px;
    }

        .panelside ul li a {
            display: block;
            color: #000;
            font-weight: 500;
            text-shadow: 0 0.5px 0.5px #fff;
            transition: 0.5s all ease;
            border-radius: 2px;
            font-size: 12px;
            height: 40px;
            line-height: 40px;
        }

            .panelside ul li a:hover {
                padding: 0 5px;
                border-radius: 6px;
                color: #811;
            }

.panelcontent {
    display: block;
    min-height: 200px;
    padding: 0 200px 0 0;
    border-radius: 12px;
    position: relative;
    font-size: 16px;
    margin: 20px 0 0 0;
    background: #fff;
}

    .panelcontent.remove-panel-content {
        padding: 0;
        background: transparent;
    }

    .panelcontent.hasprogress {
        padding: 0 380px 0 0;
    }

    .panelcontent .cover-img {
        position: absolute;
        right: 0;
        width: 40%;
        top: 0;
        height: 100%;
    }

        .panelcontent .cover-img img {
            width: 34%;
            display: block;
            margin: auto;
            position: absolute;
            right: 0;
            left: 0;
            top: 250px;
        }

    .panelcontent .title {
        position: absolute;
        font-size: 15px;
        margin-bottom: 40px;
        border-radius: 4px 0 0 4px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: right;
        z-index: 1;
        color: #000;
        padding: 0px 20px 0 0;
        right: 0;
        top: 30px;
    }

        .panelcontent .title:before {
            content: '';
            position: absolute;
            top: 10px;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-right: 10px solid #da0000;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }

    .panelcontent .iTitle:before {
        content: '';
        position: absolute;
        top: 5px;
        width: 100%;
        height: 2px;
        background: #fffdfd;
        left: 0;
        top: 20px;
        right: 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .panelcontent .iTitle span {
        position: relative;
        background: #f5f5f5;
        display: inline-block;
        vertical-align: top;
        z-index: 2;
        padding: 0 18px;
        font-weight: bold;
        letter-spacing: -0.5px;
    }

    .panelcontent .balonbtn {
        position: relative;
        display: inline-block;
        vertical-align: top;
        background: #ffedb9 url(../Icons/double-left-32.png) no-repeat center left 10px;
        background-size: 12px;
        color: #8f6f00;
        cursor: pointer;
        padding: 0 10px 0 30px;
        border-radius: 2px;
        font-size: 12px;
    }

        .panelcontent .balonbtn .balon {
            display: none;
            background: #fff6d1;
            z-index: 1;
            position: absolute;
            left: 100%;
            top: -137px;
            min-height: 100px;
            max-height: 200px;
            width: 925px;
            overflow-y: scroll;
            border-radius: 2px;
            box-shadow: 0 2px 23px #a7a7a7;
            padding: 0 20px;
            text-align: right;
        }

            .panelcontent .balonbtn .balon:before {
                content: '';
                position: absolute;
                right: 100%;
                top: 135px;
                border-right: 7px solid #dcbe42;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
            }

.welcome {
    position: absolute;
    padding: 5px 0;
    display: block;
    border-radius: 40px;
    font-size: 12px;
    right: 0;
    top: -50px;
}

    .welcome:before {
        content: '';
        position: absolute;
        background: linear-gradient(90deg, transparent, #ddd );
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        display: none;
    }

.panelcontenttools {
    line-height: 35px;
    justify-content: center;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    background: #f5f5f5 url(/images/sqsh-cartable.png) no-repeat right bottom;
    background-size: 100% auto;
    padding-right: 35%;
    padding: 60px 43% 120px 0;
    margin-top: 120px;
}

    .panelcontenttools .credittools {
        padding: 50px 20px 0;
        border-radius: 15px;
        background: #ffe6e6 url(/icons/iwantshopping.png) no-repeat left 20px top 40px;
        !important;
        background-size: 54px !important;
        text-align: right;
        font-size: 12px;
        position: relative;
        flex: 1;
    }

.kosarinfo {
    font-size: 11px;
    width: 50%;
    margin-left: 20px;
}

    .kosarinfo h2 {
        font-size: 14px;
        background: #da0000;
        position: relative;
        margin-bottom: 10px;
        color: #fff;
        padding: 0 10px;
        border-radius: 4px;
        display: inline-block;
    }

        .kosarinfo h2:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #da0000 );
            display: none;
        }

.panelcontenttools .credittools strong {
    margin-top: 10px;
    text-align: right;
    font-size: 16px;
}

.panelcontenttools .credittools .currency-show {
    color: #36c;
    margin-left: 10px;
}

.panelcontenttools .baskettools {
    background: #faffdf;
    padding: 20px;
    font-size: 13px;
    border-radius: 15px;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .panelcontenttools .baskettools p {
        text-align: justify;
    }

.panelcontenttools .linktools {
    display: block;
    background: #ffe9c6;
    margin-right: 30px;
    padding: 0 20px;
    border-radius: 6px;
    align-content: center;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(90deg, #14aa57, #145557);
    color: #ffffff;
    width: 119px;
    float: left;
}

    .panelcontenttools .linktools:hover {
        background: #ffffc8;
        color: #093794;
    }

.table .item > .col {
    font-size: 12px;
    vertical-align: middle;
}

.productinfo {
    position: relative;
}

    .productinfo img {
        max-height: 80px;
        max-height: 80px;
        float: right;
        margin-left: 10px;
    }

    .productinfo h2 {
        margin: 10px 0 2px;
    }

    .productinfo h3 {
        font-size: 14px;
        color: #999;
    }

.panelcontent .btn {
    color: #fff;
}

.form-two .item input[type=text],
.form-two .item input[type=email],
.form-two .item select {
    width: 100%;
}

.form-two .column-4, .form-two .column-3 {
    font-size: 0 !important;
}

    .form-two .column-4 input, .form-two .column-4 select {
        display: inline-block;
        vertical-align: top;
        width: 22% !important;
        box-sizing: border-box;
        min-width: 40px;
        margin-right: 4%;
        text-align: center;
    }

        .form-two .column-4 input:last-child, .form-two .column-4 select:last-child {
            margin-right: 0;
        }

    .form-two .column-3 input, .form-two .column-3 select {
        padding: 0 10px 0 40px;
        display: inline-block;
        vertical-align: top;
        width: 31% !important;
        box-sizing: border-box;
        min-width: 40px;
        margin-right: 3.5%;
        text-align: center;
    }

        .form-two .column-3 input:last-child, .form-two .column-3 select:last-child {
            margin-right: 0;
        }

.passwordform {
    width: 300px;
}

.btn-address {
    float: left;
    padding-left: 50px;
    background-image: url(../Icons/placeholder-32.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 24px;
}

.address-form {
    margin: 20px 0;
    padding: 20px 50px;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    background: #eee;
}

    .address-form h2 {
        padding: 20px 0 40px;
        text-align: center;
    }

    .address-form input, .address-form select, .address-form textarea {
        width: 100%;
    }

    .address-form textarea {
        resize: none;
        height: 80px;
    }

.panel-icons {
    font-size: 0;
}

    .panel-icons li {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        margin-left: 2.66666%;
    }

        .panel-icons li:nth-child(4n) {
            margin-left: 0;
        }

.panel-icons-one {
    background: #fff;
    display: block;
    border-radius: 12px;
    padding: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #909090;
    text-align: center;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #746b6b;
    transition: 0.5s all ease;
}

    .panel-icons-one:hover {
        background: #da0000;
        -webkit-text-stroke-color: #fff;
        color: #da0000;
    }

    .panel-icons-one img {
        display: block;
        margin: 30px auto 30px;
        width: 40px;
    }

.panelcontent .form input[type=text], .panelcontent .form input[type=password], .panelcontent .form input[type=email] {
    border: 1px solid #ffffff;
}

body {
    background: #eee;
    padding-top: 0;
}


.fixedmainnav {
    opacity: 1;
}

.academy-teacher {
    background: #fff url(/images/Vector-teacher.png) no-repeat right bottom/ auto 90%;
    height: 200px;
    margin-top: 0;
    box-shadow: 0px 3px 0px #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    line-height: 200px;
}

.showlinkmobile {
    display: none;
}

.academy-teacher .academy-teacher.title {
    right: 159px;
    font-size: 37px;
    color: #000f79;
    letter-spacing: -3.5px;
    font-weight: 500;
    position: absolute;
    bottom: -4px;
}

.academy-teacher ul {
    font-size: 0;
    height: 200px;
    text-align: left;
    width: 72%;
    float: left;
    position: relative;
    padding: 0 0 0 120px;
}

    .academy-teacher ul:before {
        background: url(/icons/next.png) no-repeat center center;
        content: '';
        position: absolute;
        right: 20px;
        width: 50px;
        height: 50px;
        top: 72px;
    }

    .academy-teacher ul:after {
        background: url(/icons/back.png) no-repeat center center;
        content: '';
        position: absolute;
        left: 30px;
        width: 50px;
        height: 50px;
        top: 72px;
    }

    .academy-teacher ul li {
        display: inline-block;
        margin-left: 2%;
        vertical-align: middle;
    }

.cartable {
    position: relative;
    margin: 0;
    font-size: 12px;
    height: 50px;
    display: block;
    line-height: 50px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-right: 20px;
    border-bottom: 1px solid #eee;
    margin: 9px 20px 0;
    background: #eee;
}

    .cartable img {
        width: 33px;
        position: absolute;
        left: 13px;
        top: 13px;
        padding: 0px 10px 0 0;
        border-right: 1px solid #777;
    }

    .cartable:hover {
        background: #fffa89;
    }

.Creditbox {
    height: 58px;
    background: linear-gradient(90deg,#001e9f, #3b60ff);
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    margin-top: 12px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
}

    .Creditbox span {
        font-size: 31px;
        font-weight: 500;
        color: #fff;
        margin-right: 20px;
    }

    .Creditbox .toman {
        transform: rotate(-35deg);
        display: inline-block;
        font-size: 11px;
    }

.has-sideabar {
    font-size: 0;
}

    .has-sideabar .sidebar {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
    }

    .has-sideabar .uploadlogo {
        width: 70px;
        height: 70px;
        background: #eee url(/images/avatar.png) no-repeat center;
        background-size: 70px;
        border-radius: 50px;
        display: block;
        margin: 0 auto 20px;
    }

    .has-sideabar .sidebar .statusbar {
        box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
        height: 10px;
        border-radius: 5px;
        background: #888;
        margin-top: 20px;
    }

        .has-sideabar .sidebar .statusbar span {
            width: 70%;
            height: 10px;
            display: inline-block;
            background: linear-gradient(-90deg, #14aa57, #14ff99);
            border-radius: 5px;
            transition: 2s all ease;
        }

    .has-sideabar .sidebar > div {
        margin-bottom: 20px;
        border-radius: 10px;
        padding: 35px 50px;
        background: #fff;
    }

    .has-sideabar .sidebar ul {
        margin-top: 40px;
    }

        .has-sideabar .sidebar ul.profilestatus-list li {
            padding-right: 30px;
            position: relative;
            margin-bottom: 27px;
            font-weight: 500;
            text-align: right;
        }

            .has-sideabar .sidebar ul.profilestatus-list li.ticked {
                color: #14aa57;
            }

            .has-sideabar .sidebar ul.profilestatus-list li:before {
                content: '';
                position: absolute;
                right: 0;
                top: -2px;
                width: 20px;
                height: 20px;
                border-radius: 20px;
                box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15)
            }

            .has-sideabar .sidebar ul.profilestatus-list li.ticked:before {
                background: #B2F294 url(/icons/Vector-check.png) no-repeat center;
                background-size: 15px;
            }

            .has-sideabar .sidebar ul.profilestatus-list li:after {
                content: '';
                position: absolute;
                right: 8px;
                top: 19px;
                width: 0;
                height: 19px;
                border-radius: 20px;
                border-right: 2px dashed #14aa57;
            }

            .has-sideabar .sidebar ul.profilestatus-list li:last-child:after {
                display: none;
            }

        .has-sideabar .sidebar ul li {
            font-size: 12px;
            color: #646464;
            margin-top: 10px;
            font-weight: 500;
            margin-bottom: 20px;
        }

            .has-sideabar .sidebar ul li a {
                color: #6b6b6b;
                font-weight: 500;
                font-size: 13px;
            }

.sidebar h2 {
    font-size: 15px;
    text-align: center;
    color: #b3b3b3;
}

.manage-form .two-line > div h2 {
    font-size: 20px;
    letter-spacing: -1px;
    color: #000;
}

.manage-form div {
    position: relative;
}

.main-img {
    left: 0;
}

.manage-form .three-line > div {
    width: 33.333%;
    padding: 0;
    margin: 0;
}

.manage-form h2.fullrow {
    width: 100%;
    font-size: 19px;
}

.manage-form .one-line {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

    .manage-form .one-line > div {
        position: relative;
    }

.manage-form .width80 {
    width: 80% !important;
}

.manage-form .width75 {
    width: 75% !important;
}

.manage-form .width70 {
    width: 70% !important;
}

.manage-form .width5 {
    width: 5% !important;
}

.manage-form .width65 {
    width: 65% !important;
}

.manage-form .width60 {
    width: 60% !important;
}

.manage-form .width40 {
    width: 40% !important;
}

.manage-form .width30 {
    width: 30% !important;
}

.manage-form .width20 {
    width: 20% !important;
}

.manage-form .width10 {
    width: 10% !important;
}

.manage-form .haminarcomlink {
    line-height: 60px;
    font-size: 18px;
    color: #797979;
    direction: ltr;
    position: absolute;
    left: 18px;
    top: -3px;
}

.manage-form .radio {
    font-size: 0;
}

.manage-form p {
    font-size: 15px;
    font-weight: 200;
}

.upload-message {
    color: #ae0000;
    text-align: center;
}

    .upload-message.success {
        color: #14aa57;
        font-weight: 500;
    }

.manage-form .url-status {
    color: #da0000;
    font-size: 18px;
    position: absolute;
}

    .manage-form .url-status.success {
        color: #1c9351;
        font-weight: 500;
    }


.edu-radio-list-two a {
    width: 48%;
    margin-left: 4% !important;
}

.manage-form .one-line .title-link {
    float: left;
    width: 100px;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
}

.manage-form .one-line .link {
    width: 60%;
    text-align: left;
    font-size: 25px;
}

.manage-form .btn-link {
    background: #FFF6C9 url(/icons/help.png) center no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    background-size: 25px;
    box-shadow: 0px 2px 1px #0003;
    border-radius: 10px;
    position: absolute;
    margin: 7px;
}

.two-line .edu-upload {
    border-radius: 10px;
    background: #DFFFDE url(/icons/upload.png) center top 40px no-repeat;
    width: 48%;
    display: inline-block;
    margin-left: 4%;
    font-size: 15px;
    text-align: center;
    color: #000;
    box-shadow: 0px 2px 1px #0003;
    padding: 90px 20px 26px 20px;
    vertical-align: top;
}

    .two-line .edu-upload img {
        border-radius: 10px;
        width: 50%;
        margin: 15px auto;
        display: block;
    }

.edu-upload-doc {
}

.edu-checkbox {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin: 25px 0;
    padding: 7px 33px 6px 33px;
    position: relative;
}

    .edu-checkbox::before {
        bottom: 0;
        content: '';
        right: 0;
        margin: auto;
        position: absolute;
        top: -3px;
        width: 20px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        height: 20px;
        z-index: 1;
    }

    .edu-checkbox.active:before {
        color: #000;
        background: #fff url(/icons/Vector-check.png) no-repeat center;
        background-size: 14px;
    }

    .edu-checkbox input {
        display: none;
    }

.edu-btn {
    -moz-user-select: none;
    background: #0E22B4;
    border: 0;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: webmehrazfont;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 2px 1px #0003;
}

    .edu-btn.btn-teacher {
        width: 48%;
        height: 146px;
    }

.one-line .btn-create {
    box-shadow: 0px 2px 1px #0003;
    border-radius: 10px;
    background: #DFFFDE url(/icons/create.png) no-repeat right 20px center;
    width: 20%;
    height: 60px;
    display: block;
    padding: 0 25px;
    font-size: 17px;
    line-height: 60px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-size: 25px;
}

.levelbox {
    width: 25%;
    vertical-align: top;
    display: inline-block;
}

.profile-mobile-section {
    height: 0;
    opacity: 0;
    transition: 0.5s all ease;
}


.profile-mobile-section-nav {
    position: fixed;
    bottom: 20px;
    left: 50px;
    right: 50px;
    margin: auto;
    z-index: 1001;
    background-color: #fff9;
    box-shadow: 0 12px 40px 6px #10111329 !important;
    padding: 0 20px;
    border-radius: 50px;
    backdrop-filter: blur(18px) !important;
}

    .profile-mobile-section-nav ul {
        list-style-type: none;
        text-align: center;
        display: flex;
    }

        .profile-mobile-section-nav ul li {
            flex: 1;
            text-align: center;
        }

            .profile-mobile-section-nav ul li a {
                color: #333;
                display: block;
                text-align: center;
            }

                .profile-mobile-section-nav ul li a img {
                    max-width: 20px;
                    display: block;
                    margin: 5px auto;
                    padding: 2px 0;
                }

.rightpanel {
    width: 75%;
    vertical-align: top;
    display: inline-block;
    padding: 0;
}

.manage-form .three-line {
    font-size: 0;
}

    .manage-form .three-line a {
        width: 31.333%;
        margin-left: 3%;
    }

        .manage-form .three-line a img {
            width: 50px;
            height: 50px;
            margin-right: 15px;
        }

        .manage-form .three-line a h2 {
            font-size: 17px;
            font-weight: normal;
            text-align: center;
        }

.manage-form .edu-radio-height {
    height: 80px !important;
    line-height: 80px !important;
}

.privacy-policy-pop {
    position: fixed;
    right: 50%;
    top: 100px;
    left: 40px;
    bottom: 40px;
    background: #fff;
    padding: 80px 40px 40px;
    z-index: 4;
    border-radius: 20px;
    overflow-y: auto;
    box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
    width: 500px;
    margin-right: -250px;
    font-size: 12px;
    text-align: justify;
    display: none;
}

    .privacy-policy-pop * {
        font-size: 12px;
        color: #777;
        font-weight: 200;
    }

.privacy-policy-pop-title {
    position: fixed;
    right: 50%;
    top: 100px;
    left: 40px;
    z-index: 5;
    border-radius: 10px 10px 0 0;
    overflow-y: auto;
    height: 60px;
    font-size: 15px;
    margin-right: -250px;
    width: 500px;
    text-align: center;
    background: #001d9e;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
}

.privacy-policy-pop .accept-privacy-policy {
    position: fixed;
    right: 50%;
    bottom: 70px;
    left: 40px;
    z-index: 5;
    border-radius: 5px;
    overflow-y: auto;
    height: 40px;
    font-size: 15px;
    margin-right: 100px;
    width: 100px;
    text-align: center;
    background: #0e22b4;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.manage-form .edu-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/icons/drp-icon.png) no-repeat center left 15px !important;
    background-size: auto;
    background-size: 15px !important;
    text-decoration: none;
    height: 55px;
}

.manage-form .edu-child-select {
    width: 85.5%;
    display: inline-block;
    margin-left: 2%
}

.manage-form .add-group,
.manage-form .edit-group {
    width: 45px;
    height: 45px;
    background: #d7ffc5 url(/icons/043-plus.png) no-repeat center/30px;
    border-radius: 8px;
    font-size: 0;
    float: left;
}

.manage-form .edit-group {
    background: #14aa57 url(/icons/068-pencil.png) no-repeat center/30px;
}

.academy-buttons ul {
    display: block;
    font-size: 0;
    width: 100%;
}

    .academy-buttons ul li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: 4%;
        height: 60px;
        border-radius: 4px;
        border: 1px solid #ddd;
        border-radius: 9px;
    }

        .academy-buttons ul li:nth-child(2n) {
            margin-left: 0;
        }

        .academy-buttons ul li a {
            font-size: 12px;
            line-height: 60px;
            color: #000;
            width: 100%;
            display: block;
            padding: 0 10px 0 0;
            font-weight: 500;
        }

        .academy-buttons ul li:hover {
            background-color: #fffee1;
        }

.admin-section .setting-box {
    border-radius: 10px;
    width: 28%;
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
}

.admin-section .notifbox {
    border-radius: 10px;
    width: 27%;
    display: inline-block;
    margin-top: 20px;
    margin-right: 2%;
    vertical-align: top;
}

.admin-section .academy-buttons {
    width: 35%;
    vertical-align: top;
    display: inline-block;
}

.admin-section .academy-contact {
    display: inline-block;
    vertical-align: top;
    width: 7%;
    margin-left: 2%;
    margin-right: 2%;
}

    .admin-section .academy-contact .academy-contact-chat {
        display: block;
        background: #d7ffc5;
        height: 100px;
        border-radius: 10px;
        margin-top: 20px;
        position: relative;
        padding: 30px 15px;
        font-size: 12px;
        text-align: center;
        color: #000;
        border: 1px solid;
    }

    .admin-section .academy-contact .academy-contact-faq {
        display: block;
        background: #edfaff;
        height: 100px;
        border-radius: 10px;
        margin-top: 20px;
        position: relative;
        line-height: 2;
        padding: 20px 13px;
        font-size: 12px;
        text-align: center;
        color: #000;
        border: 1px solid #000;
    }

        .admin-section .academy-contact .academy-contact-chat span,
        .admin-section .academy-contact .academy-contact-faq span {
            background: #eee;
            width: 30px;
            height: 30px;
            border-radius: 20px;
            background: #14aa57;
            position: absolute;
            left: -12.5px;
            top: 20px;
            font-size: 15px;
            text-align: center;
            line-height: 30px;
            color: #fff;
        }

        .admin-section .academy-contact .academy-contact-faq span {
            background: #36c;
        }

.admin-section .notifbox {
    border-radius: 10px;
    width: 24%;
    display: inline-block;
    margin-top: 20px;
    margin-right: 2%;
    vertical-align: top;
}

.admin-section .setting-box .setting-menu {
    border-radius: 10px;
    background: #fff url(/images/pngwing.png) no-repeat left bottom/ 40%;
    width: 100%;
    height: 222px;
    padding: 20px;
    border: 1px solid #ddd;
}

.admin-section .notifbox .about-notcompleted {
    background: #FFF5D0;
    border-radius: 7px;
    font-size: 12px;
    color: #000;
    margin-top: 0;
    text-align: justify;
    line-height: 29px;
    padding: 12px;
    font-weight: 200;
    border: 1px solid #ddd;
    border-radius: 9px;
}

.Creditbox {
    height: 58px;
    background: linear-gradient(90deg,#0f1e5e, #011e9f);
    border-radius: 9px;
    font-size: 15px;
    color: #fff;
    margin-top: 12px;
    padding: 0 20px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
}

    .Creditbox span {
        font-size: 31px;
        font-weight: 500;
        color: #fff;
        margin-right: 20px;
    }

    .Creditbox .toman {
        transform: rotate(-35deg);
        display: inline-block;
        font-size: 11px;
    }

.academy-buttons .setting-box .setting-menu :nth-child(2n) {
    margin-left: 0;
}

.admin-section .setting-box .setting-menu p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    color: #011e9f;
    border-bottom: 1px solid #eee;
    height: 40px;
}

.admin-section .setting-box .setting-menu ul {
    font-size: 0;
    margin-top: 15px;
}

    .admin-section .setting-box .setting-menu ul li {
    }

        .admin-section .setting-box .setting-menu ul li a {
            color: #000;
            cursor: pointer;
            display: block;
            font-size: 14px;
            height: 35px;
            line-height: 35px;
            font-weight: 200;
            position: relative;
            padding-right: 36px;
        }

            .admin-section .setting-box .setting-menu ul li a img {
                width: 15px;
                top: 9px;
                right: 0;
                position: absolute;
            }

.academy-teacher {
    background: #fff url(/images/Vector-teacher.png) no-repeat right bottom/ auto 90%;
    height: 200px;
    margin-top: 0;
    box-shadow: 0px 3px 0px #fff;
    border-radius: 0 0 10px 10px;
    position: relative;
    line-height: 200px;
}

    .academy-teacher .academy-teacher.title {
        right: 159px;
        font-size: 37px;
        color: #000f79;
        letter-spacing: -3.5px;
        font-weight: 500;
        position: absolute;
        bottom: -4px;
    }

    .academy-teacher ul {
        font-size: 0;
        height: 200px;
        text-align: left;
        width: 72%;
        float: left;
        position: relative;
        padding: 0 0 0 120px;
    }

        .academy-teacher ul:before {
            background: url(/icons/next.png) no-repeat center center;
            content: '';
            position: absolute;
            right: 20px;
            width: 50px;
            height: 50px;
            top: 72px;
        }

        .academy-teacher ul:after {
            background: url(/icons/back.png) no-repeat center center;
            content: '';
            position: absolute;
            left: 30px;
            width: 50px;
            height: 50px;
            top: 72px;
        }

        .academy-teacher ul li {
            display: inline-block;
            margin-left: 2%;
            vertical-align: middle;
        }

.academy-buttons .academy-management {
    background: #fff url(/icons/ico-academy.png) no-repeat left 15px center / 25px;
}

.academy-buttons .education-management {
    background: #fff url(/icons/ico-education.png) no-repeat left 15px center / 25px;
}

.academy-buttons .ti-management {
    background: #fff url(/icons/ico-teacher.png) no-repeat left 15px center / 25px;
}

.academy-buttons .academy-discount {
    background: #fff url(/icons/ico-discount.png) no-repeat left 15px center / 25px;
}

.academy-buttons .user-registered {
    background: #fff url(/icons/ico-users.png) no-repeat left 15px center / 25px;
}

.academy-buttons .notification-sms {
    background: #fff url(/icons/ico-sms.png) no-repeat left 15px center / 25px;
}

.haminar-rate {
    border-radius: 10px;
    font-size: 15px;
    color: #0e22b4;
    margin-top: 12px;
    padding: 0px 20px;
    font-weight: 500;
    color: #950;
    display: block;
}

.academy-buttons ul {
    display: block;
    font-size: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ddd;
    height: 221px;
}

    .academy-buttons ul li {
        border: none;
    }

.manage-main {
    width: 77%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    border-radius: 20px;
}

    .manage-main img {
    }

    .manage-main .referral-code-form-displaycode {
        line-height: 50px;
        border-radius: 20px;
        font-weight: 500;
        font-size: 14px;
        position: relative;
        padding-bottom: 46px;
        text-align: center;
        margin-bottom: 20px;
    }

        .manage-main .referral-code-form-displaycode .copy {
            background: url(/images/copy.png) no-repeat center center #FF0000;
            background-size: auto;
            border-radius: 10px 0px 0px 10px;
            position: absolute;
            width: 48px;
            height: 48px;
            left: 0;
            bottom: 0;
            background-size: 20px;
            font-size: 0;
            border: 0;
        }

        .manage-main .referral-code-form-displaycode .copycompletedtext {
            position: absolute;
            bottom: 60px;
            left: 0;
            width: 65px;
            font-size: 11px;
            height: 30px;
            line-height: 30px;
            background: #444;
            text-align: center;
            border-radius: 4px;
            color: #fff;
            display: none;
        }

            .manage-main .referral-code-form-displaycode .copycompletedtext:before {
                content: '';
                position: absolute;
                left: 25px;
                bottom: -5px;
                border-top: 5px solid #444;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
            }

    .manage-main .referral-code-form {
        width: 35%;
        display: inline-block;
        font-size: 15px;
        position: relative;
        color: #777;
        text-align: justify;
        vertical-align: top;
        padding: 20px;
        border-radius: 20px;
        background: #fff;
        line-height: 2.2;
        font-weight: 200;
        min-height: 560px;
    }

        .manage-main .referral-code-form p {
            color: #777;
        }

        .manage-main .referral-code-form h2 {
            color: #248e47;
            padding: 20px 50px;
            font-size: 23px;
            font-weight: 500;
            line-height: 1.5;
            text-align: center;
        }

        .manage-main .referral-code-form .referral-code {
            background: linear-gradient(90deg,#eee,#fff);
            font-size: 18px;
            padding: 0 10px 0 62px;
            border-radius: 10px;
            margin-right: 10px;
            position: absolute;
            font-weight: 500;
            color: #444;
            line-height: 51px;
            height: 48px;
            left: 0;
            bottom: 0;
            right: 0;
            cursor: pointer;
            text-align: left;
            border: 1px solid #eee;
        }

    .manage-main .your-tree {
        width: 62%;
        margin-right: 3%;
        display: inline-block;
        font-size: 15px;
        overflow:;
        border-radius: 15px;
        overflow: auto;
    }

        .manage-main .your-tree .tree {
            position: relative;
            height: 140px;
            padding-right: 91px;
            border-bottom: 1px solid #fff;
            border-radius: 20px;
            background: #fff5d0;
        }

            .manage-main .your-tree .tree .avatars {
                width: 100000px;
                height: 100%;
                padding-right: 80px;
                background: linear-gradient(90deg,#eee,#b6ffcf);
            }

            .manage-main .your-tree .tree:first-child .avatars {
                background: linear-gradient(90deg,#eee,#7affa7);
            }

            .manage-main .your-tree .tree:nth-child(3) .avatars {
                background: linear-gradient(90deg, #eee,#d0ffe0);
            }

            .manage-main .your-tree .tree:last-child .avatars {
                background: linear-gradient(90deg,#eee,#ecfdf2);
            }

            .manage-main .your-tree .tree h2 {
                font-size: 14px;
                color: #da0000;
                width: 100px;
                right: 40px;
                top: 0;
                bottom: 0;
                margin: auto;
                height: 80px;
                position: absolute;
                font-size: 12px;
                color: #da0000;
                text-align: center;
                color: #fff;
                background: #00115b;
                border-radius: 10px;
                font-weight: 200;
                border-left: 4px solid #031e97;
            }

                .manage-main .your-tree .tree h2:before {
                    content: '';
                    position: absolute;
                    border-right: 13px solid #d7ffc5;
                    border-top: 34px solid transparent;
                    border-bottom: 34px solid transparent;
                    left: -17px;
                    top: 6px;
                }

                .manage-main .your-tree .tree h2 strong {
                    display: block;
                    border-bottom: 1px solid #eee;
                    background: #fff;
                    border-radius: 10px 10px 0 0;
                    font-weight: 500;
                    height: 34px;
                    line-height: 34px;
                    margin-bottom: 5px;
                    color: #424242;
                }

            .manage-main .your-tree .tree .avatar {
                position: relative;
                display: inline-block;
                margin-left: 30px;
                color: #555;
                margin-top: 30px;
                line-height: 0px;
                position: relative;
                min-width: 156px;
            }

                .manage-main .your-tree .tree .avatar img {
                    border-radius: 50px;
                    width: 50px;
                    border: 2px solid #fff;
                    height: 50px;
                    background: #fff url(/icons/user.png) no-repeat center;
                    background-size: 25px;
                }

                .manage-main .your-tree .tree .avatar strong {
                    position: absolute;
                    right: 54px;
                    top: -21px;
                    height: 25px;
                    line-height: 25px;
                    display: inline-block;
                    text-align: center;
                    background: #fff;
                    font-weight: 500;
                    font-size: 11px;
                    padding: 0 10px;
                    border-radius: 40px;
                    color: #333;
                    box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
                    z-index: 3;
                }

                .manage-main .your-tree .tree .avatar p {
                    position: absolute;
                    right: 59px;
                    top: -5px;
                    line-height: 25px;
                    display: inline-block;
                    min-width: 121px;
                    text-align: center;
                    background: #fff9;
                    font-weight: 500;
                    font-size: 14px;
                    border-radius: 12px;
                    color: #333;
                    padding: 12px 10px 0;
                    color: #da0000;
                    box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
                    z-index: 2;
                }

                    .manage-main .your-tree .tree .avatar p span {
                        display: block;
                        color: #333;
                        position: relative;
                        font-size: 12px;
                        font-weight: 200;
                        letter-spacing: -1px
                    }

                .manage-main .your-tree .tree .avatar strong:before {
                    content: '';
                    position: absolute;
                    height: 29px;
                    width: 2px;
                    bottom: -71px;
                    right: -29px;
                    border-right: 2px dashed #000;
                }

            .manage-main .your-tree .tree:last-child .avatar strong:before {
                display: none
            }

            .manage-main .your-tree .tree .avatar:before {
                content: '';
                position: absolute;
                height: 66px;
                width: 2px;
                top: -66px;
                right: 25px;
                border-right: 2px dashed #000;
            }

            .manage-main .your-tree .tree .avatar:after {
                content: '';
                position: absolute;
                width: 180px;
                height: 2px;
                top: -68px;
                right: -163px;
                border-bottom: 2px dashed #000;
            }

            .manage-main .your-tree .tree:first-child .avatar:after, .manage-main .your-tree .tree:first-child .avatar:before {
                display: none;
            }

            .manage-main .your-tree .tree .avatars .avatar:first-child:after {
                display: none;
            }

.has-sideabar {
    font-size: 0;
    padding-bottom: 50px;
}

    .has-sideabar .sidebar {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        background: #fff;
        border-radius: 10px;
    }

    .has-sideabar .uploadlogo {
        width: 90px;
        height: 90px;
        background: #eee url(/images/avatar.png) no-repeat center;
        background-size: 76px;
        border-radius: 50px;
        display: block;
        margin: 0 auto 20px;
        position: relative;
    }

        .has-sideabar .uploadlogo:hover:before {
            background: #EEEE url(/icons/upload.png) center no-repeat;
            border-radius: 50px;
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            cursor: pointer;
            z-index: 5;
        }

.uploadlogo img {
    position: absolute;
    border-radius: 50px;
    width: 100%;
    z-index: 4;
    right: 0;
    top: 0;
}

.has-sideabar .sidebar .statusbar {
    box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
    height: 10px;
    border-radius: 4px;
    background: #d7d7d7;
    margin-top: 20px;
}

    .has-sideabar .sidebar .statusbar span {
        width: 70%;
        height: 10px;
        display: inline-block;
        background: linear-gradient(-90deg, #3155ef, #0220a2);
        border-radius: 2px;
        transition: 2s all ease;
    }

.has-sideabar .sidebar > div {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 35px 40px;
    background: #fff;
    min-height: 490px;
}

.has-sideabar .sidebar ul {
    margin-top: 40px;
}

    .has-sideabar .sidebar ul.profilestatus-list li {
        padding-right: 30px;
        position: relative;
        margin-bottom: 27px;
        font-weight: 500;
        text-align: right;
    }

        .has-sideabar .sidebar ul.profilestatus-list li.ticked {
            color: #057135;
        }

        .has-sideabar .sidebar ul.profilestatus-list li:before {
            content: '';
            position: absolute;
            right: 0;
            top: -2px;
            width: 20px;
            height: 20px;
            border-radius: 20px;
            box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15)
        }

        .has-sideabar .sidebar ul.profilestatus-list li.ticked:before {
            background: #B2F294 url(/icons/Vector-check.png) no-repeat center;
            background-size: 15px;
        }

        .has-sideabar .sidebar ul.profilestatus-list li:after {
            content: '';
            position: absolute;
            right: 8px;
            top: 19px;
            width: 0;
            height: 19px;
            border-radius: 20px;
            border-right: 2px dashed #14aa57;
        }

        .has-sideabar .sidebar ul.profilestatus-list li:last-child:after {
            display: none;
        }

    .has-sideabar .sidebar ul li {
        font-size: 12px;
        color: #646464;
        margin-top: 10px;
        font-weight: 500;
        margin-bottom: 20px;
    }

        .has-sideabar .sidebar ul li a {
            color: #6b6b6b;
            font-weight: 500;
            font-size: 13px;
        }

.display-educator-list ul {
    font-size: 0;
}

.display-educator-list li {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 145px 10px 0;
    background: #fff;
    width: 23.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    font-size: 14px;
    text-align: center;
    min-height: 296px;
    overflow: hidden;
    color: #393939;
    letter-spacing: -0.5px;
}

    .display-educator-list li .discount-bold {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 5;
        color: #da0000;
        font-size: 17px;
        background: #ffeeee55;
    }

    .display-educator-list li:first-child {
        background: #0120a1;
        color: #fff;
    }

        .display-educator-list li:first-child:before {
            background: linear-gradient(45deg,#0120a1, #fff);
        }

        .display-educator-list li:first-child:after {
            background: linear-gradient(#0120a1,#0120cc);
        }

    .display-educator-list li:before {
        content: '';
        position: absolute;
        top: 26px;
        left: 0;
        background: linear-gradient(45deg,#ececec, #fff);
        width: 400px;
        height: 84px;
        transform: rotate(15deg);
    }

    .display-educator-list li:after {
        content: '';
        position: absolute;
        top: -41px;
        left: -32px;
        background: linear-gradient(#fff,#fcfdee);
        width: 400px;
        height: 110px;
        transform: rotate(-15deg);
    }

    .display-educator-list li:nth-child(4n) {
        margin-left: 0 !important;
    }

    .display-educator-list li img {
        max-height: 56px;
        max-width: 220px;
        border-radius: 50px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 58px;
        z-index: 2;
        background: #fff;
        padding: 3px;
        box-shadow: 0 0px 3px 8px rgba(3, 28, 9, 0.15);
    }

        .display-educator-list li img.imgacademy {
            box-shadow: 0 0px 3px 8px rgba(3, 28, 9, 0.05);
            background: #fff;
            padding: 8px;
            border-radius: 0;
            height: 50px;
            top: 63px;
            border-radius: 10px;
        }

.display-educator-list .cmdbox {
    position: relative;
    padding: 10px 0 0;
    height: 122px;
}

.display-educator-list li a.btn-education-add,
.display-educator-list li a.btn-education-link,
.display-educator-list li a.btn-education-update,
.display-educator-list li a.youracademiesadd {
    display: block;
    border-radius: 4px;
    color: #777;
    margin: auto;
    font-size: 12px;
    font-weight: 200;
    padding-right: 25px;
    text-align: right;
    background: url(/icons/manage-plus.png) no-repeat center right;
    background-size: 20px;
    height: 20px;
    overflow: hidden;
}

.display-educator-list li a.btn-education-link {
    background: #fff5d0 url(/icons/012-link.png) no-repeat center left 5px;
    background-size: 10px;
    line-height: 30px;
    display: block;
    padding-left: 20px;
    padding-right: 10px;
    font-weight: 200;
    color: #444;
    margin: 0 auto 0 0;
    text-align: left;
    bottom: -9px;
    position: absolute;
    left: -10px;
    right: -10px;
    height: 30px;
    border-radius: 0 0 0 0;
    letter-spacing: 0;
}

.display-educator-list li a.btn-education-update {
    background: url(/icons/068-pencil.png) no-repeat center right 5px;
    background-size: 10px;
}

.display-educator-list li a.youracademiesadd {
    font-size: 41px;
    width: 40px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 50px;
    height: 40px;
    font-size: 0;
    background: #eee url(/icons/manage-plus.png) no-repeat center;
    background-size: 40px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 65px;
    position: absolute;
}

.display-educator-list li a:hover {
    color: #000;
}

.display-educator-list li a.youracademiesadd:hover {
    background-color: #fffa8e;
}

.sidebar h2 {
    font-size: 15px;
    text-align: center;
    color: #b3b3b3;
}

.has-sideabar .manage-form {
    display: inline-block;
    margin-right: 1.5%;
    width: 78.5%;
    padding: 31px;
    background: linear-gradient(#eee, #fafafa);
    border-radius: 10px;
    position: relative;
    min-height: 560px;
}

.profile-form {
    position: relative;
}

    .profile-form .intro-haminar {
        line-height: 40px;
        color: #333;
        font-weight: 403;
        letter-spacing: -0.5px;
        position: absolute;
        box-sizing: border-box;
        background: linear-gradient(-90deg, #bbff99, #ddffdd);
        border-radius: 14px;
        width: 280px;
        padding: 30px 20px 30px;
        text-align: center;
        font-size: 16px;
        z-index: 5;
        box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
        transition: 2s all ease;
        top: 10px;
        position: absolute;
        font-size: 13px;
        right: 40%;
    }

.intro-haminar img {
    background: #fff;
    border-radius: 9px;
    position: absolute;
    top: -19px;
    margin-left: -20px;
    box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
    transition: 3s all ease;
    opacity: 1;
}

.profile-form .main-img {
    left: 20px;
    position: absolute;
    z-index: 4;
    top: 29px;
    border-radius: 15px;
    width: 40%;
}

.has-sideabar .profile-form:after {
    content: '';
    position: absolute;
    left: 70px;
    top: 130px;
    width: 40%;
    background: url(/images/class.jpg) no-repeat top left;
    background-size: 100%;
    z-index: 2;
    height: 488px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0.4;
    filter: blur(2px);
}

.has-sideabar .profile-form:before {
    content: '';
    position: absolute;
    left: 40px;
    top: 100px;
    width: 40%;
    background: linear-gradient(45deg,#f90,#fce78f);
    background-size: 100%;
    z-index: 2;
    height: 488px;
    border-radius: 20px;
    opacity: 1;
    box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
}

.manage-form {
    padding: 50px;
    background: #f8f7ff;
    border-radius: 0 0 0 12px;
}

    .manage-form .edu-input {
        background: #FFFFFF;
        border-radius: 4px;
        height: 40px;
        margin-bottom: 15px;
        padding: 0 15px;
        color: #000;
        -moz-appearance: textfield;
        font-weight: 400;
        border: 0;
        font-size: 15px;
        width: 100%;
        max-width: 350px;
        box-shadow: 0 0 5px 0 #0002;
        font-family: webmehrazfont !important;
    }

        .manage-form .edu-input:disabled {
            background: #eee;
            color: #999;
        }

    .manage-form textarea.edu-input {
        height: 100px !important;
        resize: none;
    }

    .manage-form .edu-input#prc,
    .manage-form .edu-input#mxusr {
        text-align: left !important;
        ;
        padding-left: 61px;
    }

    .manage-form label {
        width: 100%;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        letter-spacing: -0.5px;
        color: #061008;
        font-weight: 500;
        display: block;
    }

    .manage-form .tomantaginput, .manage-form .nafartaginput {
        position: absolute;
        left: 2px;
        top: 33px;
        background: #f9f9c3;
        height: 46px;
        line-height: 46px;
        padding: 0 10px;
        border-radius: 10px 0 0 10px;
    }

    .manage-form .edu-input#
    .manage-form .edu-input.textaligncenter {
        padding: 0 0;
    }

    .manage-form .edu-input.url-link {
        padding-left: 131px;
        text-align: left;
        direction: ltr;
        font-size: 20px;
        color: #0e22b4;
    }

    .manage-form .edu-textarea {
        min-height: 114px;
        resize: none;
        padding: 0px 10px;
    }

    .manage-form .two-line {
        font-size: 0;
        margin-bottom: 10px;
        position: relative;
    }

        .manage-form .two-line h2 {
            font-size: 22px;
        }

    .manage-form .lastitem {
        margin-left: 0 !important;
    }

    .manage-form .two-line > div {
        width: 48%;
        padding: 0;
        margin-left: 4%;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .manage-form .class-time .edu-btn {
        margin-top: 30px;
    }

    .manage-form .btn {
        width: 100%;
        border-radius: 4px;
        background: transparent;
        border: 2px solid #00655E;
        color: #00600f;
        width: auto;
        border-radius: 0;
        cursor: pointer;
        border-radius: 4px;
        margin: 0 auto 0 0;
        padding: 0 17px;
        width: 100%;
        background: #efe;
        max-width: 350px;
        height: 45px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
    }

        .manage-form .btn:hover {
            background: #00655E;
            color: #fff;
        }

        .manage-form .btn.prev-step {
            background: #eee;
            border: 2px solid #ddd;
            color: #aaa;
            float: left;
        }

            .manage-form .btn.prev-step:hover {
                background: #fee;
                border: 2px solid #da0000;
                color: #da0000;
            }

.manage-form-title {
    font-size: 18px;
    margin: 20px 0;
}

.academies-statusbar {
    position: absolute !important;
    top: 15px;
    right: 7px;
    left: 7px;
    font-size: 0;
    z-index: 1;
    text-align: right;
    display: table;
    margin: auto;
    width: calc(100% - 14px);
}

    .academies-statusbar span {
        display: table-cell;
        height: 22px;
        position: relative;
        text-align: center;
        margin-bottom: 3px;
        line-height: 22px;
        color: #888;
    }

        .academies-statusbar span:before {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            height: 2px;
            background: #ddd;
            content: '';
        }

        .academies-statusbar span:after {
            position: absolute;
            bottom: -2px;
            left: -2px;
            z-index: 2;
            margin: auto;
            height: 6px;
            width: 6px;
            background: #ccc;
            border-radius: 50px;
            content: '';
        }

        .academies-statusbar span.active:before {
            background: #afe3cb;
        }

        .academies-statusbar span.active:after {
            background: #97e1b9;
        }

        .academies-statusbar span:last-child {
            border-left: 0;
        }

        .academies-statusbar span.active {
            color: #0c5332;
        }

        .academies-statusbar span strong {
            position: absolute;
            font-size: 8px;
            font-weight: 200;
            width: 100%;
            letter-spacing: -0.2px;
            top: -1px;
            right: 0;
        }

.edu-radio {
    position: relative;
    background: #FFFFFF;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin: 0 0 14px 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    padding: 0 10px;
}

    .edu-radio img {
        height: 30px;
        margin: 10px 5px 0 10px;
        display: inline-block;
        vertical-align: top;
        border-radius: 6px;
    }

    .edu-radio h2 {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }

.edu-radio-big {
    border-radius: 10px;
    padding: 10px 30px 10px 10px !important;
    box-shadow: 0px 2px 1px #0003;
    border-top: 2px solid #E3E3E3;
    height: auto !important;
}

    .edu-radio-big h2 {
        margin: 0;
        padding: 0;
        line-height: normal;
    }

.edu-radio.active {
    border: 2px solid #14aa57 !important;
    background-color: #f6ffe5;
}

.edu-radio:before {
    bottom: 0;
    content: '';
    right: -11px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 18px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 80px;
    height: 18px;
    z-index: 1;
    color: #000;
    background: #fff url(/icons/Vector-check.png) no-repeat center / 10px;
    filter: grayscale(1) opacity(0.8);
}

.edu-radio.active:before {
    color: #000;
    background: #B2F294 url(/icons/Vector-check.png) no-repeat center / 12px;
    opacity: 1;
    filter: grayscale(0);
}

.edu-radio.edu-radio-little {
    width: auto;
    height: 40px !important;
    padding: 0 16px 0 15px !important;
    line-height: 36px !important;
    margin-left: 25px !important;
}

    .edu-radio.edu-radio-little.lastitem {
        margin-left: 0 !important;
    }

.manage-form .two-line > div h2 {
    font-size: 20px;
    letter-spacing: -1px;
    color: #000;
}

.manage-form div {
    position: relative;
}

.track-info-show {
    margin-top: 40px;
    min-height: 100px;
}

    .track-info-show p {
        display: inline-block;
        vertical-align: middle;
    }

    .track-info-show strong {
        color: #36c;
        background: linear-gradient(45deg, #dcedff, #f6ff8c);
        padding: 0 10px;
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
    }

.manage-form .sumimg {
    position: absolute;
    margin: auto !important;
    left: 0;
    right: 0;
    top: -23px;
    width: auto !important;
    padding: 5px 5px;
    text-align: center;
}

    .manage-form .sumimg:before {
        content: '+';
        position: absolute;
        left: 50%;
        width: 20px;
        margin-left: -10px;
        top: 15px;
        font-size: 20px;
        text-align: center;
        color: #33;
    }

    .manage-form .sumimg img {
        width: auto !important;
        display: inline-block;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 10px;
        margin: 0 10px !important;
        max-width: 50px;
        width: auto !important;
        ;
        height: auto !important;
        max-height: 50px;
        vertical-align: middle;
    }

.manage-form .three-line > div {
    width: 32%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 2%;
}


.manage-form h2.fullrow {
    width: 100%;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    letter-spacing: -0.5px;
    color: #0c1e68;
}

    .manage-form h2.fullrow img {
        max-height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        border-radius: 4px;
    }

.manage-form .edu-title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.manage-form h2.fullrow .edu-title {
    position: absolute;
    height: 43px;
    line-height: 35px;
    left: 30px;
    top: 35px;
    box-sizing: border-box;
    color: #464646;
    font-weight: 200;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 11px;
    background: linear-gradient(-90deg, yellow, transparent);
    border-radius: 7px;
    border: 1px solid #8c8c00;
}

    .manage-form h2.fullrow .edu-title:before {
        content: '';
        position: absolute;
        background: url('/icons/115-left-arrow.png') no-repeat center;
        background-size: 15px;
        opacity: 0.5;
        right: 5px;
        top: 4px;
        width: 20px;
        height: 20px;
    }

    .manage-form h2.fullrow .edu-title strong {
        color: #000;
        font-weight: 500;
        padding: 0 5px 0 15px;
        font-size: 14px;
        border-left: 1px solid #d5d5d5;
        height: 40px;
        display: inline-block;
        margin-left: 10px;
        font-weight: 500;
    }

.manage-form .one-line {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

    .manage-form .one-line > div {
        position: relative;
    }

.manage-form .question-comment {
    font-size: 15px;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.manage-form .width70 {
    width: 70% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.manage-form .width5 {
    width: 5% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.manage-form .width65 {
    width: 65% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.manage-form .width60 {
    width: 60% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.manage-form .width10 {
    width: 10% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.manage-form .width20 {
    width: 20% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.manage-form .width30 {
    width: 30% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 !important;
}

.manage-form .haminarcomlink {
    line-height: 46px;
    font-size: 18px;
    color: #797979;
    direction: ltr;
    position: absolute;
    left: 18px;
    top: 3px;
}

.manage-form .radio {
    font-size: 0;
}

.manage-form p {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
}

.manage-form .btn-new {
    display: block;
    margin: 20px auto;
    width: 200px;
    background: #14aa57;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.form-desc {
    font-size: 15px;
    background: #ffffbc44;
    border-radius: 10px;
    padding: 20px;
    line-height: 35px;
    position: relative;
    color: #140072;
    box-shadow: 0 0 27px -1px #4442;
}

    .form-desc:before {
        content: 'i';
        background: #ffff37;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        position: absolute;
        top: -20px;
        left: 50px;
        border-radius: 50px;
        color: #000;
        font-family: calibri;
        font-size: 28px;
        font-weight: 700;
    }

.manage-form-p {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px !important;
    border: 2px dashed #424242;
    min-height: 81px;
    text-align: center;
}

    .manage-form-p .line {
        display: block;
        height: 2px;
        background: linear-gradient(90deg,#fff, #ddd,#fff);
        width: 100%;
        margin: 5px 0
    }

    .manage-form-p .btn-add-form {
        background: linear-gradient(90deg,#0e1e61,#021e9a );
        color: #fff;
        padding: 0;
        border-radius: 4px;
        height: 35px;
        line-height: 35px;
        position: relative;
        display: block;
        width: 91px;
        margin: 10px auto 0;
        border-radius: 42px;
    }

        .manage-form-p .btn-add-form:hover {
            background: linear-gradient(90deg,#0e1e88,#021eac );
        }

        .manage-form-p .btn-add-form:before {
            content: '';
            position: absolute;
            right: 50%;
            top: -12px;
            width: 25px;
            height: 24px;
            background: #c65fff url(/icons/043-plus.png) no-repeat center;
            background-size: 16px;
            filter: invert(1);
            margin-right: -10px;
            border-radius: 7px;
        }

.upload-message {
    color: #ae0000;
    text-align: center;
}

    .upload-message.success {
        color: #14aa57;
        font-weight: 500;
    }

.manage-form .url-status {
    color: #da0000;
    font-size: 18px;
    position: absolute;
}

    .manage-form .url-status.success {
        color: #1c9351;
        font-weight: 500;
    }

.manage-form .edu-radio-list a {
    font-size: 15px;
    padding: 0px 90px 0px 20px;
    height: 60px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 6px;
    margin-left: 25px;
    color: #000;
    box-shadow: 0 0 0 0;
    min-width: 100px;
    text-align: center;
}

.academy-list-radio {
    font-size: 0;
}

    .academy-list-radio a {
        width: 31%;
        margin: 0 0 10px 3.5% !important;
        line-height: 55px !important;
    }

        .academy-list-radio a:nth-child(3n) {
            margin-left: 0 !important;
        }

.edu-create-radio {
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 40px 0 20px !important;
    background: #fffee1 url(/icons/add-black.png) no-repeat center right 10px;
    background-size: 20px;
}

    .edu-create-radio:hover {
        background-color: #d7ffc5;
    }

.edu-radio-list-two a {
    width: 48%;
    margin-left: 4% !important;
}

.manage-form .edu-radio-list a img {
    max-width: 70px;
    right: 0;
    top: 5px;
    right: 10px;
    height: 28px;
    max-width: 50px;
    position: absolute;
    right: 0;
    right: 10px;
    height: 28px;
}

.manage-form .one-line .title-link {
    float: left;
    width: 100px;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
}

.manage-form .one-line .link {
    width: 60%;
    text-align: left;
    font-size: 25px;
}

.manage-form .btn-link {
    background: #FFF6C9 url(/icons/help.png) center no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: 20px;
    box-shadow: 0px 2px 1px #0003;
    border-radius: 10px;
    position: absolute;
    margin: 6px;
}

.two-line .edu-upload {
    border-radius: 10px;
    background: #DFFFDE url(/icons/upload.png) center top 40px no-repeat;
    width: 48%;
    display: inline-block;
    margin-left: 4%;
    font-size: 15px;
    text-align: center;
    color: #000;
    box-shadow: 0px 2px 1px #0003;
    padding: 90px 20px 26px 20px;
    vertical-align: top;
}

    .two-line .edu-upload img {
        border-radius: 10px;
        width: 50%;
        margin: 15px auto;
        display: block;
    }

.edu-upload-doc {
}

.edu-checkbox {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0 0 25px;
    padding: 20px 27px 6px 33px;
    position: relative;
    font-weight: 400;
    position: relative;
}

    .edu-checkbox:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -20px;
        height: 2px;
        width: 100%;
        background: linear-gradient(90deg, transparent,#000);
    }

    .edu-checkbox::before {
        bottom: 0;
        content: '';
        right: 0;
        margin: auto;
        position: absolute;
        top: 12px;
        width: 20px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        height: 20px;
        z-index: 1;
    }

    .edu-checkbox.active:before {
        color: #000;
        background: #fff url(/icons/Vector-check.png) no-repeat center;
        background-size: 14px;
    }

    .edu-checkbox input {
        display: none;
    }

.teachers-list-checkbox .edu-checkbox {
    display: inline-block;
}

.teachers-list-checkbox .edu-checkbox {
}

.edu-btn {
    -moz-user-select: none;
    background: #0E22B4;
    border: 0;
    border-radius: 9px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: webmehrazfont;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    letter-spacing: 1px;
    line-height: 48px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    z-index: 1;
    width: 100%;
    box-shadow: 0px 2px 1px #0003;
    text-align: center;
}

    .edu-btn:disabled {
        border: 1px solid #f90;
        background: #eee;
        color: #999 !important;
    }

.one-line .btn-create {
    box-shadow: 0px 2px 1px #0003;
    border-radius: 10px;
    background: #DFFFDE url(/icons/create.png) no-repeat right 20px center;
    width: 20%;
    height: 60px;
    display: block;
    padding: 0 25px;
    font-size: 17px;
    line-height: 60px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-size: 25px;
}

.levelbox {
    width: 25%;
    vertical-align: top;
    display: inline-block;
}

.rightpanel {
    width: 75%;
    vertical-align: top;
    display: inline-block;
    padding: 0;
}

.manage-form .three-line {
    font-size: 0;
}

    .manage-form .three-line a {
        width: 31.333%;
        margin-left: 3%;
    }

        .manage-form .three-line a img {
            width: 51px;
            height: 50px;
            margin-right: 15px;
        }

        .manage-form .three-line a h2 {
            font-size: 17px;
            font-weight: 200;
            text-align: center;
        }

.manage-form .edu-radio-height {
    height: 80px !important;
    line-height: 80px !important;
}

.privacy-policy-pop {
    position: fixed;
    right: 50%;
    top: 100px;
    left: 40px;
    bottom: 40px;
    background: #fff;
    padding: 80px 40px 40px;
    z-index: 4;
    border-radius: 20px;
    overflow-y: auto;
    box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
    width: 500px;
    margin-right: -250px;
    font-size: 12px;
    text-align: justify;
    display: none;
}

    .privacy-policy-pop * {
        font-size: 12px;
        color: #777;
        font-weight: 200;
    }

.privacy-policy-pop-title {
    position: fixed;
    right: 50%;
    top: 100px;
    left: 40px;
    z-index: 5;
    border-radius: 10px 10px 0 0;
    overflow-y: auto;
    height: 60px;
    font-size: 15px;
    margin-right: -250px;
    width: 500px;
    text-align: center;
    background: #001d9e;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
}

.privacy-policy-pop .accept-privacy-policy {
    position: fixed;
    right: 50%;
    bottom: 70px;
    left: 40px;
    z-index: 5;
    border-radius: 5px;
    overflow-y: auto;
    height: 40px;
    font-size: 15px;
    margin-right: 100px;
    width: 100px;
    text-align: center;
    background: #0e22b4;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.manage-form .edu-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(/icons/arrow-down.png) no-repeat center left 15px !important;
    background-size: auto;
    background-size: 15px !important;
    text-decoration: none;
    height: 45px;
    border-radius: 4px;
    box-shadow: 0px -1px 1px #0003;
    padding-right: 20px;
    border: 0;
    line-height: 45px;
    width: 100%;
}

.manage-form .edu-child-select {
    width: 87%;
    display: inline-block;
}

.manage-form .add-group,
.manage-form .edit-group,
{
    width: 46px;
    height: 46px;
    border-radius: 10px;
    float: left;
    position: relative;
    background: #14aa57;
    border: 0;
}

    .manage-form .add-group:before {
        background: url(/icons/manage-plus.png) no-repeat center;
        width: 40px;
        height: 40px;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-size: 42px;
        filter: invert(1);
    }

.display-myeducation-list ul {
    font-size: 0;
    direction: rtl;
}

    .display-myeducation-list ul li {
        margin-bottom: 38px;
        border-radius: 10px;
        padding: 20px 20px;
        background: #fff;
        width: 31%;
        display: inline-block;
        vertical-align: top;
        margin-left: 3.5%;
        min-height: 425px;
        position: relative;
        overflow: hidden;
        color: #777;
        font-size: 0;
        direction: rtl;
    }

        .display-myeducation-list ul li:first-child {
            background: #001e9f;
        }

            .display-myeducation-list ul li:first-child .add-title-edu {
                color: #fff;
                font-size: 16px;
                padding-top: 120px;
            }

        .display-myeducation-list ul li .blink-add-edu {
            position: absolute;
            width: 75px;
            height: 75px;
            left: 0;
            background: #E3E5F4;
            background-size: auto;
            background-size: 35px;
            border-radius: 50px;
            font-size: 0;
            animation: 1s blinks infinite alternate;
            cursor: pointer;
            margin: auto;
            top: 62px;
            bottom: 0;
            right: 0;
        }

            .display-myeducation-list ul li .blink-add-edu:before {
                content: '';
                position: absolute;
                width: 69px;
                height: 69px;
                left: 3px;
                top: 3px;
                background: #fff url(/icons/manage-plus.png) no-repeat center;
                background-size: auto;
                background-size: 63px;
                border-radius: 50px;
                font-size: 0;
                z-index: 3;
            }

        .display-myeducation-list ul li:nth-child(3n) {
            margin-left: 0;
        }

        .display-myeducation-list ul li .add-image-edu {
            max-height: 78px;
            max-width: 124px;
            border-radius: 50px;
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            top: 50px;
            z-index: 2;
            background: #fff;
            padding: 8px;
            box-shadow: 10px 10px 20px 0 rgba(3, 28, 9, 0.15);
        }

            .display-myeducation-list ul li .add-image-edu:before {
                content: '';
                position: absolute;
                width: 60px;
                height: 60px;
                left: 7.5px;
                top: 7.5px;
                background: #0e22b4 url(/icons/btn-search.png) no-repeat center;
                background-size: auto;
                background-size: 35px;
                border-radius: 50px;
                font-size: 0;
                z-index: 3;
            }

        .display-myeducation-list ul li .add-title-edu {
            text-align: center;
            font-size: 21px;
            color: #000;
            text-align: center;
            padding-top: 20px;
        }

        .display-myeducation-list ul li a.youracademiesadd {
            width: 40px;
            font-weight: 500;
            line-height: 48px;
            border-radius: 50px;
            height: 40px;
            font-size: 0;
            background: #eee url(/icons/manage-plus.png) no-repeat center;
            background-size: auto;
            background-size: 40px;
            margin: 0 auto;
        }

        .display-myeducation-list ul li .myeducation-img {
            width: 50px;
            position: absolute;
            top: 20px;
            right: 20px;
        }

            .display-myeducation-list ul li .myeducation-img img {
                border-radius: 5px;
            }

        .display-myeducation-list ul li .myeducation-info {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            font-size: 0;
            font-weight: normal;
            padding: 0 10px 0 0;
            direction: rtl;
        }

.display-myeducation-list .cover-container {
    width: 49%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 12px;
}

    .display-myeducation-list .cover-container img {
        max-height: 50px;
        border-radius: 5px;
        margin: 20px auto;
    }

.display-myeducation-list ul li .myeducation-info h2 {
    font-size: 15px;
    color: #000;
    width: 100%;
    padding-right: 60px;
    height: 70px;
}

.display-myeducation-list ul li .myeducation-info div {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
    position: relative;
}

    .display-myeducation-list ul li .myeducation-info div:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 2px;
        left: 0;
        top: 0;
        background: linear-gradient(#fff, #eee,#fff);
    }

    .display-myeducation-list ul li .myeducation-info div:nth-child(3n) {
        margin-left: 0%;
    }

    .display-myeducation-list ul li .myeducation-info div a {
        display: block;
        border-radius: 4px;
        color: #555;
        margin: 0 0 10px 0;
        font-size: 13px;
        font-weight: 200;
        text-align: right;
        letter-spacing: -1px;
        position: relative;
        padding-right: 25px;
    }

        .display-myeducation-list ul li .myeducation-info div a.redactive {
            color: #999;
            ;
            background: linear-gradient(90deg, #fff,#fafafa);
            border-radius: 4px;
        }

            .display-myeducation-list ul li .myeducation-info div a.redactive img {
                opacity: 0.2
            }

        .display-myeducation-list ul li .myeducation-info div a:hover {
            color: #000;
        }

        .display-myeducation-list ul li .myeducation-info div a img {
            width: 15px;
            position: absolute;
            right: 0;
            top: 2px
        }

        .display-myeducation-list ul li .myeducation-info div a.active {
            color: #14aa57
        }

            .display-myeducation-list ul li .myeducation-info div a.active:before {
                content: '';
                right: -3px;
                top: -1px;
                position: absolute;
                border-radius: 50px;
                width: 16px;
                height: 16px;
                background: #fff url(/icons/Vector-check.png) no-repeat center;
                background-size: 10px;
                border: 3px solid #14aa57;
                z-index: 1;
            }

.haslevelbox {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

    .haslevelbox .levelbox {
        display: inline-block;
        width: 18.5%;
        vertical-align: top;
        margin-top: 20px;
        margin-right: 1.5%;
        background: #fff;
        border-radius: 10px;
        padding-top: 20px;
    }

        .haslevelbox .levelbox ul {
            position: relative;
        }

            .haslevelbox .levelbox ul li {
                font-size: 12px;
                margin-bottom: 45px;
                width: 100%;
                text-align: center;
                position: relative;
            }

                .haslevelbox .levelbox ul li:after {
                    content: '';
                    position: absolute;
                    right: 32px;
                    top: 35px;
                    width: 0;
                    height: 40px;
                    border-radius: 20px;
                    border-right: 2px dashed #3459ff;
                }

                .haslevelbox .levelbox ul li a {
                    width: 50px;
                    height: 30px;
                    background-color: #fff;
                    border-radius: 5px;
                    box-shadow: 1px 2px 1px #0003;
                    margin-left: auto;
                    margin-right: 8px;
                    font-size: 25px;
                    line-height: 34px;
                    border-radius: 50px;
                    display: block;
                    color: #000;
                }

                .haslevelbox .levelbox ul li .active {
                    background-color: #057336;
                    color: #fff;
                    border-radius: 10px 50px 50px 10px;
                    padding: 0 10px 0 0;
                    text-align: right;
                }

                    .haslevelbox .levelbox ul li .active span {
                        color: #006a34;
                        padding: 0 11px;
                        border-radius: 20px;
                        right: 61px;
                        background: transparent;
                        border: 0;
                    }

                        .haslevelbox .levelbox ul li .active span:before {
                            content: '';
                            right: -26px;
                            top: -4px;
                            position: absolute;
                            border-radius: 50px;
                            width: 25px;
                            height: 26px;
                            background: #fff url(/icons/Vector-check.png) no-repeat center;
                            background-size: 15px;
                            border: 3px solid #14aa57;
                        }

                .haslevelbox .levelbox ul li .redactive {
                    background-color: #da0000;
                    color: #fff;
                    border-radius: 10px 50px 50px 10px;
                    padding: 0 10px 0 0;
                    text-align: right;
                }

                    .haslevelbox .levelbox ul li .redactive span {
                        color: #da0000;
                    }

                        .haslevelbox .levelbox ul li .redactive span:before {
                            content: '';
                            right: -26px;
                            top: -4px;
                            position: absolute;
                            border-radius: 50px;
                            width: 25px;
                            height: 26px;
                            background: #fff url(/icons/Vector-check.png) no-repeat center;
                            background-size: auto;
                            background-size: 15px;
                            border: 3px solid #f22;
                            filter: grayscale(1);
                        }

                .haslevelbox .levelbox ul li a span {
                    position: absolute;
                    right: 64px;
                    top: 3px;
                    font-size: 13px;
                    font-weight: 200;
                    height: 25px;
                    line-height: 24px;
                    color: #999;
                    padding: 0 11px;
                    border-radius: 20px;
                    letter-spacing: -0.5px;
                }

.edu-show-list .edu-showprice-list {
    background: #DFFFDE;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: inline-block;
    height: 100px;
    position: relative;
    margin-bottom: 22px !important;
}

    .edu-show-list .edu-showprice-list > img {
        position: absolute;
        margin: auto !important;
        left: 0;
        right: 0;
        top: -15px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        width: auto !important;
        padding: 5px 5px;
    }

    .edu-show-list .edu-showprice-list h2 {
        padding-top: 50px;
        color: #000;
        font-size: 22px !important;
        position: relative;
    }

        .edu-show-list .edu-showprice-list h2 span {
            font-size: 10px;
            position: absolute;
            left: 40px;
            transform: rotate(-50deg);
            color: #000;
            top: 55px;
            letter-spacing: -1px;
        }

.no-margin {
    margin-bottom: 0 !important;
}

.class-time div span, .class-time span {
    font-size: 15px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.manage-form .edu-textarea-meeting {
    min-height: 176px !important;
}

.meeting-list {
    margin-bottom: 30px;
}

    .meeting-list ul li {
        font-size: 0;
    }

    .meeting-list ul li {
        background: #DFFFDE;
        border: 1px solid #E3E3E3;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        display: inline-block;
        width: 48%;
        margin-left: 4%;
        min-height: 150px;
        position: relative;
    }

        .meeting-list ul li:nth-child(2n) {
            margin-left: 0;
        }

        .meeting-list ul li a {
            background: #FCFF6D;
            -moz-user-select: none;
            border: 0;
            border-radius: 5px;
            color: #000 !important;
            cursor: pointer;
            display: inline-block;
            font-family: webmehrazfont;
            font-size: 14px;
            font-weight: 400;
            height: 40px;
            line-height: 40px;
            margin: 0;
            overflow: hidden;
            padding: 0 10px;
            position: absolute;
            text-transform: capitalize;
            z-index: 1;
            box-shadow: 0px 2px 1px #0003;
            left: 10px;
            bottom: 10px;
        }

        .meeting-list ul li .meeting-title {
            font-size: 15px;
            background: #F4FFF3;
            border-radius: 10px;
            height: 40px;
            line-height: 40px;
            margin-bottom: 10px;
            position: relative;
        }

            .meeting-list ul li .meeting-title .num-meetting {
                font-size: 25px;
                background: #009B2B;
                border-radius: 5px;
                height: 40px;
                line-height: 40px;
                display: block;
                position: absolute;
                left: 12px;
                top: 20px;
                width: 40px;
                color: #fff;
                text-align: center;
            }

        .meeting-list ul li .meeting-desc {
            font-size: 15px;
        }

        .meeting-list ul li div {
            padding: 0 10px;
        }

.manage-form .plus-btn {
    background: #0E22B4 url(/icons/add-btn.png) no-repeat center / 20px;
}

.manage-form .pen-btn {
    background: #0E22B4 url(/icons/pen-btn.png) no-repeat center / 20px;
}

.manage-form .teacher-btn {
    background: #0E22B4 url(/icons/add-btn.png) no-repeat center/25px;
    width: 50px;
    float: left;
}

.manage-form .teacher-add-btn {
    background: #DFFFDE url(/icons/add-black.png) no-repeat right /20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #000 !important;
    background-position-x: 95px;
    position: absolute;
    left: 0;
    width: 130px;
    font-size: 13px;
    padding-right: 40px;
    top: 0;
}

.manage-form .edu-checklst {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    height: 50px;
    padding: 0px 0 0 10px;
    line-height: 50px;
    margin: 0 0 10px 3.5%;
    position: relative;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

    .manage-form .edu-checklst:after {
        display: none;
    }

    .manage-form .edu-checklst:nth-child(3n) {
        margin-left: 0;
    }

    .manage-form .edu-checklst:before {
        bottom: 0;
        content: '';
        right: 0;
        margin: auto;
        position: absolute;
        top: -3px;
        width: 20px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        height: 20px;
        z-index: 1;
        right: -10px;
        top: 0;
    }

.edu-checklst.active:before {
    color: #000;
    background: #fff url(/icons/Vector-check.png) no-repeat center;
    background-size: 14px;
}

.manage-form .edu-checklst img {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    margin: 5px 17px 5px 10px;
    border-radius: 8px;
    opacity: 0.7;
}

.manage-form .edu-checklst span {
    display: inline-block;
    vertical-align: top;
}

.manage-form .edu-teacher {
    padding-left: 150px;
}

.manage-form .edu-platform {
    margin-left: 5% !important;
    padding-right: 100px !important;
}

    .manage-form .edu-platform img {
        right: 25px !important;
        height: 49px !important;
        top: -7px !important;
    }

    .manage-form .edu-platform span {
        font-size: 15px;
        color: #A40000;
        font-weight: 500;
    }

.manage-form .edu-checklst.active {
    background: #d7ffc5;
}

.manage-form .platform-link {
    direction: ltr;
    text-align: left;
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 18px;
}

.edu-table {
    display: table;
    width: 100%;
    border-spacing: 2px 2px;
}

    .edu-table .item {
        display: table-row;
    }

    .edu-table .col {
        display: table-cell;
        font-size: 11px;
        vertical-align: top;
        font-size: 13px;
        box-sizing: border-box;
        border-radius: 3px;
        background: #fafdff;
        text-align: center;
        color: #000;
        line-height: 30px;
        position: relative;
        font-weight: 200;
        letter-spacing: -0.5px;
    }

        .edu-table .col .table-mobile-title {
            left: 2px;
            position: relative;
            font-weight: 400;
            display: none;
        }

    .edu-table .chatlink {
        display: block;
        margin: 10px 10px;
        background: url(/icons/ico-sms.png) no-repeat center right 2px;
        background-size: 19px;
        height: 20px;
        padding: 0 25px 0 4px;
        border-radius: 4px;
        line-height: 20px;
        color: #000;
    }

    .edu-table .paid {
        font-weight: 500;
        font-size: 9px;
        color: #14aa57;
    }

    .edu-table .unpaid {
        font-weight: 500;
        font-size: 9px;
        color: #da0000;
    }

    .edu-table span.ltr {
        display: inline-block;
        letter-spacing: -0.5px;
    }

    .edu-table img {
        max-width: 100px;
    }

    .edu-table .head-item .col {
        background: #0b1e6d;
        font-weight: 500;
        font-size: 11px;
        color: #fff;
    }

    .edu-table .img-floating {
        max-height: 28px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 4px;
        margin-left: 10px;
    }

    .edu-table .table-col-update {
        color: #000;
        padding-right: 20px;
        font-size: 11px;
        background: url(/icons/068-pencil.png) no-repeat center right 5px;
        background-size: 10px;
        cursor: pointer;
        color: #555000;
        font-weight: 400;
    }

    .edu-table .table-col-delete {
        color: #000;
        padding-right: 20px;
        font-size: 11px;
        background: url(/icons/132-trash-1.png) no-repeat center right 5px;
        background-size: 10px;
        cursor: pointer;
        color: #f44;
        font-weight: 400;
    }

.user-commentbox {
    position: relative;
}

    .user-commentbox img {
        width: 25px;
        opacity: 0.5;
        position: absolute;
        right: 19px;
        top: 8px;
        background: #dfdfdf;
        padding: 5px;
    }

    .user-commentbox h2 {
        padding: 0 40px 0 0 !important;
        margin: 0;
        display: inline-block;
        font-size: 15px;
        text-align: justify !important;
        vertical-align: top;
        font-weight: 500;
        position: relative;
        margin-bottom: 9px;
        color: #001e9f;
    }

    .user-commentbox textarea {
        background: #FFFFFF;
        box-shadow: 0px 2px 1px #0003;
        border-radius: 10px;
        height: 160px;
        margin-bottom: 15px;
        padding: 10px;
        font-size: 14px;
        resize: none;
        border: 0;
    }

    .user-commentbox .btn {
        margin: 20px 0 0 0;
    }

    .user-commentbox .user-commentbox li {
        border-radius: 10px;
        padding: 10px;
        background: #fff;
        margin-bottom: 0;
        padding-bottom: 34px;
    }


    .user-commentbox .commentlistbox li .answerbox {
        margin: 26px 20px 0 0;
        padding: 20px 0 5px 5px;
        border-radius: 10px;
        background: linear-gradient(45deg, #fff, #f4f4f4);
        margin-right: 30px;
        border: 1px solid #fff;
        position: relative;
    }

        .user-commentbox .commentlistbox li .answerbox p {
            padding-right: 30px;
        }

        .user-commentbox .commentlistbox li .answerbox h2 {
            padding: 0 30px 0 0 !important;
            padding-right: 30px;
        }

    .user-commentbox .commentlistbox li .date {
        background: #edf2ff;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 12px;
        color: #959595;
        margin: 20px auto 5px 0;
        display: block;
        width: 200px;
        text-align: center;
    }

.commentlistbox {
    margin-top: 20px;
}

    .commentlistbox ul {
    }

.commentbox .btn {
    margin: 20px 0 0 0;
}

.commentlistbox li {
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 34px;
    position: relative;
}

    .commentlistbox li:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #f7f7f7, #ddd,#f7f7f7);
    }

    .commentlistbox li .answerbox {
        margin: 26px 20px 0 0;
        padding: 20px 0 5px 5px;
        border-radius: 10px;
        background: linear-gradient(45deg, #fff, #f4f4f4);
        margin-right: 30px;
        border: 1px solid #fff;
        position: relative;
    }

        .commentlistbox li .answerbox p {
            padding-right: 30px;
        }

        .commentlistbox li .answerbox h2 {
            padding: 0 30px 0 0 !important;
            padding-right: 30px;
        }

    .commentlistbox li .date {
        background: #edf2ff;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 12px;
        color: #959595;
        margin: 20px auto 5px 0;
        display: block;
        width: 200px;
        text-align: center;
    }

.comment-fullname {
    font-size: 15px;
    color: #001e9f;
}

.question-comment .date {
    background: #edf2ff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 12px;
    color: #959595;
    margin: 20px auto 5px 0;
    display: block;
    width: 200px;
    text-align: center;
}

.answered {
    color: #057135;
}

.notanswered {
    color: #fd0000;
}

.usernavbtn {
    position: absolute;
    bottom: -20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff url(/icons/menubtn.png) no-repeat center center / 35px;
    display: block;
    border-radius: 6px;
    transition: 0.5s all ease;
    z-index: 1;
    box-shadow: 0 0 10px #0002;
}

.user-mobile-navigation {
    display: none;
    position: fixed;
    left: -240px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    z-index: 10;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    width: 240px;
    opacity: 0;
    transition: 0.5s all ease;
    height: 100vh;
    margin: 0;
}

.show-mobile-navigation {
    opacity: 1;
    left: 0;
    overflow: auto;
    margin: 0;
}

.usernav-main {
    display: none;
}

.userfastlinks {
    width: 90%;
    position: relative;
    margin-top: -140px;
    background: #fff;
    padding: 30px;
    border-radius: 10px
}

    .userfastlinks > h2 {
        position: relative;
        font-size: 16px;
        text-align: right;
        margin-bottom: 10px;
    }

    .userfastlinks .loanstatus {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        position: relative;
        margin-top: 40px;
    }

    .userfastlinks .titleloan {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 20%;
        justify-content: center;
        text-align: center;
        left: 0;
        top: 0;
        height: 100%;
        opacity: 0.2;
    }

        .userfastlinks .titleloan h2 {
            font-size: 15px;
            text-align: center;
        }

        .userfastlinks .titleloan img {
            width: 40px;
            margin: 0 auto;
            display: block;
        }

        .userfastlinks .titleloan:before {
            content: '';
            position: absolute;
            right: -30px;
            top: 0;
            width: 0px;
            border-radius: 20px;
            border-right: 1px solid #000;
            bottom: 0;
            margin: auto;
        }

    .userfastlinks .loandescription {
        display: flex;
        flex-direction: column;
        color: #5e5e5e;
    }

        .userfastlinks .loandescription strong {
            color: #f00;
        }

        .userfastlinks .loandescription p {
            font-size: 13px
        }

        .userfastlinks .loandescription a {
            color: #000;
            padding: 0 10px;
            border-radius: 4px;
            font-size: 12px;
            margin-top: 10px;
            width: 200px;
            cursor: pointer;
            background: #fee;
        }

    .userfastlinks .mainlinks {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px 9%;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }


        .userfastlinks .mainlinks li {
            margin-bottom: 18px;
            text-align: center;
        }

            .userfastlinks .mainlinks li a {
                display: flex;
                border-radius: 10px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                font-size: 11px;
                font-weight: 400;
                text-align: center;
                cursor: pointer;
                color: #333;
                line-height: 1.4;
            }

                .userfastlinks .mainlinks li a:hover img {
                    background: #36c;
                }

                .userfastlinks .mainlinks li a > img {
                    width: 100%;
                    max-width: 120px;
                    padding: 10px 32px;
                    background: #f7f7f7;
                    border-radius: 10px;
                    transition: 0.3s all ease;
                    margin-bottom: 12px;
                }

.authenticate {
    position: absolute;
    right: 40px;
    width: 20%;
    top: 45px;
}

    .authenticate ul {
    }

        .authenticate ul li {
            border-radius: 10px;
            padding: 5px 30px 5px 5px;
            font-size: 12px;
            font-weight: 400;
            text-align: right;
            position: relative;
            z-index: 10;
            display: block;
        }

            .authenticate ul li:after {
                content: '';
                position: absolute;
                right: 0;
                margin: auto;
                width: 0px;
                height: 66px;
                border-radius: 20px;
                border-right: 2px dashed #f90;
                z-index: -1;
                top: 17px;
            }

            .authenticate ul li.approve {
                color: #097439;
            }

                .authenticate ul li.approve::before {
                    content: "";
                    width: 21px;
                    height: 21px;
                    background: #fff url('/icons/checkbottom.png') no-repeat center center;
                    background-size: auto;
                    background-size: contain;
                    position: absolute;
                    right: -12px;
                    margin: auto;
                    border: 2px solid #fff;
                    border-radius: 50px;
                    box-shadow: 0px 3px 5px 0px rgba(191, 191, 191, 0.75);
                    top: 10px;
                }

            .authenticate ul li.unapproved {
                color: #da0000;
                font-weight: bold;
            }

                .authenticate ul li.unapproved::before {
                    content: "";
                    width: 25px;
                    height: 25px;
                    background: url('/icons/decline.png') no-repeat center center;
                    background-size: auto;
                    background-size: contain;
                    position: absolute;
                    right: -14px;
                    margin: auto;
                    border: 2px solid #fff;
                    border-radius: 50px;
                    box-shadow: 0px 3px 5px 0px rgba(191, 191, 191, 0.75);
                    top: 7px;
                }

.useravatar {
    width: 20%;
    /*! display: flex; */
    justify-content: center;
    align-content: center;
}

    .useravatar img {
        width: 100%;
        height: 270px;
    }

.progress-container {
    border-radius: 10px;
    position: absolute;
    top: 80px;
    right: 0;
    margin: auto;
    width: 220px;
    background: #fff;
    padding-bottom: 20px;
}

.progress {
    height: 8px;
    margin-bottom: 20px;
    background: #ffeaea;
}

.progress-bar {
    background-color: #28a745;
    transition: width 0.3s ease;
}

.step {
    text-align: center;
    margin: 0 1px;
    position: relative;
    font-size: 14px;
    height: 50px;
    display: block;
}

    .step strong {
        position: absolute;
        top: 20px;
        left: 0;
        right: 70px;
        margin: auto;
        width: 100%;
        text-align: right;
        font-size: 14px;
        color: #666;
        font-weight: 700;
    }


    .step.active {
        color: white;
    }

        .step.active strong {
            color: #f90;
            background: linear-gradient(90deg, transparent, #fcffa7ed);
            border-radius: 0 6px 6px 0;
            padding-right: 2px;
        }

            .step.active strong span {
                color: #fff;
                background: linear-gradient(90deg,#f90, transparent);
            }

    .step.filled strong span {
        background: linear-gradient(90deg,#14aa57, #149944);
        color: #fff
    }

    .step strong span {
        width: 60px;
        background: #14aa57;
        height: 30px;
        display: block;
        text-align: left;
        border-radius: 50px 0 0 50px;
        position: absolute;
        right: -70px;
        top: -2px;
        line-height: 30px;
        background: linear-gradient(90deg,#fff, #eee);
        padding: 0 0 0 10px;
    }

    .step.filled {
        color: white;
    }

        .step.filled strong {
            color: #087b3b;
            background: linear-gradient(90deg, transparent, transparent);
            padding-right: 0;
        }

    .step.completed {
        background-color: #28a745;
        color: white;
    }

.step-content {
    display: none;
}

    .step-content.active {
        display: block;
    }

.card-wrapper {
    position: relative;
    height: 270px;
    overflow: hidden;
}

    .card-wrapper:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 200px;
        border-radius: 500px 500px 0 0;
        filter: blur(20px);
        animation: changebackcolor 10s infinite;
    }

@keyframes changebackcolor {
    0% {
        background: #fbffbf55;
    }

    20% {
        background: #ffbfc855;
    }

    40% {
        background: #bfd9ff55;
    }

    60% {
        background: #bfd9ff55;
    }

    80% {
        background: #bfd9ff55;
    }

    0% {
        background: fbffbf55;
    }
}

.card-container {
    position: absolute;
    top: -2px;
    left: calc(50% + 100px);
    transform: translate(0, 0);
    perspective: 1000px;
    cursor: pointer;
    z-index: 1;
}

.card {
    width: 200px;
    height: 300px;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

    .card.flipped {
        transform: rotateY(180deg);
    }

.card-face {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    background-size: cover;
    background-position: center;
}

.front {
    background-image: url('/images/front.png');
}

.back {
    background-image: url('/images/back.png');
    transform: rotateY(180deg);
    font-size: 18px;
}

    .back strong {
        position: absolute;
        left: 29px;
        top: 16px;
        color: #fff;
        font-size: 15px;
        text-align: left;
    }

.card-container:hover {
    cursor: pointer;
}

.profile-mobile-info {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    background-color: #eee;
    z-index: 1000;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;
    padding: 20px 50px;
    font-size: 12px;
}

    .profile-mobile-info.active {
        transform: translateX(0);
    }

.profile-mobile-info-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #333;
}

    .profile-mobile-info-title strong {
        font-size: 20px;
        color: #1a237e;
    }

.profile-mobile-info .mobile-showing {
    font-size: 14px;
    color: #616161;
    margin-right: 8px;
}

.profile-mobile-info .profilepic img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #1e88e5;
    margin-left: 8px;
}

.profile-mobile-info a {
    color: #da0000;
    font-weight: 500;
}

.profile-mobile-info .profile-mobile-info a:hover {
    text-decoration: underline;
}

.profile-status {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    box-sizing: border-box;
}

    .profile-status:first-child {
        margin-left: 40px !important;
    }

    .profile-status strong {
        color: #d32f2f;
    }

.profile-mobile-info h2 {
    font-size: 10px;
    color: #424242;
    margin-top: 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
}

.profile-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-links li {
    margin-bottom: 12px;
}

.profile-links a {
    font-size: 12px;
    color: #aaa;
    display: block;
    transition: all 0.2s ease-in-out;
}

    .profile-links a:hover {
        color: #1565c0;
        padding-right: 6px;
    }

.profile-signout {
    display: block;
    margin: 24px auto 0;
    text-align: center;
    border: 2px solid #d32f2f;
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .profile-signout:hover {
        background-color: #b71c1c;
    }
