<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Box shadow */

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

/* Pagiation Edit */

/* Btn-group Edit */

/* Edit easy-autocomplete-container */

/* Checkbox Custom */

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

  33% {
    transform: scale(0.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: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }

  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: #212121;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}

/* Menu Sub-Menu */

@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 {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

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

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

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(22, 160, 84, 0.48);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(235, 54, 116, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

/* MultiStepes */

/* primary css */

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

  100% {
    transform: rotate(360deg);
  }
}

/*HD FHD mobile */

/* body {
           background-color: lightblue;
        }*/

/*QHD mobile */

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

body input,
body textarea {
  caret-color: #202124;
}

body a:active {
  outline: none;
}

body a:focus {
  outline: none;
}

body:active {
  outline: none;
}

body:focus {
  outline: none;
}

body &gt; div:nth-child(3) &gt; div &gt; div &gt; a:nth-child(1) &gt; div {
  background-color: #8BC34A !important;
}

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

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

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

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

body &gt; div:nth-child(6) &gt; div &gt; div:nth-child(4) &gt; div &gt; div.body {
  padding: 12px;
}

body &gt; div:nth-child(6) &gt; div &gt; div:nth-child(4) &gt; div &gt; div.body &gt; div &gt; div {
  height: 7px;
}

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

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

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

body &gt; div.h-20 {
  height: 10px;
}

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

body &gt; div.h-10 {
  height: 0px;
}

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

.sep-green {
  height: 1px;
  background: #93BD42;
  clear: both;
  height: 1px;
  background: rgba(158, 158, 158, 0.4196078431);
  clear: both;
  box-shadow: 0px 1px 2px 0px #cacaca;
}

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

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

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

.sbox2 {
  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 {
  box-shadow: 0 7px 4px #777;
}

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

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

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

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

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

.parts-container .parts-container-slide {
  display: none;
  animation: fadein 2s;
}

.parts-container .parts-container-slide:first-child {
  display: block;
  animation: fadein 2s;
}

.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%;
  line-height: 148%;
}

.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 {
  display: block;
  clear: both;
}

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

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

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

.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;
  animation: fadein 2s;
}

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

.parts-container .container-bullet li.active {
  background: #343871;
  cursor: default;
  animation: fadein 2s;
}

.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;
  transition: background 0.5s;
  bottom: 45px;
}

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

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

.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 .header i {
  top: 50%;
  transform: translateY(-50%);
}

.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;
  font-size: 1.2em;
}

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

.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:hover i {
  color: #FFF;
  transition: all 300ms;
}

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

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

.news-container .news-section .more-link i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.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 .header i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.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;
  transition: background 0.5s;
}

.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;
  padding-top: 26px;
}

.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;
  transition: 0.5s;
  margin-top: 5px;
}

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

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

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

.pagi ul li a {
  color: #FFFFFF;
}

.pagi-content {
  display: none;
}

.pagi-sub {
  text-align: center !important;
}

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

.pagi-sub ul li a {
  color: #FFFFFF;
}

.pagi-sub-content {
  display: none;
}

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

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

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

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 253, 250, 0);
  border-top-color: #fffdfa;
  border-width: 20px;
  margin-left: -20px;
}

.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  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;
  padding: 10px 10px 0 0;
}

.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 .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 rgba(72, 71, 71, 0.1411764706);
}

.ucp-top-panel .top-panel-box .alert-box1 {
  background-image: url(/images/top-box-1-icon.png?ea31667c3599a88c68b5b18b38242c22);
  color: #E91E63;
  color: #3d8840;
}

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

.ucp-top-panel .top-panel-box .alert-box3 {
  background-image: url(/images/top-box-4-icon.png?ea31667c3599a88c68b5b18b38242c22);
  color: #FFAF0B;
  color: #2a9aa7;
}

.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-top-panel .top-panel-box .icon1 {
  box-shadow: 0 5px 15px -5px rgba(16, 16, 16, 0.41);
}

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

.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-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: -0.7em;
  text-align: justify;
  text-indent: 0em;
}

.ucp-section-box .body ul li a {
  color: #4c4c4c;
  margin-left: 5px;
  font-weight: bold;
}

.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;
  text-align: center;
  color: #5e5e5e;
  background-color: #f8f8f8;
}

.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-size: 1.1em;
  vertical-align: middle;
  background-color: white;
}

.mycourse-table {
  height: auto;
  overflow: hidden;
}

.mycourse-table tbody tr td {
  padding: 13.8px;
  font-size: 1.1em;
  vertical-align: middle;
}

.mycourse-table tbody .header {
  padding: 5px;
}

.mycourse-table tbody .clickable-row:hover {
  color: #7268FF;
  background-color: #F4F8FB;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

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

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

.wait-history-table thead tr th {
  padding: 12px;
  color: #ffffff;
  text-align: center;
  color: #5e5e5e;
  background-color: #f8f8f8;
}

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

.wait-history-table tbody {
  background: #F2F2F2;
}

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

.wait-history-table tbody tr td {
  padding: 5px;
  font-size: 1.1em;
  vertical-align: middle;
  background-color: white;
}

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

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

.subscrip-table thead tr th {
  padding: 12px;
  color: #ffffff;
  text-align: center;
  color: #5e5e5e;
  background-color: #f8f8f8;
}

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

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

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

.subscrip-table tbody tr td {
  vertical-align: middle;
  background-color: white;
}

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

.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;
  display: contents !important;
}

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

.blog-section .row {
  margin-bottom: 25px;
  display: none;
  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 {
  line-height: 170%;
}

.blog-section .row .text-section h3 {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 12px !important;
  color: #4c4c4c;
  padding: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 12px !important;
  height: 30px;
}

.blog-comment-section {
  border: 1px solid #F0F0F0;
  margin-top: 25px;
  border-radius: 4px;
  overflow: hidden;
  height: auto;
  min-height: 100px;
  padding: 18px;
  background: #f7f7f7;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.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;
  box-shadow: 0px 2px 2px 0px #aeaeae;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.blog-comment-section .comment-box li img {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: 3px solid #BEBEBE;
  margin-right: 5px;
  border: none;
  box-shadow: 0px 2px 11px 0 rgba(14, 14, 14, 0.2);
  padding: 1px;
}

.blog-comment-section .comment-box li label {
  padding-right: 5px;
  display: inline-block;
  float: right !important;
  color: #9c9c9c;
}

.blog-comment-section .comment-box li span {
  display: block;
  margin-top: 10px;
  margin-right: 50px;
  font-size: 1.1em;
  color: #5a5a5a;
}

.blog-comment-section input.btn.btn-custom {
  margin-right: 10px;
}

.answer-comment {
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding-left: 15px !important;
  padding-top: 13px;
}

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

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

.tab-body .content-box {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100px;
  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;
  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 rgb(233, 233, 233);
  width: 107%;
}

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

.tab-body .content-box h3 {
  margin: 0;
  font-size: 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;
  color: #1F1E1E;
  font-weight: 600;
}

.tab-body .content-box .footer span {
  margin-top: 0px;
}

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

.progress {
  border-radius: 20px;
}

.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;
  background: #13ce9c;
}

.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;
  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: linear-gradient(#00e459, #00e158);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
  transition: 0.3s 0.2s;
}

