<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-b';
    src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-t';
    src: url('fonts/roboto/Roboto-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: roboto, vazir, Tahoma, Arial, Sans-serif;
    font-size: 12px;
    direction: ltr;
}

.sep {
    height: 1px;
    background: #DEDEDE;
    clear: both;
}

.sep-green {
    height: 1px;
    background: #93BD42;
    clear: both;
}

.h-10 {
    height: 10px;
    clear: both;
}

.h-15 {
    height: 15px;
    clear: both;
}

.h-20 {
    height: 20px;
    clear: both;
}

.h-25 {
    height: 25px;
    clear: both;
}

.h-30 {
    height: 30px;
    clear: both;
}

.p-r-7-d {
    padding-right: 7px;
}

.p-l-7-d {
    padding-left: 7px;
}

.btn-orange {
    background: #FFAF0B;
    color: #ffffff;
    min-width: 100px;
}

.btn-red {
    background: #343871;
    color: #ffffff;
    min-width: 100px;
}

.btn-green {
    background: #78AD13;
    color: #ffffff;
    min-width: 100px;
}

.btn-blue {
    background: #343871;
    color: #ffffff;
    min-width: 100px;
}

.btn-gray {
    background: #F0F0F0;
    color: #4c4c4c;
    min-width: 100px;
}

.back-orange {
    background: #FFAF0B !important;
}

.back-red {
    background: #E91E63 !important;
}

.back-green {
}

.back-blue {
}


/* Box shadow */

.sbox1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.sbox2 {
    -webkit-box-shadow: 0 1px 2px #777;
    -moz-box-shadow: 0 2px 1px #777;
    box-shadow: 0 2px 1px #777;
}

.sbox3 {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.sbox4 {
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}

.sbox5 {
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
}

.sbox6 {
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}

.sbox7 {
    box-shadow: 0 4px 2px -3px;
}

.sbox8 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.sbox9 {
    border-bottom: 0 none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}

.sbox10 {
    -webkit-box-shadow: 0 7px 4px #777;
    -moz-box-shadow: 0 7px 4px #777;
    box-shadow: 0 7px 4px #777;
}

.sbox11 {
    -webkit-box-shadow: 0 3px 2px #777;
    -moz-box-shadow: 0 3px 2px #777;
    box-shadow: 0 3px 2px #777;
}

.sbox12 {
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}

.sbox13 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.sbox14 {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.sbox15 {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
    border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}

.sbox16 {
    box-shadow: 0 1px 1px 0 #C7C7C7 inset;
    background: none repeat scroll 0 0 #E9E9E9;
}

.line-header {
    height: 4px;
    background: #13ce9c;
}

.middle-header {
    padding-top: 10px;
    height: auto;
    padding-bottom: 10px;
}

.middle-header a:hover {
    text-decoration: none;
}

.middle-header .logo-icon {
    padding-left: 0px;
}

.middle-header .search-box {
    height: 30px;
    margin-top: 7px;
    padding-left: 10px;
    width: 360px;
    padding-bottom: 6px;
    position: relative;
}

.middle-header .search-box input {
    outline: none;
    line-height: 30px;
    height: 45px;
    border: 1px solid #d9dfe5;
    width: 360px;
    -webkit-border-radius: 23px;
    border-radius: 25px;
    padding: 0 25px;
}

.middle-header .search-box button {
    background-color: #343871;
    border: none;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: -10px;
    border-radius: 30px;
}

.middle-header .header-upload-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #13ce9c;
    position: relative;
    padding-right: 11px;
    padding-left: 40px;
    color: #4C4C4C;
    font-weight: bold;
    margin-right: 20px;
    transition: background 1s;
    box-shadow: 0 4px 20px rgba(249, 6, 6, 0.15);
}

.middle-header .header-upload-button:hover span {
    color: #ffffff;
    transition: all 1s;
}

.middle-header .header-upload-button:hover {
    color: #ffffff;
    transition: all 1s;
}

.middle-header .header-login-button {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    padding: 8px;
    border-radius: 5px;
    padding-left: 37px;
    padding-right: 11px;
    color: #4C4C4C;
    font-weight: bold;
}

.middle-header .header-login-in-button {
    position: relative;
    cursor: pointer;
    color: #4C4C4C;
    font-weight: bold;
}

.middle-header .header-login-in-button label {
    position: relative;
    cursor: pointer;
    padding-right: 10px;
    margin-left: 10px;
}

.middle-header .header-login-in-button a{
    position: relative;
    cursor: pointer;
    padding-right: 10px;
    margin-left: 10px;
}

.middle-header .header-login-in-button a:hover{
    text-decoration: none;
}

.middle-header .header-login-in-button img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    margin-top: -6px;
    border: 2px solid #EFEFEF;
}

.middle-header .header-login-in-button img:hover {
    border: 3px solid #C2C3C3;
    -webkit-transition: border 0.5s ease-out;
}


#header-menu-section {
    background: #ffffff;
    z-index: 9999 !important;
    height: auto;
    width: 100%;
}

.menu-header {
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
    margin: 0;
    background: #ffffff;
    box-shadow: 0px 13px 20px 0px rgba(46, 61, 73, 0.09);
    z-index: 9999 !important;
}

.menu-header ul {
    margin: 0;
    padding: 0;
}

.menu-header ul li {
    display: inline-block;
    list-style: none;
    padding: 18px;
    border-top: 4px solid transparent;
    height: auto;
    overflow: hidden;
    padding-bottom: 16px;
    text-align: right;
    padding-right: 0;
}

.menu-header ul li.has-child a {
    cursor: default !important;
}

.menu-header ul li ul {
    display: none;
}

.menu-header ul li:hover {
    border-top: 4px solid #78AD13;
}

.menu-header ul li a img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    height: 25px;
    width: auto;
}

.menu-header ul li a {
    color: #4c4c4c;
    text-decoration: none;
}

.menu-header ul li a:hover {
    opacity: 0.8;
}

.menu-header-child {
    display: none;
    position: fixed;
    background: #ffffff;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #93BD42;
}

.menu-header-child ul {
    margin: 0;
    padding: 0;
}

.menu-header .menu-logo {
    vertical-align: middle;
    margin: 5px auto 0;
    display: block;
    height: auto;
    display: none;
}

.parts-slider {
    height: 488px;
    color: #ffffff;
    position: relative;
}

.parts-slider .down-flesh {
    position: absolute;
    font-size: 3em;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
    transition: font-size 0.5s;
    cursor: pointer;
}

.parts-slider .down-flesh:hover {
    color: #FFAB00;
    font-size: 3.4em;
}

.parts-slider-container {
    margin-top: 100px;
}

.parts-slider .parts-slider-container h2 {
    padding: 0;
    margin: 0;
    color: #ffffff;
}

.parts-slider .parts-slider-container span {
    line-height: 180%;
    display: inline-block;
    margin-top: 20px;
    text-align: justify;
}

.parts-slider .parts-slider-container .parts-slider-button {
    margin-top: 15px;
    text-align: center;
}

.parts-slider .parts-slider-container .parts-slider-button a {
    margin: 10px;
    border: 2px solid #E11E60;
    display: inline-block;
    padding: 8px;
    min-width: 170px;
    width: auto;
    overflow: hidden;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
}

.parts-slider .parts-slider-container .parts-slider-button a:hover {
    background: #FFAB00;
    border: 2px solid transparent;
    text-decoration: none;
}

.parts-container {
}

.parts-container .parts-container-slide {
    display: none;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox &lt; 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera &lt; 12.1 */
    animation: fadein 2s;
}

.parts-container .parts-container-slide:first-child {
    display: block;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox &lt; 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera &lt; 12.1 */
    animation: fadein 2s;
}

.parts-container .header {
}

.parts-container .header span {
    display: inline-block;
    background: #343871;
    color: #ffffff;
    padding: 12px;
    font-size: 1.5em;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.parts-container .header h2 {
    display: inline-block;
    font-size: 1.4em;
    padding-right: 10px;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
}

.parts-container .header h2 a {
    color: #5e5e5e;
    font-size: 22px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding: 5px;
}

.parts-container .header h2 a:hover {
    text-decoration: none;
}

.parts-container .body-container {
    padding-top: 28px;
}

.parts-container .body-container img {
    border: 2px solid #F2F2F2;
    border-radius: 4px;
    width: 100%;
    height: auto;
}

.parts-container .body-container .text-item {
    text-align: justify;
    font-size: 0.9em;
    border-left: 2px solid #919191;
    line-height: 150%;
}

.parts-container .body-container .timer-item {
    text-align: justify;
    font-size: 0.8em;
    border-left: 2px solid #919191;
    padding-top: 8px;
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
}

.parts-container .body-container .price-item {
    text-align: justify;
    font-size: 0.8em;
    border-left: 2px solid #919191;
    padding-top: 8px;
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
}

.parts-container .body-container .profile-item {
    border-left: 2px solid #919191;
}

.parts-container .body-container .item-container img {
    border: none;
    width: auto;
    width: 24px;
    height: 24px;
}

.parts-container .body-container .item-container {
    display: block;
    clear: both;
}

.parts-container .body-container .item-container:nth-child(2) {
    display: block;
    padding-top: 15px;
    clear: both;
}

.parts-container .body-container .item-container:nth-child(3) {
    padding-top: 16px;
    display: block;
    clear: both;
}

.parts-container .body-container .item-container:nth-child(4) {
    padding-top: 16px;
    display: block;
    clear: both;
}

.btn-container-more {
    background: rgba(249, 6, 6, 0);
    border: 2px solid #343871;
    color: #4c4c4c;
    text-align: center;
    width: 100%;
    margin-top: 35px;
    font-weight: bold;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
    transition: all 300ms;
}

.btn-container-more:hover {
    background: #e91e63;
    color: #ffffff;
    transition: all 300ms;
}

.container-banner-section {
    float: left;
    padding: 0;
}

.container-banner-section img {
    height: auto;
    margin-bottom: 10px;
    display: inline-block;
}

.parts-container .container-bullet {
    text-align: center;
    margin-top: 30px;
}

.parts-container .container-bullet li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #ffffff;
    border: 1.9px solid #343871;
    margin: 5px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox &lt; 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera &lt; 12.1 */
    animation: fadein 2s;
}

.parts-container .container-bullet li:hover {
    background-color: #343871;
}

.parts-container .container-bullet li.active {
    background: #343871;
    cursor: default;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox &lt; 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera &lt; 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox &lt; 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera &gt; 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera &lt; 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.newest-container {
    margin-top: 0px;
    background: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.newest-container .header {
    text-align: center;
    height: auto;
    overflow: hidden;
}

.newest-container .header span {
    background: url("../images/icons/Home/sections/content-new.svg");
    background-size: 28px 28px;
    background-position: center left;
    padding-left: 35px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    color: #4c4c4c;
    font-size: 1.5em;
    font-weight: bold;
    color: #5e5e5e
}

.newest-container .body {
    margin-top: 25px;
    margin-bottom: 0px;
    height: auto;
}

.newest-container .body .content-box {
    direction: ltr;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 240px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    color: #000;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(233, 233, 233, 1);
}

.newest-container .body .content-box:hover {
    text-decoration: none;
}

.newest-container .body .content-box .img-container {
    position: relative;
}

.newest-container .body .content-box img {
    width: 100%;
    height: 155px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.request-box img {
    width: 152px !important;
    height: 152px !important;
    margin: 3px auto 0 !important;
    border-radius: 152px;
    border: 2px solid #C6C4C4;
}

.newest-container .body .content-box:hover .off-badge {
    opacity: 0;
    transition: 1.4s opacity;
}

.newest-container .body .content-box:hover .vip-badge {
    opacity: 1 !important;
}

.newest-container .body .content-box .off-badge {
    transition: 0.8s opacity;
    opacity: 1;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 65px 65px 0 0;
    border-color: #E91E63 transparent transparent transparent;
    border-style: solid;
    top: 0px;
    left: 0;
    display: inline-block;
}

.newest-container .body .content-box .vip-badge {
    border-width: 75px 75px 0 0;
    border-color: #FFAF0B transparent transparent transparent;
}

.newest-container .body .content-box .vip-badge label {
    top: -75px !important;
    left: 35px !important;
    font-size: 1.4em !important;
}

.newest-container .body .content-box .off-badge label {
    transform: rotate(-50deg);
    position: absolute;
    top: -67px;
    display: block;
    left: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 1.0em;
    width: 75px;
}

.newest-container .body .content-box .off-badge label span {
    font-size: 0.7em;
    top: 14px;
    display: inline-block;
    position: absolute;
}

.newest-container .body .content-box h3 {
    margin: 0;
    font-size: 1.1em;
    padding: 15px;
    padding-bottom: 12px;
}

.newest-container .body .content-box .footer {
    padding: 10px;
    height: auto;
}

.newest-container .more-link {
    text-align: center;
    display: block;
    clear: both;
}

.newest-container .more-link a {
    background: url("../images/icons/Home/sections/more_icon.svg");
    background-size: 22px 22px;
    background-position: center left;
    padding-left: 35px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 1.2em;
    color: #A2A2A2;
    height: 22px;
}

.newest-container .more-link a:hover {
    text-decoration: none;
}

.newest-container .header span.popular {
    background: url("../images/icons/Home/sections/content-featured.svg");
    background-size: 28px 28px;
    background-position: center left;
    padding-left: 35px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 28px;
    font-size: 1.5em;
    font-weight: bold;
    color: #5e5e5e
}

.news-container {
    height: auto;
    overflow: hidden;
    min-height: 200px;
    margin-bottom: 25px;
}

.newest-container .news-section {
    height: auto;
    overflow: hidden;
}

.contents_box {
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
}

.news-container .news-section .header {
    position: relative;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 5px solid #13ce9c;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #ececec;
}

.news-container .news-section .header span {
    margin-bottom: 5px;
    margin-left: 2em;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    color: #4c4c4c;
}

.news-container .news-section .body ul {
    padding: 0;
    margin: 0;
    height: auto;
    overflow: hidden;
}

.news-container .news-section .body ul li {
    list-style: none;
    display: block;
    clear: both;
    margin: 13px 0 13px 0;
    height: auto;
    overflow: hidden;
    padding-right: 6px;
}

.news-container .news-section .body ul li a {
    color: #4c4c4c;
}

.news-container .news-section .body ul li a:hover {
    text-decoration: none;
}

.news-container .news-section .body ul li a img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    float: left;
    margin: 10px;
    box-shadow: 0px 2px 11px 0 rgba(14, 14, 14, 0.1)
}

.news-container .news-section .body ul li a span {
    font-size: 0.9em;
    font-weight: normal;
    padding-top: 8px;
    display: block;
}

.news-container .news-section .body ul li a label {
    font-weight: normal;
    font-size: 0.8em;
}

.news-container .news-section .more-link {
    position: relative;
    text-align: center;
    display: block;
    clear: both;
    padding: 15px;
    margin-top: 10px;
    border-top: 1px solid #ececec;
    background-color: #fbfbfb;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: all 300ms;
}

.news-container .news-section .more-link:hover {
    background-color: #343871;
    color: #fff;
    transition: all 300ms;
}

.news-container .news-section .more-link:hover a {
    color: #fff;
}

.news-container .news-section .more-link a {
    margin-bottom: 5px;
    margin-left: 2.5em;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
}

.news-container .news-section .more-link a:hover {
    text-decoration: none;
}

.news-container .two-ads-container {
    height: auto;
    overflow: hidden;
}

.news-container .top-user-container {
    height: auto;
    overflow: hidden;
    clear: both;
}

.news-container .top-user-container .header {
    position: relative;
    padding: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    border-top: 5px solid #13ce9c;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #ececec;
}

.news-container .top-user-container .header .best-users {
    margin-bottom: 7px;
    margin-left: 0.2em;
    display: inline-block;
    font-weight: bold;
    background-size: contain;
    color: #5e5e5e;
    padding-left: 35px;
    font-size: 1.4em;
}

.news-container .top-user-container .header .best-chanels {
    margin-bottom: 7px;
    margin-left: 0.2em;
    display: inline-block;
    font-weight: bold;
    background-size: contain;
    color: #5e5e5e;
    padding-left: 35px;
    font-size: 1.4em;
}

.news-container .top-user-container .user-tabs {
    height: auto;
    overflow: hidden;
    border-radius: 25px;
}

.news-container .top-user-container .user-tabs ul.nav-tabs {
    border-bottom: 0;
    padding: 0px;
    background: #ffffff;
    border-radius: 6px;
}

.news-container .top-user-container .user-tabs ul.nav-tabs li {
    border: 6px solid transparent;
}

.news-container .top-user-container .user-tabs ul.nav-tabs li:hover a {
    border-radius: 25px;
}

.news-container .top-user-container .user-tabs ul.nav-tabs li a {
    text-align: center;
    border: 0;
    color: #5e5e5e;
    font-size: 1.1em;
}

.news-container .top-user-container .user-tabs ul.nav-tabs li.active &gt; a {
    border: 0;
    color: #ffffff;
    background: #343871;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
    border-radius: 25px;
    transition: all 300ms;
}

.news-container .top-user-container .user-tabs .tab-content {
    padding: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
}

.news-container .top-user-container .user-tabs .tab-content .tab-pane a {
    text-align: center;
    color: #4c4c4c;
    display: block;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.news-container .top-user-container .user-tabs .tab-content .tab-pane a:hover {
    text-decoration: none;
}

.news-container .top-user-container .user-tabs .tab-content .tab-pane a span {
    padding-bottom: 8px;
}

.news-container .top-user-container .user-tabs .tab-content .tab-pane a img {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    display: block;
    margin: 0 auto 0;
    margin-bottom: 7px;
    border: 3px solid #fff;
}

.pagi {
    text-align: center !important;
    padding: 12px;
}

.pagi ul {
    margin: 0;
    padding: 0;
    display: inline-table;
    zoom: 1;
    *display: inline;
}

.pagi-content {
    display: none;
}

.pagi-content-box {
}

#footer {
    background: #262b30;
    color: #FFF;
    min-height: 300px;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

#footer .footer-logo {
    margin-left: 10px;
}

#footer .login-container span {
    font-weight: bold;
    padding-right: 45px;
    margin-top: -5px;
}

#footer .login-container .login-form {
}

#footer .login-container .login-form i {
    color: #4c4c4c;
}

#footer .login-container .login-form input {
    padding: 12px;
    border: none;
    color: #4c4c4c;
}

#footer .login-container .login-form button {
    width: 100%;
    background: #FFAB00;
    color: #ffffff;
    border: none;
}

.footer-blow {
    background-color: #192027;
    height: 100px;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 25px;
}

.footer-blow .copyright {
    font-weight: bold;
    color: #FFF;
    display: block;
    padding-bottom: 15px;
}

.footer-blow .social-text {
    color: #FFF;
    display: block;
}

