.svg-icon-primary {
    color: #009ef7;
}
.svg-icon-user {
    fill:#b5b5c3;
}
.svg-icon-star-mute {
    fill: #d9d9d9;
}
.svg-icon-money{
    fill: #a78bfa;
}
.svg-icon-arrow-green {
    fill: #34d399
}
.svg-icon-arrow-star {
    fill: #fcd34d;
}
.svg-icon-arrow-red {
    fill: #fb7185
}
.svg-icon-blue{
    fill:#a78bfa;
}
.svg-icon-cyan{
    fill: #22d3ee;
}
.svg-icon-yellow{
    fill: #EDD812;
}
.custom-border-yellow{
    border-color: #EDD812;
}
.custom-yellow-color{
    color: #EDD812;
}
.svg-icon-amber{
    fill: #fbbf24;
}
.svg-icon-fuchsia{
    fill: #e879f9;
}
.svg-icon-purple{
    fill: #c084fc;
}
.svg-icon-fuchsia-300{
    fill: rgb(240 171 252);
}
.svg-icon-reply{
    fill: #d3dcea;
}
.svg-icon-mali-calendar {
    fill: #7b7b87;
}
.custom-text-gray{
    color: #b5b5c3;
}
.text-font-5{
    font-size: 5px;
}
.text-font-9{
    font-size: 9px;
}
.text-font-10{
    font-size: 10px;
}
.text-font-11{
    font-size: 11px;
}
.text-font-12{
    font-size: 12px;
}
.text-font-13{
    font-size: 13px;
}
.text-font-14{
    font-size: 14px;
}
.text-font-15{
    font-size: 15px;
}
.text-font-16{
    font-size: 16px;
}
.text-font-17{
    font-size: 17px;
}
.text-font-35{
    font-size: 35px;
}
.text-font-40{
    font-size: 40px;
}
.profile-progress {
    display: flex;
    height: 0.3rem;
    overflow: hidden;
    font-size: 0.75rem;
    border-radius: 6px;
    box-shadow: none;
}
.profile-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
}
.profile-box.profile-progress {
    display: flex;
    height: 0.35rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #eee;
    border-radius: 6px;
    box-shadow: none;
}
.profile-tab-list ul li:after{
    content: "\f111";
    font-size: 5px;
    color: #f3c8fa;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: relative;
    right: 12px;
    padding: 0 10px;
}
.profile-tab-list ul li:last-child:after{
    content: none;
}
.border-r-3{
    border-right-width: 3px;
}
.icon-box-mali .bg {
    position: absolute;
    display: inline-block;
    top: 46%;
    right: 13px;
    z-index: 0;
    width: 50px;
    height: 50px;
    opacity: 0.41;
    border-radius: 50% 70% 50% 70% / 70% 50% 70% 50%;
    transform: rotate(30deg) translate(-25%,-36%);
    transform-origin: center center;
}

.icon-box-mali .bg-color3 {
    background-color: #fc368a !important;
}
.icon-box-mali svg {
    fill: #333;
    position: relative;
    top: -5px;
    right: 6px;
}

.icon-box-mali .pos svg {
    top: -8px;
    right: 6px;
}
.h-factor {
    height: 25rem;
}
.new-box.box.progress {
    height: 0.35rem;
    background-color: #eee;
}


.FlipBox{

    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}

.FlipBox:hover .FlipBox-wrap1, .FlipBox:hover .FlipBox-wrap1{
    webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.FlipBox-wrap1
{

    position: relative;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.FlipBox-sectionFront {
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;

}
.FlipBox-sectionBack{
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    color:#fff;

}
.FlipBox-sectionBack .section-content{
    color: #fff;
}
.img
{
    padding:10px;
}
.FlipBox-sectionBack
{
    /*background-color: #00cff4;*/

}
.section-content
{
    color: #3a3a3a;
    margin:0px 5px;
}
.section-button
{
    padding: 10px;
}
.btn1, .btn2, .btn3 , .btn4
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color:inherit;
    padding:10px 40px;
    -webkit-transition:0.5s;
    transition:0.5s;

}

.btn1, .btn2, .btn3, .btn4 {
    color: #00cff4;
    background-color: #fff;
}


@media (max-width: 768px)
{
    .FlipBox{
        width: 100%;
        padding: 70px;
    }
}
.FlipBox-wrap1 .image-style{
    margin: 0 auto;
}
.custom-bottom{
    bottom: 2px;
    right: 0px;
}
.customer-comment:before{
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    border-right: 22px solid #f1f5f9;
    border-top: 42px solid transparent;
}



/* --------------------------------

Main components

-------------------------------- */



#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 2px;
    background: #eee;
}
#cd-timeline::after{
    content: "بازخوردها";
    position: absolute;
    font-family: IRANSans;
    top: -28px;
    right: 43.5%;
    background: #f2e6ff;
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
    color: #c591fc;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 4em;
        margin-bottom: 1em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: 5px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}


@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 72px;
        height: 72px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

}

.cd-timeline-content {
    position: relative;
    margin: 0;
    padding: 1em;
}
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 14px solid transparent;
    border-right: 14px solid #ffffff;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-right: 0;
        padding: 1.2em;
        width: 43%;
        float: right;
    }
    .cd-timeline-content::before {
        top: 20px;
        right: 100%;
        border-color: transparent;
        border-right-color: #dbeafe;
        left: auto;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(2n+1) .cd-timeline-content {
        float: left;
    }
    .cd-timeline-block:nth-child(2n+1) .cd-timeline-content::before {
        top: 21px;
        right: auto;
        left: 100%;
        border-color: transparent;
        border-left-color: #dbeafe;
    }
    .cd-timeline-block:nth-child(2n+1) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(2n+1) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

}




@media only screen and (min-width : 1920px){/*4xl*/

}
@media only screen and (min-width : 1536px) and (max-width : 1919px) {/*3xl*/

}
@media only screen and (min-width : 1367px) and (max-width : 1535px) {/*2xl*/

}
@media only screen and (min-width : 1280px) and (max-width : 1366px) {/*xl*/
    .icon-box-mali svg {
        top: 0px;
        right: 10px;
    }
    .icon-box-mali .bg {
        top: 52%;
        right: 13px;
    }
    .cd-timeline-content {
        margin-right: -37px;
    }
    .cd-timeline-block:nth-child(2n+1) .cd-timeline-content {
        margin-left: -21px;
    }
}
@media only screen and (min-width : 1024px) and (max-width : 1279px) {/*lg*/

}
@media only screen and (min-width : 768px) and (max-width : 1023px) {/*md*/
    .profile-tab-list ul li:after {
        right:5px
    }
    .custom-inset-x-28 {
        left: 8.5rem !important;
        right: 8.5rem !important;
    }
}
@media only screen and (max-width : 767px){
    .table-factor{
        width: 700px !important;
    }
}
@media only screen and (min-width : 640px) and (max-width : 767px) {/*sm*/
    .custom-inset-x-28 {
        left: 8.5rem !important;
        right: 8.5rem !important;
    }
}
@media only screen and (max-width : 639px) {/*xs*/

    .profile-tab-list ul li:after {
        content: none;
    }
    .custom-inset-x-28 {
        left: 8.5rem !important;
        right: 8.5rem !important;
    }
}

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: "";
    display: table;
    clear: both;
}