.ios-switch .state-background {
  border-radius: 100px;
  z-index: 2;
  background-image: linear-gradient(white, #fdfdfd);
  border: 2px solid #E5E5E5;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transform: scale(1);
  transition: 0.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;
  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;
  box-sizing: content-box;
}

.ios-switch.off .handle {
  animation: expand-off 0.3s 0.2s;
  transform: translate(0px, 0);
  transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
  transition: 0.3s 0s;
}

.ios-switch.off .state-background {
  transition: 0.4s 0.25s;
}

.ios-switch.on .handle {
  animation: expand-on 0.3s 0.2s;
  transform: translate(30px, 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 {
  transform: scale(0);
}

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

.btn-group &gt; .btn {
  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) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

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

.easy-autocomplete-container {
  top: 17px;
}

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

input[type=checkbox] {
  margin: 0;
}

input[type=checkbox] + label {
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: normal;
}

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(0.4, 0, 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(0.4, 0, 0.23, 1);
  margin-left: 6px;
}

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

input[type=checkbox]:focus + label {
  color: inherit !important;
}

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

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

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

input[type=checkbox]:checked + label &gt; span:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.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(0.4, 0, 0.23, 1) forwards;
}

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

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px;
  color: #4c4c4c;
  font-size: 1.38em;
  border-bottom: 1px solid #CCC;
  position: relative;
  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;
  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;
  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;
  transition: all 0.25s ease;
  olor: #FF9800;
  padding: 3px;
  padding-left: 3px;
  font-weight: 600;
  color: #00BCD4;
}

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

.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;
  border-radius: 5px;
  color: #fff;
  transition: width 0.55s ease;
}

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

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

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

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

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

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

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

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

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

.container-2 .homeicon {
  color: #FFF !important;
}

.container-2 form {
  position: relative;
}

.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;
  background-color: white;
  padding: 10px;
  box-shadow: 0 0 8px 1px #797979;
}

.btn-custom {
  background: #343871;
  border: 1px solid #343871;
  color: #ffffff;
  border: 2px solid #343871;
  color: #FFF;
  border-radius: 25px;
  transition: 0.2s;
}

.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] + .radio-label:empty:before {
  margin-right: 0;
}

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

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

.support-lock span {
  font-size: 3rem;
}

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

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

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

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

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

.modal .close:hover {
  color: #fff;
}

.modal-header {
  background: #1F1E1E !important;
  color: #ffffff !important;
  border-radius: 5px 5px 0px 0px;
  margin-left: -0.5px;
}

.modal-content {
  border: none;
}

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 {
  transform-origin: 50% 50%;
  transition: 1s;
}

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

.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-span b {
  float: right !important;
  direction: rtl;
}

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

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

.ucp-section-box-notification .mdi {
  display: inline-block;
  font-size: 1em;
  vertical-align: middle;
}

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

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

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

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

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

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

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

.panel-tabs li.active:hover {
  background-color: white;
}

.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;
  padding-left: 2px;
}

.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;
  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 .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: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;
  background: rgb(255, 255, 255);
  color: #4D4D4D;
  border-bottom: 1px solid #e0e0e0;
  color: #607D8B !important;
}

.plan-box .plan-box-section a {
  color: #5e5e5e;
  padding-left: 12px;
  color: #4c4c4c;
  background-color: white;
  border: 2px solid #343871;
  border-radius: 25px;
  padding: 12px;
}

.plan-box .plan-box-section a:hover {
  color: #ffffff;
  background-color: #343871;
  border: 2px solid #343871;
}

.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;
  transition: all 0.3s;
}

.btn-hover-animate:hover {
  transition: all 1s;
  background: #5a4fff;
  transition: all 0.3s;
}

.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;
  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;
  top: -2px;
  display: none;
}

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

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

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

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

.pulse:hover {
  animation: none;
}

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

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

div.picker {
  background-color: #f7f7f7;
  border: none;
  box-shadow: 0px 3px 2px rgb(208, 208, 208);
  border-radius: 6px 6px 6px 6px;
}

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;
  border-bottom: 1px solid #13ce9c;
  box-shadow: 0px 4px 2px 4px #13ce9c;
}

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

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

.second-input input[type=checkbox] + label:hover {
  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 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 &gt; span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal 2.7em/38px "roboto";
  font-weight: 600;
  color: #e91e63;
}

.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);
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
}

.countdown .figure .top: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 .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: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 .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.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 .top-back {
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  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;
}

.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;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear 0s;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
  border-radius: 0 !important;
  height: 270px;
  border-radius: 5px !important;
}

.post-module:hover {
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  height: 270px;
  box-shadow: 0px 3px 5px 0px #bebebe;
  top: -1px;
  transition: 0.5s;
}

.post-module:hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
  height: 130px !important;
  opacity: 0.7;
  transition: all 0.5s;
  height: 200px !important;
  opacity: 0.8;
  transform: scale(1.1);
}

.post-module .thumbnail {
  background: transparent;
  height: auto;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 0 !important;
  border-width: 0 !important;
}

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

.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;
  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;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

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

.hover {
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px #bebebe;
  top: -1px;
  transition: 0.5s;
}

.hover .thumbnail img {
  transform: scale(1.1);
  opacity: 0.6;
  transform: scale(1.1);
}

.caret {
  margin-left: 12px;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

h1 {
  font-weight: 700;
}

p {
  font-size: 1em;
}

h3 {
  font-weight: 300;
}

.parts-slider .parts-slider-container .parts-slider-button a {
  font-size: 1.4em;
  background-color: rgba(0, 0, 0, 0.3215686275);
  border: 2px solid #13ce9c;
}

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

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-btn: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-btn1 {
  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:hover {
  border-radius: 30px;
  background: #343871;
  box-shadow: 0 6px 20px rgba(52, 56, 113, 0.29);
  transition: all 300ms;
}

.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;
  font-size: 1.4em;
  color: #607D8B;
  background-color: #ffffff;
  border-radius: 0px;
  padding: 4px;
  box-shadow: none;
}

.fa-edit: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;
  font-size: 1.4em;
  color: #607D8B;
  background-color: #ffffff;
  border-radius: 0px;
  padding: 4px;
  box-shadow: none;
}

.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;
  font-size: 1.4em;
  color: #607D8B;
  background-color: #ffffff;
  border-radius: 0px;
  padding: 4px;
  box-shadow: none;
}

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

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

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

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

.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;
  font-size: 1em;
  color: #7a7a7a;
  background-color: rgba(255, 255, 255, 0);
}

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

.input-group-addon:last-child {
  color: white;
  background-color: #1f3776;
}

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

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

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

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

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

.container {
  border-radius: 5px;
}

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

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

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

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

#ucp-section-article &gt; div.body &gt; ul &gt; li {
  padding-bottom: 14px;
}

.fa-calendar:before {
  color: white;
}

div#supportModalBody {
  height: 295px !important;
}

.alert-danger {
  background-color: #464646;
  border: none;
  color: #ffffff;
}

.alert-danger button {
  color: #ffffff;
}

.alert-danger button:hover {
  color: #ffffff;
}

.alert-danger button:active {
  color: #ffffff;
}

.alert-danger button:focus {
  color: #ffffff;
}

.alert-success {
  background-color: #60D4AD;
  border: none;
  color: #ffffff;
}

.alert {
  padding: 20px;
  font-size: 1em;
  text-align: center;
}

.alert h3 {
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 1.3em;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

.badge-warning {
  color: #212529;
  background-color: #FEE101;
}

a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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 {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

.badge-waiting {
  color: #fff;
  background-color: #b6b6b6;
}

a.badge-waiting:hover {
  color: #fff;
  background-color: #a8a8a8;
}

a.badge-waiting:focus {
  color: #fff;
  background-color: #a8a8a8;
}

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

.btn-danger:hover {
  background-color: #343871 !important;
  border-color: #343871;
  transition: 0.3s;
}

#tab1 &gt; div.text-center &gt; div:nth-child(2) {
  height: 10px;
  height: 11px;
}

#tab1 &gt; div.text-center &gt; div:nth-child(4) {
  height: 14px;
}