.footer-blow ul {
    padding: 0;
    margin: 0;
}

.footer-blow ul li {
    list-style: none;
    display: inline-block;
    margin: 15px;
}

.footer-blow ul li a {
    display: inline-block;
    color: #4c4c4c;
    font-size: 1.3em;
}


/*******************************************************
                User Cp Custom Section
*******************************************************/

.ucp-menu-item {
    background: #F0F0F0;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ucp-menu-item:hover {
    text-decoration: none;
}

.ucp-menu-item .item-box {
    background: #ffffff;
    border-radius: 4px;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 15px;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ucp-menu-item .item-box:hover {
    opacity: 1;
    font-weight: bold;
    font-size: 1.3em;
    border: 3px solid #ffaf0b;
    transition: all 0.4s;
    background: #ffffff;
}

.ucp-menu-item .item-box-active {
    opacity: 1;
    font-weight: bold;
    font-size: 1.3em;
    border: 3px solid #ffaf0b;
    transition: all 0.4s;
    background: #ffffff;
}

.ucp-menu-item .item-box-active span {
    color: #5e5e5e;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.ucp-menu-item .item-box:hover span {
    color: #5e5e5e;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.ucp-menu-item .item-box img {
    display: block;
    margin: 10px auto 10px;
    width: 54px;
    height: 50px;
}

.ucp-menu-item .item-box span {
    color: #5e5e5e;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.arrow_box {
    position: relative;
    background: #FAC454 !important;
    border: 2px solid #FAC454;
}

.arrow_box span {
    color: #343871 !important;
}

.arrow_box .micon {
    color: #343871 !important;
}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 253, 250, 0);
    border-top-color: #fffdfa;
    border-width: 20px;
    margin-left: -20px;
}

.arrow_box:before {
    border-color: rgba(250, 196, 84, 0);
    border-top-color: #FAC454;
    border-width: 23px;
    margin-left: -23px;
}

.ucp-top-panel {
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
    padding: 10px;
    background: #ffffff;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ucp-top-panel .top-panel-box {
    height: 100px;
    border-radius: 10px;
    padding: 12px 12px 0 0;
    display: block;
    position: relative;
    color: #fff;
}

.ucp-top-panel .top-panel-box-balance {
    height: 100px;
    border-radius: 10px;
    padding: 12px 12px 0 0;
    display: block;
    position: relative;
    color: #fff;
}

.ucp-top-panel .top-panel-box:hover {
    text-decoration: none;
}

.ucp-top-panel .top-panel-box p {
    position: absolute;
    left: 10px;
    top: 35%;
    font-size: 1.3em;
}

.ucp-top-panel .top-panel-box-balance span {
    position: absolute;
    left: 20px;
    top: 15%;
    font-size: 1.4em;
}

.ucp-top-panel .top-panel-box-balance label {
    position: absolute;
    right: 20px;
    top: 65%;
    font-size: 1.4em;
}

.ucp-top-panel .top-panel-box .alert-box {
    position: absolute;
    width: 30px;
    background-color: #FFF;
    height: 30px;
    border-radius: 16px;
    top: 5px;
    right: 5px;
    font-weight: bold;
    text-align: left;
    padding-top: 6px;
    padding-left: 12px;
    font-size: 1.2em;
    box-shadow: 1px 1px 4px 1px #48474724;
}

.ucp-top-panel .top-panel-box .alert-box1 {
    background-image: url("../images/view/user/top-box-1-icon.png");
    color: #E91E63;
}

.ucp-top-panel .top-panel-box .alert-box2 {
    background-image: url("../images/view/user/top-box-3-icon.png");
    color: #35ABD3;
}

.ucp-top-panel .top-panel-box .alert-box3 {
    background-image: url("../images/view/user/top-box-4-icon.png");
    color: #FFAF0B;
}

.ucp-top-panel .top-panel-box .icon-holder {
    box-shadow: 0 5px 15px -5px rgba(16, 16, 16, 0.41);
    width: 75px;
    height: 75px;
    right: 5px;
    border-radius: 75px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
}

.ucp-default-box {
    background: #F0F0F0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.ucp-default-box .ucp-default-container {
    background: #fff;
    padding: 20px;
}

.ucp-section-box {
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
    background: #ffffff;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.ucp-section-box .header {
    background-color: #FFF !important;
    border-top: 5px solid #13ce9c;
    color: #4c4c4c;
    font-weight: bold;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 8px 8px 0 0;
}

.ucp-section-box .header-new {
    text-align: center;
    font-size: 1.35em;
}

.ucp-section-box .body {
    border-top: 1px solid #eae8e8;
    min-height: 100px;
    height: auto;
    overflow: hidden;
    padding: 18px;
}

.ucp-section-box .body form label {
    display: block;
}

.ucp-section-box .body table {
    width: 100%;
    margin-top: 15px;
    display: block;
    border-radius: 4px;
}

.ucp-section-box .body table th {
    color: #ffffff;
    border: 1px solid #999;
    padding: 12px;
    text-align: center;
}

.ucp-section-box .body table td {
    text-align: center;
    border: 1px solid #999;
    padding: 12px;
}

.ucp-section-box .body table td i {
    color: #4c4c4c;
}

.ucp-section-box .body ul {
    padding: 0;
    margin: 0;
}

.ucp-section-box .body ul li {
    list-style: none;
    text-indent: -.7em;
    text-align: justify;
}

.ucp-section-box .body ul li a {
    color: #4c4c4c;
}

.ucp-section-box .body ul li::before {
    font-size: 1.7em;
    vertical-align: middle;
}

.ucp-table {
    height: auto;
    overflow: hidden;
    border-radius: 4px;
}

.ucp-table thead {
    font-weight: bold;
    padding: 12px;
    border-radius: 4px;
}

.ucp-table thead tr th {
    padding: 12px;
    color: #ffffff;
}

.ucp-table thead tr th:first-child {
    border-bottom-left-radius: 4px;
}

.ucp-table tbody {
    background: #F2F2F2;
}

.ucp-table tbody tr {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.ucp-table tbody tr td {
    padding: 13.8px;
    font-weight: 600;
    font-size: 1.1em;
}

.profile-section {
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
    border-top: 5px solid #343871;
    background: #ffffff;
    min-height: 100px;
    margin-bottom: 25px;
    padding: 30px;
    line-height: 170%;
    text-align: justify;
    display: none;
}

.doview {
    display: block;
}

.profile-top-background {
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.profile-top-background .bottom-section {
    padding-top: 140px;
}

.profile-top-background .bottom-section span {
    color: #fff;
    font-size: 1.7em;
    font-weight: bold
}

.profile-top-background .bottom-section a {
    float: right;
    height: 42px;
    border-radius: 25px;
    margin-right: 15px;
    padding: 8.5px 12px;
}

.profile-top-background .bottom-section a span {
    vertical-align: middle;
    padding-left: 5px;
    display: inline-block;
    margin: -5px;
}

.profile-top-background .bottom-section label.buttons {
    text-align: left;
    border-radius: 4px;
    width: 150px;
    height: 42px;
    font-size: 0.5em;
    font-weight: normal;
    padding-top: 4px;
    padding-left: 5px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    margin-right: 25px;
}

.profile-top-background .bottom-section label.buttons:nth-child(3) {
    text-align: left;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.6);
}

.profile-top-background .bottom-section label.buttons:nth-child(4) {
    text-align: left;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.6);
}

.profile-middle-background {
    background-color: #ffffff;
    height: 130px;
    position: relative;
}

.profile-middle-background img {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    border: 6px solid #FFFFFF;
    top: -40px;
    -webkit-box-shadow: 0 10px 12px 0px #00000045;
    -moz-box-shadow: 0 10px 12px 0px #00000045;
    box-shadow: 0 10px 12px 0px #00000045;
}

.profile-middle-background .rate-section {
    display: block;
    padding: 8px;
    margin-top: 110px;
    width: auto;
    color: #FFB10F;
    width: 125px;
    text-align: center;
    font-size: 0.8em;
}

.profile-middle-background .rate-section i {
    padding: 1px;
}

.profile-middle-background .location-section {
    padding-top: 25px;
}

.profile-middle-background .location-section div:nth-child(1) {
    background: url("../images/icons/profile/login-icon.svg");
    background-size: 18px 20px;
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 30px;
    margin-bottom: 15px;
}

.profile-middle-background .location-section div:nth-child(2) {
    background: url("../images/icons/profile/location-icon.svg");
    background-size: 17px 20px;
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 30px;
    margin-bottom: 15px;
}

.cat-search-section {
    background: #F0F0F0;
    padding: 15px;
}

.cat-search-section .cat-icon-container {
    height: auto;
    overflow: hidden;
    font-size: 1.1em;
}

.cat-search-section .cat-icon-container img {
    vertical-align: middle;
    margin: 0 auto 0;
}

.cat-search-section .cat-icon-container span {
    color: #343871;
    font-size: 1.5em;
    font-weight: 900;
}

.cat-search-section .search-box {
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    height: 30px;
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
}

.cat-search-section .search-box input {
    border: none;
    outline: none;
    background: transparent;
}

.cat-search-section .search-box button {
    background-color: transparent;
    background-image: url("../images/view/search-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    width: 18px;
    height: 19px;
}

.cat-tag-section {
    background: #F0F0F0;
    padding: 15px;
    padding-bottom: 7px;
}

.cat-tag-section .btn-group {
    border-radius: 5px;
    font-size: 1.3em;
    padding-top: 4px;
}

.cat-tag-section .btn-group label {
    background: #ffffff;
    color: #4c4c4c;
    border: 1px solid #F0F0F0;
    font-size: 0.9em;
}

.cat-tag-section .btn-group label.active {
    background: #13ce9c;
    color: #ffffff;
}

.cat-filters-li {
    margin-right: 5px;
}

.cat-filters-li li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cat-filters-li li::before {
    display: none;
    vertical-align: middle;
}

.cat-filters-li li input {
    margin-left: 0px;
    padding-left: 0px;
}

#order {
    font-size: 1em;
    font-weight: 600;
}

.blog-section .blog-post-box .date-section {
    width: auto;
    margin: 15px auto 15px;
    display: block;
    overflow: hidden;
    height: auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    background: #F0F0F0;
    padding: 8px;
    border-radius: 5px;
}

.blog-section .row {
    margin-bottom: 25px;
    display: none;
}

.blog-section .row .text-section {
    line-height: 170%;
}

.blog-section .row .text-section h3 {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 12px !important;
}

.blog-comment-section {
    border: 1px solid #F0F0F0;
    margin-top: 25px;
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    min-height: 100px;
    padding: 18px;
}

.blog-comment-section .comment-box {
    padding: 0 !important;
    margin: 0 !important;
}

