@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400&family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--lightBg);
  --lightBtn: #fe016c;
  --lightBg: #f5f5f5;
}
html body .wrapper .dashboard-heading h1 {
  color: var(--lightBg);
  --lightBg: rgb(54, 59, 100);
}
html body .wrapper #sidebar {
  background: var(--lightBg);
  --lightBg: #ffffff;
}
html body .wrapper #sidebar .sidebar-header {
  background: var(--lightBg);
  --lightBg: #ffffff;
}
html body .wrapper #sidebar ul li ul li a {
  border-bottom-color: var(--lightBg);
  --lightBg: #fef1ed;
}
html body .wrapper #content #navigationBar {
  background: var(--lightBg);
  --lightBg: #ffffff;
}
html body .wrapper #content #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li a {
  color: var(--lightBg);
  --lightBg: #363b64;
}
html body .wrapper #content .info-cards .card {
  background: var(--lightBg);
  --lightBg: #ffffff;
}
html body .wrapper #content .course-affiliate .card {
  background: var(--lightBg);
  --lightBg: #ffffff;
}
html body .wrapper #content .course-affiliate .card.ongoing-course-card .title h5 {
  color: var(--lightBg);
  --lightBg: #363b64;
}
html body .wrapper #content .course-affiliate .card.ongoing-course-card .course-progress .progress-bar-content .total-time span:last-child {
  color: var(--lightBg);
  --lightBg: rgb(54, 59, 100);
}
html body .wrapper #content .course-affiliate .card .card-body .card-text h5 {
  background: var(--lightBg);
  --lightBg: #363b64;
}
html body .wrapper #content .social-forum-wrapper .card {
  background-color: var(--lightBg);
  --lightBg: #fcfcfc;
}
html body .wrapper #content .social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea .card-text textarea {
  background: var(--lightBg);
  --lightBg: #fcfcfc;
}
html body .wrapper #content .chat-box .chat-popup.social-trading-chat-popup form.form-container {
  background: var(--lightBg);
  --lightBg: #fcfcfc;
}
html body .wrapper #content .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header {
  background: var(--lightBg);
  --lightBg: #ffffff;
}
html body .wrapper #content .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-footer {
  background: var(--lightBg);
  --lightBg: #ffffff;
}
html body .wrapper #content .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-footer .chat-footer-wrapper .chat-text-box input {
  background: #ffffff;
}
html[data-theme=dark] {
  background: var(--lightBg);
  --lightBtn: #ffbd07;
  --lightBg: #131522;
}
html[data-theme=dark] body .wrapper .dashboard-heading h1 {
  color: var(--lightBg);
  --lightBg: #fff;
}
html[data-theme=dark] body .wrapper #sidebar {
  background: var(--lightBg);
  --lightBg: #1a1c2c;
}
html[data-theme=dark] body .wrapper #sidebar .sidebar-header {
  background: var(--lightBg);
  --lightBg: #1a1c2c;
}
html[data-theme=dark] body .wrapper #sidebar ul li ul li a {
  border-bottom-color: var(--lightBg);
  --lightBg: #121522;
}
html[data-theme=dark] body .wrapper #content #navigationBar {
  background: var(--lightBg);
  --lightBg: #1a1c2c;
}
html[data-theme=dark] body .wrapper #content #navigationBar ul.withdraw-nav li a {
  color: var(--lightBg);
  --lightBg: #fff;
}
html[data-theme=dark] body .wrapper #content .info-cards .card {
  background: var(--lightBg);
  --lightBg: #1a1c2c;
}
html[data-theme=dark] body .wrapper #content .info-cards .card .card-body .card-text h5 {
  color: var(--lightBg);
  --lightBg: #fff;
}
html[data-theme=dark] body .wrapper #content .course-affiliate .card {
  background: var(--lightBg);
  --lightBg: #1a1c2c;
}
html[data-theme=dark] body .wrapper #content .course-affiliate .card.ongoing-course-card .title h5 {
  color: var(--lightBg);
  --lightBg: #fff;
}
html[data-theme=dark] body .wrapper #content .course-affiliate .card.ongoing-course-card .course-progress .progress-bar-content .total-time span:last-child {
  color: var(--lightBg);
  --lightBg: #fff;
}
html[data-theme=dark] body .wrapper #content .social-forum-wrapper .card {
  background-color: var(--lightBg);
  --lightBg: #1a1c2c;
}
html[data-theme=dark] body .wrapper #content .social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea .card-text textarea {
  background: var(--lightBg);
  --lightBg: #1a1c2c;
}
html[data-theme=dark] body .wrapper #content .chat-box .chat-popup.social-trading-chat-popup form.form-container {
  background: var(--lightBg);
  --lightBg: #1a1c2c;
}
html[data-theme=dark] body .wrapper #content .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header {
  background: var(--lightBg);
  --lightBg: #302531;
}
html[data-theme=dark] body .wrapper #content .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-footer {
  background: var(--lightBg);
  --lightBg: #302531;
}
html[data-theme=dark] body .wrapper #content .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-footer .chat-footer-wrapper .chat-text-box input {
  background: var(--lightBg);
  --lightBg: #302531;
}
html.transition *::before {
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 420ms;
  transition-delay: 0;
}
html.transition *::after {
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 420ms;
  transition-delay: 0;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
ul li a {
  text-decoration: none;
}
ul li a:hover {
  text-decoration: none;
}
ul li a:focus {
  outline: 0;
}

.form-control:focus {
  box-shadow: none;
}

:focus-visible {
  outline: 0;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: #ef6e4d;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-sizing: border-box;
  box-shadow: 0px 24px 48px rgba(0, 1, 44, 0.16);
  border-radius: 0px;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 34px;
  color: #ffffff;
}
.back-to-top:hover, .back-to-top:active, .back-to-top:focus {
  background-color: #ef6e4d;
  background: #ef6e4d;
  border-color: #ef6e4d;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.0782099);
  box-shadow: none;
}
.back-to-top:hover i, .back-to-top:active i, .back-to-top:focus i {
  transform: translateY(-3px);
}
.back-to-top i {
  transition: all 0.5s ease;
  font-size: 10px;
}

#sidebar {
  min-width: 345px;
  max-width: 345px;
}
@media (max-width: 1199.98px) {
  #sidebar {
    min-width: auto;
    max-width: auto;
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  }
}
#sidebar.active {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  #sidebar.active {
    left: 0;
    min-width: auto;
    max-width: 320px;
  }
}
#sidebar.active .sidebar-header h3 {
  display: none;
}
@media (max-width: 1199.98px) {
  #sidebar.active .sidebar-header h3 {
    display: block;
  }
}
#sidebar.active .sidebar-header strong {
  display: block;
}
@media (max-width: 1199.98px) {
  #sidebar.active .sidebar-header strong {
    display: none;
  }
}
#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}
@media (max-width: 1199.98px) {
  #sidebar.active ul li a {
    text-align: left;
    padding: 20px 10px;
    font-size: 18px;
  }
}
#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}
@media (max-width: 1199.98px) {
  #sidebar.active ul li a i {
    margin-right: 20px;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 0;
  }
}
#sidebar.active ul li a.dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 1199.98px) {
  #sidebar.active ul li a.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    bottom: inherit;
  }
}
#sidebar.active ul li ul li a {
  padding: 10px !important;
}
#sidebar .sidebar-header {
  padding: 0;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  #sidebar .sidebar-header h3 img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  #sidebar .sidebar-header h3 {
    display: none;
  }
}
#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}
@media (max-width: 991px) {
  #sidebar .sidebar-header strong {
    display: block;
  }
}
#sidebar ul li a {
  text-align: left;
  color: #a098ae;
  padding: 17px 46px;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 27px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  #sidebar ul li a {
    padding: 16px 46px;
  }
}
@media (max-width: 1199.98px) {
  #sidebar ul li a {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  #sidebar ul li a {
    padding: 0;
    font-size: 0;
  }
}
@media (max-width: 991px) {
  #sidebar ul li a span {
    font-size: 0.85em;
  }
}
#sidebar ul li a.classes:hover i svg path, #sidebar ul li a.affiliate-link:hover i svg path, #sidebar ul li a.social-trading-link:hover i svg path, #sidebar ul li a.wallet-links:hover i svg path, #sidebar ul li a.forex-signal-link:hover i svg path, #sidebar ul li a.copy-people-link:hover i svg path, #sidebar ul li a.ticket-link:hover i svg path, #sidebar ul li a.apply-link:hover i svg path, #sidebar ul li a.faq-link:hover i svg path {
  fill: #ef6e4d;
  stroke: inherit;
}
#sidebar ul li a:hover {
  color: #ef6e4d;
  background: rgba(239, 110, 77, 0.1);
}
#sidebar ul li a:hover i svg path {
  stroke: #ef6e4d;
}
#sidebar ul li a i {
  margin-right: 20px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
}
#sidebar ul li a i svg {
  width: 30px;
}
#sidebar ul li a.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar ul li.active a {
  color: #ef6e4d;
  background: rgba(239, 110, 77, 0.1);
}
#sidebar ul li.active a i.courses-icon svg path, #sidebar ul li.active a i.books-icon svg path {
  fill: inherit;
}
#sidebar ul li.active a i.dashboard-icon svg path, #sidebar ul li.active a i.classes-icon svg path, #sidebar ul li.active a i.affiliate-icon svg path, #sidebar ul li.active a i.wallet-icon svg path, #sidebar ul li.active a i.social-trading-icon svg path, #sidebar ul li.active a i.forex-signal-icon svg path, #sidebar ul li.active a i.copy-people-icon svg path, #sidebar ul li.active a i.ticket-icon svg path, #sidebar ul li.active a i.apply-icon svg path, #sidebar ul li.active a i.faq-icon svg path {
  stroke: inherit;
}
#sidebar ul li.active a i svg path {
  fill: #ef6e4d;
  stroke: #ef6e4d;
}
#sidebar ul li.active ul li.active {
  color: #ef6e4d;
  background: rgba(239, 110, 77, 0.1);
}
#sidebar ul li.active ul li a {
  color: inherit;
  background: inherit;
}
#sidebar ul li ul li a {
  border-bottom: 1px solid;
  border-bottom-color: #fef1ed;
  padding-left: 6rem;
}
@media (max-width: 1199.98px) {
  #sidebar ul li ul li a {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  #sidebar ul li ul li a {
    padding: 10px !important;
  }
}
#sidebar a[aria-expanded=true] {
  color: #ef6e4d;
  background: rgba(14, 192, 171, 0.1);
}
#sidebar a[data-toggle=collapse] {
  position: relative;
}