#tab1 &gt; div.h-20 {
  height: 12px;
}

.alert {
  margin-bottom: 10px;
}

.table-responsive {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  margin-bottom: 12px;
  overflow-x: inherit;
}

table.table.mycourse-table {
  margin-bottom: 0px;
}

table.table.ucp-table {
  margin-bottom: 0px;
}

table.table.wait-history-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;
}

.nav-tabs.nav-justified &gt; li {
  transition: 0.3s;
}

.nav-tabs.nav-justified &gt; li:hover {
  transition: 0.3s;
}

.ucp-section-box.sbox3.ucp-avatar-box {
  box-shadow: 0px 5px 10px 1px #ededed;
}

input.btn.btn-default.pull-left {
  font-weight: 700;
}

input.btn.btn-default.pull-left:hover {
  color: white;
}

span#loadMore1 {
  background-color: white;
  color: #ffaf0b;
}

.btn:active {
  box-shadow: 0px 0px 0px 0px #FFC107;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #343871;
  transition: 0.3s;
}

.btn:focus {
  color: #fff;
  text-decoration: none;
}

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

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

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-orange.pull-left:hover {
  background-color: #343871;
  color: #ffffff;
  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;
}

button.btn.btn-custom.pull-left {
  color: #5e5e5e;
  background-color: white;
  border: none;
  font-weight: 700;
  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;
}

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

a.btn.btn-green.btn-avatar:hover {
  transition: all 200ms;
}

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

.profile-section-fade.newest-container {
  padding: 15px 0px 15px 0px !important;
}

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

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

#gift-card-check {
  transition: 0.3s;
}

#gift-card-check:hover {
  background-color: #03A9F4;
  transition: 0.3s;
}

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

.navbar-header {
  background-color: #13ce9c;
  border-radius: 7px 7px 0px 0px;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover {
  color: #ffffff;
}

.navbar-default .navbar-brand:focus {
  color: #ffffff;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover {
  background-color: #343871;
}

.navbar-default .navbar-toggle:focus {
  background-color: #343871;
}

.navbar-default .navbar-nav &gt; .open &gt; a {
  background-color: #343871;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}

.navbar-default .navbar-nav &gt; .open &gt; a:hover {
  background-color: #343871;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}

.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 {
  border: none;
}

div#t-biography {
  font-size: 1.2em;
}

img.img-responsive.pull-right {
  width: 17%;
}

.tab-con {
  float: left;
}

.fl-right {
  float: right !important;
}

.submicon {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.5em;
}

.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: 2.5em;
  color: #343871;
  vertical-align: middle;
}

.homeicon {
  font-size: 2em;
  display: inline-block;
  color: #343871;
}

.boxicon {
  font-size: 2em;
  margin-top: -10px;
  color: #343871;
}

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

.articlec .content-box .footer span {
  margin-top: -10px;
}

.secicon {
  position: absolute;
  font-size: 3em;
  vertical-align: middle;
  display: inline-block;
  color: #343871;
}

.content-tag {
  background-color: #343871;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 5px;
}

.content-tag a {
  color: #FFF;
  font-size: 0.9em;
}

.btn.focus {
  color: #fff;
  text-decoration: none;
}

.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;
  cursor: pointer !important;
}

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

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

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

.header-s {
  height: 30px;
}

.feat-s {
  height: 40px;
  background-position: top 3px left;
}

.container-s-r {
  position: relative;
  top: 6px;
}

.red-r {
  color: #E91E63;
  font-size: 14px;
}

#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%;
}

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

.lh180 {
  line-height: 180% !important;
}

#ppage-s {
  margin-bottom: 10px;
}

.content-box-r {
  margin-bottom: 15px;
}

.support-lock-s {
  padding-top: 30px;
  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);
  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-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;
  font-size: 14px;
}

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

.dnone {
  display: none;
}

.color-in {
  color: inherit;
}

.submenu-s {
  display: block;
  padding: 0;
}

.pamaz {
  padding: 0;
  margin: 0;
}

.input-rem {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
}

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

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

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

.answer-card {
  border: 1.5px solid #f2f2f2;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.answer-card .btn-danger {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
  border-radius: 4px !important;
}

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

.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-contain {
  padding: 20px 50px;
}

.quiz-wizard {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  background-color: #F4F8FB;
  border-radius: 10px;
  border: solid 1px #dbe3e8;
  padding: 16px 24px;
  display: inline-table;
}

.quiz-wizard hr {
  border-top: solid 1px #dbe3e8;
}

.quiz-wizard .quiz-name {
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  color: #343871;
  margin: 0;
}

.quiz-wizard .course-name {
  font-size: 1.4em;
  font-weight: normal;
  text-align: left;
  color: #6b6b6b;
}

.quiz-wizard .quiz-info {
  margin-top: 15px;
}

.quiz-wizard .quiz-info span {
  margin-right: 15px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #343871;
}

.quiz-wizard .quiz-info span small {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #6b6b6b;
}

.quiz-wizard .quiz-time {
  text-align: right;
}

.quiz-wizard .quiz-time .seconds {
  position: relative;
}

.quiz-wizard .quiz-time .minutes {
  position: relative;
}

.quiz-wizard .quiz-time .hours {
  position: relative;
}

.quiz-wizard .quiz-time .time-title {
  position: absolute;
  top: 35px;
  font-size: 13px;
  left: 50%;
  color: #6b6b6b;
  transform: translate(-50%, 0);
}

.quiz-wizard .display-cert-section-2 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.quiz-wizard .display-title {
  font-size: 1.4em;
  color: #1E2462;
}

.quiz-wizard .display-sub-title {
  font-size: 1.1em;
  color: #1E2462;
}

.quiz-wizard .display-btn {
  padding-right: 15px;
}

.quiz-wizard .share-icon {
  font-size: 1.6em;
  padding: 5px;
}

.quiz-wizard .student-result-border {
  background-color: #1E2462;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0px;
  width: 100%;
}

.quiz-wizard .student-result-border .student-result-label {
  font-size: 1.1em;
  color: white;
}

.quiz-wizard .student-result-border .student-result-detail {
  font-size: 0.9em;
  color: white;
}

.quiz-wizard .student-result-border .student-result-btn {
  text-align: right;
  padding-top: 4px;
}

.quiz-wizard .student-result-border .btn-load-cert {
  color: #303572;
  background-color: white;
  padding: 8px 20px;
  font-size: 0.9em;
}

.quiz-wizard .student-result-border .btn-load-cert:hover {
  background-color: #f1f1f1;
}

.quiz-wizard .student-result-border .btn-learn-again {
  color: red;
  background-color: white;
  padding: 8px 20px;
  font-size: 0.9em;
}

.quiz-wizard .student-result-border .btn-learn-again:hover {
  background-color: #f1f1f1;
}

.quiz-wizard .answer-head {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.8;
  color: #1E2462;
}

.quiz-form {
  position: relative;
  background: transparent;
  border: 0 none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

.quiz-form:not(:first-of-type) {
  display: none;
}

.quiz-form .form-card .question-title {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
  color: #343871;
}

.quiz-form .form-card .form-radio {
  display: flex;
}

.quiz-form .form-card .form-radio input[type=radio]:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #7268FF;
  cursor: pointer;
}