.blog-comment-section .comment-box li {
    list-style: none;
    display: block;
    background: #F0F0F0;
    padding: 12px;
    border-radius: 4px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-comment-section .comment-box li img {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 3px solid #BEBEBE;
    margin-right: 5px;
}

.blog-comment-section .comment-box li label {
    padding-right: 5px;
    display: inline-block;
}

.blog-comment-section .comment-box li span {
    display: block;
    margin-top: 10px;
    margin-right: 50px;
}

.answer-comment {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.answer-comment li {
    background: #FFFFFF !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.answer-comment li img {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 3px solid #BEBEBE;
    margin-left: 5px;
}

.answer-comment li:first-child {
    margin-top: 0;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: green !important;
}

.product-breadcumb {
    background: #F1F1F1;
    overflow: hidden;
    height: auto;
    min-height: 50px;
    padding-top: 15px;
}

.product-breadcumb a {
    color: #4c4c4c;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    background: #ffffff;
    padding: 4px 8px;
    margin: 0 6px 0 6px;
}

.product-header {
    background: linear-gradient(to left, #0f8e6c, #13ce9c);
    opacity: 0.91;
    color: #fff;
    overflow: hidden;
    min-height: 100px;
    height: auto;
    padding-top: 10px;
}

.product-header h2 {
    ont-size: 2.5em;
    margin-top: 23px;
}

.product-header .raty {
    font-size: 1.2em;
    padding-top: 5px;
    display: inline-block;
}

.product-header .raty-text {
    color: #5e5e5e;
    font-size: 1.7em;
    font-weight: bold;
    display: inline-block;
    padding-right: 2px;
    position: relative;
    top: -6px;
}

.product-header .clock-section {
    margin-top: 33px;
    padding-left: 50px;
}

.product-header .clock-section i {
    font-size: 2.2em;
    color: #4c4c4c;
    display: inline-block;
    position: absolute;
    padding: 3px 11px;
}

.product-header .clock-section span {
    display: inline-block;
    padding: 8px;
    background: #ffffff;
    border-radius: 4px;
    color: #EA2D6D;
    font-weight: bold;
    position: relative;
}

.product-header .clock-section span:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #ffffff;
    border-bottom: 6px solid transparent;
}

.product-body {
    height: auto;
    overflow: hidden;
}

.product-body .product-details-box {
    border-bottom: 1px solid #ececec;
    height: 43px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 0px 10px;
    font-size: 1.1em;
}

.product-body .product-details-box span:nth-child(2) {
    padding-left: 5px;
    vertical-align: middle;
    padding-bottom: 5px;
    display: inline-block;
}

.product-body .product-details-box .pn-category {
    display: block;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    font-size: 1.1em;
}

.course_details {
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
    border-top: 5px solid #13ce9c;
    padding: 10px;
}

.product-body .product-price-box {
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
    padding: 7px 0;
    border: 1.5px solid #45d831;
}

/* .product-body .product-price-box span:nth-child(2) {
    text-align: center;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8em !important;
    color: #45d831;
} */

.product-body .product-buy-selection {
}

.product-body .product-buy-selection .radio {
    margin-bottom: 10px;
    margin-top: 8px;
}

.product-body .product-buy-selection .radio label {
    font-weight: bold;
    margin-top: 5px;
}

.product-body .product-buy-selection .radio label span {
    padding-right: 40px;
}

.product-body .video-details {
    color: #fff;
    border-radius: 4px;
    height: auto;
    overflow: hidden;
    min-height: 200px;
}

.product-body .video-details video {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
}

.product-body .video-details .video-details-section {
    background: #3b3b3b;
    overflow: hidden;
    height: auto;
    color: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px;
    font-size: 1.2em;
}

.product-body .video-details .video-details-section a {
    color: #ffffff;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.product-body .video-details .video-details-section a:hover {
    text-decoration: none;
}

.product-user-box {
    height: auto;
    overflow: hidden;
    padding: 12px;
}

.product-user-box .img-box {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 2px solid #EFEFEF;
    padding: 2px;
    margin: 10px auto 0;
    display: block;
}

.product-user-box .img-box:hover {
    border: 3px solid #EFEFEF;
    -webkit-transition: border 0.5s;
}

.product-user-box .img-icon {
    width: 24px;
    height: auto;
    margin: 3px;
    margin-top: 10px;
}

.product-user-box span {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 8px;
    font-size: 1.3em;
    color: #333;
}

.product-user-box .user-description-box {
    background: #f7f7f7;
    padding: 8px;
    border-radius: 4px;
    height: auto;
    overflow: hidden;
    line-height: 170%;
}

.product-user-box-footer {
    background: #343871;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
    color: #ffffff;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
}

.product-user-box-footer a {
    color: #ffffff;
    font-size: 1.3em;
}

.product-part-container .nav-tabs {
    border: none;
    background: #FFF;
    padding: 12px;
    padding-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-top: 5px solid #13ce9c;
}

.product-part-container .nav-tabs li a {
    color: #5e5e5e;
    font-size: 1.2em;
}

.product-part-container .nav-tabs &gt; li.active {
    border-top-left-radius: 4px;
    color: #5e5e5e;
}

.product-part-container .nav-tabs &gt; li.active a {
    border: none;
    color: #ffffff;
    border-radius: 30px;
    background: #343871;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
    transition: all 300ms;
}

.product-part-container .nav-tabs &gt; li:hover {
    border: none;
}

.product-part-container .nav-tabs &gt; li:hover a {
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
    transition: all 300ms;
}

.product-part-container .tab-content {
    background: #F0F0F0 !important;
    padding: 12px;
    height: auto;
    overflow: hidden;
    line-height: 180%;
}

.product-part-container .tab-content .part-ul {
    padding: 0;
    margin: 0;
}

.product-part-container .tab-content .part-ul li {
    background: #f7f7f7;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    display: block;
    border-radius: 4px;
    padding: 10px 10px 5px 10px;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 170%;
}

.product-part-container .tab-content .part-ul li.document {
    height: auto;
    overflow: hidden;
    padding-bottom: 4px;
    border: 1.6px solid #FFAF0B;
}

.product-part-container .tab-content .part-ul li.document span {
    padding-top: 4px;
}

.product-part-container .tab-content .part-ul li.document label {
    padding-top: 4px;
}

.product-part-container .tab-content .part-ul li .part-links {
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
}

.product-part-container .tab-content .part-ul li .part-links a {
    color: #424242;
}

.product-part-container .tab-content .part-ul li .part-links a:hover {
    text-decoration: none;
    color: #424242;
}

.product-part-container .tab-content .part-ul li .part-links a div:nth-child(2) {
    padding-top: 8px;
}

.product-part-container .tab-content .part-ul li .part-links div:nth-child(3) {
    padding-top: 8px;
}

.product-part-container .tab-content .part-ul li .part-links div:nth-child(4) {
    padding-top: 8px;
    text-align: center;
    font-weight: bold;
}

.product-part-container .tab-content .part-ul li .part-links div:nth-child(5) {
    padding-top: 8px;
    text-align: center;
    font-weight: bold;
}

.product-part-container .tab-content .part-ul li .part-links div:nth-child(6) {
    padding-top: 8px;
    text-align: center;
    color: green;
    font-weight: bold;
}

.product-part-container .tab-content .part-ul li .part-links:hover {
    text-decoration: none;
}

.playicon:hover {
    opacity: 0.5;
    transition: all 300ms;
}

.product-part-container .tab-content .part-ul li .lock {
    background-image: url('../images/Videopage/part-lock-icon.svg');
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 4px;
    right: 5px;
}

.product-part-container .tab-content .part-ul li .clip {
    background-image: url("../images/svg/clip.svg");
    width: 24px;
    height: 24px;
    display: inline-block;
}

.product-part-container .tab-content .part-ul li span {
    display: inline-block;
}

.tab-body {
    margin-top: 15px;
}

.tab-body .content-box {
    display: block;
    background: #ffffff;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 6px rgba(34, 25, 25, 0.6);
    color: #4D4D4D;
    margin-bottom: 25px;
    overflow: hidden;
}

.tab-body .content-box:hover {
    text-decoration: none;
}

.tab-body .content-box h3 {
    margin: 0;
    font-size: 1.1em;
    padding: 12px;
}

.tab-body .content-box .footer {
    padding: 10px 5px 3px 5px;
    padding-left: 8px;
    height: auto;
    overflow: hidden;
}

.tab-body .content-box .footer label:first-child {
    padding-left: 5px;
    height: 20px;
    font-weight: normal;
}

.tab-body .content-box .footer label:last-child {
    padding-left: 3px;
    height: 20px;
    font-weight: normal;
}

.progress {
    border-radius: 20px;
}

.product-btn-buy {
    width: 100%;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 1.6em;
    font-weight: 700;
    height: 47px;
}


/* Ios 7 Switch Section */

.switch {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px 0;
}

.switch .ios-switch {
    height: 35px;
    width: 65px;
}

.switch .ios-switch .handle {
    height: 31px;
    width: 31px;
}

.switch.switch-primary .ios-switch .on-background {
    background: #cccccc;
}

.switch.switch-success .ios-switch .on-background {
    background: #47a447;
}

.switch.switch-warning .ios-switch .on-background {
    background: #ed9c28;
}

.switch.switch-danger .ios-switch .on-background {
    background: #d2322d;
}

.switch.switch-info .ios-switch .on-background {
    background: #5bc0de;
}

.switch.switch-dark .ios-switch .on-background {
    background: #171717;
}

.switch.switch-lg .ios-switch {
    height: 45px;
    width: 75px;
}

.switch.switch-lg .ios-switch .handle {
    height: 41px;
    width: 41px;
}

.switch.switch-sm .ios-switch {
    height: 25px;
    width: 55px;
}

.switch.switch-sm .ios-switch .handle {
    height: 21px;
    width: 21px;
}

.ios-switch {
    height: 45px;
    width: 75px;
    position: relative;
    background-color: #E5E5E5;
    border-radius: 100px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ios-switch .background-fill {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.ios-switch .on-background {
    background-image: -o-linear-gradient(#00e459, #00e158);
    background-image: -ms-linear-gradient(#00e459, #00e158);
    background-image: -moz-linear-gradient(#00e459, #00e158);
    background-image: -webkit-linear-gradient(#00e459, #00e158);
    background-image: linear-gradient(#00e459, #00e158);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    z-index: 1;
    -o-transition: .3s 0.2s;
    -ms-transition: .3s 0.2s;
    -moz-transition: .3s 0.2s;
    -webkit-transition: .3s 0.2s;
    transition: .3s 0.2s;
}

.ios-switch .state-background {
    border-radius: 100px;
    z-index: 2;
    background-image: -o-linear-gradient(white, #fdfdfd);
    background-image: -ms-linear-gradient(white, #fdfdfd);
    background-image: -moz-linear-gradient(white, #fdfdfd);
    background-image: -webkit-linear-gradient(white, #fdfdfd);
    background-image: linear-gradient(white, #fdfdfd);
    border: 2px solid #E5E5E5;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.ios-switch .handle {
    width: 41px;
    height: 41px;
    background-color: white;
    top: 2px;
    left: 2px;
    position: absolute;
    border-radius: 20px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 3;
    -o-transition: -o-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.ios-switch.off .handle {
    -o-animation: expand-off .3s 0.2s;
    -ms-animation: expand-off .3s 0.2s;
    -moz-animation: expand-off .3s 0.2s;
    -webkit-animation: expand-off .3s 0.2s;
    animation: expand-off .3s 0.2s;
    -o-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
    -o-transition: .3s 0s;
    -ms-transition: .3s 0s;
    -moz-transition: .3s 0s;
    -webkit-transition: .3s 0s;
    transition: .3s 0s;
}

.ios-switch.off .state-background {
    -o-transition: .4s 0.25s;
    -ms-transition: .4s 0.25s;
    -moz-transition: .4s 0.25s;
    -webkit-transition: .4s 0.25s;
    transition: .4s 0.25s;
}

.ios-switch.on .handle {
    -o-animation: expand-on .3s 0.2s;
    -ms-animation: expand-on .3s 0.2s;
    -moz-animation: expand-on .3s 0.2s;
    -webkit-animation: expand-on .3s 0.2s;
    animation: expand-on .3s 0.2s;
    -o-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -o-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    -moz-transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.switch.switch-primary .ios-switch .on-background {
    background: #13ce9c;
}

@keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}

@keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}

@-o-keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}

@-ms-keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}

@-moz-keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}

@-webkit-keyframes expand-on {
    0% {
        padding-right: 0;
    }
    40% {
        padding-right: 9px;
    }
    100% {
        padding-right: 0;
    }
}

@-o-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}

@-ms-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}

@-moz-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}

@-webkit-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }
    40% {
        padding-right: 9px;
        left: -7px;
    }
    100% {
        padding-right: 0;
        left: 2px;
    }
}

.user-box {
    text-align: center;
    margin-bottom: 15px;
}

.user-box img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: block;
    margin: 0 auto 0;
}

.user-box h3 {
    font-size: 1.2em;
    color: #4D4D4D;
    text-align: center;
}

.user-box:hover {
    text-decoration: none;
}


/* Pagiation Edit */

.light-theme a,
.light-theme span {
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    padding: 2px 12px !important;
    font-size: 1.5em;
}

.light-theme .current {
    background: #13ce9c !important;
}


/* Btn-group Edit */

.btn-group &gt; .btn {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}


/* Edit easy-autocomplete-container */

.easy-autocomplete-container ul {
    padding: 0;
    margin: 0;
    top: 12px !important;
}

.easy-autocomplete {
    display: inline;
    margin-top: 6px;
}

.easy-autocomplete input {
    padding: 0;
    box-shadow: none;
}


/* Checkbox Custom */

input[type='checkbox'] {
    height: 0;
    width: 0;
    display: none
}

input[type='checkbox'] + label {
    position: relative;
    display: flex;
    align-items: center;
    color: #9e9e9e;
    transition: color 250ms cubic-bezier(.4, .0, .23, 1);
    color: #5e5e5e;
    font-size: 1.26em;
}

input[type='checkbox'] + label &gt; ins {
    position: absolute;
    display: block;
    bottom: 0;
    right: 2em;
    height: 0;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: height 300ms cubic-bezier(.4, .0, .23, 1);
}

input[type='checkbox'] + label &gt; ins &gt; i {
    position: absolute;
    bottom: 0;
    font-style: normal;
    color: #4FC3F7;
}

input[type='checkbox'] + label &gt; span {
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2em;
    height: 1.2em;
    background: transparent;
    border: 2px solid #9E9E9E;
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(.4, .0, .23, 1);
    margin-left: 6px;
}

input[type='checkbox'] + label:hover,
input[type='checkbox']:focus + label {
    color: #13ce9c;
}

input[type='checkbox'] + label:hover &gt; span,
input[type='checkbox']:focus + label &gt; span {
    background: rgba(255, 255, 255, .1);
}

input[type='checkbox']:checked + label &gt; ins {
    height: 100%;
}

input[type='checkbox']:checked + label &gt; span {
    border: .6em solid #13ce9c;
    animation: shrink-bounce 200ms cubic-bezier(.4, .0, .23, 1);
}

input[type='checkbox']:checked + label &gt; span:before {
    content: "";
    position: absolute;
    top: .5em;
    left: .4em;
    font-size: 1.5em;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(.4, .0, .23, 1) forwards;
}

@keyframes shrink-bounce {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(.85);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #212121;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    33% {
        width: .2em;
        height: 0;
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    100% {
        width: .2em;
        height: .5em;
        border-color: #212121;
        transform: translate3d(0, -.5em, 0) rotate(45deg);
    }
}


/* Menu Sub-Menu */

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #4c4c4c;
    font-size: 1.38em;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    font-size: 2em;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li span.mdi-chevron-down {
    left: auto;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
}

.accordion li.open .link {
    color: #343871;
    border-bottom: solid 2px;
}

.accordion li.open i {
    color: #343871;
}

.accordion li.open span.mdi-chevron-down {
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: transparent;
    font-size: 14px;
    margin-top: 7px !important;
    font-size: 0.9em;
}

.submenu li {
    font-size: 1em;
    padding: 3px 6px !important;
    list-style: none;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}

.box {
    width: 100%;
    margin: 10px auto;
    height: auto;
    overflow: hidden;
}

.container-2 {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.container-2 input#search {
    width: 40px;
    height: 40px;
    background: #13ce9c;
    border: none;
    font-size: 10pt;
    float: left;
    padding-left: 35px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
    color: #fff;
}

.container-2 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.container-2 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.container-2 input#search:-ms-input-placeholder {
    color: #fff;
}

.container-2 .icon {
    position: absolute;
    top: 0px;
    z-index: 1;
    color: #4f5b66;
    left: 9px;
    font-size: 1.2em;
    color: #ffffff;
}

.container-2 input#search:focus,
.container-2 input#search:active {
    outline: none;
    width: 100%;
}

.container-2:hover input#search {
    width: 100%;
}

.container-2:hover .icon {
    color: #93a2ad;
}

.soon-btngp {
    margin-left: 10px;
}

.category-icon {
    width: 105px;
    height: 105px;
    border-radius: 53px;
    border: 3px solid #efefef;
    margin-left: 10px;
    box-shadow: 0 0 10px 1px #2f2f2f;
}

.btn-custom {
    background: #343871;
    border: 1px solid #343871;
    color: #ffffff;
}

.radio {
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 0.1em;
    margin-left: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #343871;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #343871;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.support-lock {
    opacity: 0.7;
    cursor: not-allowed;
}

.support-lock span:last-child {
    display: inline-block;
    font-size: 2.5em;
    margin-top: 15px;
}

.formBox {
    width: 460px;
    max-width: 100%;
    height: 552px;
    margin-left: -4px;
    margin-top: 00px;
    margin-bottom: 40px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.formBox .box {
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    padding: 60px 0px 40px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 11px -2px rgba(0, 0, 0, 0.5);
    transition: all 0.2s cubic-bezier(0.35, 0.33, 0.75, 0.9);
}

.formBox h2 {
    border-left: 6px solid #13ce9c;
    color: #13ce9c;
    padding: 0px 25px;
    font-size: 32px;
    line-height: 45px;
    height: 45px;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    left: 0;
    text-align: left;
}

.formBox p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
    color: #696969;
}

.formBox form {
    text-align: right;
    display: block;
    padding: 0px 50px;
    position: relative;
}

.formBox .f_row {
    position: relative;
    margin-bottom: 25px;
    height: 52px;
}

.formBox .f_row.shake {
    animation: shake 0.4s linear;
}

.formBox .f_row.last {
    margin-bottom: 53px;
}

.formBox .f_row label {
    color: #3f3f3f;
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 10px;
    opacity: 1;
    transition: all 0.3s cubic-bezier(1, -0.33, 0, 1.15);
    transform: translate(0px, 0px) scale(1);
    transform-origin: left top;
}

.formBox .f_row input {
    background-color: transparent;
    border: none;
    color: #3f3f3f;
    font-size: 25px;
    width: 100%;
    height: 100%;
    position: relative;
    outline: 0;
}

.formBox .f_row u {
    background-color: #e1e1e1;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.formBox .f_row u:before {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    background-color: #13ce9c;
    transition: all 0.35s cubic-bezier(0.35, 0.33, 0.84, 0.85);
}

.formBox .f_row.focus label {
    opacity: 0.5;
    transform: translate(0px, -30px) scale(0.8);
}

.formBox .f_row.focus u:before {
    width: 100%;
}

.formBox .reg_bg {
    border-radius: 50%;
    background-color: #13ce9c;
    position: absolute;
    width: 900px;
    height: 900px;
    right: -115px;
    top: -190px;
    transform-origin: 100% 40%;
    transform: scale(0);
}

.formBox .regTag {
    line-height: 105px;
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    background-color: #13ce9c;
    color: #fff;
    font-size: 58px;
    text-align: center;
    width: 100px;
    height: 100px;
    position: absolute;
    right: -52px;
    top: 50px;
    z-index: 2;
}

.formBox .regTag svg {
    fill: #fff;
    width: 38px;
    height: 38px;
}

.formBox .registerBox {
    border-radius: 8px;
    background-color: #fff;
    right: 0;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    backface-visibility: visible;
    z-index: 1;
}

.formBox .registerBox .f_row label,
.formBox .registerBox .f_row input {
    color: #fff;
    text-align: left;
}

.formBox .registerBox .f_row u {
    background-color: #13ce9c;
}

.formBox .registerBox .f_row u:before {
    background-color: #fff;
}

.formBox .registerBox .f_row.last {
    margin-bottom: 40px;
}

.formBox .registerBox h2 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.48, 0.55, 0.69, 0.9);
    transform: translateX(-20px);
}

.formBox .registerBox .form &gt; div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.48, 0.55, 0.69, 0.9);
    transform: translateX(20px);
}

.formBox .registerBox .form &gt; div:nth-child(1) {
    transition-delay: 0.15s;
}

.formBox .registerBox .form &gt; div:nth-child(2) {
    transition-delay: 0.2s;
}

.formBox .registerBox .form &gt; div:nth-child(3) {
    transition-delay: 0.25s;
}

.formBox .registerBox .btn-large {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.48, 0.55, 0.69, 0.9);
    transform: translateX(20px);
    transition-delay: 0.3s;
}

.formBox .forgetbox {
    background-color: #343871;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 9px) scale(1.03);
}

.formBox .forgetbox .back {
    position: absolute;
    top: 13px;
    right: 26px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    animation: back 0.8s linear;
    animation-iteration-count: infinite;
}

.formBox .forgetbox .back svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.formBox .forgetbox .f_row label,
.formBox .forgetbox .f_row input {
    color: #fff;
}

.formBox .forgetbox .f_row u {
    background-color: #13ce9c;
}

.formBox .forgetbox .f_row u:before {
    background-color: #fff;
}

.formBox .forgetbox .f_row.last {
    margin-bottom: 40px;
}

.formBox .forgetbox .btn {
    border-radius: 25px;
    border-color: #13ce9c;
    background-color: #13ce9c;
}

.formBox .forgetbox .btn u {
    background-color: #13ce9c;
}

.formBox .forgetbox h2 {
    color: #fff;
    border-left-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.48, 0.55, 0.69, 0.9);
    transform: translate(-20px, 0px);
}

.formBox .forgetbox .form &gt; div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.48, 0.55, 0.69, 0.9);
    transform: translate(0px, 20px);
    transition-delay: 0.15s;
}

.formBox .forgetbox p {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.48, 0.55, 0.69, 0.9);
    transform: translate(0px, 20px);
    transition-delay: 0.2s;
}

.formBox .forgetbox .btn {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.48, 0.55, 0.69, 0.9);
    transform: translate(0px, 20px);
    transition-delay: 0.25s;
}

.formBox.level-login .boxShaddow {
    opacity: 0.7;
    transform-origin: center top;
    transform: translate(0px, -9px) scale(0.97);
}

.formBox.level-reg h2 {
    border-left-color: #fff;
    color: #fff;
}

.formBox.level-reg .boxShaddow {
    opacity: 0.7;
    transform-origin: center top;
    transform: translate(0px, -18px) scale(0.94);
}

.formBox.level-reg .loginBox {
    opacity: 0.7;
    transform-origin: center top;
    transform: translate(0px, -9px) scale(0.97);
}

.formBox.level-reg .registerBox {
    opacity: 1;
    visibility: visible;
}

.formBox.level-reg .regTag {
    animation: regTag 0.3s cubic-bezier(2.48, 2.55, 2.73, 2.78), regTag2 0.3s cubic-bezier(3.48, 3.55, 3.73, 3.78);
    animation-fill-mode: forwards;
}

.formBox.level-reg .reg_bg {
    animation: regMask 0.3s cubic-bezier(0.48, 0.55, 0.73, 0.78);
    animation-fill-mode: forwards;
}

.formBox.level-reg .form &gt; div,
.formBox.level-reg .btn-large,
.formBox.level-reg h2 {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

.formBox.level-reg-revers .regTag {
    animation: regTagR 0.3s cubic-bezier(0.48, 0.55, 0.73, 0.78), regTag2R 0.3s cubic-bezier(0.48, 0.55, 0.73, 0.78);
    animation-fill-mode: forwards;
    line-height: 88px;
}

.formBox.level-reg-revers .reg_bg {
    animation: regMaskR 0.3s cubic-bezier(0.48, 0.55, 0.73, 0.78);
    animation-fill-mode: forwards;
}

.formBox.level-forget .boxShaddow {
    opacity: 0.7;
    transform-origin: center top;
    transform: translate(0px, -18px) scale(0.94);
}

.formBox.level-forget .loginBox {
    text-align: right;
    opacity: 0.7;
    transform-origin: center top;
    transform: translate(0px, -9px) scale(0.97);
}

.formBox.level-forget .forgetbox {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
    visibility: visible;
}

.formBox.level-forget .forgetbox p,
.formBox.level-forget .forgetbox form &gt; div,
.formBox.level-forget .forgetbox .btn,
.formBox.level-forget .forgetbox h2 {
    text-align: left;
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 0px);
}

@keyframes back {
    0% {
        transform: translateX(0px);
    }
    70% {
        transform: translateX(-13px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes regMask {
    0% {
        transform: translate(0px, 0px) scale(0);
    }
    50% {
        transform: translate(100px, 100px) scale(0.5);
    }
    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

@keyframes regMaskR {
    0% {
        transform: translate(0px, 0px) scale(1);
    }
    50% {
        transform: translate(150px, -150px) scale(0.5);
    }
    100% {
        transform: translate(0px, 0px) scale(0);
    }
}

@keyframes regTag {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        transform: translate(4px, 25px) rotate(11.25deg);
    }
    50% {
        transform: translate(-88px, 40px) rotate(22.5deg);
    }
    100% {
        transform: translate(-96px, 8px) rotate(45deg);
    }
}

@keyframes regTag2 {
    0% {
        width: 100px;
        height: 100px;
        line-height: 105px;
        box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.45);
    }
    100% {
        width: 70px;
        height: 70px;
        box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0);
        line-height: 68px;
    }
}

@keyframes regTagR {
    0% {
        transform: translate(-96px, 8px) rotate(45deg);
    }
    25% {
        transform: translate(-88px, 40px) rotate(22.5deg);
    }
    50% {
        transform: translate(4px, 25px) rotate(11.25deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes regTag2R {
    0% {
        width: 70px;
        height: 70px;
        box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0);
        line-height: 68px;
    }
    100% {
        width: 100px;
        height: 100px;
        line-height: 105px;
        box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.45);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.request-accept-icon {
    color: #13ce9c;
    font-size: 0.9em;
}

.request-follow-icon {
    color: #5e5e5e;
    font-size: 0.9em;
}

.request-unfollow-icon {
    color: #5e5e5e;
    font-size: 0.9em;
}

.modal {
    z-index: 99999999 !important;
}

.modal-header {
    background: #13ce9c !important;
    color: #ffffff !important;
}

svg#play {
    width: 200px;
    margin: 120px auto;
    display: block;
    cursor: pointer;
    transform-origin: 50% 50%;
}

svg#play #triangle {
    fill: rgba(22, 22, 22, 0);
    transition: 500ms;
    transform-origin: 50% 50%;
}

svg#play:hover #triangle {
    fill: #A3CD3A;
    transform-origin: 50% 50%;
}

svg #lineOne,
svg #lineTwo {
    transform-origin: 50% 50%;
    transition: 1s;
}

