.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: 18px;
    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: 11px;
}

.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;
}



@media only screen and (max-width : 639px) {

    .profile-tab-list ul li:after {
        content: none;
    }
}