.quiz-form .form-card .form-radio input[type=radio]:checked:after {
  width: 18px;
  height: 18px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #7268FF;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #7268FF;
  cursor: pointer;
}

.quiz-form .form-card .form-radio label {
  position: relative;
  cursor: pointer;
  color: #6b6b6b;
}

.quiz-form .form-card .form-radio label .answer-title {
  padding-left: 15px;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.6;
  color: #1E2462;
}

.quiz-form .form-card .image-container {
  position: relative;
  cursor: pointer;
  height: 172px;
  border-radius: 10px;
  padding: 0px 20px 20px 20px;
}

.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;
  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 .answer-items {
  width: 100%;
  border: none;
  border-radius: 0;
}

.quiz-form input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 25px;
  margin-top: 2px;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 14px;
  letter-spacing: 1px;
}

.quiz-form input:focus {
  box-shadow: none !important;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  outline-width: 0;
}

.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 textarea:focus {
  box-shadow: none !important;
  font-weight: bold;
  border-bottom: 2px solid skyblue;
  outline-width: 0;
}

.quiz-form .card-actions {
  display: flex;
  justify-content: right;
  margin-top: 20px;
  padding: 0 5px;
}

.quiz-form .card-actions .card-actions-btn {
  padding: 5px;
}

.quiz-form .action-button {
  margin-right: 16px;
}

.quiz-form .action-button:hover {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

.quiz-form .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

.quiz-form .action-button.finish {
  margin-left: auto;
  margin-right: 0;
}

.quiz-form .btn-danger {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d43f3a !important;
}

.quiz-form .btn {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  width: 140px;
  padding: 8px 20px;
  border-radius: 6px;
}

.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 {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

.quiz-form .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

.quiz-form .correct-aws {
  background-color: #E2F2E5;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  width: 80%;
}

.quiz-form .correct-aws .correct-label {
  color: #128A00;
}

.quiz-form .incorrect-aws {
  background-color: rgba(255, 152, 152, 0.25);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  width: 80%;
}

.quiz-form .incorrect-aws .incorrect-label {
  color: red;
}

.quiz-form .incorrect-aws .incorrect-detail {
  padding-left: 18px;
  font-size: 0.9em;
  color: #343871;
}

.quiz-result .result-card {
  position: relative;
  background: white;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.34);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 16px 24px;
  box-sizing: border-box;
  width: 100%;
  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 {
  margin-left: auto;
}

.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 {
  color: #12d96b;
}

.quiz-result .result-mark.pass span {
  color: #12d96b;
}

.quiz-result .result-mark.fail strong {
  color: #ff6161;
}

.quiz-result .result-mark.fail span {
  color: #ff6161;
}

.flipTimer {
  font-size: 32px !important;
  font-weight: bold;
  line-height: 38px !important;
  height: 40px !important;
  color: #c62504 !important;
  margin-top: 15px;
}

.flipTimer .digit-set {
  width: 38px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #ccc !important;
}

.flipTimer .digit &gt; div.shadow-top {
  width: 38px !important;
  border-bottom: 1px solid #ccc !important;
}

.flipTimer .digit &gt; div.shadow-top:before {
  box-shadow: none !important;
}

.flipTimer .digit &gt; div.shadow-bottom {
  width: 26px !important;
}

.flipTimer .digit &gt; div.shadow-bottom:before {
  box-shadow: none !important;
}

.flipTimer .digit &gt; div.digit-top {
  background-color: #ffffff !important;
  border-bottom: 1px solid #ccc !important;
}

.flipTimer .digit &gt; div.digit-top:before {
  box-shadow: none !important;
}

.flipTimer .digit &gt; div.digit-bottom {
  background-color: #ffffff !important;
}

.flipTimer .digit &gt; div.digit-bottom:before {
  box-shadow: none !important;
}

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

.submenud {
  display: block;
}

.swch {
  width: 100%;
}

.mrt20 {
  margin-top: 20px;
}

.p-15 {
  padding: 15px;
}

.zinun {
  z-index: 1050;
}

.modst {
  max-height: 550px;
  overflow-y: scroll;
}

.ans-b {
  display: flex;
  align-items: center;
}

.mrb-12 {
  margin-bottom: 12px;
}

.dflx {
  display: flex;
}

.ansalrt {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.marl-16 {
  margin-left: 16px;
}

.headst {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.waits {
  color: orange;
  font-size: 28px;
}

.modst2 {
  padding: 32px;
  text-align: center;
}

.qalrt {
  margin-top: 24px;
  justify-content: space-around;
}

.redd {
  color: red;
}

.ingr {
  display: flex;
  margin-bottom: 24px;
  padding: 0 15px;
}

.hauto {
  height: auto !important;
}

@media (min-width: 768px) {
  .modal-content.modal-sm {
    min-width: 300px;
    margin: auto;
  }

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

  .container {
    width: 100%;
  }

  .container-account {
    width: 80% !important;
  }

  .container-user-account {
    width: 100% !important;
  }
}

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

  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    padding: 8px 25px 8px 15px;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 8px 25px 8px 15px;
  }
}

@media only screen and (max-width: 359px) and (min-width: 320px) {
  .small-downloadDoc-icon {
    font-size: 38px !important;
  }

  .small-downloadDoc-text span:first-child {
    font-size: 16px !important;
  }

  .small-downloadDoc-text span:nth-child(2) {
    font-size: 14px !important;
  }

  .small-downloadDoc .btn {
    font-size: 14px !important;
  }

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

  .newest-container .body .content-box h3 {
    font-size: 1em;
  }

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

  .news-container .top-user-container .user-tabs .tab-content {
    padding-top: 0px;
  }

  .news-container .top-user-container .user-tabs .tab-content .tab-pane a {
    float: right;
    padding-left: 8.5px;
    font-size: 0.82em;
  }

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

  .newest-search-container .more-link {
    font-size: 0.65em;
    right: 20px;
  }

  .newest-search-container .header span {
    background: none;
    font-size: 1.5em;
  }

  .newest-search-container .header span.popular {
    font-size: 1.5em;
    background: none;
  }

  .newest-search-container .body .content-box h3 {
    font-size: 1em;
  }

  .navbar-header {
    background-color: #13ce9c;
  }

  .product-card figure {
    width: 80%;
  }

  .ucp-menu-item .item-box {
    padding: 0px;
  }

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

@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;
    font-size: 1.5em;
    padding-left: 0px;
  }

  .newest-container .header span.popular {
    background: none;
    font-size: 1.5em;
    padding-left: 0px;
  }

  .newest-search-container .more-link {
    font-size: 0.95em;
    right: 280px;
  }

  .newest-search-container .header span {
    background: none;
    font-size: 1.5em;
    padding-left: 0px;
  }

  .newest-search-container .header span.popular {
    background: none;
    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;
  }

  .middle-header .search-box input {
    width: 320px;
  }

  .middle-header .search-box button {
    right: 30px;
  }

  .middle-header .header-upload-button {
    margin-left: -20px;
    margin-right: 3px;
  }

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

  .header.back-orange {
    margin-bottom: 50px;
  }

  .article-tabs .nav-tabs {
    padding: 7px;
  }

  .profile-middle-background img {
    width: 75px;
    height: 75px;
    top: -88px;
  }

  .product-part-container .nav-tabs {
    padding: 10px;
  }

  .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 screen and (max-device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  a.more-link.pull-left {
    margin-right: -260px;
  }

  .nav-tabs.nav-justified &gt; li {
    float: initial;
    font-size: 0.85em;
  }

  .nav-right {
    left: -15px !important;
    font-size: 1.6em;
  }

  .nav-left {
    right: -15px !important;
    font-size: 1.6em;
    display: none;
  }

  .news-container .top-user-container .user-tabs .tab-content .tab-pane a {
    float: right;
    padding-left: 8.5px;
    font-size: 0.82em;
  }

  .news-container .top-user-container .user-tabs ul.nav-tabs {
    font-size: 1em;
    padding-top: 8px;
  }

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

  #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 {
    height: 228px;
  }

  .newest-container .body .content-box .footer label:last-child {
    font-size: 0.86em;
    font-weight: 800;
    height: 16px;
    padding-left: 20px;
  }

  .newest-container .body .content-box .footer .content-clock {
    font-weight: 800;
    font-size: 0.86em;
    padding-left: 20px;
    height: 17px;
  }

  .newest-container .body .content-box h3 {
    padding: 10px;
    padding-bottom: 8px;
  }

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

  .newest-container .header span {
    font-size: 1.6em;
  }

  .newest-container .more-link {
    margin-top: -25px;
    font-size: 1.15em;
  }

  .newest-search-container .body .content-box {
    height: 228px;
  }

  .newest-search-container .body .content-box .footer label:last-child {
    font-size: 0.86em;
    font-weight: 800;
    height: 16px;
    padding-left: 20px;
  }

  .newest-search-container .body .content-box .footer .content-clock {
    font-weight: 800;
    font-size: 0.86em;
    padding-left: 20px;
    height: 17px;
  }

  .newest-search-container .body .content-box h3 {
    padding: 10px;
    padding-bottom: 8px;
  }

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

  .newest-search-container .header span {
    font-size: 1.6em;
  }

  .newest-search-container .more-link {
    margin-top: -25px;
    font-size: 1.15em;
  }

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

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

  #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;
    margin-left: 40px;
  }

  .middle-header .logo-icon {
    left: 245px;
    position: absolute;
  }

  .middle-header .header-login-in-button img {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-top: -2px;
    margin-left: -16px;
  }

  .middle-header .header-login-in-button label {
    padding-left: 4px;
    font-size: 0.8em;
  }

  .middle-header .header-upload-button {
    margin-top: 16px;
  }

  .middle-header .header-login-button {
    margin-top: 30px;
  }

  .formBox .regTag {
    left: 215px;
    top: 16px;
  }

  .formBox .forgetbox .back svg {
    margin-right: 300px;
    float: left;
  }

  .header-title-caption {
    padding-right: 18px;
    font-size: 1em;
  }

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

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

  .multi-steps .right-side ul li a {
    margin-bottom: -37px;
  }

  .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 &gt; div &gt; div:nth-child(1) {
    height: 2px;
  }

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

  body &gt; div.login-s &gt; div.container.text-center &gt; div &gt; div.box.forgetbox &gt; h2 {
    font-size: 1.6em;
  }

  .row.body.body-target {
    padding: 0px 20px 0px 20px;
  }

  .col-md-3.tab-con {
    padding-right: 0px;
  }

  .profile-middle-background img {
    width: 75px;
    height: 75px;
  }

  .cat-search-section .cat-icon-container {
    font-size: 0.9em;
  }

  .product-part-container .tab-content .part-ul li .clip {
    display: none;
  }

  .product-part-container .tab-content .part-ul li.document span {
    margin-right: -5px;
    float: right;
    margin-top: -17px;
  }

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

  a.back.icon-back {
    right: -30px;
  }
}