svg:hover #lineOne {
    transform: rotate(260deg);
    -webkit-transform: rotate(260deg);
    -moz-transform: rotate(260deg);
    -o-transform: rotate(260deg);
    transform-origin: 50% 50%;
}

svg:hover #lineTwo {
    transform: rotate(-450deg);
    transform-origin: 50% 50%;
}

.raty-product-section {
    margin-top: 20px;
}

.dashboard-buy-item li {
    list-style: none !important;
    position: relative;
    margin-bottom: 10px;
}

.dashboard-buy-item li:last-child {
    margin-bottom: 0;
}

.dashboard-buy-item li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 7px;
    display: inline-block;
}

.dashboard-buy-item li a {
    display: inline-block;
    margin-right: 8px;
    position: absolute;
}

.dashboard-buy-item li a label {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    padding-top: 3px;
}

.dashboard-buy-item li a:hover {
    text-decoration: none;
}

.ucp-section-box-span {
    display: block;
    margin-bottom: 12px;
}

.ucp-section-box-notification {
}

.ucp-section-box-notification img {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.ucp-section-box-notification li {
    padding-bottom: 10px;
}

.no-absolute-content .easy-autocomplete input {
    padding: 6px 12px !important;
}

.no-absolute-content .easy-autocomplete-container {
    position: inherit !important;
}

.panel-tabs {
    background: #F0F0F0;
}

.panel-tabs li {
    font-size: 1.3em;
    padding: 8px 0px;
}

.panel-tabs li a {
    color: #757575;
    border-bottom: none !important;
}

.panel-tabs li.active {
    border: none;
    background: #ffffff;
    border-top: 4px solid #FFAB00;
}

.panel-tabs li.active a {
    border: none !important;
}

.off-filters-li {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
    border-top: 5px solid #13ce9c;
}

.off-filters-li li {
    list-style: none;
    width: 100%;
}

.off-filters-li li .link h2 {
    padding: 0 !important;
    margin: 0px 0 0 20px !important;
    font-size: 1.3em;
}

.off-filters-li li .submenu {
    padding-right: 0 !important;
}

.off-filters-li li span i {
    position: inherit;
}

.off-filters-li li a {
    display: inline-block;
}

.off-filters-li li a i {
    position: inherit;
    display: inline-block;
    color: #424242 !important;
}

.off-filters-li li table tr td a {
    padding: 2px !important;
}

.off-filters-li li table tr td a:hover {
    background: inherit !important;
}

.off-filters-li li table tr td a:hover i {
    color: #FFAB00 !important;
}

.off-filters-li .input-group a {
    padding: 0px;
}

.plan-box {
    margin-bottom: 10px;
    border-radius: 5px;
}

.plan-box .price-section {
    padding: 22px 12px;
    color: #fff;
    text-align: center;
    font-size: 2em;
    background: orange;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.plan-box .price-section {
}

.plan-box:nth-child(1) .price-section {
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%) !important;
}

.plan-box:nth-child(2) .price-section {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%) !important;
}

.plan-box:nth-child(3) .price-section {
    background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%) !important;
}

.plan-box:nth-child(4) .price-section {
    background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%) !important;
}

.plan-box:nth-child(5) .price-section {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%) !important;
}

.plan-box:nth-child(6) .price-section {
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%) !important;
}

.plan-box:nth-child(7) .price-section {
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.plan-box:nth-child(8) .price-section {
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%) !important;
}

.plan-box:nth-child(9) .price-section {
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%) !important;
}

.plan-box .plan-box-section {
    background: rgb(237, 237, 237);
    color: #4D4D4D;
    text-align: center;
    padding: 22px 12px;
    font-size: 1.4em;
    border-bottom: 1px solid #999;
}

.plan-box .plan-box-section a {
    color: #5e5e5e;
    padding-left: 12px;
}

.plan-box .plan-box-section a:hover {
    color: #ffffff;
}

.plan-box .plan-box-section:last-child {
    border-bottom: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.next-pagination {
    background: #343871;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #343871;
}

.btn-hover-animate {
    transition: all 1s;
}

.btn-hover-animate:hover {
    transition: all 1s;
    background: #13ce9c !important;
}

.product-card {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 20;
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 40px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.product-card span.tag {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

.product-card span.tag:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #264989 transparent transparent transparent;
}

.product-card h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    padding: 0px;
    margin: 30px 0 0;
}

.product-card h4 {
    width: 100%;
    font-size: 14px;
    padding: 0px;
    margin: 5px 0 0;
    font-weight: 300;
    color: #bbb;
}

.product-card figure {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.product-card figure img {
    display: inline-block;
    max-width: 80%;
    margin: 30px 0;
}

.product-card .price {
    width: 100%;
    margin-bottom: 20px;
    font-size: 36px;
    display: block;
    color: #feca16;
    font-weight: 400;
}

.product-card:hover {
    transform: scale(1.1);
    box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.3);
}

.profile-name {
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    font-size: 0.8em;
    position: relative;
    top: 1px;
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }

    .modal-content {
        min-width: 800px;
    }

    .modal-content.modal-sm {
        min-width: 300px;
        margin: auto;
    }

    .modal-body-s {
        min-height: 480px;
    }
}

@media (min-width: 480px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 50%;
        *width: 50%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}


/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */

@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.suggest-modal-item {
    padding: 0 !important;
    padding-right: 5px !important;
    color: #424242 !important;
    font-weight: bold;
}

.suggest-modal-item:hover {
    background: inherit !important;
}

.middle-header .search-box input:focus ~ .middle-header .search-box {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: 1.6px solid #FFAB00;
    border-left: 1.6px solid #FFAB00;
    border-right: 1.6px solid #FFAB00;
}

.loader {
    border: 3px solid #f3f3f3;
    /* Light grey */
    border-top: 3px solid #FFAB00;
    /* Blue */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pulse {
    box-shadow: 0 0 0 rgba(235, 54, 116, 1);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(235, 54, 116, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(235, 54, 116, 0.4);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(235, 54, 116, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(22, 160, 84, 0.48);
        box-shadow: 0 0 0 0 rgba(22, 160, 84, 0.48);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(235, 54, 116, 0);
        box-shadow: 0 0 0 10px rgba(235, 54, 116, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.header-title-caption {
    padding-left: 4px;
    color: #5e5e5e;
    font-size: 1.1em;
}

.nav-tabs &gt; li {
    float: left;
    margin-right: 4px;
}

.article-tabs .nav-tabs {
    border: none;
    background: #FFF;
    padding: 12px;
    padding-bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-top: 5px solid #13ce9c;
}

.article-tabs .nav-tabs &gt; li &gt; a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0;
    margin-top: 7px;
    color: #5e5e5e;
    font-size: 1.2em;
}

.article-tabs .nav-tabs &gt; li.active a {
    border: none;
    color: #ffffff;
    border-radius: 30px;
    background: #343871;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
    transition: all 300ms;
}

.article-tabs .nav-tabs &gt; li.active:hover a {
    color: #FFF;
}

div.picker a.today {
    background-color: #8BC34A;
    color: white;
}

div.picker a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ffab00;
    transition: 0.3s;
}

div.picker a.friday {
    background-color: #F44336;
    color: white;
}

div.picker td {
    width: 40px;
    border: 0.5px solid #ffffff;
    text-align: center;
    padding: 0px;
    font-family: roboto, vazir;
    font-size: 1.1em;
    font-weight: 700;
}

img#avatar-luncher {
    margin-bottom: -17px;
    border-radius: 4px 4px 0px 0px;
}

.btn-avatar {
    background: #13ce9c;
    color: #ffffff;
    min-width: 40px;
    margin-bottom: -14px;
    border-radius: 0px 0px 4px 4px;
}

.convas-header {
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-top: 5px solid #02b3e4;
    background: #ffffff;
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 10px 0 10px 18px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.convas-btn {
    font-size: 1.3em !important;
    margin-right: 13px;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #f0f0f0;
}

.convas-btn1 {
    font-size: 1.3em !important;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #f0f0f0;
}


/* MultiStepes */

.multi-stepes {
}

.multi-stepes .left-side {
}

.multi-steps .right-side {
    height: 100%;
    border-right: 1px solid #D6D6D6;
    padding: 0 !important;
    padding-right: 20px;
}

.multi-steps .right-side ul {
    margin: 0;
    padding: 0;
}

.multi-steps .right-side ul li {
    list-style: none;
    position: relative;
    left: 3px;
}

.multi-steps .right-side ul li.active {
    border-right: 5px solid #343871;
}

.multi-steps .right-side ul li.active a {
    color: #343871;
    text-decoration: none;
}

.multi-steps .right-side ul li.active a .svg path {
    fill: #343871;
}

.multi-steps .right-side ul li a {
    color: #999999;
    font-size: 1.5em;
    padding: 20px;
    display: block;
    font-weight: bold;
    transition: color 2s;
}

.multi-steps .right-side ul li a:hover {
    text-decoration: none;
    color: #343871;
    transition: color 2s;
}

.multi-steps .right-side ul li a:active {
    text-decoration: none;
    color: #343871;
    transition: color 2s;
}

.multi-steps .right-side ul li a:visited {
    text-decoration: none;
    color: #343871;
    transition: color 2s;
}

.multi-steps .right-side ul li a svg {
    vert-align: middle;
    width: 64px;
    height: auto;
    padding-right: 20px;
    position: relative;
    top: 17px;
}

.second-input input[type='checkbox']:checked + label &gt; span:before {
    top: .7em !important;
    right: .5em !important;
}

.second-input input[type='checkbox'] + label:hover,
input[type='checkbox']:focus + label {
    color: inherit !important;
}

.btn-default {
    border: 2px solid #343871;
}

.btn-default:hover {
    border: 2px solid #343871;
    background: #343871;
    color: #FFFFFF;
    font-weight: bold;
    transition: all 0.5s;
}

.pre-course-title-container {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.pre-course-title-container li {
    list-style: none;
    background: #343871;
    color: #FFFFFF;
    border-radius: 6px;
    width: auto;
    padding: 8px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pre-course-title-container li i {
    padding-right: 5px;
    cursor: pointer;
}

.product-discount-container {
    min-height: 60px;
    border: 1px solid #13ce9c;
    border-radius: 6px;
    border-left: 15px solid #13ce9c;
    padding-top: 10px;
}

.product-discount-container strong {
    font-size: 1.6em;
}

.product-discount-container .off-btn {
    border: 2px solid #13ce9c;
    display: inline-block;
    width: auto;
    border-radius: 6px;
    position: relative;
    top: -2px;
    font-size: 1.3em;
    padding: 0 !important;
}

.product-discount-container .off-btn label:first-child {
    padding: 8px 12px;
    margin: 0;
}

.product-discount-container .off-btn label:last-child {
    background: #13ce9c;
    color: #FFFFFF;
    font-weight: bold;
    padding: 9px 12px;
    margin: 0;
}

.product-discount-container #future_date {
}

.product-discount-container #future_date strong {
    background: #959595;
    color: #FFFFFF;
    padding-right: 8px;
    padding-left: 8px;
}

.product-discount-container #future_date strong:first-child {
    background: #959595;
    color: #FFFFFF;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 4px;
}

.product-discount-container #future_date strong:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: inline-block;
    min-width: 110px;
    text-align: center;
}

.countdown {
    float: right;
    width: auto;
    margin: 0 auto;
    direction: ltr;
}

.countdown .bloc-time {
    float: left;
    text-align: center;
}

.countdown .bloc-time:last-child {
    margin-right: 0;
}

.countdown .count-title {
    display: block;
    margin-bottom: 15px;
    font: normal 0.94em "Lato";
    color: #1a1a1a;
    text-transform: uppercase;
}

.countdown .figure {
    position: relative;
    float: left;
    height: 35px;
    width: 30px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.countdown .figure:first-child {
    margin-right: 5px;
}

.countdown .figure:last-child {
}

.countdown .figure &gt; span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 2.7em/38px "roboto";
    font-weight: 600;
    color: #e91e63;
}

.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.countdown .figure .top {
    z-index: 3;
    background-color: #f7f7f7;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: perspective(200px);
}

.countdown .figure .bottom {
    z-index: 1;
}

.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.02);
}

.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #f7f7f7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.countdown .figure .top,
.countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    backface-visibility: hidden;
}

.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transform: perspective(200px) rotateX(180deg);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

.star-rate {
    color: orange;
    font-size: 0.8em;
    padding-top: 8px;
}

.progress-bar {
    float: left !important;
}

.header-login-in-button:focus {
    text-decoration: none;
}

.user-overlap {
    width: 250px;
    height: auto;
    position: absolute;
    z-index: 999999;
    right: 0;
    top: 84px;
    border: 3px solid #DEDEDE;
    border-width: 0 1px 1px 1px;
    background: #ffffff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: none;
    padding: 10px;
}

.user-overlap ul {
    padding: 0;
    margin: 0;
    clear: both;
    display: block;
}

.user-overlap ul li {
    display: block;
    text-align: left;
    padding: 5px;
    padding-top: 12px;
    padding-bottom: 0;
}

.user-overlap ul li:hover {
    font-weight: bold;
}

.user-overlap ul li a {
    color: #424242;
    font-size: 1.3em;
}

.user-overlap ul li a span {
    color: #5e5e5e !important;
    font-size: 1.7em;
    top: 3px;
    width: 24px;
    vertical-align: middle;
}

.user-overlap .overlap-profile-viewer {
    padding: 8px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    height: auto;
    overflow: hidden;
}

.user-overlap .overlap-profile-viewer .overlap-profile-viewer-info {
    float: left;
    text-align: left;
    padding-left: 10px;
}

.user-overlap .overlap-profile-viewer .overlap-profile-viewer-info a {
    display: block;
}

.user-overlap .overlap-profile-viewer img {
    box-shadow: 0 5px 15px -5px rgba(16, 16, 16, 0.41);
    float: left;
    border-radius: 50px;
    width: 75px;
    height: auto;
    border: none;
    display: inline-block;
}

.trip_mode_alert {
    background: #343871;
    padding: 12px;
    border-radius: 8px;
    height: auto;
    overflow: hidden;
}

.trip_mode_alert span:nth-child(1) {
    color: #FFF;
    font-size: 4em;
    padding-right: 10px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.trip_mode_alert span:nth-child(2) {
    color: #ffffff;
    line-height: 180%;
    font-size: 1.1em;
}

.star-rate-text {
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
}

.post-module {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    height: 400px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    margin-bottom: 15px;
    overflow: hidden;
}

.post-module:hover,
.hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}

.post-module .thumbnail {
    background: transparent;
    height: auto;
    overflow: hidden;
}

.post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 55px;
    height: 55px;
    padding: 5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-module .thumbnail .date .day {
    font-size: 18px;
}

.post-module .thumbnail .date .month {
    font-size: 10px;
    text-transform: uppercase;
}