#navigationBar {
  min-height: 120px;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  #navigationBar {
    padding: 0;
  }
}
#navigationBar .top-navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 -15px;
}
@media (max-width: 1199.98px) {
  #navigationBar .top-navbar-wrapper {
    margin: 0;
  }
}
#navigationBar .top-navbar-wrapper button.toggle-button {
  border: 0;
  background-color: transparent;
}
#navigationBar .top-navbar-wrapper button.toggle-button i.fa-align-left {
  color: #363b64;
  font-size: 30px;
}
#navigationBar .top-navbar-wrapper button.toggle-button span {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #363b64;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  #navigationBar .top-navbar-wrapper button.toggle-button span {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  #navigationBar .top-navbar-wrapper button.toggle-button span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper button.toggle-button span {
    display: none;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar {
    justify-content: flex-end;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav {
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav {
    flex-direction: row;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li {
  margin-right: 5px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.switch input {
  height: 0;
  width: 0;
  visibility: hidden;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.switch input:checked label {
  background: #ffbd07;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 35px;
  height: 20px;
  background: var(--lightBtn);
  margin: 11px auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
  margin-right: 15px;
  margin-top: 14px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.switch label::after {
  content: "";
  background: #ffffff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 4px;
  transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.switch input:checked + label:after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 991.98px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.withdraw-none {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.deposit-none {
    display: none;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown {
  margin-right: 0;
  margin-left: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown {
  position: relative;
}
@media (max-width: 767px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown {
    width: 100%;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown .dropdown-menu {
  background: #ffffff;
  border: 0.1px solid rgba(61, 52, 112, 0.5);
  box-shadow: -8px 16px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  border-radius: 5px;
  margin-top: 10px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown .dropdown-menu::before {
  content: "";
  border-bottom: 16px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -15px;
  left: 48px;
  z-index: 10;
  width: 0;
  height: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown .dropdown-menu::after {
  content: "";
  border-bottom: 16px solid rgba(61, 52, 112, 0.5);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -17px;
  left: 48px;
  width: 0;
  height: 0;
  z-index: 8;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown.theme-dropdown a.dropdown-toggle::after {
  display: none;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle svg {
    width: 14px;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown a.dropdown-toggle:hover img.icon-down:hover {
  transform: translateY(3px);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown .dropdown-menu a.dropdown-item {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 13px 25px 13px 25px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown .dropdown-menu a.dropdown-item {
    padding: 15px 10px 15px 10px;
    color: #ffffff;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li.dropdown .dropdown-menu a.dropdown-item:hover {
  background: linear-gradient(89.92deg, #363b64 1.29%, #ef6e4d 99.94%);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li a {
  font-size: 14px;
  line-height: 27px;
  font-weight: 700;
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.withdraw-nav li a svg {
  margin-right: 5px;
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li a.dropdown-toggle i.fa-bell {
  position: relative;
  font-size: 27px;
  color: #ef6e4d;
  margin-top: 16px;
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li a.dropdown-toggle i.fa-bell {
    font-size: 20px;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li a.dropdown-toggle i.fa-bell i {
  position: absolute;
  right: 0;
  font-size: 10px;
  top: 2px;
  color: #ef6e4d;
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li a.dropdown-toggle i.fa-bell i {
    font-size: 6px;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li a.dropdown-toggle {
    padding: 0.5rem;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown {
  margin-right: 0;
  margin-left: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown {
  position: relative;
  margin-left: 0;
}
@media (max-width: 1470px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown {
    width: auto;
  }
}
@media (max-width: 575px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown {
    margin-left: 0;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown .dropdown-menu {
  background: #ffffff;
  border: 0.1px solid #fbd1c5;
  box-shadow: -8px 16px 16px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
  border-radius: 5px;
  margin-top: 10px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown .dropdown-menu::before {
  content: "";
  border-bottom: 16px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -15px;
  right: 25px;
  z-index: 10;
  width: 0;
  height: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown .dropdown-menu::after {
  content: "";
  border-bottom: 16px solid #fbd1c5;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -17px;
  right: 25px;
  width: 0;
  height: 0;
  z-index: 8;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.dropdown-toggle::after {
  display: none;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.profile-dropdown-toggle {
  display: flex;
  align-items: center;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.profile-dropdown-toggle .profile-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 20px;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.profile-dropdown-toggle .profile-content span {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown.theme-dropdown a.profile-dropdown-toggle .profile-content span:last-child {
  color: #a098ae;
  font-weight: 400;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown a .dropdown-toggle img.icon-down {
  margin-left: 5px;
  transition: transform 0.15s linear;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown a .dropdown-toggle:hover img.icon-down:hover {
  transform: translateY(3px);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu {
  padding: 1px 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu a.dropdown-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
  padding: 13px 25px 13px 25px;
  font-family: "Poppins", sans-serif;
  border-bottom: 0.5px solid #fef1ed;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu a.dropdown-item:hover {
  background: rgba(239, 110, 77, 0.1);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item {
  padding: 13px 25px 13px 25px;
  font-family: "Poppins", sans-serif;
  border-bottom: 0.5px solid #f5f5f5;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item {
    padding: 15px 10px 15px 10px;
  }
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item p span {
  color: #ef6e4d;
  font-size: 14px;
  font-weight: 300;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item span {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #ceccd6;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item:hover, #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item.active {
  background: rgba(239, 110, 77, 0.1);
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item:hover p, #navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item.active p {
  color: #363b64;
}
#navigationBar .top-navbar-wrapper .top-navbar ul.profile-nav li.dropdown .dropdown-menu.notification-dropdown-menu a.dropdown-item:last-child {
  border-bottom: 0;
}

.info-cards .card {
  min-height: 248px;
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .info-cards .card {
    min-height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .info-cards .card {
    min-height: 190px;
  }
}
@media (max-width: 767px) {
  .info-cards .card {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .info-cards .card {
    min-height: auto;
  }
}
.info-cards .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 30px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .info-cards .card .card-body {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .info-cards .card .card-body {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .info-cards .card .card-body {
    padding-left: 15px;
  }
}
.info-cards .card .card-body .card-img {
  width: 72px;
  height: 72px;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.info-cards .card .card-body .card-text h5 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #363b64;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .info-cards .card .card-body .card-text h5 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .info-cards .card .card-body .card-text h5 {
    font-size: 25px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .info-cards .card .card-body .card-text h5 {
    font-size: 20px;
  }
}
.info-cards .card .card-body .card-text span {
  color: #a098ae;
  font-size: 18px;
  line-height: 0;
  font-weight: 300;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .info-cards .card .card-body .card-text span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .info-cards .card .card-body .card-text span {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .info-cards .card .card-body .card-text span {
    font-size: 10px;
  }
}

.social-forum-wrapper .card {
  border: 0;
  border-bottom: 0.5px solid rgba(199, 199, 199, 0.5);
  border-radius: 0;
  background-color: #fcfcfc;
}
.social-forum-wrapper .card.social-forum-heading .card-body {
  padding: 25px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .social-forum-wrapper .card.social-forum-heading .card-body {
    padding: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .social-forum-wrapper .card.social-forum-heading .card-body {
    padding: 10px;
  }
}
.social-forum-wrapper .card.social-forum-heading .card-body .top-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .top-card .card-title {
  margin: 0;
}
.social-forum-wrapper .card.social-forum-heading .card-body .top-card .card-title h5 {
  font-weight: 700;
  font-size: 23px;
  line-height: 36px;
  color: #363b64;
  margin: 0;
}
.social-forum-wrapper .card.social-forum-heading .card-body .top-card .card-title span {
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.social-forum-wrapper .card.social-forum-heading .card-body .top-card .card-link a {
  font-size: 14px;
  line-height: 36px;
  color: #ef6e4d;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea {
  margin-bottom: 15px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea ::placeholder {
  color: #a098ae;
  opacity: 1;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea :-ms-input-placeholder {
  color: #a098ae;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea ::-ms-input-placeholder {
  color: #a098ae;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea .card-text {
  display: flex;
  align-items: center;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea .card-text img {
  margin-right: 25px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .image-textarea .card-text textarea {
  color: #a098ae;
  font-size: 14px;
  color: #a098ae;
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 13px;
  border: 0.5px solid #b8b8b8;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fcfcfc;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .card-image {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .card-image .image {
  margin-right: 25px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .card-image .image-content {
  display: flex;
  flex-direction: column;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .card-image .image-content span:first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
  margin-bottom: 5px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .card-image .image-content span:last-child {
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .select-card {
  position: relative;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .select-card select {
  height: 45px;
  padding-left: 15px;
  font-size: 13px;
  line-height: 20px;
  color: #363b64;
  border: 0.5px solid #b8b8b8;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fcfcfc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-bottom: 15px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .select-card svg {
  position: absolute;
  top: 18px;
  right: 25px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .textarea-image .upload-img {
  width: 100%;
  padding: 3px 0;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .post-area {
  display: flex;
  align-items: center;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .post-area .post-icon {
  position: relative;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .post-area .post-icon svg {
  margin-right: 15px;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .post-area .post-icon input {
  opacity: 0;
  padding: 10px 0;
  height: 36px;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .post-area .post-btn {
  width: 100%;
}
.social-forum-wrapper .card.social-forum-heading .card-body .bottom-card .post-area .post-btn button {
  width: 100%;
  height: 38px;
  border: 1px solid #ef6e4d;
  background: #fcfcfc;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ef6e4d;
}
.social-forum-wrapper .user-chats-wrapper {
  height: 540px;
  width: 100%;
  background: #f5f5f5;
  overflow-y: scroll;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .social-forum-wrapper .user-chats-wrapper {
    height: 490px;
  }
}
@media (min-width: 1366px) and (max-width: 1439.98px) {
  .social-forum-wrapper .user-chats-wrapper {
    height: 525px;
  }
}
.social-forum-wrapper .user-chats-wrapper.social-trading-user-chats-wrapper {
  height: calc(100vh - 435px);
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .social-forum-wrapper .user-chats-wrapper.social-trading-user-chats-wrapper {
    height: 400px;
  }
}
.social-forum-wrapper .user-chats-wrapper .card {
  border: 0;
  border-radius: 0;
  background-color: #fcfcfc;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body {
  padding: 30px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .social-forum-wrapper .user-chats-wrapper .card .card-body {
    padding: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .social-forum-wrapper .user-chats-wrapper .card .card-body {
    padding: 7px;
  }
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details.social-trading-card-image-details {
    flex-direction: row;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details {
    flex-direction: column;
  }
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details .card-image img {
  margin-top: -1px;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details .card-image-info {
  margin-left: 20px;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details .card-image-info ul li:first-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
  margin-bottom: 10px;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details .card-image-info ul li:first-child span {
  font-size: 12px;
  line-height: 22px;
  color: #a098ae;
  font-weight: 300;
  margin-left: 10px;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details .card-image-info ul li:last-child {
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
  font-weight: 300;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-image-details .card-image-info ul li:last-child span {
  color: #325ea0;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-transform: capitalize;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-tags {
  margin-bottom: 30px;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-tags ul li {
  padding: 5px 15px;
  background: rgba(239, 110, 77, 0.1);
  display: inline-flex;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-tags ul li:hover {
  background: #ef6e4d;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-tags ul li:hover span {
  color: #ffffff;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-tags ul li span {
  font-size: 12px;
  line-height: 18px;
  color: #ef6e4d;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-text p {
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
  font-weight: 300;
  margin-bottom: 0;
  word-wrap: break-word;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-text p .moretext,
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-text p .moretext2 {
  display: none;
}
.social-forum-wrapper .user-chats-wrapper .card .card-body .card-text p a {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #ef6e4d;
}
.social-forum-wrapper .user-chats-wrapper .card .likes-comments {
  padding: 10px 30px;
  margin-bottom: 15px;
  border-top: 0.5px solid rgba(199, 199, 199, 0.5);
  border-bottom: 0.5px solid rgba(199, 199, 199, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .social-forum-wrapper .user-chats-wrapper .card .likes-comments.social-trading-likes-comments {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .social-forum-wrapper .user-chats-wrapper .card .likes-comments {
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
  }
}
.social-forum-wrapper .user-chats-wrapper .card .likes-comments div {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.social-forum-wrapper .user-chats-wrapper .card .likes-comments div:hover svg path {
  stroke: #ef6e4d;
}
.social-forum-wrapper .user-chats-wrapper .card .likes-comments div:hover span {
  color: #ef6e4d;
}
.social-forum-wrapper .user-chats-wrapper .card .likes-comments div svg {
  margin-right: 15px;
}
.social-forum-wrapper .user-chats-wrapper .card .likes-comments div svg.like {
  margin-top: -5px;
}
.social-forum-wrapper .user-chats-wrapper .card .likes-comments div span {
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
  font-weight: 300;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area {
  padding: 10px 30px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .image-textarea {
  margin-bottom: 30px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .image-textarea .card-text {
  display: flex;
  align-items: center;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .image-textarea .card-text img {
  margin-right: 25px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .image-textarea .card-text textarea {
  color: #a098ae;
  font-size: 14px;
  color: #a098ae;
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 13px;
  border: 0.5px solid #b8b8b8;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fcfcfc;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .image-textarea .card-text ::placeholder {
  color: #a098ae;
  opacity: 1;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .image-textarea .card-text :-ms-input-placeholder {
  color: #a098ae;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .image-textarea .card-text ::-ms-input-placeholder {
  color: #a098ae;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area {
  margin-bottom: 15px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text {
  display: flex;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text img {
  margin-right: 25px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper {
  width: 100%;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box {
  background: #f4f4f4;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box p {
  margin-bottom: 0;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box p.info {
  font-size: 12px;
  line-height: 18px;
  color: #a098ae;
  font-weight: 300;
  margin-bottom: 3px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box p.info span.name {
  margin-right: 20px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box p.content {
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
  font-weight: 300;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box span.done {
  font-family: "Cairo";
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #363b64;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box textarea {
  color: #363b64;
  font-size: 14px;
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 13px;
  border: 0.5px solid #b8b8b8;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fcfcfc;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box ::placeholder {
  color: #a098ae;
  opacity: 1;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box :-ms-input-placeholder {
  color: #a098ae;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .text-box ::-ms-input-placeholder {
  color: #a098ae;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .action-buttons {
  margin-bottom: 25px;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .action-buttons ul li {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  line-height: 22px;
  color: #363b64;
  margin-right: 20px;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text .text-box-wrapper .action-buttons ul li.likes-count {
  float: right;
  margin-right: 0;
  color: #4cbc9a;
}
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text #replyDiv,
.social-forum-wrapper .user-chats-wrapper .card .all-comment-area .user-comments-area .card-text #editDiv {
  display: flex;
  width: 100%;
}

.chat-box button.open-button {
  background-color: #ef6e4d;
  color: #ffffff;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 70px;
  height: 70px;
  box-shadow: -16px 0px 24px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
}
.chat-box button.open-button span {
  background: #4cbc9a;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
}
.chat-box .chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}
.chat-box .chat-popup.social-trading-chat-popup {
  display: block;
  position: inherit;
  bottom: inherit;
  right: inherit;
  border: none;
  z-index: inherit;
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container {
  max-width: 100%;
  box-shadow: none;
  height: calc(100vh - 220px);
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .chat-box .chat-popup.social-trading-chat-popup form.form-container {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .chat-box .chat-popup.social-trading-chat-popup form.form-container {
    max-width: 100%;
  }
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket {
  flex-direction: column;
  justify-content: space-around;
  align-items: self-start;
  height: 110px;
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin: 0;
  color: #363b64;
}
@media (min-width: 1600px) and (max-width: 1839.98px) {
  .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket h5 {
    font-size: 25px;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket h5 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) and (max-width: 1565.98px) {
  .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket h5 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket h5 {
    font-size: 17px;
  }
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #ef6e4d;
}
@media (min-width: 1200px) and (max-width: 1565.98px) {
  .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket h6 {
    font-size: 14px;
  }
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header.chat-header-ticket h6 svg {
  margin-right: 10px;
  vertical-align: 0px;
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header .chat-wrapper-header .chat-message span:last-child {
  background: none;
  width: 0;
  height: 0;
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-header .chat-close-icon span {
  background: #06cf9f;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin-left: 13px;
  vertical-align: text-bottom;
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-body {
  height: 520px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-body {
    height: 425px;
  }
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-footer .chat-footer-wrapper .chat-text-box {
  width: 100%;
}
.chat-box .chat-popup.social-trading-chat-popup form.form-container .chat-footer .chat-footer-wrapper .chat-text-box input {
  width: 100%;
}
.chat-box .chat-popup form.form-container {
  max-width: 376px;
  background: #fcfcfc;
  box-shadow: -4px -8px 16px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .chat-box .chat-popup form.form-container {
    max-width: 320px;
  }
}
.chat-box .chat-popup form.form-container .chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  height: 70px;
  padding: 25px 35px;
}
.chat-box .chat-popup form.form-container .chat-header .chat-wrapper-header {
  display: flex;
  align-items: center;
}
.chat-box .chat-popup form.form-container .chat-header .chat-wrapper-header .chat-icon svg {
  margin-right: 25px;
}
.chat-box .chat-popup form.form-container .chat-header .chat-wrapper-header .chat-message span:first-child {
  font-size: 18px;
  line-height: 27px;
  color: #a098ae;
  font-weight: 300;
}
.chat-box .chat-popup form.form-container .chat-header .chat-wrapper-header .chat-message span:last-child {
  background: #06cf9f;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin-left: 13px;
  vertical-align: text-bottom;
}
.chat-box .chat-popup form.form-container .chat-header .chat-close-icon {
  cursor: pointer;
}
.chat-box .chat-popup form.form-container .chat-body {
  padding: 25px 35px;
  height: 400px;
  overflow-y: scroll;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-text {
  max-width: 266px;
  float: right;
  margin-bottom: 35px;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-text .chat-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #fcfcfc;
  margin-bottom: 0;
  background: #363b64;
  border-radius: 5px;
  padding: 11px 18px;
  margin-bottom: 10px;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-text .chat-text img {
  float: right;
  max-width: 100%;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-text .chat-text .hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-text .chat-time {
  clear: both;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-text .chat-time span {
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
  color: #a098ae;
  display: block;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-reply {
  margin-bottom: 35px;
  clear: both;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-reply .chat-wrapper-box {
  display: flex;
  align-items: flex-end;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-reply .chat-wrapper-box .chat-reply-img {
  margin-bottom: 10px;
  margin-right: 15px;
  position: relative;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-reply .chat-wrapper-box .chat-reply-img img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-reply .chat-wrapper-box .chat-reply-img svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-reply .chat-wrapper-box .chat-user-reply-wrapper .chat-reply-text p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
  font-weight: 300;
  background: #e8c7bf;
  border-radius: 5px;
  padding: 11px 18px;
}
.chat-box .chat-popup form.form-container .chat-body .chat-user-reply .chat-reply-time span {
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  color: #a098ae;
  display: block;
  padding-left: 55px;
}
.chat-box .chat-popup form.form-container .chat-footer {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  padding: 0 35px 20px 35px;
  clear: both;
}
.chat-box .chat-popup form.form-container .chat-footer .textarea-image {
  width: 65px;
}
.chat-box .chat-popup form.form-container .chat-footer .textarea-image img.mystyle {
  position: relative;
  width: 65px;
  border: 1px solid #ceccd6;
  margin: 15px 0px;
  padding: 5px;
  display: block;
  top: 8px;
}
.chat-box .chat-popup form.form-container .chat-footer .textarea-image img.mystyle::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #ffffff;
  color: #ef6e4d;
}
.chat-box .chat-popup form.form-container .chat-footer .chat-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chat-box .chat-popup form.form-container .chat-footer .chat-footer-wrapper .plus-icon {
  position: relative;
}
.chat-box .chat-popup form.form-container .chat-footer .chat-footer-wrapper .plus-icon svg {
  margin-right: 20px;
}
.chat-box .chat-popup form.form-container .chat-footer .chat-footer-wrapper .plus-icon input {
  opacity: 0;
  padding: 10px 0;
  height: 36px;
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.chat-box .chat-popup form.form-container .chat-footer .chat-footer-wrapper .chat-text-box input {
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
  border: 0.5px solid #b8b8b8;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 300;
  height: 44px;
  width: 220px;
}
@media (max-width: 575px) {
  .chat-box .chat-popup form.form-container .chat-footer .chat-footer-wrapper .chat-text-box input {
    width: 160px;
  }
}
.chat-box .chat-popup form.form-container .chat-footer .chat-footer-wrapper .send-icon {
  margin-left: 20px;
}
.chat-box .chat-popup form.form-container .chat-footer .chat-footer-wrapper .send-icon button {
  border: 0;
  background-color: transparent;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .course-affiliate .course-affiliate-left {
    flex: 40%;
    max-width: 40%;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .course-affiliate .course-affiliate-right {
    flex: 60%;
    max-width: 60%;
  }
}
.course-affiliate .card {
  border: 0;
  background: #fcfcfc;
  border-radius: 0;
  padding: 20px 35px;
  height: 100%;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .course-affiliate .card {
    padding: 10px 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .course-affiliate .card {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .course-affiliate .card {
    margin-bottom: 20px;
    height: calc(-270px + 100vh);
  }
}
@media (max-width: 767.98px) {
  .course-affiliate .card {
    height: auto;
  }
}
@media (max-width: 575px) {
  .course-affiliate .card {
    padding: 10px 10px;
  }
}
.course-affiliate .card.ongoing-course-card .title.my-course-title h5 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 25px;
}
.course-affiliate .card.ongoing-course-card .title.my-course-title h5 span.number {
  color: #ef6e4d;
  margin-right: 15px;
}
.course-affiliate .card.ongoing-course-card .title h5 {
  font-weight: 600;
  font-size: 23px;
  line-height: 36px;
  color: #363b64;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .course-affiliate .card.ongoing-course-card .title h5 {
    font-size: 16px;
  }
}
.course-affiliate .card.ongoing-course-card .course-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.course-affiliate .card.ongoing-course-card .course-progress.my-course-progress {
  justify-content: inherit;
  margin-bottom: 65px;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .course-affiliate .card.ongoing-course-card .course-progress {
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .course-affiliate .card.ongoing-course-card .course-progress {
    justify-content: stretch;
  }
}
.course-affiliate .card.ongoing-course-card .course-progress .progress-bar-wrapper .progress-circle {
  position: relative;
  display: inline-block;
  margin: 1rem;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fcfcfc;
}
.course-affiliate .card.ongoing-course-card .course-progress .progress-bar-wrapper .progress-circle::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: colorload 2s;
  animation: colorload 2s;
}
.course-affiliate .card.ongoing-course-card .course-progress .progress-bar-wrapper .progress-circle span {
  font-size: 1rem;
  color: #363b64;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  text-align: center;
  border-radius: 50%;
  background: #fcfcfc;
  z-index: 1;
}
.course-affiliate .card.ongoing-course-card .course-progress .progress-bar-wrapper .progress-circle span::after {
  content: "%";
  font-weight: 600;
  color: #363b64;
}
.course-affiliate .card.ongoing-course-card .course-progress .progress-bar-wrapper .progress-circle.progress-80::after {
  background-image: linear-gradient(32.4deg, #4cbc9a 50%, transparent 50%, transparent), linear-gradient(270deg, #4cbc9a 50%, #f5f5f5 50%, #f5f5f5);
}
@-webkit-keyframes colorload {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.course-affiliate .card.ongoing-course-card .course-progress .progress-bar-content .total-time {
  display: flex;
  flex-direction: column;
}
.course-affiliate .card.ongoing-course-card .course-progress .progress-bar-content .total-time span:first-child {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.course-affiliate .card.ongoing-course-card .course-progress .progress-bar-content .total-time span:last-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper {
  height: 155px;
  overflow-y: auto;
  margin: 1rem 0;
  padding: 0 1rem;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper.my-course-forex-progress-wrapper {
  height: 375px;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper.my-course-forex-progress-wrapper .forex-progress-bar {
  margin-bottom: 42px;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .course-affiliate .card.ongoing-course-card .forex-progress-wrapper {
    height: 100px;
  }
}
@media (min-width: 1366px) and (max-width: 1439.98px) {
  .course-affiliate .card.ongoing-course-card .forex-progress-wrapper {
    height: 170px;
  }
}
@media (max-width: 1199.98px) {
  .course-affiliate .card.ongoing-course-card .forex-progress-wrapper {
    height: auto;
  }
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar {
  margin-bottom: 30px;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .progress {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 11px;
  margin-bottom: 10px;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .progress div.progress-bar {
  background-color: #4cbc9a;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .progress div.progress-bar.orange-bg-progress-bar {
  background-color: #ef6e4d;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .progress div.progress-bar.red-progress-bar {
  background-color: #ff606b;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .content span:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .content span:first-child {
    font-size: 9px;
  }
}
.course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .content span:last-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .course-affiliate .card.ongoing-course-card .forex-progress-wrapper .forex-progress-bar .content span:last-child {
    font-size: 9px;
  }
}
.course-affiliate .card.ongoing-course-card .see-course-btn a {
  display: block;
  background: #ef6e4d;
  font-weight: 500;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #fcfcfc;
  height: 48px;
}
.course-affiliate .card.ongoing-course-card .see-course-btn a:hover {
  text-decoration: none;
}
.course-affiliate .card.affiliate-card .title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .course-affiliate .card.affiliate-card .title-bar {
    margin-bottom: 50px;
  }
}
.course-affiliate .card.affiliate-card .title-bar .title h5 {
  font-weight: 600;
  font-size: 23px;
  line-height: 36px;
  color: #363b64;
}
@media (max-width: 575px) {
  .course-affiliate .card.affiliate-card .title-bar .title h5 {
    font-size: 16px;
  }
}
.course-affiliate .card.affiliate-card .title-bar .select-dropdown {
  position: relative;
}
.course-affiliate .card.affiliate-card .title-bar .select-dropdown select {
  border: 1px solid #dbdbdb;
  background: #fcfcfc;
  height: 40px;
  width: 140px;
  padding-left: 17px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.course-affiliate .card.affiliate-card .title-bar .select-dropdown svg {
  position: absolute;
  top: 17px;
  right: 25px;
}
.course-affiliate .card.affiliate-card .chart-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.course-affiliate .card.affiliate-card .chart-top-bar .countdown {
  display: flex;
}
.course-affiliate .card.affiliate-card .chart-top-bar .countdown .last-week {
  margin-right: 25px;
}
@media (max-width: 991.98px) {
  .course-affiliate .card.affiliate-card .chart-top-bar .countdown .last-week {
    margin-right: 10px;
  }
}
.course-affiliate .card.affiliate-card .chart-top-bar .countdown .last-week div {
  display: flex;
  align-items: center;
}
.course-affiliate .card.affiliate-card .chart-top-bar .countdown .last-week div:first-child svg {
  margin-right: 10px;
}
.course-affiliate .card.affiliate-card .chart-top-bar .countdown .last-week div:first-child span {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
@media (max-width: 575px) {
  .course-affiliate .card.affiliate-card .chart-top-bar .countdown .last-week div:first-child span {
    font-size: 10px;
  }
}
.course-affiliate .card.affiliate-card .chart-top-bar .countdown .last-week div:last-child span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
}
@media (max-width: 575px) {
  .course-affiliate .card.affiliate-card .chart-top-bar .countdown .last-week div:last-child span {
    font-size: 14px;
  }
}
.course-affiliate .card.affiliate-card .chart-top-bar .total-count {
  border-bottom: 8px solid #ef6e4d;
  padding-bottom: 10px;
}
.course-affiliate .card.affiliate-card .chart-top-bar .total-count span:first-child {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
  margin-right: 25px;
}
@media (max-width: 575px) {
  .course-affiliate .card.affiliate-card .chart-top-bar .total-count span:first-child {
    margin-right: 5px;
  }
}
.course-affiliate .card.affiliate-card .chart-top-bar .total-count span:last-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
}
@media (max-width: 575px) {
  .course-affiliate .card.affiliate-card .chart-top-bar .total-count span:last-child {
    font-size: 14px;
  }
}
.course-affiliate .card.affiliate-card .chart #container {
  height: 250px;
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .course-affiliate .card.affiliate-card .chart #container {
    height: 200px;
  }
}
@media (min-width: 1366px) and (max-width: 1439.98px) {
  .course-affiliate .card.affiliate-card .chart #container {
    height: 257px;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .course-affiliate.my-course-affiliate .course-affiliate-left {
    flex: 36%;
    max-width: 36%;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .course-affiliate.my-course-affiliate .course-affiliate-right {
    flex: 64%;
    max-width: 64%;
  }
}
.course-affiliate.my-course-affiliate .card {
  height: auto;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .course-affiliate.my-course-affiliate .my-courses .my-course-module {
    flex: 50%;
    max-width: 50%;
  }
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card {
  padding: 30px;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .card-image {
  margin-bottom: 15px;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .card-title {
  margin-bottom: 15px;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .card-title p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .card-title span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
  display: block;
  margin-top: 10px;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .courses-progress-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .courses-progress-bar .progress {
  background-color: #f5f5f5;
  border-radius: 0;
  height: 11px;
  margin-bottom: 10px;
  width: 250px;
  float: left;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .courses-progress-bar .progress .progress-bar {
  background-color: #4cbc9a;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .courses-progress-bar .content span {
  vertical-align: 7px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #363b64;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .continue-course a {
  display: block;
  height: 48px;
  background: #f1e8e9;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s;
  color: #ef6e4d;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .continue-course a:hover {
  background-color: #ef6e4d;
  color: #f1e8e9;
  text-decoration: none;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .continue-course a:hover span {
  color: #363b64;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .continue-course a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
  transition: 0.3s;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .continue-course.live-btn a {
  background: #4cbc9a;
  color: #fff;
}
.course-affiliate.my-course-affiliate .my-courses .my-course-module .card .continue-course.live-btn a svg {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  margin-right: 10px;
}
@keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes "blink" {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.new-course-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #363b64;
  margin-bottom: 40px;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .new-course-module {
    flex: 50%;
    max-width: 50%;
  }
}
.new-course-module .new-course-card {
  padding: 30px;
  border: 0;
  border-radius: 0;
}
.new-course-module .new-course-card .card-image {
  margin-bottom: 15px;
}
.new-course-module .new-course-card .card-title {
  margin-bottom: 15px;
}
.new-course-module .new-course-card .card-title p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
}
.new-course-module .new-course-card .card-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-course-module .new-course-card .card-infos.live-btn a:last-child {
  background: #4cbc9a;
  color: #fff;
  display: block;
  width: 100%;
}
.new-course-module .new-course-card .card-infos.live-btn a:last-child svg {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
  margin-right: 10px;
}
@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.new-course-module .new-course-card .card-infos .review {
  display: flex;
  align-items: center;
}
.new-course-module .new-course-card .card-infos .review svg {
  margin-right: 5px;
}
.new-course-module .new-course-card .card-infos .review span {
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #cc7a16;
  opacity: 0.8;
}
.new-course-module .new-course-card .card-infos .hours {
  display: flex;
  align-items: center;
}
.new-course-module .new-course-card .card-infos .hours svg {
  margin-right: 5px;
}
.new-course-module .new-course-card .card-infos .hours span {
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: #189060;
  opacity: 0.8;
}
.new-course-module .new-course-card .card-infos .amount {
  background: #fbeeec;
  padding: 5px 15px;
  box-shadow: inset 0px 4px 15px rgba(255, 255, 255, 0.25);
}
.new-course-module .new-course-card .card-infos .amount span {
  font-weight: 500;
  font-size: 16px;
  color: #ef6e4d;
}
.new-course-module .new-course-card .card-infos a {
  display: block;
  width: 170px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}
.new-course-module .new-course-card .card-infos a:first-child {
  background: rgba(76, 188, 154, 0.1);
  color: #4cbc9a;
}
.new-course-module .new-course-card .card-infos a:last-child {
  background-color: #fff;
  color: #ef6e4d;
}
.new-course-module .new-course-card .card-infos a:hover {
  text-decoration: none;
}

.pagination-wrapper {
  float: right;
}
.pagination-wrapper nav ul.pagination li.active a {
  color: #ef6d4c;
  background-color: #fef1ed;
  border-color: #fef1ed;
}
.pagination-wrapper nav ul.pagination li a {
  color: #ef6d4c;
}

.joinModal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
.joinModal .modal-dialog .modal-content .modal-body {
  padding: 64px;
  text-align: center;
}
.joinModal .modal-dialog .modal-content .modal-body .modal-heading h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #4cbc9a;
}
.joinModal .modal-dialog .modal-content .modal-body .modal-heading p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.joinModal .modal-dialog .modal-content .modal-body .modal-image {
  padding: 40px 0;
}
.joinModal .modal-dialog .modal-content .modal-body .modal-links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ef6e4d;
  display: inline-block;
  margin-bottom: 20px;
}
.joinModal .modal-dialog .modal-content .modal-body .modal-links button {
  width: 245px;
  height: 48px;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
}

.live-class-wrapper .content-card {
  padding-right: 85px;
  margin-top: 30px;
}
.live-class-wrapper .content-card h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #363b64;
  margin-bottom: 15px;
}
.live-class-wrapper .content-card p {
  font-size: 18px;
  line-height: 27px;
  color: #7e7e7e;
}

.course-details-wrapper .idioms-phrases {
  margin-bottom: 35px;
}
.course-details-wrapper .idioms-phrases .content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 54px;
  color: #363b64;
  margin: 0;
}
.course-details-wrapper .idioms-phrases .content p {
  font-size: 18px;
  line-height: 27px;
  color: #7e7e7e;
  font-weight: 300;
}
.course-details-wrapper .forex-progress-bar {
  margin-top: 15px;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .course-details-wrapper .forex-progress-bar {
    padding-left: 0;
    margin-top: 50px;
  }
}
.course-details-wrapper .forex-progress-bar .progress {
  background-color: #dbdbdb;
  border-radius: 0;
  height: 21px;
  margin-bottom: 10px;
}
.course-details-wrapper .forex-progress-bar .progress div.progress-bar {
  background-color: #4cbc9a;
}
.course-details-wrapper .forex-progress-bar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-details-wrapper .forex-progress-bar .content span:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ef6e4d;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .course-details-wrapper .forex-progress-bar .content span:first-child {
    font-size: 9px;
  }
}
.course-details-wrapper .forex-progress-bar .content span:last-child {
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.course-details-wrapper .forex-progress-bar .content span:last-child strong {
  color: #ef6e4d;
  font-weight: 500;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .course-details-wrapper .forex-progress-bar .content span:last-child {
    font-size: 9px;
  }
}
.course-details-wrapper .video-lessons .card.video-card {
  margin-bottom: 30px;
}
.course-details-wrapper .video-lessons .card.video-card-content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 54px;
  color: #363b64;
  margin: 0 0 10px 0;
}
.course-details-wrapper .video-lessons .card.video-card-content p {
  font-size: 18px;
  line-height: 27px;
  color: #7e7e7e;
  font-weight: 300;
  padding-right: 85px;
}
@media (max-width: 1199.98px) {
  .course-details-wrapper .video-lessons .card.video-card-content p {
    padding-right: 0;
  }
}
.course-details-wrapper .video-lessons .preview-content {
  margin-top: 60px;
  padding-left: 50px;
}
@media (max-width: 1199.98px) {
  .course-details-wrapper .video-lessons .preview-content {
    padding-left: 0;
  }
}
.course-details-wrapper .video-lessons .preview-content.new-course-preview {
  padding-right: 85px;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .course-details-wrapper .video-lessons .preview-content.new-course-preview {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.course-details-wrapper .video-lessons .preview-content h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 54px;
  color: #363b64;
  margin: 0;
}
.course-details-wrapper .video-lessons .preview-content .card {
  background: transparent;
  border: 0;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body {
  padding: 0;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section {
  display: flex;
  flex-direction: column;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section .accordion-card .card .card-header {
  background: transparent;
  padding: 0;
  border-color: #828282;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section .accordion-card .card .card-header h5 a {
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
  padding-bottom: 25px;
  padding-top: 25px;
  display: block;
  position: relative;
  padding-right: 10px;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section .accordion-card .card .card-header h5 a[aria-expanded=true]::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #a098ae;
  font-size: 20px;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section .accordion-card .card .card-header h5 a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #a098ae;
  font-size: 20px;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section .accordion-card .card .card-body .tutorial-links ul {
  padding: 0px 20px 11px 20px;
  height: 280px;
  overflow-y: scroll;
  margin-top: 20px;
  margin-bottom: 0;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section .accordion-card .card .card-body .tutorial-links ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f1f1;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 20px;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section .accordion-card .card .card-body .tutorial-links ul li p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #363b64;
}
.course-details-wrapper .video-lessons .preview-content .card .card-body .faq-section .accordion-card .card .card-body .tutorial-links ul li p span {
  margin-right: 8px;
}
.course-details-wrapper .video-lessons .teacher-intro {
  margin-bottom: 55px;
}
.course-details-wrapper .video-lessons .teacher-intro h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 54px;
  color: #363b64;
  margin: 0 0 25px 0;
}
.course-details-wrapper .video-lessons .teacher-intro .teachers-bio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course-details-wrapper .video-lessons .teacher-intro .teachers-bio .media {
  align-items: center;
  margin-bottom: 10px;
}
.course-details-wrapper .video-lessons .teacher-intro .teachers-bio .media img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.course-details-wrapper .video-lessons .teacher-intro .teachers-bio .media .media-body {
  margin-left: 30px;
  margin-right: 50px;
  font-size: 14px;
  line-height: 21px;
  color: #7e7e7e;
}
.course-details-wrapper .video-lessons .teacher-intro .teachers-bio .media .media-body h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
  margin: 0 0 6px 0;
}
.course-details-wrapper .video-lessons .teacher-intro .teachers-bio .media .media-body p {
  font-size: 18px;
  line-height: 27px;
  color: #7e7e7e;
  font-weight: 300;
  margin: 0 0 6px 0;
}
.course-details-wrapper .video-lessons .enroll-card {
  border: 0;
  padding: 12px;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  .course-details-wrapper .video-lessons .enroll-card {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.course-details-wrapper .video-lessons .enroll-card .card-body {
  padding-bottom: 60px;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-video {
  padding-bottom: 35px;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content .icon-box.bg-light-yellow {
  background: #fbf2cc;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content .icon-box.bg-light-indigo {
  background: #dafbff;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content .icon-box.bg-light-orange {
  background: #ffe8e1;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content .icon-details {
  display: flex;
  flex-direction: column;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content .icon-details span {
  line-height: 27px;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content .icon-details span.text {
  font-weight: 300;
  font-size: 18px;
  color: #7e7e7e;
}
.course-details-wrapper .video-lessons .enroll-card .card-body .card-details .video-content .icon-details span.amount {
  font-weight: 600;
  font-size: 24px;
  color: #363b64;
  line-height: 36px;
}
.course-details-wrapper .video-lessons .enroll-card .card-footer {
  border: 0px;
  background: white;
  padding-bottom: 55px;
}
.course-details-wrapper .video-lessons .enroll-card .card-footer .promo-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.course-details-wrapper .video-lessons .enroll-card .card-footer .promo-code p {
  margin: 0;
}
.course-details-wrapper .video-lessons .enroll-card .card-footer .promo-code p.promo-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #a098ae;
  text-transform: capitalize;
}
.course-details-wrapper .video-lessons .enroll-card .card-footer .promo-code p.promo-amount {
  font-size: 24px;
  line-height: 36px;
  color: #a098ae;
  font-weight: 600;
  color: #363b64;
}
.course-details-wrapper .video-lessons .enroll-card .card-footer .promo-code p.promo-amount span {
  text-decoration-line: line-through;
  color: #a098ae;
  font-weight: 300;
  margin-right: 15px;
  font-size: 24px;
  line-height: 36px;
}
.course-details-wrapper .video-lessons .enroll-card .card-footer .enroll-button {
  background: #3dd598;
  border-radius: 0px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-details-wrapper .video-lessons .enroll-card .card-footer .enroll-button a {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.ticket-table .table-responsive table thead {
  background: #fff;
  border-bottom: 5px solid whitesmoke;
}
.ticket-table .table-responsive table thead tr th {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
  padding: 37px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .ticket-table .table-responsive table thead tr th {
    padding: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .ticket-table .table-responsive table thead tr th {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.ticket-table .table-responsive table tbody tr {
  background: #fff;
  border-bottom: 5px solid whitesmoke;
}
.ticket-table .table-responsive table tbody tr.active {
  background: #fef1ed;
}
.ticket-table .table-responsive table tbody tr.active td span.chat-icon {
  border: 1px solid #fef1ed;
}
.ticket-table .table-responsive table tbody tr.active td span.chat-icon.chat-icon-disabled {
  border: 1px solid #fef1ed;
}
.ticket-table .table-responsive table tbody tr td {
  vertical-align: middle;
  padding: 19px 35px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .ticket-table .table-responsive table tbody tr td {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .ticket-table .table-responsive table tbody tr td {
    padding: 5px 20px;
  }
}
.ticket-table .table-responsive table tbody tr td p {
  margin: 0;
}
.ticket-table .table-responsive table tbody tr td p.subject {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60%;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .ticket-table .table-responsive table tbody tr td p.subject {
    font-size: 15px;
    width: 75%;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .ticket-table .table-responsive table tbody tr td p.subject {
    font-size: 15px;
    width: 75%;
  }
}
.ticket-table .table-responsive table tbody tr td p.status {
  background: rgba(76, 188, 154, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 48px;
  font-size: 14px;
  line-height: 21px;
  color: #4cbc9a;
}
.ticket-table .table-responsive table tbody tr td p.status.status-closed {
  color: #ff606b;
  background-color: rgba(255, 96, 107, 0.1);
}
.ticket-table .table-responsive table tbody tr td p.status svg {
  margin-right: 5px;
}
.ticket-table .table-responsive table tbody tr td span.date {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.ticket-table .table-responsive table tbody tr td span.chat-icon {
  background: rgba(239, 110, 77, 0.1);
  border: 1px solid #fcfcfc;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}
.ticket-table .table-responsive table tbody tr td span.chat-icon.chat-icon-disabled {
  background: #f5f5f5;
  border: 1px solid #fcfcfc;
}

.ticket-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .ticket-pagination-wrapper {
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 767.98px) {
  .ticket-pagination-wrapper {
    flex-direction: column;
    align-items: inherit;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .ticket-pagination-wrapper .ticket-link {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .ticket-pagination-wrapper .ticket-link {
    margin-top: 10px;
  }
}
.ticket-pagination-wrapper .ticket-link button {
  border: 0;
  background: #ef6e4d;
  width: 280px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fcfcfc;
  text-align: center;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .ticket-pagination-wrapper .ticket-link button {
    width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .ticket-pagination-wrapper .ticket-link button {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ticket-pagination-wrapper .ticket-link button {
    width: 100%;
  }
}
.ticket-pagination-wrapper .ticket-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .ticket-pagination-wrapper .ticket-pagination {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .ticket-pagination-wrapper .ticket-pagination {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .ticket-pagination-wrapper .ticket-pagination {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .ticket-pagination-wrapper .ticket-pagination .show-data {
    margin-bottom: 10px;
  }
}
.ticket-pagination-wrapper .ticket-pagination .show-data p {
  margin: 0 30px 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .ticket-pagination-wrapper .ticket-pagination .show-data p {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ticket-pagination-wrapper .ticket-pagination .show-data p {
    margin: 0 0 0 15px;
  }
}
.ticket-pagination-wrapper .ticket-pagination .show-data p span {
  color: #363b64;
}
.ticket-pagination-wrapper .ticket-pagination nav ul li:first-child a, .ticket-pagination-wrapper .ticket-pagination nav ul li:last-child a {
  background-color: transparent;
}
.ticket-pagination-wrapper .ticket-pagination nav ul li.active a {
  background-color: #ef6e4d;
  border: 0;
  color: #fcfcfc;
}
.ticket-pagination-wrapper .ticket-pagination nav ul li a {
  padding: 12px 20px;
  margin-left: 15px;
  color: #ef6e4d;
  background-color: rgba(239, 110, 77, 0.1);
  border: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}
.ticket-pagination-wrapper .ticket-pagination nav ul li a:focus {
  box-shadow: none;
}

.new-ticket-modal .modal-dialog .modal-content {
  background: #fcfcfc;
  border-radius: 0;
  box-shadow: none;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body {
  padding: 50px 40px;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 70px 0;
  color: #363b64;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body form ::placeholder {
  color: #363b64;
  opacity: 1;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body form :-ms-input-placeholder {
  color: #363b64;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body form ::-ms-input-placeholder {
  color: #363b64;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body form .form-group label {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body form .form-group input {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  background: #f5f5f5;
  height: 48px;
  padding: 7px 0 7px 24px;
  border: 0;
  color: #363b64;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body form .form-group textarea {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  background: #f5f5f5;
  padding: 7px 0 7px 24px;
  border: 0;
  color: #363b64;
}
.new-ticket-modal .modal-dialog .modal-content .modal-body form button {
  height: 48px;
  background: #ef6e4d;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fcfcfc;
  border: 0;
}

.wallet-table .table-responsive {
  margin-bottom: 70px;
}
.wallet-table .table-responsive table thead {
  background: #fff;
  border-bottom: 5px solid whitesmoke;
}
.wallet-table .table-responsive table thead tr th {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
  padding: 20px;
  text-align: center;
}
.wallet-table .table-responsive table tbody tr {
  background: #fff;
  border-bottom: 5px solid whitesmoke;
}
.wallet-table .table-responsive table tbody tr td {
  vertical-align: middle;
  padding: 20px;
  text-align: center;
}
.wallet-table .table-responsive table tbody tr td p {
  margin: 0;
}
.wallet-table .table-responsive table tbody tr td p.status {
  background: rgba(76, 188, 154, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 48px;
  font-size: 14px;
  line-height: 21px;
  color: #4cbc9a;
}
.wallet-table .table-responsive table tbody tr td p.status.status-closed {
  color: #ff606b;
  background-color: rgba(255, 96, 107, 0.1);
}
.wallet-table .table-responsive table tbody tr td p.status svg {
  margin-right: 5px;
}
.wallet-table .table-responsive table tbody tr td span.trx-time {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.wallet-table .table-responsive table tbody tr td span.account-no {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #363b64;
}
.wallet-table .table-responsive table tbody tr td span.deposit-amount, .wallet-table .table-responsive table tbody tr td span.trx-free, .wallet-table .table-responsive table tbody tr td span.payment-type {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #363b64;
}
.wallet-table .table-responsive table tbody tr td span.net-amount {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #4cbc9a;
}
.wallet-table .table-responsive table tbody tr td span.net-amount.net-amount-withdraw {
  color: #ef6e4d;
}
.wallet-table .table-responsive table tbody tr td span.reference {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #363b64;
}
.wallet-table .table-responsive table tbody tr td span.chat-icon {
  background: rgba(239, 110, 77, 0.1);
  border: 1px solid #fcfcfc;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}
.wallet-table .table-responsive table tbody tr td span.chat-icon.chat-icon-disabled {
  background: #f5f5f5;
  border: 1px solid #fcfcfc;
}

.wallet-search-section {
  margin-bottom: 10px;
}
.wallet-search-section .search-bar {
  position: relative;
}
.wallet-search-section .search-bar input {
  background: #fcfcfc;
  height: 60px;
  width: 100%;
  border: 0;
  padding: 2px 50px 2px 50px;
  color: #363b64;
}
.wallet-search-section .search-bar svg {
  position: absolute;
  left: 15px;
  top: 20px;
}
.wallet-search-section .search-bar ::placeholder {
  color: #a098ae;
  opacity: 1;
}
.wallet-search-section .search-bar :-ms-input-placeholder {
  color: #a098ae;
}
.wallet-search-section .search-bar ::-ms-input-placeholder {
  color: #a098ae;
}

.wallet-link button {
  border: 0;
  background: #4cbc9a;
  width: 100%;
  height: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fcfcfc;
  text-align: center;
}
.wallet-link button.withdraw-button {
  background: #ef6e4d;
}
.wallet-link button svg {
  margin-right: 10px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .wallet-link button {
    width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .wallet-link button {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .wallet-link button {
    width: 100%;
  }
}

.wallet-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .wallet-pagination-wrapper {
    flex-direction: column;
    align-items: inherit;
  }
}
@media (max-width: 767.98px) {
  .wallet-pagination-wrapper {
    flex-direction: column;
    align-items: inherit;
  }
}
.wallet-pagination-wrapper .wallet-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) and (max-width: 1365.98px) {
  .wallet-pagination-wrapper .wallet-pagination {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .wallet-pagination-wrapper .wallet-pagination {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .wallet-pagination-wrapper .wallet-pagination {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .wallet-pagination-wrapper .wallet-pagination .show-data {
    margin-bottom: 10px;
  }
}
.wallet-pagination-wrapper .wallet-pagination .show-data p {
  margin: 0 30px 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .wallet-pagination-wrapper .wallet-pagination .show-data p {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wallet-pagination-wrapper .wallet-pagination .show-data p {
    margin: 0 0 0 15px;
  }
}
.wallet-pagination-wrapper .wallet-pagination .show-data p span {
  color: #363b64;
}
.wallet-pagination-wrapper .wallet-pagination nav ul li:first-child a, .wallet-pagination-wrapper .wallet-pagination nav ul li:last-child a {
  background-color: transparent;
}
.wallet-pagination-wrapper .wallet-pagination nav ul li.active a {
  background-color: #ef6e4d;
  border: 0;
  color: #fcfcfc;
}
.wallet-pagination-wrapper .wallet-pagination nav ul li a {
  padding: 12px 20px;
  margin-left: 15px;
  color: #ef6e4d;
  background-color: rgba(239, 110, 77, 0.1);
  border: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
}
.wallet-pagination-wrapper .wallet-pagination nav ul li a:focus {
  box-shadow: none;
}

.new-wallet-modal .modal-dialog .modal-content {
  background: #fcfcfc;
  border-radius: 0;
  box-shadow: none;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body {
  padding: 50px 40px;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 70px 0;
  color: #363b64;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body form ::placeholder {
  color: #363b64;
  opacity: 1;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body form :-ms-input-placeholder {
  color: #363b64;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body form ::-ms-input-placeholder {
  color: #363b64;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body form .form-group label {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body form .form-group input {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  background: #f5f5f5;
  height: 48px;
  padding: 7px 0 7px 24px;
  border: 0;
  color: #363b64;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body form .form-group textarea {
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  background: #f5f5f5;
  padding: 7px 0 7px 24px;
  border: 0;
  color: #363b64;
}
.new-wallet-modal .modal-dialog .modal-content .modal-body form button {
  height: 48px;
  background: #ef6e4d;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fcfcfc;
  border: 0;
}

.select-date-range-picker {
  position: relative;
  text-align: center;
}
.select-date-range-picker input {
  width: 100%;
  border: 2px solid #ef6e4d;
  height: 60px;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ef6e4d;
  padding-left: 45px;
  padding-right: 3px;
}
.select-date-range-picker svg {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}

.wallet-tab .nav.nav-tabs {
  border-color: #a098ae;
}
.wallet-tab .nav a {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  color: #a098ae;
}
.wallet-tab .nav a.nav-link {
  width: 50%;
}
.wallet-tab .nav a.nav-link:hover {
  border-color: #f5f5f5 #f5f5f5 #ef6e4d;
}
.wallet-tab .nav a.active {
  color: #a098ae;
  background-color: transparent;
  border-color: #f5f5f5 #f5f5f5 #ef6e4d;
  border-radius: 0;
  border-width: 4px;
  color: #ef6e4d;
}

.forex-signal-card {
  background: #fcfcfc;
  border: 0;
  border-radius: 0;
  padding: 30px;
  height: 550px;
  position: relative;
  margin-bottom: 20px;
}
.forex-signal-card .card-headers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.forex-signal-card .card-headers .currency h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  color: #363b64;
}
.forex-signal-card .card-headers .currency span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.forex-signal-card .card-headers .hour svg {
  vertical-align: -1px;
  margin-right: 3px;
}
.forex-signal-card .card-headers .hour span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
}
.forex-signal-card .card-image {
  margin-bottom: 20px;
  text-align: center;
}
.forex-signal-card .card-content .card-text {
  margin-bottom: 15px;
}
.forex-signal-card .card-content .card-text h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px 0;
  color: #363b64;
}
.forex-signal-card .card-content .card-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #a098ae;
  margin: 0;
}
.forex-signal-card .card-links {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  padding: 0px 30px;
}
.forex-signal-card .card-links a {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ef6e4d;
  display: block;
  text-align: center;
  border: 1px solid #ef6e4d;
  border-radius: 5px;
  padding: 16px 26px;
  transition: 0.3s;
  background-color: transparent;
}
.forex-signal-card .card-links a:hover {
  color: #fff;
  background-color: #ef6e4d;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .forex-signal-card-width {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

body {
  background-color: transparent;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  line-height: 120%;
  color: var(--lightColor);
}

a:hover {
  text-decoration: none;
}

.custom-container {
  max-width: 1200px;
}

.wrapper {
  display: flex;
  align-items: stretch;
}

#content {
  width: 100%;
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s;
}

.dashboard-heading h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  margin: 20px 0;
  color: #363b64;
}
.dashboard-heading p.live-class-subtitle {
  font-size: 18px;
  line-height: 27px;
  color: #7e7e7e;
  margin-bottom: 40px;
  margin-top: -20px;
}

.dashboard-body {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .dashboard-body .dashboard-body-middle {
    flex: 70%;
    max-width: 70%;
  }
}
@media (min-width: 1366px) and (max-width: 1599.98px) {
  .dashboard-body .dashboard-body-right {
    flex: 30%;
    max-width: 30%;
  }
}

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ededed;
  background-color: #ededed;
}

#style-4::-webkit-scrollbar {
  width: 4px;
  background-color: #ededed;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #ef6e4d;
  border: 4px solid #ef6e4d;
  border-radius: 4px;
}

@media (max-width: 1199.98px) {
  .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    display: block;
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