@media screen and (min-device-width: 400px) and (max-device-width: 450px) {
  body &gt; div:nth-child(2) &gt; div.container &gt; div &gt; div.conteiner-fluid {
    width: 113%;
    position: relative;
    left: 20px;
  }

  body &gt; div:nth-child(2) &gt; div.container &gt; div &gt; div.conteiner-fluid &gt; div &gt; div:nth-child(1) {
    height: 2px;
  }

  body &gt; div:nth-child(3) &gt; div &gt; div &gt; div:nth-child(1) &gt; div {
    position: absolute;
    top: -31px;
    margin-right: 102px;
  }

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

  body &gt; div.login-s &gt; div.container.text-center &gt; div &gt; div.box.forgetbox &gt; h2 {
    font-size: 2.1em;
  }

  a.more-link.pull-left {
    margin-right: 0px;
  }

  .nav-tabs.nav-justified &gt; li {
    float: initial;
    font-size: 1.1em;
  }

  .nav-right {
    left: -15px !important;
    font-size: 1.6em;
  }

  .nav-left {
    right: -15px !important;
    font-size: 1.6em;
    display: none;
  }

  .news-container .top-user-container .user-tabs .tab-content .tab-pane a {
    float: left;
    padding-left: 12px;
    font-size: 0.82em;
  }

  .news-container .top-user-container .user-tabs ul.nav-tabs {
    font-size: 0.9em;
  }

  #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 {
    /*height: 228px;*/
  }

  .newest-container .body .content-box .footer label:last-child {
    font-size: 0.86em;
    font-weight: 800;
    height: 16px;
    padding-left: 0px;
    font-size: 1em;
  }

  .newest-container .body .content-box .footer .content-clock {
    font-weight: 800;
    font-size: 0.86em;
    padding-left: 0px;
    font-size: 1em;
    height: 17px;
  }

  .newest-container .body .content-box h3 {
    padding: 10px;
    padding-bottom: 8px;
  }

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

  .newest-container .header span {
    font-size: 1.6em;
  }

  .newest-container .more-link {
    margin-top: -25px;
    font-size: 1.15em;
  }

  .content-box .footer .avatar img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 48px;
    border: 2px solid #ffffff;
  }

  .owl-stage {
    width: 2860px !important;
  }

  .newest-search-container .body .content-box {
    /*height: 228px;*/
  }

  .newest-search-container .body .content-box .footer label:last-child {
    font-size: 0.86em;
    font-weight: 800;
    height: 16px;
    padding-left: 0px;
    font-size: 1em;
  }

  .newest-search-container .body .content-box .footer .content-clock {
    font-weight: 800;
    font-size: 0.86em;
    padding-left: 0px;
    font-size: 1em;
    height: 17px;
  }

  .newest-search-container .body .content-box h3 {
    padding: 10px;
    padding-bottom: 8px;
  }

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

  .newest-search-container .header span {
    font-size: 1.6em;
  }

  .newest-search-container .more-link {
    margin-top: -25px;
    font-size: 1.15em;
  }

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

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

  .middle-header .header-login-button {
    margin-top: 30px;
  }

  .formBox .regTag {
    left: 285px;
    top: 1px;
  }

  .formBox .forgetbox .back svg {
    margin-right: 300px;
    float: left;
  }

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

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

  .multi-steps .right-side ul li a {
    margin-bottom: -37px;
  }

  .multi-steps .right-side ul li.active {
    border-left: none;
    margin-top: -3px;
  }

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

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

  .row.body.body-target {
    padding: 10px 10px 0px 10px;
  }

  input#sendReply {
    margin-top: 15px;
  }

  .ucp-section-box {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0px 30px 2px 30px;
  }

  .container-2 input#search {
    height: 36px;
    padding-left: 35px;
    padding-right: 14px;
  }

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

  .profile-middle-background img {
    width: 75px;
    height: 75px;
  }

  .cat-search-section .cat-icon-container {
    font-size: 0.9em;
  }

  .product-part-container .tab-content .part-ul li .clip {
    display: none;
  }

  .product-part-container .tab-content .part-ul li.document span {
    margin-right: -5px;
    float: right;
    margin-top: -17px;
  }
}