.post-module .thumbnail img {
    display: block;
    width: 120%;
    height: 200px;
    border-radius: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 10px;
    padding-top: 0;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.caret {
    margin-left: 12px;
}

.post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title a h3 {
    margin-top: -15px;
    color: #333333;
    font-size: 0.4em;
    line-height: 180%;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
}

.post-module .post-content .description {
    color: #666666;
    font-size: 1em;
    line-height: 180%;
    text-align: justify;
}

.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.tab-body .content-box {
    display: block;
    background: #ffffff;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0px 10px rgba(108, 111, 115, 0.3);
    color: #4c4c4c;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(233, 233, 233, 1);
}

.product-part-container .tab-content {
    background: #FFF !important;
    padding: 12px;
    height: auto;
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
}

.product-header .raty-text {
    color: #ffffff;
}

.modal-header {
    border-radius: 5px 5px 0px 0px;
}

.product-body .product-details-box span:nth-child(2) {
    font-size: 1.1em;
}

.product-body .product-price-box span:nth-child(2) {
    font-size: 1.5em;
}

.product-body .product-buy-selection .radio label {
    font-size: 1.2em;
}

.product-btn-buy {
    height: 40px;
}

.product-part-container .tab-content .part-ul li .part-links a div:nth-child(2) {
    font-size: 1.2em;
}

.product-user-box-footer a {
    text-decoration: none;
}

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

a.pull-right {
}

h1 {
    font-weight: 700;
}

p {
    font-size: 1em;
}

h3 {
    font-weight: 300;
}

.newest-container .body .content-box .footer label:first-child {
    font-weight: 600 !important;
}

.newest-container .body .content-box .footer label:last-child {
    margin-left: 5px;
    font-weight: 600 !important;
}

.news-container .news-section .body ul li a span {
    font-size: 1.2em;
}

.news-container .news-section .body ul li a label {
    font-size: 0.9em;
}

.btn-hover-animate {
    transition: all 0.3s;
}

.btn-hover-animate:hover {
    transition: all 0.3s;
}

.profile-top-background .bottom-section label.buttons {
    float: right;
    border-radius: 25px;
    font-size: 0.7em;
}

.profile-name {
    top: -2px;
}

.middle-header .header-upload-button:hover {
    transition: all 0.5s;
}

.parts-slider .parts-slider-container .parts-slider-button a:hover {
    border: 2px solid #ffab00;
    transition: background 0.5s;
}

.btn-container-more {
    transition: background 0.5s;
}

.news-container .top-user-container .user-tabs ul.nav-tabs li a {
    transition: background 0.5s;
}

.product-user-box .img-box {
    transition: 0.8s;
}

.product-user-box .img-box:hover {
    box-shadow: 0 0 0 5px #e3e3e3;
    transition: 0.7s;
    border: 2px solid #EFEFEF;
}

.nav-tabs &gt; li &gt; a:hover {
    border-color: #eee #eee #eee;
    transition: background 0.3s;
}

.middle-header .header-login-in-button img {
    border: 1px solid #EFEFEF;
    transition: 0.7s;
}

.middle-header .header-login-in-button img:hover {
    box-shadow: 0 0 0 2.5px #e5e5e5;
    transition: 0.7s;
    border: 1px solid #EFEFEF;
}

.ucp-menu-item .item-box-active {
    font-size: 1em;
    border: none;
    box-shadow: 0 0 0 4px #ffab00;
    transition: 0.3s;
}

.ucp-menu-item .item-box:hover {
    font-size: 1em;
    border: none;
    transition: 0.3s;
    box-shadow: 0 0 0 4px #ffab00;
}

.menu-header ul li:hover {
    transition: 0.5s;
}

.arrow_box {
    position: relative;
    background: #ffffff !important;
    border: none;
    box-shadow: 0 0 0 4px #343871;
}

.formBox .regTag {
    line-height: 75px;
    font-size: 55px;
}

.menu-header ul li {
    padding: 17px 0px 16px 17px;
}

.newest-container {
    background: #F6F6F6;
    border-radius: 5px;
}

.profile-middle-background img {
    top: -65px;
}

.nav-tabs &gt; li &gt; a:hover {
    border-color: #eee #eee #ddd;
    transition: background 0.5s;
}

span.btn.btn-default.convas-btn {
    float: left;
    border: none;
    color: #ffffff;
    border-radius: 30px;
    background: #343871;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
}

span.btn.btn-default.convas-btn1 {
    border: none;
    color: #ffffff;
    border-radius: 30px;
    background: #343871;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
}

.modal-header {
    margin-left: -0.5px;
}

.fa-trash:before {
    font-size: 1.35em;
    color: #6a6a6a;
    background-color: #f2f2f2;
    padding: 3.8px 7.1px 4.2px 6.6px;
    border-radius: 49px;
    margin-right: 1px;
    box-shadow: 0 0 0 1.8px #9E9E9E;
}

.fa-edit:before,
.fa-pencil-square-o:before {
    font-size: 1.3em;
    color: #6a6a6a;
    background-color: #f2f2f2;
    border-radius: 21px;
    padding: 6.2px 5.6px 5.8px 7.2px;
    box-shadow: inset 0 0 0 1.8px #9E9E9E;
}

.fa-refresh:before {
    display: none;
}

.fa-minus-square:before {
    display: none;
}

.ucp-table tbody tr td {
    font-size: 1.1em;
    vertical-align: middle;
}

.middle-header {
    padding-bottom: 15px;
}

img.logo-type {
    margin-bottom: 5px;
}

.middle-header .logo-icon {
    margin-bottom: 5px;
}

.category-icon {
    background-color: white;
    padding: 10px;
}

.cat-search-section .cat-icon-container span {
    margin-right: 7px;
}

.form-horizontal .control-label {
    font-size: 1em;
}

.newest-container .body .content-box .off-badge label {
    transform: rotate(-44deg);
    top: -50px;
    left: 10px;
    font-size: 1.1em;
    width: 75px;
}

.newest-container .body .content-box .off-badge label span {
    font-size: 1em;
    top: 11.5px;
    left: -13.5px;
}

.fa-bell:before {
    font-size: 1.5em;
    color: #5e5e5e;
}

.fa-envelope:before {
    font-size: 1.5em;
    color: #5e5e5e;
    padding-right: 4px;
}


.fa-eye:before {
    font-size: 1.3em;
    color: #E91E63;
    background-color: #ffffff;
}

.input-group-addon:first-child {
    border-right: 3px solid #E91E63;
    background-color: #ffffff;
}

.fa-upload:before {
    font-size: 1.3em;
    color: #ffffff;
    background-color: #E91E63;
}

.input-group-addon:last-child {
    background-color: #E91E63;
}

.newest-container .more-link a {
    color: #616161;
}

.post-module {
    border-radius: 6px;
}

.ucp-top-panel .top-panel-box .alert-box1 {
    color: #3d8840;
}

.ucp-top-panel .top-panel-box .alert-box3 {
    color: #2a9aa7;
}

.ucp-top-panel .top-panel-box .alert-box2 {
    color: #b11c4f;
}

.news-container .news-section .more-link a {
    color: #5e5e5e;
}

.multi-steps .right-side ul li a:visited {
    transition: color 0.3s;
}

.multi-steps .right-side ul li a:hover {
    transition: color 0.3s;
}

.multi-steps .right-side ul li a {
    transition: color 0.3s;
}

.input-group-addon:last-child {
    color: white;
}

.body .disabled {
    color: #999 !important;
    cursor: not-allowed !important;
}

.nav-right {
    font-size: 2.5em;
    position: absolute;
    top: 42%;
    left: -20px;
    padding-right: 20px;
    color: #424242;
    cursor: pointer;
}

.nav-left {
    font-size: 2.5em;
    position: absolute;
    top: 42%;
    right: -20px;
    padding-left: 20px;
    color: #424242;
    cursor: pointer;
}

.post-module .thumbnail {
    padding: 0 !important;
    border-radius: 0 !important;
    border-width: 0 !important;
}

.post-module {
    border-radius: 0 !important;
}

.post-module:hover .thumbnail img {
    height: 130px !important;
    opacity: 0.7;
    transition: all 0.5s;
}

.content-box {
    position: relative;
}

.content-box .footer {
    position: relative !important;
}

.content-box .footer .avatar {
    position: absolute;
    top: -60px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    right: 0;
    margin: 0 auto;
    z-index: 8;
    background: transparent;
}

.content-box .footer .avatar img {
    overflow: hidden !important;
    z-index: 8;
}

.popup_modal {
    position: relative;
}

.popup_modal .modal-content {
    padding: 0;
}

.popup_modal i {
    position: absolute;
    top: -12px;
    right: -12px;
    background: white;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding-top: 3px;
    border: 1px solid #2b2b2b;
    font-size: 1.5em;
    box-shadow: 1px 1px 1px gray;
    cursor: pointer;
}

.fix-top-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.fix-bottom-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.fix-html-bottom {
    position: fixed;
    width: 100%;
    height: auto;
    overflow: hidden;
    left: 0;
    bottom: 0;
    z-index: 99999999 !important;
}


/* primary css */

.menu-header ul li {
    padding: 17px 19px 16px 0px;
}

.menu-header ul li a {
    font-size: 1.1em;
}

img.logo-type {
    margin-bottom: 5px;
    margin-right: -30px;
}

.container {
    border-radius: 5px;
}

.post-module {
    height: 270px;
    border-radius: 5px !important;
}

.post-module:hover {
    height: 270px;
}

input.form-control {
    margin-top: 0.5px;
}

.profile-name {
    display: none;
}

.profile-middle-background .location-section div:nth-child(1) {
    background: none;
    padding-right: 10px;
    font-size: 1.9em;
    color: #ffffff;
}

.profile-middle-background .location-section div:nth-child(2) {
    background: none;
    padding-right: 10px;
    font-size: 1.3em;
    padding-top: 5px;
    color: #ffffff;
}

.profile-middle-background .rate-section {
    margin-top: 70px;
    font-size: 0.9em;
    color: #ffffff;
}

.h-10 {
    height: 10px;
}

.profile-middle-background {
    background: linear-gradient(to left, #0f8e6c, #13ce9c);
    height: 116px;
}

.cat-search-section .cat-icon-container img {
    margin: 6px auto 6px;
}

.cat-search-section {
    padding: 12px;
}

.category-icon {
    box-shadow: 0 0 8px 1px #797979;
}

.btn-container-more {
    bottom: 45px;
}

.parts-slider .parts-slider-container .parts-slider-button a {
    font-size: 1.4em;
    background-color: #00000052;
    border: 2px solid #13ce9c;
}

.parts-slider .parts-slider-container span {
    font-size: 1.4em;
    text-align: center;
}

.newest-container .header span {
    float: left;
    font-size: 1.8em;
}

.newest-container .header span.popular {
    font-size: 1.8em;
    height: 30px;
}

a.btn.btn-container-more {
    bottom: 53px !important;
}

.parts-container .body-container .text-item {
    line-height: 148%;
}

.parts-container .container-bullet {
    margin-top: -14px;
}

.parts-slider .parts-slider-container h2 {
    font-weight: bolder;
    text-align: center;
}

.parts-container .header h2 a {
    font-family: roboto, vazir;
}

.body .disabled {
    display: none;
}

.nav-left {
    color: #ffab00;
    right: -35px;
}

.product-part-container .tab-content .part-ul li .part-links div:nth-child(5) {
    cursor: pointer;
}

.product-header h2 {
    font-weight: bold;
}

.request-unfollow-icon {
    font-size: 1em;
    font-weight: bold;
}

.request-accept-icon {
    font-size: 1em;
    font-weight: bold;
}

.request-follow-icon {
    font-size: 1em;
    font-weight: bold;
}

.nav-right {
    color: #ffab00;
    left: -35px;
}

.newest-container .more-link {
    font-size: 1.25em;
    position: absolute;
    right: 290px;
    margin-top: -5px;
    color: #FFF;
    background-color: #343871;
    padding: 10px;
    border-radius: 30px;
}

div#modal-user-category {
    text-align: center;
    font-size: 1.3em;
    color: white;
    background-color: #45d831;
    padding: 5px;
    border-radius: 4px;
}

span.empty-first-line {
    font-size: 1.6em;
    font-weight: bold;
}

span.empty-second-line {
    font-size: 1.2em;
}

.user-overlap ul li:hover {
    background-color: #f0f0f04d;
    transition: 0.4s;
    border-radius: 5px;
}

.user-overlap ul li {
    position: relative;
    padding-bottom: 6px;
    transition: 0.4s;
    cursor: pointer;
}

.user-overlap ul li:hover {
    background-color: #343871;
    border-radius: 4px;
    color: #FFF;
    transition: all 300ms;
}

.user-overlap ul li:hover a {
    color: #FFF;
    transition: all 300ms;
}

.user-overlap ul li:hover a span {
    color: #FFF !important;
    transition: all 300ms;
}

.menu-header ul li {
    cursor: pointer;
}

.product-part-container .tab-content .part-ul li.document {
    border: none;
    margin-top: 7.5px;
}

.product-part-container .tab-content .part-ul li.document label {
    font-size: 1.2em;
}

.input-group-addon:first-child {
    border-right: 1px solid #cccccc;
    background-color: #f3f3f3;
}

.fa-eye:before {
    font-size: 1em;
    color: #7a7a7a;
    background-color: #ffffff00;
}

.tab-body .content-box {
    width: 107%;
}

.tab-body .content-box img {
    width: 100%;
    height: 100%;
}

.newest-container .header {
    margin-bottom: -20px;
}

img.img-responsive.img-main-container {
    height: 278px !important;
}

#ticket-hover &gt; img {
    width: 50px !important;
    height: 48px;
}

body &gt; div:nth-child(3) &gt; div &gt; div &gt; a:nth-child(1) &gt; div {
    background-color: #8BC34A !important;
}

.ucp-top-panel .top-panel-box .icon1 {
    box-shadow: 0 5px 15px -5px rgba(16, 16, 16, 0.41);
}

#ucp-section-article &gt; div.body &gt; ul &gt; li {
    padding-bottom: 14px;
}

body &gt; div:nth-child(2) &gt; div &gt; div &gt; div &gt; div &gt; a:nth-child(2):hover {
    background-color: #343871 !important;
    border: 2px solid #343871 !important;
}

.fa-calendar:before {
    color: white;
}

div#supportModalBody {
    height: 295px !important;
}

.alert-danger {
    background-color: #e91e63;
    border: none;
    color: #ffffff;
}

.alert-success {
    background-color: #45d831;
    border: none;
    color: #ffffff;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

.badge {
    font-weight: 400;
}

.close {
    float: right;
    color: #fff;
    opacity: 1;
}

textarea.form-control {
    resize: vertical;
}

.btn-danger {
    border-radius: 20px;
    color: #343871;
    background-color: #ffffff;
    border-color: #343871;
    border: 1.8px solid;
    font-weight: 600;
    transition: 0.3s;
}

.user-overlap {
    top: 75px;
}

.btn-danger:hover {
    background-color: #343871 !important;
    border-color: #343871;
    transition: 0.3s;
}

.news-container .top-user-container .user-tabs .tab-content .tab-pane a img:hover {
    box-shadow: 0 0 0 5px #e3e3e3;
    transition: 0.5s;
    border: 3px solid #fff;
}

.news-container .top-user-container .user-tabs .tab-content .tab-pane a img {
    transition: 0.5s;
    margin-top: 5px;
}

.news-container .top-user-container .user-tabs .tab-content {
    padding-top: 26px;
}

#tab1 &gt; div.text-center &gt; div:nth-child(2) {
    height: 10px;
}

.profile-middle-background img {
    background-color: #ececec;
}

body &gt; div.h-20 {
    height: 10px;
}

#tab1 &gt; div.h-20 {
    height: 12px;
}

#tab1 &gt; div.text-center &gt; div:nth-child(2) {
    height: 11px;
}

#tab1 &gt; div.text-center &gt; div:nth-child(4) {
    height: 14px;
}

.alert {
    margin-bottom: 10px;
}

.ucp-table tbody tr td {
    background-color: white;
}

.ucp-table thead tr th {
    text-align: center;
    color: #5e5e5e;
    background-color: #f8f8f8;
}

.table-responsive {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 12px;
    overflow-x: inherit;
}

body &gt; div:nth-child(4) &gt; div &gt; div.col-md-3.col-xs-12 &gt; div:nth-child(1) &gt; div {
    margin-top: 0px !important;
}

table.table.ucp-table {
    margin-bottom: 0px;
}

#accordion &gt; li.open &gt; ul &gt; div.table-responsive &gt; table &gt; tbody &gt; tr &gt; td:nth-child(8) &gt; a:nth-child(1) &gt; i {
    font-size: 1.2em;
}

#accordion &gt; li.open &gt; ul &gt; div.table-responsive &gt; table &gt; tbody &gt; tr &gt; td:nth-child(8) &gt; a:nth-child(2) &gt; i {
    font-size: 1.2em;
}

#accordion &gt; li.open &gt; ul &gt; div.table-responsive &gt; table &gt; thead &gt; tr &gt; th:nth-child(8) {
    width: 120px;
}

.ucp-section-box .body ul li {
    text-indent: 0em;
}

.submenu a {
    olor: #FF9800;
    padding: 3px;
    padding-left: 3px;
    font-weight: 600;
    color: #00BCD4;
}

.submenu a:hover {
    background: none;
    color: #00BCD4;
}

.panel-tabs {
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
}

.plan-box {
    margin-bottom: 10px;
    border: 1.1px solid #f2f2f2;
    padding: 0px;
    margin: 0px 61px 10px 15px;
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
}

.plan-box .plan-box-section a {
    color: #4c4c4c;
    background-color: white;
    border: 2px solid #343871;
    border-radius: 25px;
    padding: 12px;
}

.plan-box .plan-box-section {
    background: rgb(255, 255, 255);
    color: #4D4D4D;
    border-bottom: 1px solid #e0e0e0;
    color: #607D8B !important;
}

.plan-box .plan-box-section a:hover {
    color: #ffffff;
    background-color: #343871;
    border: 2px solid #343871;
}

.nav-tabs.nav-justified &gt; li:hover {
    transition: 0.3s;
}

.nav-tabs &gt; li &gt; a:hover {
    border-color: #f7f7f7;
    background: #f7f7f7;
    border-radius: 30px;
    transition: all 300ms;
}

.nav-tabs.nav-justified &gt; li {
    transition: 0.3s;
}

.panel-tabs li.active:hover {
    background-color: white;
}

.ucp-section-box.sbox3.ucp-avatar-box {
    box-shadow: 0px 5px 10px 1px #ededed;
}

.btn-avatar {
    border-bottom: 1px solid #13ce9c;
    box-shadow: 0px 4px 2px 4px #13ce9c;
}

.user-overlap {
    top: 66px;
}

.user-overlap .overlap-profile-viewer {
    margin-bottom: 5px;
}

body &gt; div:nth-child(6) &gt; div &gt; div:nth-child(4) &gt; div &gt; div.body {
    padding: 12px;
}

.ucp-menu-item .item-box-active {
    box-shadow: 0 0 0 4px #343871;
    background-color: #343871;
}

.ucp-menu-item .item-box:hover {
    box-shadow: 0 0 0 4px #343871;
    background-color: #343871;
}

.panel-tabs li.active {
    border-top: 4px solid #343871;
}

.ucp-top-panel .top-panel-box {
    padding: 10px 10px 0 0;
}

body &gt; div:nth-child(6) &gt; div &gt; div:nth-child(4) &gt; div &gt; div.body &gt; div &gt; div {
    height: 7px;
}

.sep-green {
    height: 1px;
    background: #9e9e9e6b;
    clear: both;
    box-shadow: 0px 1px 2px 0px #cacaca;
}

body &gt; div:nth-child(6) &gt; div &gt; div &gt; div.col-md-4.col-xs-12 &gt; div.product-user-box {
    border: 1px solid #dadada;
}

.news-container .news-section .body ul li a label {
    color: #a2a2a2;
}

input.btn.btn-default.pull-left {
    font-weight: 700;
}

input.btn.btn-default.pull-left:hover {
    color: white;
}

.blog-comment-section .comment-box li label {
    float: right !important;
    color: #9c9c9c;
}

.blog-comment-section .comment-box li {
    box-shadow: 0px 2px 2px 0px #aeaeae;
}

.blog-comment-section .comment-box li span {
    font-size: 1.1em;
    color: #5a5a5a;
}

.blog-comment-section .comment-box li img {
    border: none;
    box-shadow: 0px 2px 11px 0 rgba(14, 14, 14, 0.2);
    padding: 1px;
}

span#loadMore1 {
    background-color: white;
    color: #ffaf0b;
}

.btn:active,
.btn.active {
    box-shadow: 0px 0px 0px 0px #FFC107;
}

a.btn.btn-orange.product-btn-buy.sbox3 {
    color: #ffffff;
    background-color: #45d831;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 25px;
    box-shadow: 0 6px 20px rgba(8, 193, 54, 0.18);
    padding: 25px;
    line-height: 0px;
    transition: 0.2s;
}

a.btn.btn-orange.product-btn-buy.sbox3:hover {
    background-color: #4CAF50;
    transition: 0.2s;
}

#buyModal &gt; div.modal-dialog &gt; div &gt; div.modal-footer &gt; button {
    transition: 0.2s;
    font-weight: 700;
}

#buyModal &gt; div.modal-dialog &gt; div &gt; div.modal-footer &gt; button:hover {
    background-color: white;
    color: #FFF;
    background-color: #343871;
    transition: 0.2s;
}

#trip-mode-modal &gt; div.modal-dialog &gt; div &gt; form &gt; div.modal-footer &gt; button {
    color: #13ce9c;
    border-radius: 25px;
    border: none;
    box-shadow: 0 0 0 2px #13ce9c;
}

#trip-mode-modal &gt; div.modal-dialog &gt; div &gt; form &gt; div.modal-footer &gt; button:hover {
    color: white;
    background-color: #13ce9c;
}

.header.back-orange {
    margin-bottom: 0px;
}

#content-table &gt; thead &gt; tr &gt; th:nth-child(6) {
    width: 130px;
}

#buy-table &gt; thead &gt; tr &gt; th:nth-child(8) {
    width: 170px;
}