@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;
    margin-top: 35px;
  }

  .fa-angle-down:before {
    display: none;
  }

  .newest-container .more-link {
    font-size: 0.95em;
    right: 25px;
    margin-top: -25px;
    font-size: 1.15em;
  }

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

  .newest-container .header span {
    background: none;
    font-size: 1.3em;
    left: -30px;
  }

  .newest-container .header span.popular {
    background: none;
    font-size: 1.3em;
  }

  .newest-search-container .more-link {
    font-size: 0.95em;
    right: 25px;
    margin-top: -25px;
    font-size: 1.15em;
  }

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

  .newest-search-container .header span {
    background: none;
    font-size: 1.3em;
    left: -30px;
  }

  .newest-search-container .header span.popular {
    background: none;
    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;
  }

  .middle-header .search-box input {
    width: 345px;
  }

  .middle-header .search-box button {
    right: 5px;
  }

  .middle-header .header-upload-button {
    margin-left: -20px;
    margin-right: 3px;
  }

  .middle-header .header-login-button {
    margin-top: 10px;
  }

  .middle-header .logo-icon {
    left: 48px;
    position: absolute;
  }

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

  .header.back-orange {
    margin-bottom: 50px;
  }

  .article-tabs .nav-tabs {
    padding: 7px;
  }

  .profile-middle-background img {
    width: 75px;
    height: 75px;
    top: -88px;
    width: 75px;
    height: 75px;
    width: 75px;
    height: 75px;
  }

  .product-part-container .nav-tabs {
    padding: 6px;
  }

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

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

  .cat-search-section .cat-icon-container {
    font-size: 0.9em;
  }

  div#header-menu-section-sticky-wrapper {
    height: 0px;
  }

  .nav-tabs.nav-justified &gt; li {
    float: initial;
  }

  img.logo-type {
    margin-left: 105px;
  }
}

@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;
    font-size: 1.5em;
  }

  .newest-container .header span.popular {
    background: none;
    font-size: 1.5em;
    padding-left: 23px;
  }

  .newest-search-container .more-link {
    font-size: 0.95em;
    right: 30px;
  }

  .newest-search-container .header span {
    background: none;
    font-size: 1.5em;
  }

  .newest-search-container .header span.popular {
    background: none;
    font-size: 1.5em;
    padding-left: 23px;
  }

  .middle-header .search-box input {
    width: 500px;
  }

  .middle-header .search-box button {
    right: -150px;
  }

  .middle-header .header-upload-button {
    margin-left: -20px;
    margin-right: 3px;
  }

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

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

  .header.back-orange {
    margin-bottom: 50px;
  }

  .article-tabs .nav-tabs {
    padding: 7px;
  }

  .article-tabs .tab-content {
    padding: 60px;
  }

  .profile-middle-background img {
    width: 100px;
    height: 100px;
    top: -75px;
  }

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

  .product-part-container .nav-tabs {
    padding: 10px;
  }

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

  .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 {
    float: left;
  }

  .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 a {
    float: left;
  }

  .nav-left {
    display: none;
  }
}

@media (max-width: 768px) {
  .quiz-form .form-card .answer-items {
    padding: 0;
  }
}

.backdrop {
  width: 100%;
  height: 100%;
  background-color: rgba(187, 186, 189, 0.7215686275);
  position: fixed;
  z-index: 9999999999999;
}

.contactus-form {
  display: flex;
  justify-content: center;
}

.contactus-form .row {
  justify-content: space-between;
  padding-bottom: 10px;
}

.confirmpayment-form {
  display: flex;
  justify-content: center;
  padding: 0px 0px 30px 0px;
}

.confirmpayment-form .row {
  justify-content: space-between;
  padding-bottom: 10px;
}

.section-search .container-fluid .body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-category .container-fluid .body {
  padding-top: 30px;
}

[data-icon]:before {
  font-family: dripicons-v2 !important;
  content: attr(data-icon);
}

.promotion-section {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1600px;
}

.promotion-section img {
  max-width: 100%;
  width: 100%;
}

.coming-soon-section {
  max-width: 1600px;
}

.coming-soon-section .coming-desktop {
  display: flex;
}

.coming-soon-section .coming-soon-cover {
  cursor: pointer;
  padding: 0px;
  border-radius: 10px;
  margin: 0px 15px 0px 0px;
  box-shadow: 4px 2px 14px 0px rgba(30, 36, 98, 0.1);
}

.coming-soon-section .coming-soon-cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

.coming-soon-section .coming-soon-cover-mobile {
  cursor: pointer;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 4px 2px 14px 0px rgba(30, 36, 98, 0.1);
}

.coming-soon-section .coming-soon-cover-mobile img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

.coming-soon-section .promocode {
  cursor: pointer;
  padding: 0px;
  border-radius: 10px;
  margin: 0px 0px 0px 15px;
  box-shadow: 4px 2px 14px 0px rgba(30, 36, 98, 0.1);
}

.coming-soon-section .promocode img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

.coming-soon-section .promocode-mobile {
  cursor: pointer;
  margin: 15px 0px 0px 0px;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 4px 2px 14px 0px rgba(30, 36, 98, 0.1);
}

.coming-soon-section .promocode-mobile img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  max-width: 100%;
}

.slideshow-promotion {
  box-sizing: border-box;
}

.slideshow-promotion img {
  vertical-align: middle;
}

.slideshow-promotion .slideshow-container {
  max-width: 1600px;
  position: relative;
  margin: auto;
}

.slideshow-promotion .slideshow-container .bullet-dot {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
  text-align: center;
}

.slideshow-promotion .slideshow-container .bullet-dot .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-promotion .slideshow-container .bullet-dot .active,
.slideshow-promotion .slideshow-container .bullet-dot .dot:hover {
  background-color: #717171;
}

.slideshow-promotion .slideshow-container .prev,
.slideshow-promotion .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slideshow-promotion .slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slideshow-promotion .slideshow-container .prev:hover,
.slideshow-promotion .slideshow-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.lastest-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f5ff;
}

.lastest-section .lastest-slider {
  display: flex;
  flex-wrap: wrap;
}

.lastest-section .lastest-item {
  border-radius: 10px;
  margin-bottom: 0;
  position: relative;
  box-shadow: 4px 2px 14px 0px rgba(30, 36, 98, 0.1);
}

.lastest-section .lastest-item .ribbon-title-top {
  position: absolute;
  right: 10px;
  top: 10px;
}