#off-table &gt; thead &gt; tr &gt; th:nth-child(6) {
    width: 125px;
}

#request-table &gt; thead &gt; tr &gt; th:nth-child(9) {
    width: 120px;
}

#request-table &gt; thead &gt; tr &gt; th:nth-child(6) {
    width: 125px;
}

#article-table &gt; thead &gt; tr &gt; th:nth-child(3) {
    width: 200px;
}

#article-table &gt; thead &gt; tr &gt; th:nth-child(5) {
    width: 110px;
}

.container-fluid.newest-container {
    margin-bottom: 20px;
}

body &gt; div:nth-child(6) &gt; div &gt; div:nth-child(4) &gt; div &gt; div.body &gt; div &gt; img {
    max-width: 70% !important;
}

body &gt; div:nth-child(6) &gt; div &gt; div:nth-child(4) &gt; div &gt; div.body &gt; div &gt; span {
    font-weight: lighter;
}

input.btn.btn-orange.pull-left:hover {
    background-color: #343871;
    color: #ffffff;
    transition: 0.2s;
}

input.btn.btn-orange.pull-left {
    border: 2px solid #343871;
    border-radius: 30px;
    background-color: white;
    color: #5e5e5e;
    font-weight: 700;
    transition: 0.2s;
}

input.btn.btn-custom {
    background: #ffffff;
    border: none;
    color: #4c4c4c;
    border-radius: 25px;
    font-weight: 700;
    box-shadow: 0 0 0 2px #343871;
    transition: 0.2s;
}

input.btn.btn-custom:hover {
    color: white;
    background-color: #343871;
    transition: 0.2s;
}

a#buyBtn {
    margin-left: 10px;
}

a#buyBtn:hover {
    background-color: #ffffff;
    color: #5e5e5e;
    transition: 0.2s;
}

.ucp-section-box .body ul li a {
    margin-left: 5px;
    font-weight: bold;
}

div#footer {
    min-height: 200px;
}

button.btn.btn-custom.pull-left {
    color: #5e5e5e;
    background-color: white;
    border: none;
    font-weight: 700;
}

button.btn.btn-custom.pull-left {
    color: #5e5e5e;
    background-color: white;
    border: 2px solid #343871;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.2s;
}

button.btn.btn-custom.pull-left:hover {
    background-color: #343871;
    color: white;
    transition: 0.2s;
}

.off-filters-li li .submenu {
    padding-left: 2px;
}

.profile-top-background .bottom-section a:hover {
    color: white;
}

.middle-header .header-upload-button:hover {
    background-color: #13ce9c;
}

.middle-header .header-upload-button {
    box-shadow: 0 6px 20px rgba(5, 228, 143, 0.15);
    color: #13ce9c;
}

#log-table &gt; thead &gt; tr &gt; th:nth-child(3) {
    text-align: center;
}

#log-table &gt; thead &gt; tr &gt; th:nth-child(2) {
    width: 320px;
}

.btn-custom {
    border: 2px solid #343871;
    color: #FFF;
    border-radius: 25px;
    transition: 0.2s;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #343871;
    transition: 0.3s;
}

.input-group-addon:last-child {
    background-color: #607D8B;
}

div.picker {
    background-color: #f7f7f7;
    border: none;
    box-shadow: 0px 3px 2px rgb(208, 208, 208);
    border-radius: 6px 6px 6px 6px;
}

.parts-slider .parts-slider-container .parts-slider-button a:hover {
    border: 2px solid #13ce9c;
    background-color: #13ce9c;
}

span.btn.btn-default.convas-btn1:hover {
    border-radius: 30px;
    background: #343871;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
    transition: all 300ms;
}

span.btn.btn-default.convas-btn:hover {
    border-radius: 30px;
    background: #343871;
    box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
    transition: all 300ms;
}

a.btn.btn-green.btn-avatar:hover {
    transition: all 200ms;
}

body &gt; div.container-fluid.profile-middle-background &gt; div &gt; div.location-section.col-md-10.col-xs-12 &gt; div:nth-child(1) &gt; b &gt; p {
    font-size: 1em;
}

.cat-filters-li li input {
    display: contents !important;
}

#step-4-form-meta &gt; div:nth-child(4) &gt; div &gt; div &gt; span.input-group-addon.view-selected &gt; i {
    font-size: 1em;
    border: none !important;
    box-shadow: 0 0 0 0px #f3f3f3 !important;
}

button.btn.btn-custom.pull-left.btn-register-user:hover {
    background-color: #13ce9c;
    border-color: #13ce9c;
    color: #FFF;
    transition: all 300ms;
}

.formBox .reg_bg {
    background-color: #ffffff;
}

body &gt; div:nth-child(2) &gt; div.container.text-center &gt; div &gt; div.box.registerBox &gt; form &gt; div.form-group &gt; label:hover {
    color: #343871;
}

a.resetTag:hover {
    color: #343871 !important;
    font-weight: 700;
}

.profile-section-fade.newest-container {
    padding: 15px 0px 15px 0px !IMPORTANT;
}

.content-box .footer .avatar img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 3px solid #ffffff;
    background-color: white;
}

.content-box .footer .avatar {
    width: 54px;
}

.fa-edit:before,
.fa-pencil-square-o:before {
    font-size: 1.4em;
    color: #607D8B;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 4px;
    box-shadow: none;
}

.fa-trash:before {
    font-size: 1.4em;
    color: #607D8B;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 4px;
    box-shadow: none;
}

a.next-pagination.pull-left {
    font-size: 1.5em;
}

span.btn.btn-gray.btn-description {
    border-radius: 30px;
    box-shadow: inset 0 0 0px 2px #343871;
    color: #343871;
    min-width: 60px;
    font-weight: 700;
}

span.btn.btn-gray.btn-description:hover {
    border-radius: 30px;
    background: #343871;
    color: #ffffff;
    min-width: 60px;
}

.tab-body .content-box .footer label:last-child {
    color: #5e5e5e;
    font-weight: 600;
}

.newest-container .body .content-box .footer .content-clock {
    margin-left: 5px;
    font-weight: 600 !important;
}

.post-module:hover .thumbnail img {
    height: 200px !important;
    opacity: 0.8;
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
    transform: scale(1.1);
}

.post-module:hover,
.hover {
    box-shadow: 0px 3px 5px 0px #bebebe;
    top: -1px;
    transition: 0.5s;
}

.post-module .thumbnail .date {
    box-shadow: 1px 3px 5px 0px #767676;
    border: 1.9px solid white;
    top: 10px;
    right: 10px;
}

.product-user-box-footer:hover {
    background-color: #13ce9c;
    box-shadow: 0 6px 20px rgba(19, 206, 156, 0.32);
    transition: all 0.3s;
}

.product-user-box-footer {
    transition: 0.3s;
    cursor: pointer;
}

.blog-section .row {
    margin-bottom: 25px;
    display: none;
    width: 100%;
    margin-top: 10px;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    padding-top: 25px;
    box-shadow: 0 2px 3px #e0e0e0;
    margin-right: 0px;
}

.blog-section .row .text-section h3 {
    color: #4c4c4c;
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
    height: 30px;
}

#post-table &gt; tbody &gt; tr &gt; td:nth-child(1) {
    width: 240px;
}

#post-table &gt; tbody &gt; tr &gt; td:nth-child(2) {
    width: 180px;
}

#post-table &gt; tbody &gt; tr &gt; td:nth-child(3) {
    width: 30px;
}

#post-table &gt; tbody &gt; tr &gt; td:nth-child(4) {
    width: 350px;
}

#buyModal &gt; div.modal-dialog &gt; div &gt; div.modal-footer &gt; a.btn.btn-success.pull-right {
    background-color: #03A9F4;
    border: none;
    transition: 0.3s;
}

#buyModal &gt; div.modal-dialog &gt; div &gt; div.modal-footer &gt; a.btn.btn-success.pull-right:hover {
    background-color: #2196F3;
    transition: 0.3s;
}

#gift-card-check:hover {
    background-color: #03A9F4;
    transition: 0.3s;
}

#gift-card-check {
    transition: 0.3s;
}

.blog-section .blog-post-box .date-section {
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
    border-top: 5px solid #13ce9c;
    padding: 10px;
    color: #4c4c4c;
    font-size: 1.7em;
}

body &gt; div:nth-child(2) &gt; div &gt; div &gt; div &gt; div.col-md-4.col-xs-12 &gt; div.product-user-box {
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
    border-radius: 8px;
    border-top: 5px solid #13ce9c;
    padding: 10px;
}

body &gt; div:nth-child(2) &gt; div &gt; div &gt; div &gt; div.col-md-4.col-xs-12 &gt; span:nth-child(3) &gt; a {
    color: #4c4c4c;
}

.blog-comment-section .comment-box li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.blog-comment-section {
    background: #f7f7f7;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.date-section img {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    padding: 5px;
    background-color: #FFF;
    box-shadow: 0px 2px 11px 0 rgba(14, 14, 14, 0.1);
}

.answer-comment {
    padding-left: 15px !important;
    padding-top: 13px;
}

body &gt; div:nth-child(2) &gt; div &gt; div &gt; div &gt; div.col-md-8.col-xs-12.text-section &gt; div &gt; form &gt; div:nth-child(3) &gt; label {
    font-size: 1.2em;
    padding-bottom: 10px;
}

body &gt; div:nth-child(2) &gt; div &gt; div &gt; div &gt; div.col-md-8.col-xs-12.text-section &gt; div &gt; h4 {
    background-color: #78AD13;
    color: white;
    padding: 15px;
    border-radius: 7px;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}

body &gt; div.h-10 {
    height: 0px;
}

#footer .login-container span {
    padding-right: 0px;
}

.formBox .registerBox .f_row label,
.formBox .registerBox .f_row input {
    color: #575757;
}

.navbar-header {
    background-color: #13ce9c;
    border-radius: 7px 7px 0px 0px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #5e5e5e;
        background-color: #ffffff;
        box-shadow: 0 0px 2px #cbcbcb;
        font-size: 1.2em;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu &gt; li &gt; a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 8px 25px 8px 15px;
    }
}

.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: #343871;
    color: #fff;
    font-size: 1.2em;
    font-weight: 800;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #464646;
    font-size: 1.3em;
    padding-left: 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #343871;
}

.navbar {
    border: none;
}

.formBox .f_row {
    margin-top: 20px;
    margin-bottom: 23px;
}

.formBox .box {
    padding: 12px 0px 40px 0;
}

div#t-biography {
    font-size: 1.2em;
}

label.pull-right {
    color: #5e5e5e;
    font-weight: 600;
}

img.img-responsive.pull-right {
    width: 17%;
}

body &gt; div:nth-child(7) &gt; div &gt; div:nth-child(1) &gt; div &gt; div.header {
    background-color: #FFF !important;
    border-top: 5px solid #13ce9c;
    border-radius: 8px;
}

body &gt; div:nth-child(7) &gt; div &gt; div:nth-child(2) &gt; div &gt; div.header {
    background-color: #FFF !important;
    border-top: 5px solid #13ce9c;
    border-radius: 8px;
}

body &gt; div:nth-child(7) &gt; div &gt; div:nth-child(4) &gt; div &gt; div.header {
    background-color: #FFF !important;
    border-top: 5px solid #13ce9c;
    border-radius: 8px;
}

body &gt; div:nth-child(7) &gt; div &gt; div:nth-child(4) &gt; div &gt; div.body &gt; div &gt; img {
    width: 90%;
}

a.pull-right {
    color: white;
}

body {
    background-color: #f6f7fb;
}

.tab-con {
    float: left;
}

.ucp-section-box-span b {
    float: left !important;
    direction: ltr;
}

.fl-right {
    float: right !important;
}

.input-group { 
    /* direction: ltr !important; */
}

.micon {
    font-size: 4em !important;
    color: #343871 !important;
}

.submicon {
    vertical-align: middle;
    display: inline-block;
    font-size: 1.5em;
}

.ucp-menu-item .item-box:hover span {
    transition: all 300ms;
    color: #FFF;
}

.ucp-menu-item .item-box:hover .micon {
    transition: all 300ms;
    color: #FFF !important;
}

.item-box-active {
    color: #bf1d1d !important;
}

.noticon {
    position: absolute;
    left: 20%;
    top: 5%;
    font-size: 3.8em;
    color: #4c4c4c;
}

.crticon {
    font-size: 1.7em;
    color: #343871;
}

.formicon {
    font-size: 1.4em;
    color: #d2d2d2;
}

.usericon {
    font-size: 1.5em;
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}

.proicon {
    font-size: 2em;
    color: #343871;
    vertical-align: middle;
}

.playericon {
    font-size: 1.5em;
    color: #FFF;
    vertical-align: middle;
}

.download-part span {
    font-size: 3em;
    color: #343871;
    vertical-align: middle;
}

.playicon {
    padding-top: 5px;
    font-size: 3em;
    color: #343871;
    vertical-align: middle;
}

.homeicon {
    font-size: 2em;
    display: inline-block;
    color: #343871;
}

.boxicon {
    font-size: 2em;
    margin-top: -10px;
    color: #343871;
}

label.pull-left {
    color: #5e5e5e;
}

label p {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 12px;
}

.headericon {
    position: absolute;
    vertical-align: middle;
    font-size: 2em;
    display: inline-block;
    color: #13ce9c;
}

.header-upload-button .headericon {
    top: 0;
    left: 15px;
}

.search-box span:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
    color: #FFF;
}

.header-login-button span {
    color: #343871;
    position: absolute;
    left: 20%;
    transform: translateX(-50%);
    top: 0;
}


.middle-header .header-login-in-button .mdi-chevron-down {
    top: -10px;
    margin-right: 10px;
    color: #5e5e5e;
}

.user-overlap ul li p {
    margin-left: 2em;
}

.tab-body .content-box .footer span {
    margin-top: 0px;
}

.articlec .content-box .footer span {
    margin-top: -10px;
}

.upicon {
    position: absolute;
    vertical-align: middle;
    top: 0;
    font-size: 3em;
    display: inline-block;
    color: #5e5e5e;
    margin-top: -5px;
}

.multi-steps .right-side ul li a span:nth-child(2) {
    margin-left: 3.5em;
}

.multi-steps .right-side ul li.active a i {
    color: #343871;
}

.multi-steps .right-side ul li:hover i {
    transition: all 300ms;
    color: #343871;
}

.ucp-section-box-notification .mdi {
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
}

.secicon {
    position: absolute;
    font-size: 3em;
    vertical-align: middle;
    display: inline-block;
    color: #343871;
}

.news-container .news-section .more-link:hover i {
    color: #FFF;
    transition: all 300ms;
}

.news-container .news-section .header i {
    top: 50%;
    transform: translateY(-50%);
}

.news-container .news-section .more-link i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-container .top-user-container .header i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.container-2 .homeicon {
    color: #FFF !important;
}

.container-2 form {
    position: relative;
}

.blog-section img {
    border-radius: 8px;
}

.article-tabs .tab-content {
    background: #FFF !important;
    padding: 12px;
    height: auto;
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
}

label {
    font-weight: normal !important;
}

.content-tag {
    background-color: #343871;
    border-radius: 3px;
    padding: 5px;
    margin: 5px;
}

.content-tag a {
    color: #FFF;
}

.middle-header .header-login-in-button label i {
    color: #5e5e5e;
}

@media only screen and (max-width: 359px) and (min-width: 320px) {
    .parts-slider-container {
        margin-top: 20px;
    }

    .newest-container .more-link {
        font-size: 0.65em;
        right: 20px;
    }

    .newest-container .header span {
        background: none;
        font-size: 1.5em;
    }

    .newest-container .header span.popular {
        font-size: 1.5em;
        background: none;
    }

    .parts-slider .parts-slider-container .parts-slider-button a {
        font-size: 1em;
        margin-top: 2px;
    }

    .fa-angle-down:before {
        display: none;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 250px !important;
    }

    .newest-container .body .content-box h3 {
        font-size: 1em;
    }

    .news-container .top-user-container .user-tabs .tab-content .tab-pane a {
        float: right;
        padding-left: 8.5px;
        font-size: 0.82em;
    }

    .navbar-header {
        background-color: #13ce9c;
    }

    .news-container .top-user-container .user-tabs .tab-content {
        padding-top: 0px;
    }

    .product-card figure {
        width: 80%;
    }

    .ucp-menu-item .item-box {
        padding: 8px;
    }

    .profile-middle-background img {
        top: -108px;
    }

    #t-biography &gt; div.text-center &gt; img {
        width: 85%;
    }

    #t-videos &gt; div &gt; div &gt; div &gt; img {
        width: 85%;
    }

    .middle-header .search-box input {
        width: 80%;
    }

    .middle-header .search-box button {
        right: 70px;
    }

    .middle-header .header-upload-button {
        margin-top: 25px;
    }

    #tab1 &gt; div:nth-child(4) {
        display: none;
    }

    #tab2 &gt; div:nth-child(4) {
        display: none;
    }

    #tab3 &gt; div:nth-child(4) {
        display: none;
    }

    #tab4 &gt; div:nth-child(4) {
        display: none;
    }

    #tab5 &gt; div:nth-child(4) {
        display: none;
    }

    #tab6 &gt; div:nth-child(4) {
        display: none;
    }

    .formBox .regTag {
        right: 12px;
        top: 16px;
    }

    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    input.btn.btn-orange.pull-left {
        margin-top: 8px;
    }

    .multi-steps .right-side ul {
        margin-bottom: 25px;
    }

    .nav-left {
        display: none;
    }

    .news-container .top-user-container .user-tabs ul.nav-tabs li {
        border: 3px solid transparent;
    }
}

@media only screen and (max-width: 374px) and (min-width: 360px) {
    .parts-slider .parts-slider-container .parts-slider-button {
        margin-top: -7px;
        text-align: center;
    }

    .fa-angle-down:before {
        display: none;
    }

    .newest-container .more-link {
        font-size: 0.95em;
        right: 280px;
    }

    .newest-container .header span {
        background: none;
    }

    .newest-container .header span {
        font-size: 1.5em;
        padding-left: 0px;
    }

    .newest-container .header span.popular {
        background: none;
    }

    .newest-container .header span.popular {
        font-size: 1.5em;
        padding-left: 0px;
    }

    #tab1 &gt; div:nth-child(4) {
        display: none;
    }

    #tab2 &gt; div:nth-child(4) {
        display: none;
    }

    #tab3 &gt; div:nth-child(4) {
        display: none;
    }

    #tab4 &gt; div:nth-child(4) {
        display: none;
    }

    #tab5 &gt; div:nth-child(4) {
        display: none;
    }

    #tab6 &gt; div:nth-child(4) {
        display: none;
    }

    .parts-slider-container {
        margin-top: 53px;
    }

    .middle-header .search-box input {
        width: 320px;
    }

    .middle-header .search-box button {
        right: 30px;
    }

    .navbar-header {
        background-color: #13ce9c;
    }

    .col-md-4.col-xs-12.text-center.tab-con {
        padding-top: 25px;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 250px !important;
    }

    .formBox .regTag {
        right: 12px;
        top: 16px;
    }

    .middle-header .header-upload-button {
        margin-left: -20px;
        margin-right: 3px;
    }

    .header.back-orange {
        margin-bottom: 50px;
    }

    .article-tabs .nav-tabs {
        padding: 7px;
    }

    .profile-middle-background img {
        width: 75px;
        height: 75px;
    }

    .product-part-container .nav-tabs {
        padding: 10px;
    }

    .profile-middle-background img {
        top: -88px;
    }

    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    input.btn.btn-orange.pull-left {
        margin-top: 8px;
    }

    .multi-steps .right-side ul {
        margin-bottom: 25px;
    }

    .nav-left {
        display: none;
    }

    .news-container .top-user-container .user-tabs ul.nav-tabs li {
        border: 3px solid transparent;
    }
}