.lastest-section .lastest-item .image {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.lastest-section .lastest-item .image-series {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.lastest-section .lastest-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  /* W3C */
}

.lastest-section .lastest-item .text {
  float: left;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  bottom: 0;
}

.lastest-section .lastest-item .text .lastest-card-title {
  color: #ffffff;
  font-size: 16px;
  padding-top: 30px;
}

.lastest-section .lastest-item .text .lastest-card-details {
  color: #ffffff;
  font-size: 14px;
  padding-top: 5px;
}

.lastest-section .lastest-item .text .lastest-clock-detail {
  padding: 5px 15px 0 0;
  color: #636364;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.lastest-section .lastest-item:hover .overlay {
  opacity: 0.95;
}

.lastest-section .lastest-item:hover .lastest-card-title {
  color: #E3D2FF;
}

.lastest-section .lastest-item:hover .footer-title a {
  color: #1f3776;
}

.lastest-section .header span {
  display: inline-block;
  font-size: 1.9em;
}

.lastest-section .lastest-slider-left {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.lastest-section .lastest-slider-left .lastest-item {
  width: 100%;
}

.lastest-section .lastest-slider-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.lastest-section .lastest-slider-right .lastest-item {
  height: -moz-fit-content;
  height: fit-content;
}

.wish-list {
  position: absolute;
  top: 15px;
  right: 15px;
}

.wish-list svg {
  fill: #e60000;
}

.wish-list .feather-heart {
  color: #e60000;
}

.wish-list span {
  color: #e60000;
  font-size: 1em;
}

.popular-blog-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.popular-blog-section .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular-blog-section .header span {
  display: inline-block;
  font-size: 1.9em;
}

.popular-blog-section .header a {
  color: #202124;
  font-size: 1.3em;
}

.popular-blog-section .header a:hover {
  color: #7268FF;
}

.popular-blog-section .slick-prev:before,
.popular-blog-section .slick-next:before {
  color: #808083;
}

.ribbon-title-top {
  position: absolute;
  left: 10px;
  top: 10px;
  margin-right: 5px;
}

.ribbon-title-top .is_ribbon {
  color: #ffffff;
  display: inline-block;
  padding: 3px 6px;
  font-size: 12px;
}

.ribbon-title-top .black {
  background-color: #202124;
}

.ribbon-title-top .red {
  background-color: #e60000;
}

.ribbon-title-top .purple {
  background-color: #1E2462;
}

.ribbon-title-top .green {
  background-color: #0ec40e;
}

.ribbon-title-top .blue {
  background-color: #042292;
}

.ribbon-title-top .light-purple {
  background-color: #7268FF;
}

.ribbon-title-top .orange {
  background-color: #ffae00;
}

.ribbon-title-top .main-blue {
  background-color: #1f3776;
}

.blog-list-item .content-box {
  border-radius: 10px;
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid #eeeeee;
}

.blog-list-item .blog-item {
  position: relative;
}

.blog-list-item .blog-item img {
  max-width: 100%;
}

.blog-list-item .blog-item .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.blog-list-item .blog-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  /* W3C */
}

.blog-list-item .blog-item .text {
  float: left;
  padding: 10px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}

.blog-list-item .blog-item .text .blog-card-title {
  color: #ffffff;
  font-size: 1.5rem;
  padding-top: 30px;
}

.blog-list-item .blog-item .text .blog-card-details {
  color: #ffffff;
  font-size: 1.2rem;
  bottom: 0;
  padding: 5px;
}

.blog-list-item .blog-item .text .blog-clock-detail {
  padding: 5px 15px 0 0;
  color: #636364;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
}

.blog-list-item .blog-item:hover .overlay {
  opacity: 0.95;
}

.blog-list-item .blog-item:hover .blog-card-title {
  color: #E3D2FF;
}

.blog-list-item .blog-item:hover .footer-title a {
  color: #1f3776;
}

.popular-course-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}

.popular-course-section .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular-course-section .header span {
  display: inline-block;
  font-size: 1.9em;
}

.popular-course-section .header a {
  color: #202124;
  font-size: 1.3em;
}

.popular-course-section .header a:hover {
  color: #1f3776;
}

.popular-course-section .slick-prev:before,
.popular-course-section .slick-next:before {
  color: #808083;
}

.courses-list-item .content-box {
  border-radius: 10px;
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid #eeeeee;
}

.courses-list-item .content-box:hover .footer-title a {
  color: #1f3776;
}

.courses-list-item .courses-item {
  position: relative;
}

.courses-list-item .courses-item img {
  max-width: 100%;
}

.courses-list-item .courses-item .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.courses-list-item .courses-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  /* W3C */
}

.courses-list-item .courses-item .text {
  float: left;
  padding: 10px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}

.courses-list-item .courses-item .text .course-card-title {
  color: #ffffff;
  font-size: 1.5rem;
  padding-top: 30px;
}

.courses-list-item .courses-item .text .course-card-details {
  color: #ffffff;
  font-size: 1.2rem;
  bottom: 0;
  padding: 5px;
}

.courses-list-item .courses-item .text .course-clock-detail {
  padding: 5px 15px 0 5px;
  color: #636364;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
}

.courses-list-item .courses-item:hover .overlay {
  opacity: 0.95;
}

.courses-list-item .courses-item:hover .course-card-title {
  color: #E3D2FF;
}

.popular-series-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
}

.popular-series-section .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular-series-section .header span {
  display: inline-block;
  font-size: 1.9em;
}

.popular-series-section .header a {
  color: #202124;
  font-size: 1.3em;
}

.popular-series-section .header a:hover {
  color: #7268FF;
}

.popular-series-section .slick-prev:before,
.popular-series-section .slick-next:before {
  color: #808083;
}

.series-list-item .content-box {
  border-radius: 10px;
  border: 0px;
  background-color: transparent;
}

.series-list-item .content-box:hover .series-title a {
  color: #7268FF;
}

.series-list-item .series-item {
  position: relative;
  box-shadow: 4px 2px 14px 0px rgba(30, 36, 98, 0.1);
  border-radius: 10px;
}

.series-list-item .series-item img {
  max-width: 100%;
}

.series-list-item .series-item .image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.series-list-item .series-item .overlay {
  position: absolute;
  border-radius: 0 0 10px 10px;
  top: 60%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
  background-color: #ffffff;
  background: #ffffff;
}

.series-list-item .series-item .serie-card-title {
  font-size: 1em;
  padding-top: 5px;
  margin-left: 5px;
  margin-top: 5px;
}