.profile-top-background .bottom-section label.buttons {
    padding-left: 8px;
}

.profile-top-background .bottom-section label.buttons p {
    position: relative;
    left: 4px;
    top: -2px;
}

.newest-container .header {
    padding-left: 15px;
    padding-right: 15px;
}

.newest-container .header span {
    display: inline-block;
    position: relative;
    top: 10px;
}

.newest-container .more-link {
    display: inline-block;
    position: static;
    margin-top: -30px;
}

.newest-container .content-box .footer label.pull-right {
    margin-left: 5px;
    font-weight: 600 !important;
}

.multi-steps .btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}

.blog-comment-section input.btn.btn-custom {
    margin-right: 10px;
}

.easy-autocomplete-container {
    top: 17px;
}

.formal-chanel {
    font-size: 2.3em;
    position: absolute;
    top: 19px;
    left: 13px;
    color: #394168;
    z-index: 101;
}

.blog-post-box-s {
    display: block !important;
}

.pbot {
    padding-bottom: 10px;
}

.date-section-s {
    font-size: 1em;
}

.a-link-s {
    padding-top: 4px;
    padding-left: 10px;
    position: relative;
    top: 2px;
}

.attach-s {
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.pos-rel {
    position: relative;
}

.img-icon-s {
    cursor: pointer;
}

.control-label-p {
    display: inline-block;
    padding-top: 8px;
}

.text-section-s1 {
    font-size: 1.5em;
}

.ta-ri {
    text-align: right !important;
}

.cont-sug {
    position: relative;
    top: 4px;
}

#order-s {
    width: 110px;
}

.blog-section-s {
    margin-top: 20px;
}

.box-s {
    margin-top: 30px;
}

.mart-10 {
    margin-top: 10px;
}

.form-label-s {
    text-align: right !important;
    display: inline-block;
}

.sw-prim-s {
    padding-right: 5px;
}

.thead-s {
}

.cont-lab-s {
    text-align: right !important;
    display: inline-block;
}

#cat-side {
    margin-bottom: 10px;
}

.plan-box-section-s {
    color: green;
    font-weight: bold;
}

.plan-box-section-r {
    font-size: 1.5em
}

.plan-box-section-e {
    font-size: 0.9em;
    line-height: 180%;
}

.newest-container {
    background: transparent;
    padding-top: 0;
    margin-top: 0;
}

.val-mid {
    vertical-align: middle;
}

.body-target-s {
    margin-top: 0 !important;
}

.lab-e {
    display: block;
    margin-top: 8px;
}

.lab-n {
    display: block;
    margin-top: 12px;
}

.pagi-s {
    margin-top: 20px;
}

.cat-search-section-s {
    background: url('/assets/images/main_category.png');
}

.duration-f {
    font-size: 0.8em;
}

.req-s {
    padding-bottom: 10px;
}

.uname-f {
    color: #ffffff;
    font-size: 1.3em;
}

.fos-11 {
    font-size: 11px;
}

.cont-box-bg {
    background: #F0F0F0;
}

.newest-container-r {
    background: transparent;
    margin-bottom: 0;
    padding: 20px;
    min-height: 500px;
}

.newest-container-p {
    background: #F6F6F6;
    display: none;
    padding: 20px;
    border-radius: 5px;
}

.font-s {
    font-size: 1em;
}

.newest-container-b {
    background: transparent;
    padding-top: 0;
    margin-top: 0;
}

.newest-container-e {
    background: transparent;
    display: none;
    padding-top: 0;
}

.modal-dialog-s {
    z-index: 1050;
}

.modal-body-s {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

.alert-f {
    padding-right: 0px !important;
}

.mart-s-10 {
    margin-top: -10px !important;
}

.dash-s {
    height: 75px !important;
}

.dash-s2 {
    font-weight: bold;
    color: #424242;
    padding-bottom: 10px;
    padding-top: 10px;
}

.accordion-s {
    max-width: 100% !important;
}

.img-con-r {
    border-radius: 6px;
    height: 330px;
}

.img-con-s {
    position: relative;
    height: 330px;
}

.profile-s {
    color: inherit;
}

.btn-container-more-s {
    position: absolute;
    bottom: 1px;
    right: 0;
}

.body-s-r {
    position: relative;
    overflow: inherit;
}

.owl-car-s {
    margin: 15px;
}

.header-s {
    height: 30px;
}

.feat-s {
    height: 40px;
    background-position: top 3px left;
}

.container-s-r {
    position: relative;
    top: 6px;
}

.red-r {
    color: #E91E63;
}

#credit-remain-modal {
    color: green;
}

.table-post-price {
    display: none;
}

#postAddressText {
    display: none;
}

.current-s {
    background: #FFFFFF;
    box-shadow: 0 0 13px 2px #c5c5c5;
}

#postAddress {
    display: none;
}

.btn-100-p {
    width: 100%;
}

.he70 {
    height: 70px;
}

#giftCard {
    display: none;
}

#gift-card-result {
    font-size: 1.4em;
}

#myDiv {
    width: 100%;
    height: 424px;
}

.oflows {
    overflow: scroll;
}

.video-details-section {
    position: relative;
    top: -8px;
}

#myChart {
    font-family: roboto, vazir, Tahoma, Arial, Sans-serif;
}

.marl-s-10 {
    margin-left: 10px;
}

.course-id-s {
    padding-right: 0;
}

.ta-r {
    text-align: right !important;
}

.views-s {
    cursor: default;
}

.fos-w {
    font-size: 0.8em !important;
}

.cnv-s {
    color: #4c4c4c;
    margin: 5px;
}

.img-icon-s {
    cursor: pointer !important;
}

.lh180 {
    line-height: 180% !important;
}

#ppage-s {
    margin-bottom: 10px;
}

.content-box-r {
    margin-bottom: 15px;
}

.support-lock-s {
    padding-bottom: 15px;
}

.bodypad {
    padding: 20px !important;
}

.user-metas {
    background: #ffffff;
    display: none;
}

.mod-r {
    font-size: 1.1em;
    cursor: pointer;
    display: inline-block;
}

.h-s-200 {
    height: 200px !important;
}

.h-s-300 {
    height: 288px !important;
}

.header-d {
    background: #3E4558;
}

.img-pal {
    max-width: 100%;
    height: auto;
}

.sbox3-s {
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    box-shadow: 0 3px 15px -5px rgb(66, 235, 132);
}

.sbox3-e {
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    box-shadow: 0 3px 15px -5px rgb(67, 183, 254);
}

.sbox3m {
    background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
    box-shadow: 0 3px 15px -5px rgb(204, 32, 125);
}

.sbox3n {
    background-image: linear-gradient(to right, #f9d423 0%, #ff4e50 100%);
    box-shadow: 0 3px 15px -5px rgb(252, 145, 58);
}

.vac-mode {
    font-size: 1.4em;
    color: #424242;
    padding-top: 7px;
    display: inline-block;
}

.urating {
    font-size: 0.6em;
    margin: 5px auto 0;
    color: #FFAB00;
}

.sbox3-s {
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
    box-shadow: 0 3px 15px -5px rgb(66, 235, 132);
}

.sbox3-r {
    background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
    box-shadow: 0 3px 15px -5px rgb(204, 32, 125);
}

.green-s {
    color: green;
}

.blue-s {
    color: blue;
}

.gray-s {
    color: #424242;
}

.red-s {
    color: red;
}

.orange-s {
    color: orange;
}

.white-s {
    background: #FFF;
}

.bg-gray-s {
    background: #F0F0F0;
}

.dis-block {
    display: block;
}

.ptopz {
    padding-top: 0;
}

.marz {
    margin: 0;
}

.header-f {
    font-size: 1.3em;
}

.btn-g-s {
    padding-top: 0px;
    margin-left: 10px;
}

.white-c {
    color: #fff;
}

.jqte {
    height: 230px;
}

.editor-te-h {
    height: 300px !important;
}

.dnone {
    display: none;
}

.color-in {
    color: inherit;
}

.submenu-s {
    display: block;
    padding: 0;
}

.pamaz {
    padding: 0;
    margin: 0;
}

.login-s {
    width: 100%;
    height: auto;
}

.input-rem {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}

.btn-register-user-r {
    width: 100%;
    margin-top: 15px;
    font-size: 1.5em;
    padding: 15px;
    border-radius: 30px;
}

.input-r {
    width: auto;
    height: auto;
    display: inline-block;
}

.label-r {
    display: inline;
    font-size: 1em;
    padding-right: 4px;
}

.fos-s {
    font-size: 0.4em;
}

.restag {
    color: #242424;
    display: inline-block;
    padding: 6px;
    padding-top: 10px;
}

.icon-rs {
    margin-left: 4px;
    vertical-align: middle;
}

.dblock {
    display: block;
}

.res-vertical {
    resize: vertical;
}

.cont-10 {
    background: #FFFFFF;
    box-shadow: 0 0 13px 2px #393939;
}

.dinb {
    display: inline-block;
}

.paz {
    padding: 0 !important;
}

.te-10 .jqte {
    height: 230px;
    overflow: scroll !important;
}

.main-box {
    height: auto;
    overflow: hidden;
    border: 2px solid #999;
    min-height: 200px;
    margin: 20px auto 0;
    font-family: roboto, vazir, Tahoma, Arial, Helvetica, sans-serif;
}

.factor-logo-container {
    text-align: center;
    height: auto;
    float: right;
    height: auto;
}

table {
    margin: 0px auto 0px;
    font-size: 1.1em;
    width: 100%;
}

table th {
    border-bottom: 2px solid #999;
    padding: 8px;
    text-align: center;
}

table th:last-child {
    border-left: none;
}

table td {
    text-align: center;
    padding: 8px;
}

table td:last-child {
    border-left: none;
}

input {
    font-family: roboto, vazir, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.factor-divider {
    background: #d9d9d9;
    color: #424242;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-weight: 700;
    border-bottom: 2px solid #999;
}

.h-5 {
    height: 5px !important;
    clear: both;
}

.bb2s {
    border-bottom: 2px solid #999;
}

.mtop5 {
    margin-top: 5px !important;
}

.br2 {
    border-right: 2px solid #999;
}

.br1 {
    border-right: 1px solid #999;
}

.prr15 {
    padding-right: 15px !important;
}

.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid orange;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 55px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.marb8 {
    margin-bottom: 8px !important;
}

.modal-body-e {
    overflow-y: scroll;
    height: 200px;
}

.he277 {
    height: 277px !important;
}

.pur-s {
    max-width: 100%;
    height: auto;
}

.picker {
    z-index: 999999999 !important;
    top: 610px !important;
}

.noti-holder {
    font-size: 0.8em;
    width: 20px;
    height: 20px;
    border-radius: 16px;
    top: 15px;
    left: 25px;
    text-align: center;
    padding-top: 3px;
    animation: pulse 1.5s infinite;
    position: absolute;
    background: red;
    color: #ffffff;
    display: inline-block;
    padding: 4px;
    z-index: 999;
}

.noti-icon {
    color: #5e5e5e;
}

.cell-ta {
    text-align: left !important;
}


/*HD FHD mobile */

@media screen and (max-device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    /* body {
           background-color: lightblue;
        }*/
    a.more-link.pull-left {
        margin-right: -260px;
    }

    .nav-tabs.nav-justified &gt; li {
        float: right;
        font-size: 0.85em;
    }

    .nav-right {
        left: -15px !important;
        font-size: 1.6em;
    }

    .nav-left {
        right: -15px !important;
        font-size: 1.6em;
    }

    .news-container .top-user-container .user-tabs .tab-content .tab-pane a {
        float: right;
        padding-left: 8.5px;
        font-size: 0.82em;
    }

    #tab1 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    #tab4 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 245px !important;
    }

    .newest-container .body .content-box .footer label:last-child {
        font-size: 0.86em;
        font-weight: 800;
    }

    .newest-container .body .content-box .footer label:last-child {
        height: 16px;
        padding-left: 20px;
    }

    .newest-container .body .content-box h3 {
        padding: 10px;
        padding-bottom: 8px;
    }

    .newest-container .body .content-box {
        height: 228px;
    }

    .newest-container .body .content-box .footer .content-clock {
        font-weight: 800;
        font-size: 0.86em;
    }

    .newest-container .body .content-box .footer .content-clock {
        padding-left: 20px;
        height: 17px;
    }

    .content-box .footer .avatar img {
        width: 48px !important;
        height: 48px !important;
        border-radius: 48px;
        border: 2px solid #ffffff;
    }

    .owl-stage {
        width: 2450px !important;
    }

    .parts-slider .parts-slider-container h2 {
        font-size: 1.8em;
        margin-top: -50px;
    }

    .parts-slider .parts-slider-container span {
        font-size: 1.2em;
    }

    #tab2 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    #tab3 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    #tab5 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    #tab6 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    img.logo-type {
        margin-right: 87px !important;
    }

    .middle-header .logo-icon {
        left: 220px;
        position: absolute;
    }

    .formBox .regTag {
        left: 215px;
        top: 16px;
    }

    .middle-header .header-login-in-button img {
        width: 36px;
        height: 36px;
        border-radius: 36px;
        margin-top: -2px;
        margin-left: -16px;
    }

    .header-title-caption {
        padding-right: 18px;
        font-size: 1em;
    }

    .middle-header .header-login-in-button label {
        padding-left: 4px;
        font-size: 0.8em;
    }

    .middle-header .header-upload-button {
        margin-top: 16px;
    }

    .multi-steps .right-side ul {
        margin: 0px;
        padding: 6px;
        font-size: 0.8em;
        margin-bottom: 15px;
        height: 310px;
        border-bottom: 2px solid #ffab00;
        margin-top: -36px;
    }

    body &gt; div:nth-child(2) &gt; div.container &gt; div &gt; div.conteiner-fluid &gt; div &gt; div:nth-child(1) {
        height: 2px;
    }

    .multi-steps .right-side ul li a {
        margin-bottom: -37px;
    }

    .multi-steps .right-side ul li {
        list-style: none;
        position: relative;
        right: 13px;
    }

    .multi-steps .right-side ul li.active {
        border-left: none;
        margin-top: -3px;
    }

    .row.body.body-target {
        padding: 0px 20px 0px 20px;
    }

    .nav-left {
        display: none;
    }

    .col-md-3.tab-con {
        padding-right: 0px;
    }

    .news-container .top-user-container .user-tabs ul.nav-tabs li {
        border: 3px solid transparent;
    }

    .newest-container .header {
        margin-top: 20px;
    }

    .parts-slider .parts-slider-container .parts-slider-button {
        margin-top: 35px;
    }

    .middle-header .header-login-button {
        margin-top: 30px;
    }

    .news-container .top-user-container .user-tabs ul.nav-tabs {
        font-size: 1em;
        padding-top: 8px;
    }

    body &gt; div:nth-child(8) &gt; div &gt; div &gt; div.col-md-8.col-xs-12.col-sm-6 &gt; div:nth-child(4) &gt; div &gt; div.user-tabs &gt; ul {
        padding-right: 25px;
    }

    .footer-blow {
        height: 170px;
    }

    .profile-middle-background img {
        width: 75px;
        height: 75px;
    }

    .cat-search-section .cat-icon-container {
        font-size: 0.9em;
    }

    .newest-container .header span {
        font-size: 1.6em;
    }

    .newest-container .more-link {
        margin-top: -25px;
        font-size: 1.15em;
    }

    body &gt; div.login-s &gt; div.container.text-center &gt; div &gt; div.box.forgetbox &gt; h2 {
        font-size: 1.6em;
    }

    .formBox .forgetbox .back svg {
        margin-right: 300px;
        float: left;
    }

    .product-part-container .tab-content .part-ul li .clip {
        display: none;
    }

    .cat-tag-section {
        background: #F0F0F0;
        padding: 15px;
        padding-bottom: 7px;
    }

    .product-part-container .tab-content .part-ul li.document span {
        margin-right: -5px;
        float: right;
        margin-top: -17px;
    }

    a.back.icon-back {
        right: -30px;
    }


}


/*QHD mobile */

@media screen and (min-device-width: 400px) and (max-device-width: 450px) {
    body {
    / / background-color: gray;
    }

    a.more-link.pull-left {
        margin-right: 0px;
    }

    .nav-tabs.nav-justified &gt; li {
        float: right;
        font-size: 1.1em;
    }

    .nav-right {
        left: -15px !important;
        font-size: 1.6em;
    }

    .nav-left {
        right: -15px !important;
        font-size: 1.6em;
    }

    .news-container .top-user-container .user-tabs .tab-content .tab-pane a {
        float: left;
        padding-left: 12px;
        font-size: 0.82em;
    }

    #tab1 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    #tab4 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 285px !important;
    }

    .newest-container .body .content-box .footer label:last-child {
        font-size: 0.86em;
        font-weight: 800;
    }

    .newest-container .body .content-box .footer label:last-child {
        height: 16px;
        padding-left: 0px;
        font-size: 1em;
    }

    .newest-container .body .content-box h3 {
        padding: 10px;
        padding-bottom: 8px;
    }

    .newest-container .body .content-box {
        height: 228px;
    }

    .newest-container .body .content-box .footer .content-clock {
        font-weight: 800;
        font-size: 0.86em;
    }

    .newest-container .body .content-box .footer .content-clock {
        padding-left: 0px;
        font-size: 1em;
        height: 17px;
    }

    .content-box .footer .avatar img {
        width: 48px !important;
        height: 48px !important;
        border-radius: 48px;
        border: 2px solid #ffffff;
    }

    .owl-stage {
        width: 2860px !important;
    }

    .parts-slider .parts-slider-container h2 {
        font-size: 1.8em;
        margin-top: -50px;
    }

    .parts-slider .parts-slider-container span {
        font-size: 1.2em;
    }

    #tab2 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    #tab3 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    #tab5 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    #tab6 &gt; div:nth-child(4) &gt; a {
        display: none;
    }

    img.logo-type {
        margin-left: 128px;

    }

    .middle-header .logo-icon {
        left: 70px;
        position: absolute;
    }

    .formBox .regTag {
        left: 285px;
        top: 1px;
    }

    .middle-header .header-upload-button {
        display: inline-block;
        margin-top: 14px;
        padding: 8px;
        background-size: 20px 17px;
        padding-right: 34px;
        padding-left: 11px;
        margin-left: 20px;
    }

    .multi-steps .right-side ul {
        margin: 0px;
        padding: 6px;
        font-size: 0.8em;
        margin-bottom: 15px;
        height: 310px;
        border-bottom: 2px solid #ffab00;
        margin-top: -36px;
    }

    body &gt; div:nth-child(2) &gt; div.container &gt; div &gt; div.conteiner-fluid &gt; div &gt; div:nth-child(1) {
        height: 2px;
    }

    .multi-steps .right-side ul li a {
        margin-bottom: -37px;
    }

    .multi-steps .right-side ul li {
        list-style: none;
        position: relative;
        right: 13px;
    }

    .multi-steps .right-side ul li.active {
        border-left: none;
        margin-top: -3px;
    }

    body &gt; div:nth-child(2) &gt; div.container &gt; div &gt; div.conteiner-fluid {
        width: 113%;
        position: relative;
        left: 20px;
    }

    .cat-tag-section .btn-group {
        font-size: 1.6em;
        padding-top: 60px;
        top: 15px;
        right: -115px;
        margin-bottom: 29px;
    }

    .form-group {
        margin-right: -21%;
        margin-top: -0.5%;
        margin-left: -11%;
    }

    select#order {
        margin-top: 10px;
        margin-left: 230px;
    }

    .box {
        width: 94%;
        margin: -102px auto;
        height: auto;
        overflow: hidden;
        top: 160px;
        position: absolute;
        left: -10px;
    }

    .row.body.body-target {
        padding: 25px 40px 0px 40px;
    }

    input#sendReply {
        margin-top: 15px;
    }

    .ucp-section-box {
        position: relative;
        left: 0px;
        top: 0px;
        margin: 0px 30px 2px 30px;
    }

    body &gt; div:nth-child(3) &gt; div &gt; div &gt; div:nth-child(1) &gt; div {
        position: absolute;
        top: -31px;
        margin-right: 102px;
    }

    .container-2 input#search {
        height: 36px;
        padding-left: 35px;
        padding-right: 14px;
    }

    .container-2:hover input#search {
        width: 60%;
    }

    .nav-left {
        display: none
    }

    .newest-container .header {
        margin-top: 20px;
    }

    .parts-slider .parts-slider-container .parts-slider-button {
        margin-top: 35px;
    }

    .middle-header .header-login-button {
        margin-top: 30px;
    }

    .news-container .top-user-container .user-tabs ul.nav-tabs {
        font-size: 0.9em;

    }

    body &gt; div:nth-child(8) &gt; div &gt; div &gt; div.col-md-8.col-xs-12.col-sm-6 &gt; div:nth-child(4) &gt; div &gt; div.user-tabs &gt; ul {
        padding-right: 25px;
    }

    .footer-blow {
        height: 170px;
    }

    .profile-middle-background img {
        width: 75px;
        height: 75px;
    }

    .cat-search-section .cat-icon-container {
        font-size: 0.9em;
    }

    .newest-container .header span {
        font-size: 1.6em;
    }

    .newest-container .more-link {
        margin-top: -25px;
        font-size: 1.15em;
    }

    body &gt; div.login-s &gt; div.container.text-center &gt; div &gt; div.box.forgetbox &gt; h2 {
        font-size: 2.1em;
    }

    .formBox .forgetbox .back svg {
        margin-right: 300px;
        float: left;
    }

    .product-part-container .tab-content .part-ul li .clip {
        display: none;
    }

    .cat-tag-section {
        background: #F0F0F0;
        padding: 15px;
        padding-bottom: 7px;
    }

    .product-part-container .tab-content .part-ul li.document span {
        margin-right: -5px;
        float: right;
        margin-top: -17px;
    }


}


@media only screen and (max-width: 1530px) and (min-width: 1350px) {
    body {
    / / background-color: green !important;
    }

    .menu-header ul li {
        padding: 17px 0px 16px 12px !important;
    }

    .menu-header ul li a {
        font-size: 1em !important;
    }
}

@media only screen and (max-width: 1350px) and (min-width: 1000px) {
    body {
    / / background-color: lightblue;
    }

    .menu-header ul li {
        padding: 17px 0px 16px 9px !important;
    }

    .menu-header ul li a {
        font-size: 0.9em !important;
    }
}


@media only screen and (max-width: 399px) and (min-width: 375px) {
    .parts-slider .parts-slider-container .parts-slider-button {
        margin-top: -7px;
        text-align: center;
    }

    .fa-angle-down:before {
        display: none;
    }

    .newest-container .more-link {
        font-size: 0.95em;
        right: 25px;
    }

    .newest-container .header span {
        background: none;
    }

    .newest-container .header span {
        font-size: 1.3em;
        left: -30px;
    }

    .newest-container .header span.popular {
        background: none;
    }

    .newest-container .header span.popular {
        font-size: 1.3em;
    }

    #tab1 &gt; div:nth-child(4) {
        display: none;
    }

    #tab2 &gt; div:nth-child(4) {
        display: none;
    }

    #tab3 &gt; div:nth-child(4) {
        display: none;
    }

    #tab4 &gt; div:nth-child(4) {
        display: none;
    }

    #tab5 &gt; div:nth-child(4) {
        display: none;
    }

    #tab6 &gt; div:nth-child(4) {
        display: none;
    }

    .parts-slider-container {
        margin-top: 42px;
    }

    .middle-header .search-box input {
        width: 345px;
    }

    .middle-header .search-box button {
        right: 5px;
    }

    .navbar-header {
        background-color: #13ce9c;
    }

    .col-md-4.col-xs-12.text-center.tab-con {
        padding-top: 25px;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 270px !important;
    }

    .formBox .regTag {
        right: 12px;
        top: 16px;
    }

    .middle-header .header-upload-button {
        margin-left: -20px;
        margin-right: 3px;
    }

    .header.back-orange {
        margin-bottom: 50px;
    }

    .article-tabs .nav-tabs {
        padding: 7px;
    }

    .profile-middle-background img {
        width: 75px;
        height: 75px;
    }

    .product-part-container .nav-tabs {
        padding: 6px;
    }

    .profile-middle-background img {
        top: -88px;
    }

    .profile-section-fade.newest-container.remove-padding-xs.remove-bg-xs {
        width: 97%;
    }

    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    input.btn.btn-orange.pull-left {
        margin-top: 8px;
    }

    .multi-steps .right-side ul {
        margin-bottom: 25px;
    }

    .nav-left {
        display: none;
    }

    .profile-middle-background img {
        width: 75px;
        height: 75px;
    }

    .newest-container .header {
        margin-top: 20px;
    }

    .parts-slider .parts-slider-container .parts-slider-button {
        margin-top: 35px;
    }

    .middle-header .header-login-button {
        margin-top: 10px;
    }

    .news-container .top-user-container .user-tabs ul.nav-tabs {
        font-size: 0.9em;

    }

    body &gt; div:nth-child(8) &gt; div &gt; div &gt; div.col-md-8.col-xs-12.col-sm-6 &gt; div:nth-child(4) &gt; div &gt; div.user-tabs &gt; ul {
        padding-right: 25px;
    }

    .footer-blow {
        height: 170px;
    }

    .profile-middle-background img {
        width: 75px;
        height: 75px;
    }

    .cat-search-section .cat-icon-container {
        font-size: 0.9em;
    }

    .newest-container .more-link {
        margin-top: -25px;
        font-size: 1.15em;
    }

    div#header-menu-section-sticky-wrapper {
        height: 0px,
    }

    .nav-tabs.nav-justified &gt; li {
        float: left;
    }

    img.logo-type {
        margin-left: 105px;

    }

    .middle-header .logo-icon {
        left: 48px;
        position: absolute;
    }

}


@media only screen and (max-width: 767px) and (min-width: 451px) {
    .parts-slider .parts-slider-container .parts-slider-button {
        margin-top: 40px;
        text-align: center;
    }

    .fa-angle-down:before {
        display: none;
    }

    .newest-container .more-link {
        font-size: 0.95em;
        right: 30px;
    }

    .newest-container .header span {
        background: none;
    }

    .newest-container .header span {
        font-size: 1.5em;
        padding-left: 23px;
    }

    .newest-container .header span.popular {
        background: none;
    }

    .newest-container .header span.popular {
        font-size: 1.5em;
        padding-left: 23px;
    }

    .parts-slider-container {
        margin-top: 53px;
    }

    .middle-header .search-box input {
        width: 500px;
    }

    .middle-header .search-box button {
        right: -150px;
    }

    .navbar-header {
        background-color: #13ce9c;
    }

    .col-md-4.col-xs-12.text-center.tab-con {
        padding-top: 25px;
    }

    .owl-carousel.owl-drag .owl-item {
        width: 270px !important;
    }

    .formBox .regTag {
        right: 12px;
        top: 16px;
    }

    .middle-header .header-upload-button {
        margin-left: -20px;
        margin-right: 3px;
    }

    .header.back-orange {
        margin-bottom: 50px;
    }

    .article-tabs .nav-tabs {
        padding: 7px;
    }

    .profile-middle-background img {
        width: 100px;
        height: 100px;
    }

    .product-part-container .nav-tabs {
        padding: 10px;
    }

    .profile-middle-background img {
        top: -75px;
    }

    .profile-section-fade.newest-container.remove-padding-xs.remove-bg-xs {
        width: 97%;
    }

    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }

    input.btn.btn-orange.pull-left {
        margin-top: 8px;
    }

    .multi-steps .right-side ul {
        margin-bottom: 25px;
    }

    .middle-header .logo-icon {
        padding-left: 130px;
    }

    .news-container .top-user-container .user-tabs .tab-content {
        padding-left: 35px;
    }

    .profile-top-background .bottom-section {
        padding-top: 20px;
    }

    .profile-top-background .bottom-section label.buttons:nth-child(3) {
        text-align: center;
        padding: 0px;
    }

    .profile-top-background .bottom-section label.buttons:nth-child(4) {
        text-align: center;
        padding: 0px;
    }

    .profile-top-background .bottom-section label.buttons {
        float: left;
    }

    .profile-top-background .bottom-section a {
        float: left;
    }

    .profile-middle-background .rate-section {
        margin-top: 30px;
        font-size: 0.8em;
    }

    .profile-middle-background .location-section {
        padding-top: 0px;
        top: -5px;
        font-size: 0.9em;
    }

    .profile-middle-background .location-section div:nth-child(1) {
        margin-bottom: 0px;
    }

    .profile-middle-background .location-section div:nth-child(2) {
        padding-top: 0px;
        font-size: 1.2em;
    }

    .article-tabs .tab-content {
        padding: 60px;
    }

    .nav-left {
        display: none;
    }
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid rgb(206, 212, 218);
    border-radius: .25rem;
    height: 100%;
    cursor: pointer;
}

.input-group-text i {
    transform: none !important;
}

.answer-card {
    border: 1.5px solid #f2f2f2;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.main-row-answer .remove-btn {
    display: none;
}

.questions-lists {
    margin-top: 24px;
    margin-bottom: 24px;
}

.question-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    border-bottom: 1.5px solid #f2f2f2;
}

.question-item:hover {
    background-color: #F2F2F2;
}

.answer-card .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    border-radius: 4px !important;
}

.btn-transparent {
    background-color: transparent;
    border: 0 !important;
}

.btn-round {
    border-radius: 25px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.quiz-wizard {
    margin-top: 72px;
    margin-bottom: 72px;
}

.quiz-wizard .card-header {
    width: 100%;
    background-color: #ffffff;
    padding: 16px 24px;
    border-radius: 10px;
    border: solid 1px rgba(112, 112, 112, 0.34);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.quiz-wizard .card-header .quiz-info {
    margin-top: 24px;
}

.quiz-wizard .card-header .quiz-info span {
    margin-right: 25px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #343871;
}

.quiz-wizard .card-header .quiz-info span small {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #6b6b6b;
}

.quiz-wizard .quiz-name {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.19;
    text-align: left;
    color: #343871;
    margin: 0;
}

.quiz-wizard .course-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #6b6b6b;
}

.quiz-form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.quiz-form fieldset .form-card, .quiz-result .result-card {
    position: relative;
    background: white;
    border-radius: 10px;
    border: solid 1px rgba(112, 112, 112, 0.34);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 16px 24px;
    box-sizing: border-box;
    width: 100%;
}

.quiz-result .result-card {
    margin-top: 32px;
    text-align: center;
}

.quiz-result .result-card .result-msg {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.23;
    text-align: center;
    color: #343871;
}

.quiz-result .result-card .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    font-weight: 400;
    padding: 12px 24px;
    margin-top: 16px;
    min-width: 210px;
    font-size: 20px;
}

.quiz-result .result-mark, .quiz-wizard .quiz-time {
    margin-left: auto;
}

.flipTimer {
    font-size: 32px !important;
    font-weight: bold;
    line-height: 38px !important;
    height: 40px !important;
    color: #c62504 !important;
}

.flipTimer .digit-set {
    width: 38px !important;
}

.flipTimer .digit &gt; div.shadow-top {
    width: 38px !important;
}

.flipTimer .digit &gt; div.shadow-bottom {
    width: 26px !important;
}

.flipTimer .digit &gt; div.digit-top, .flipTimer .digit &gt; div.digit-bottom {
    background-color: #ffffff !important;
}

.flipTimer .digit &gt; div.digit-top:before, .flipTimer .digit &gt; div.shadow-top:before, .flipTimer .digit &gt; div.digit-bottom:before, .flipTimer .digit &gt; div.shadow-bottom:before {
    box-shadow: none !important;
}

.flipTimer .digit &gt; div.digit-top, .flipTimer .digit &gt; div.shadow-top {
    border-bottom: 1px solid #ccc !important;
}


.flipTimer .digit-set {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
    border: 1px solid #ccc !important;
}

.quiz-wizard .quiz-time .seconds, .quiz-wizard .quiz-time .minutes, .quiz-wizard .quiz-time .hours {
    position: relative;
}

.quiz-wizard .quiz-time .time-title {
    position: absolute;
    top: -44px;
    font-size: 13px;
    left: 50%;
    color: #6b6b6b;
    transform: translate(-50%, 0);
}

.quiz-result .result-mark strong {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.quiz-result .result-mark span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.quiz-result .result-mark.pass strong, .quiz-result .result-mark.pass span {
    color: #12d96b;
}

.quiz-result .result-mark.fail strong, .quiz-result .result-mark.fail span {
    color: #ff6161;
}

.quiz-form fieldset {
    position: relative;
    background: transparent;
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.quiz-form fieldset:not(:first-of-type) {
    display: none
}

.quiz-form fieldset .form-card {
    text-align: center;
    color: #9E9E9E;
    padding: 32px 48px;
}

.quiz-form fieldset .form-card .question-title {
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.19;
    text-align: center;
    color: #343871;
}

.quiz-form .form-card .descriptive-input {

}

.quiz-form .form-card .form-radio {
    display: inline-flex;
}

.quiz-form .form-card .form-radio input[type=radio] {
    visibility: hidden;
    display: none
}

.quiz-form .form-card .form-radio label {
    position: relative;
    width: 100%;
    border-radius: 10px;
    border: solid 1px rgba(112, 112, 112, 0.34);
    background-color: #ffffff;
    cursor: pointer;
    color: #6b6b6b;
}

.quiz-form .form-card .form-radio label:hover {
    background-color: #f5f5f5;
}

.quiz-form .form-card .form-radio label .answer-title {
    padding: 32px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.quiz-form .form-card .image-container {
    position: relative;
    cursor: pointer;
    height: 172px;
    border-radius: 10px;
}

.quiz-form .form-card .image-container img {
    border-radius: 10px;
}

.quiz-form .form-card .image-container:hover:after {
    opacity: 1;
}

.quiz-form .form-card .image-container:after {
    display: block;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(59, 59, 59, .5);
    border-radius: 10px;
}

.quiz-form .form-card .image-container:before {
    display: block;
    opacity: 0;
    content: '\f058';
    font-family: FontAwesome;
    position: absolute;
    z-index: 5;
    color: white;
    font-size: 40px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.quiz-form .form-card .form-radio input[type=radio]:checked + label .image-container:before, .quiz-form .form-card .form-radio input[type=radio]:checked + label .image-container:after {
    opacity: 1;
}

.quiz-form .form-card .form-radio input[type=radio]:checked + label {
    background: #343871;
    color: #fff;
}

.quiz-form .form-card .answer-items {
    padding: 0 48px;
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    border: none;
    border-radius: 0;
}

@media (max-width: 768px) {
    .quiz-form .form-card .answer-items {
        padding: 0;
    }
}

.quiz-form input,
.quiz-form textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

.quiz-form input:focus,
.quiz-form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0
}

.quiz-form .card-actions {
    margin-top: 24px;
    padding: 0 5px;
}

.quiz-form .action-button {
    margin-right: 16px;
}

.quiz-form .action-button.finish {
    margin-left: auto;
}

.quiz-form .action-button.finish {
    margin-right: 0;
}

.quiz-form .btn-danger {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.quiz-form .btn {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    width: 168px;
    padding: 12px 24px;
    border-radius: 25px;
}

.quiz-form .action-button:hover,
.quiz-form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}

.quiz-form .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.quiz-form .action-button-previous:hover,
.quiz-form .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

.fit-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.result-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.result-info strong {
    display: block;
    font-size: 18px;
    color: #343871;
}

.result-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #343871;
}

.result-info .result-info-item {
    text-align: center;
    padding: 16px;
}

.result-review {
    padding: 16px;
    border: 1px solid #ccc;
    margin-bottom: 24px;
}

.result-review .student-answer {
    padding: 16px;
    background-color: #f2f2f2;
    border: 1.5px solid #cccccc;
    margin: 24px 0;
}


.live_class{
    position: absolute;
    display: inline-block;
    color: #fafafa;
    font-weight: bold;
    background: #13CE69;
    width: auto;
    height: auto;
    padding: 5px;
    left: 10px;
    top: 10px;
    border-radius: 5px;
}


.jamboree a {
    color:black;
    padding-right: 10px;
    padding-left: 10px;
    border-right: solid 1px black;
    background-color: white;

}

.jamboree {
    background-color: white; 
    display:block; 
    font-size:15px; 
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.red-text{
    color: #a9074d;
}

.red-background{
    color: white;
    background-color:  #a9074d; 
}

</pre></body></html>