.series-list-item .series-item .serie-card-title a {
  color: #202124;
  line-height: 13pt;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.series-list-item .series-item .text {
  float: left;
  padding: 5px;
  color: #797979;
  font-size: 0.8em;
  position: absolute;
}

.series-list-item .series-item .text span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.series-list-item .series-item .text .serie-card-details {
  color: #ffffff;
  font-size: 1em;
  padding-top: 5px;
}

.series-list-item .series-item .text .serie-clock-detail {
  padding: 5px 15px 0 0;
  color: #636364;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
}

.series-list-item .series-item .ribbon-top {
  display: flex;
  justify-content: space-between;
}

.series-list-item .series-item .ribbon-top .ribbon-title-top {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  position: relative;
  left: 5px;
  top: 5px;
  margin-right: 0px;
}

.series-list-item .series-item .ribbon-top .wish-list {
  position: relative;
  top: 7px;
  right: 3px;
}

.series-list-item .series-item:hover .overlay {
  opacity: 1;
}

.series-list-item .series-item:hover .serie-card-title {
  color: #202124;
}

.series-list-item .series-title {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
  text-align: center;
  height: 45px;
}

.series-list-item .series-title a {
  color: #1E2462;
  font-size: 0.9em;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.connection-section {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F7F5FF;
}

.connection-section .header span {
  display: inline-block;
  font-size: 1.9em;
  color: #1E2462;
}

.connection-section .connection-slider {
  position: relative;
}

.connection-section .connection-slider img {
  width: 100%;
}

.connection-section .network-list-item {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.connection-section .network-list-item .network-box {
  width: 200px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 4px 2px 14px 0px rgba(30, 36, 98, 0.1);
  background-color: #ffffff;
  margin-bottom: 20px;
}

.connection-section .network-list-item .network-box:hover {
  background-color: #dbe3e8;
}

.connection-section .network-list-item .network-box .network-image {
  width: 100%;
  height: 100%;
}

.connection-section .network-list-item .network-box .network-image img {
  width: 100%;
  height: 100%;
}

.connection-section .network-list-item .network-item .text-center {
  color: #1E2462;
  margin-bottom: 20px;
}

.filter-item {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.filter-item form {
  padding-bottom: 15px;
}

.filter-item span {
  font-size: 14px;
  color: #9e9ea7;
}

.filter-item button {
  background-color: #1f3776;
  padding: 8px 20px;
  border: 1px solid #1f3776;
  color: #ffffff;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 300;
}

.filter-item button:hover {
  background-color: #14275b;
  border: 1px solid #14275b;
}

.filter-item .filter-input {
  outline: none;
  line-height: 30px;
  height: 40px;
  width: 40%;
  border-radius: 8px;
  padding: 0 25px 0 40px;
  background-color: #ffffff;
  border: 2px solid #dbe3e8;
  font-size: 0.9em;
}

.filter-item .filter-search-icon {
  position: absolute;
  top: 11px;
  z-index: 1;
  font-size: 18px;
  color: #9e9ea7;
  padding-left: 12px;
}

.filter-item .filter-order {
  display: flex;
  justify-content: center;
}

.filter-item .filter-order .order-item {
  border-right: 1px solid #dbe3e8;
  padding-right: 10px;
}

.filter-item .filter-order .order-item:last-child {
  border-right: 0px;
}

.filter-item .filter-order .order-item select {
  border: 0px;
  cursor: pointer;
}

.filter-item .filter-order .order-item select:hover {
  color: #1f3776;
}

.filter-submenu {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  color: #797979;
  font-size: 1.4rem;
  padding-left: 5%;
  padding-right: 5%;
}

.filter-submenu .header {
  padding-right: 10px;
  margin-bottom: 0px;
}

.filter-submenu .sub-menu-list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px;
}

.filter-submenu .sub-menu-list .sub-menu-item {
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #dbe3e8;
  cursor: pointer;
}

.filter-submenu .sub-menu-list .sub-menu-item:hover {
  background-color: #D5C0FF;
  color: #6D4D9E;
}

.filter-submenu .sub-menu-list .active {
  background-color: #D5C0FF;
  color: #6D4D9E;
}

.card-header {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  color: #1E2462;
}

.card-header span {
  font-size: 2.5rem;
}

.card-header .order-by select {
  border: 0px;
  color: #ADAFB1;
  cursor: pointer;
  outline: none;
}

.card-header .order-by select:hover {
  color: #1f3776;
}

.content-box .image {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.content-box .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s ease;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  /* W3C */
}

.content-box .text {
  float: left;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  bottom: 0;
}

.content-box .text .card-title {
  color: #ffffff;
  font-size: 16px;
  padding-top: 30px;
}

.content-box .text .card-details {
  color: #ffffff;
  font-size: 14px;
  padding-top: 5px;
}

.content-box .text .clock-detail {
  padding: 5px 15px 0 0;
  color: #636364;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.content-box:hover .overlay {
  opacity: 0.95;
}

.content-box:hover .card-title {
  color: #E3D2FF;
}

.header-section {
  font-size: 1.3rem;
  color: #1E2462;
  margin-bottom: 20px;
}

.header-lastest-section {
  font-size: 1.3rem;
  color: #1E2462;
  margin-bottom: 5px;
}

.header-cate-section {
  font-size: 1.3rem;
  color: #1E2462;
}

.footer-content {
  height: 110px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  font-size: 1em;
}

.footer-content-series {
  height: 140px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  font-size: 1em;
}

.footer-content-series .footer-user {
  font-size: 0.8em;
}

.footer-content-series .footer-user span {
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.footer-content-blog {
  height: 90px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  font-size: 1em;
}

.footer-content-blog .course-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.footer-content-blog .footer-user {
  font-size: 0.8em;
}

.footer-content-blog .footer-user span {
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.footer-ribbon {
  display: flex;
  justify-content: space-between;
}

.footer-ribbon .ribbon {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.footer-ribbon .ribbon .is_ribbon {
  color: #ffffff;
  display: inline-block;
  padding: 3px 6px;
  font-size: 12px;
}

.footer-ribbon .ribbon .black {
  background-color: #202124;
}

.footer-ribbon .ribbon .red {
  background-color: #e60000;
}

.footer-ribbon .ribbon .purple {
  background-color: #1E2462;
}

.footer-ribbon .ribbon .green {
  background-color: #0ec40e;
}

.footer-ribbon .ribbon .blue {
  background-color: #042292;
}

.footer-ribbon .ribbon .light-purple {
  background-color: #7268FF;
}

.footer-ribbon .ribbon .orange {
  background-color: #ffae00;
}

.footer-ribbon .ribbon .main-blue {
  background-color: #1f3776;
}

.footer-ribbon .wish-list {
  position: relative;
  top: 0;
  right: 0;
}

.footer-title {
  margin-top: 5px;
}

.footer-title a {
  color: #202124;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.footer-title a:hover {
  color: #1f3776;
}

.footer-user {
  position: absolute;
  bottom: 0px;
  padding-bottom: 5px;
  color: #797979;
  font-size: 0.8em;
}

.advance-ribbon {
  position: absolute;
  right: var(--right, 10px);
  top: var(--top, -3px);
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
  --color: #7268FF;
}

.advance-ribbon .content {
  background-image: url(/assets/default/images/ribbon_advance.png);
  background-size: cover;
  color: white;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  padding: 8px 1px 2px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
  width: var(--width, 32px);
  min-height: var(--height, 36px);
  transition: clip-path 1s, padding 1s, background 1s;
}

.advance-ribbon.up &gt; .content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
}

.cover-image {
  width: 100%;
  position: relative;
}

.cover-image img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cover-image .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cover-image .title span {
  font-size: 2.5rem;
  background-color: #1f3776;
  border-radius: 8px;
  padding: 10px 15px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cover-image .title span .title-icon {
  width: 100%;
  max-width: 55px;
  height: auto;
}

.cover-image .title span .title-icon img {
  height: 50%;
  width: 60%;
}

.cover-image .title span .title-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 8px;
}

.jqte_editor,
.jqte_source {
  caret-color: #202124;
}

.alert-warning-text {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}

.footer-icon {
  display: flex;
  gap: 10px;
}

.footer-icon a {
  cursor: pointer;
  margin: auto 0;
}

.share-icon {
  display: flex;
  gap: 10px;
}

.share-icon img {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
}

.share-icon a {
  cursor: pointer;
}

.link-clipboard {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.link-clipboard .form-group {
  margin-bottom: 0px;
}

.link-clipboard .form-group input {
  padding: 5px !important;
  width: 150px;
  margin: auto 0;
  font-size: 12px;
}

.link-clipboard button {
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px;
  font-size: 14px;
  margin: auto 0;
}

.overlay .footer-icon a i {
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}

.right-section-icon {
  display: flex;
  gap: 10px;
}

.right-section-icon .share-icon {
  position: relative;
  display: flex;
  gap: 10px;
}

.right-section-icon .share-icon a {
  margin-top: 5px;
  right: 10px;
  position: relative;
  font-size: 2rem;
  cursor: pointer;
}

.blog-page-icon-list {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.blog-page-icon-list a {
  cursor: pointer;
}

.blog-page-icon-list .wish-list {
  position: initial;
}

.progress {
  overflow: visible;
  height: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 250px;
  border: 1px solid #f1f1f1;
  position: relative;
}

.progress-series {
  margin-top: 0px;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1f3776;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-percent {
  width: 100%;
  height: 100%;
  color: #1f3776;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  padding-left: 10px;
  flex: 1;
}

.product-body .product-details-box .progress {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  width: 200px;
}

.btn-load-cert {
  padding: 6px 12px !important;
}

</pre></body></html>