@charset "UTF-8";
/* --- creating name value pair for color used in navbar --- */
/* --- Variables of btn background Color  --- */
/* --- Variables of btn text Color  --- */
/* --- creating name value pair for color used in button tabs --- */
/* --- Tabs --- */
/*---  loop for tabs   ---*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap';
.general .switching_tabs .nav-pills .nav-link.active,
.general .switching_tabs .nav-pills .show > .nav-link {
  color: black !important;
  background-color: #adadad !important;
  border-radius: 20px;
}

.learner .switching_tabs .nav-pills .nav-link.active,
.learner .switching_tabs .nav-pills .show > .nav-link {
  color: black !important;
  background-color: #adadad !important;
  border-radius: 20px;
}

.expert .switching_tabs .nav-pills .nav-link.active,
.expert .switching_tabs .nav-pills .show > .nav-link {
  color: black !important;
  background-color: #adadad !important;
  border-radius: 20px;
}

.kpartner .switching_tabs .nav-pills .nav-link.active,
.kpartner .switching_tabs .nav-pills .show > .nav-link {
  color: black !important;
  background-color: #adadad !important;
  border-radius: 20px;
}

.organisation .switching_tabs .nav-pills .nav-link.active,
.organisation .switching_tabs .nav-pills .show > .nav-link {
  color: black !important;
  background-color: #adadad !important;
  border-radius: 20px;
}

.switching_tabs .nav-item a:hover {
  color: #1d1d1d;
}

/* --- Save Button --- */
.save_btn {
  height: 40px;
  padding: 0 20px;
  border: 0;
  margin-top: 45px;
  margin-bottom: 20px;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: block;
}

.general .save_btn {
  color: black;
  background: #adadad;
}

.learner .save_btn {
  color: black;
  background: #adadad;
}

.expert .save_btn {
  color: black;
  background: #adadad;
}

.kpartner .save_btn {
  color: black;
  background: #adadad;
}

.organisation .save_btn {
  color: black;
  background: #adadad;
}

.save_btn:hover {
  color: #fff !important;
  background: #333;
}

/* --- Verify Submit Button --- */
.verify_submit_btn {
  height: 40px;
  padding: 0 20px;
  border: 0;
  margin-top: 45px;
  font-size: 14px;
  border-radius: 25px;
  max-width: 200px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.general .verify_submit_btn {
  color: black;
  background: #adadad;
}

.learner .verify_submit_btn {
  color: black;
  background: #adadad;
}

.expert .verify_submit_btn {
  color: black;
  background: #adadad;
}

.kpartner .verify_submit_btn {
  color: black;
  background: #adadad;
}

.organisation .verify_submit_btn {
  color: black;
  background: #adadad;
}

.verify_submit_btn:hover {
  color: #fff;
  background: #333;
}

/* --- Checkbox toggle button --- */
._1457s2 {
  margin-top: 30px;
  display: block !important;
  width: 100%;
}

.general .ui.toggle._1457s2.checkbox input:checked ~ .box:before, .general .ui.toggle._1457s2.checkbox input:checked ~ label:before,
.general .ui.toggle._1457s2.checkbox input:focus:checked ~ .box:before, .general .ui.toggle._1457s2.checkbox input:focus:checked ~ label:before {
  background-color: #adadad !important;
}

.learner .ui.toggle._1457s2.checkbox input:checked ~ .box:before, .learner .ui.toggle._1457s2.checkbox input:checked ~ label:before,
.learner .ui.toggle._1457s2.checkbox input:focus:checked ~ .box:before, .learner .ui.toggle._1457s2.checkbox input:focus:checked ~ label:before {
  background-color: #adadad !important;
}

.expert .ui.toggle._1457s2.checkbox input:checked ~ .box:before, .expert .ui.toggle._1457s2.checkbox input:checked ~ label:before,
.expert .ui.toggle._1457s2.checkbox input:focus:checked ~ .box:before, .expert .ui.toggle._1457s2.checkbox input:focus:checked ~ label:before {
  background-color: #adadad !important;
}

.kpartner .ui.toggle._1457s2.checkbox input:checked ~ .box:before, .kpartner .ui.toggle._1457s2.checkbox input:checked ~ label:before,
.kpartner .ui.toggle._1457s2.checkbox input:focus:checked ~ .box:before, .kpartner .ui.toggle._1457s2.checkbox input:focus:checked ~ label:before {
  background-color: #adadad !important;
}

.organisation .ui.toggle._1457s2.checkbox input:checked ~ .box:before, .organisation .ui.toggle._1457s2.checkbox input:checked ~ label:before,
.organisation .ui.toggle._1457s2.checkbox input:focus:checked ~ .box:before, .organisation .ui.toggle._1457s2.checkbox input:focus:checked ~ label:before {
  background-color: #adadad !important;
}

._1457s2 label {
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Roboto", sans-serif !important;
  color: #333 !important;
  margin-bottom: 0 !important;
}

/* --- save Payout btn button --- */
.save_payout_btn {
  height: 40px;
  padding: 0 20px;
  border: 0;
  margin-top: 30px;
  margin-bottom: 0px;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.general .save_payout_btn {
  color: black;
  background: #adadad;
}

.learner .save_payout_btn {
  color: black;
  background: #adadad;
}

.expert .save_payout_btn {
  color: black;
  background: #adadad;
}

.kpartner .save_payout_btn {
  color: black;
  background: #adadad;
}

.organisation .save_payout_btn {
  color: black;
  background: #adadad;
}

.save_payout_btn:hover {
  color: #fff;
  background: #333;
}

/* --- Setting Page --- */
/* --- Generalised dashboard  --- */
video, audio, mark, time, summary, section, ruby, output, nav, menu, hgroup, footer, figcaption, figure, embed, details, canvas, aside, article, td, th, tr, thead, tfoot, tbody, caption, table, legend, label, form, fieldset, li, ul, ol, dd, dt, dl, center, i, u, b, var, tt, sup, sub, strong, strike, small, samp, s, q, kbd, ins, img, em, dfn, del, code, cite, big, address, acronym, abbr, a, pre, blockquote, p, h6, h5, h4, h3, h2, h1, iframe, object, applet, span, div, body, html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #333;
  background: #f7f7f7 !important;
}

h1 {
  font-size: 2em;
  line-height: 1.25;
}

h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
}

h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
}

h4 {
  font-size: 1.125em;
  line-height: 1.11111111;
}

h5 {
  font-size: 1.1em;
  line-height: 1.1;
}

h6 {
  font-size: 1em;
  line-height: 1.05;
}

p {
  font-size: 14px;
  line-height: 26px;
  color: #686f7a;
}

blockquote {
  quotes: none;
  font-size: 1.25em;
  line-height: 1.25;
}
blockquote:before {
  content: "";
  content: none;
}
blockquote:after {
  content: "";
  content: none;
}

a:hover {
  text-decoration: none;
  text-decoration: none !important;
}
a:focus {
  text-decoration: none;
  outline: none;
}

q {
  quotes: none;
}
q:before {
  content: "";
  content: none;
}
q:after {
  content: "";
  content: none;
}

i.icon1 {
  font-size: 16px !important;
}
i.icon8 {
  font-size: 20px !important;
}

ol {
  list-style: none;
  margin-bottom: 0 !important;
}

ul {
  list-style: none;
  margin-bottom: 0 !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 0;
  font-size: 14px;
  width: 100%;
}
table.table.ucp-table {
  margin-bottom: 0;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figure {
  display: block;
}

figcaption {
  display: block;
}

footer {
  display: block;
}

hgroup {
  display: block;
}

menu {
  display: block;
}

nav {
  display: block;
  transition: all 0.4s ease-in;
}
nav ul li a {
  transition: all 0.4s ease-in;
}
nav ul li:hover > ul {
  transition: all 0.4s ease-in;
}

section {
  display: block;
}

::selection {
  background-color: #cce2ff;
  color: rgba(0, 0, 0, 0.87);
}

button {
  outline: none;
}
button:focus {
  outline: none !important;
}

* {
  margin: 0;
  padding: 0;
}

input {
  outline: none;
}

textarea {
  outline: none;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }

  h2 {
    font-size: 2em;
    line-height: 1.25;
  }

  h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }

  h4 {
    line-height: 1.22222222;
  }

  blockquote {
    font-size: 1.5em;
    line-height: 1.45833333;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    line-height: 1.05;
  }

  h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }

  h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}
.ask-question {
  transition: all 0.4s ease-in;
}

.post-popup {
  transition: all 0.4s ease-in;
}

.gallery_pt:before {
  transition: all 0.4s ease-in;
}
.gallery_pt > a {
  transition: all 0.4s ease-in;
}

.overview-box {
  transition: all 0.4s ease-in;
}

.skl-name {
  transition: all 0.4s ease-in;
}

.conv-list {
  transition: all 0.4s ease-in;
}

body::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}

body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

body::-webkit-scrollbar-corner {
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.menu_left::-webkit-scrollbar {
  width: 4px;
}

.menu_left::-webkit-scrollbar-thumb {
  height: 50px;
  background: rgba(136, 136, 136, 0.4);
}

.simplebar-content-wrapper::-webkit-scrollbar {
  width: 4px;
}

.simplebar-content-wrapper::-webkit-scrollbar-thumb {
  height: 50px;
  background: rgba(136, 136, 136, 0.4);
}

.simplebar-content-wrapper2::-webkit-scrollbar {
  width: 4px;
}

.simplebar-content-wrapper2::-webkit-scrollbar-thumb {
  height: 50px;
  background: rgba(136, 136, 136, 0.4);
}

input[type=text] {
  color: #333 !important;
}

@media (min-width: 992px) {
  body {
    overflow-y: scroll;
  }

  .wrapper {
    margin-left: 240px;
  }

  .wrapper__minify {
    margin-left: 60px;
  }

  .logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
  }
}
.alrt_dot {
  position: absolute;
  right: 15px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: #797979;
  overflow: hidden;
  width: 5px;
  height: 5px;
  text-align: center;
  border-radius: 100%;
  top: 45%;
}

.left_footer {
  padding: 15px 14px;
}
.left_footer a {
  font-size: 13px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 24px;
  padding: 0 3px;
  color: #333;
}
.left_footer a:hover {
  color: #797979 !important;
}
.left_footer ul li {
  display: inline-block;
}

.left_footer_content {
  padding-top: 15px;
}
.left_footer_content p {
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #afafaf;
  text-align: left;
  line-height: 24px;
}

.left_section {
  border-bottom: 1px solid #e5e5e5;
}
.left_section:last-child {
  border-bottom: 0;
}

.item_f3 {
  padding-top: 50px;
}

.btn1542 {
  height: 40px;
  padding: 10px 15px;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-family: Roboto, sans-serif;
  background: #797979;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.btn1542:hover {
  color: #fff !important;
  background: #494949;
}

.lng_btn {
  margin-top: 20px;
}
.lng_btn a {
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-family: Roboto, sans-serif;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.lng_btn a:hover {
  color: #fff !important;
}
.lng_btn .ui.dropdown .menu > .item {
  font-family: Roboto, sans-serif;
  color: #333 !important;
}

.lft {
  margin-right: 5px;
}

.rgt {
  margin-left: 5px;
}

.fotb_left li {
  display: inline-block;
  vertical-align: middle;
}
.fotb_left p {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #f7f7f7;
  text-align: left;
  line-height: 24px;
}

.wrapper {
  padding: 90px 0 0;
  transition: all 0.3s ease-out;
}

.section3125 {
  float: left;
  width: 100%;
}

.section3126 {
  float: left;
  width: 100%;
}

.item_title {
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  float: left;
  margin-bottom: 24px;
}

.la5lo1 {
  float: left;
  width: 100%;
}
.la5lo1 .owl-theme .owl-nav .disabled {
  opacity: 0.4 !important;
  cursor: default;
}

.mt-80 {
  margin-top: 80px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.main-loader {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.spinner {
  margin: 0 auto 0;
  width: 50px;
  text-align: center;
  height: 20px;
  border-radius: 100px;
  background-color: #fff;
  line-height: 20px;
  border: 1px solid #efefef;
  cursor: pointer;
}
.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
  background-color: #333;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
  background-color: #333;
  opacity: 0.702;
}
.spinner .bounce3 {
  animation-delay: -0.12s;
  background-color: #333;
  opacity: 0.4;
}
@keyframes sk-bouncedelay {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.live1452 {
  margin-bottom: 25px;
  float: left;
  width: 100%;
}
.live1452 iframe {
  width: 100%;
  height: 435px;
  border-radius: 10px;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(100%);
  width: 260px !important;
  height: 145px !important;
  animation: fade-in-up 0.25s ease forwards;
  z-index: 999;
}

@keyframes example {
  0% {
    background-color: red;
  }
  25% {
    background-color: #ff7037;
  }
  50% {
    background-color: red;
  }
  100% {
    background-color: #ff7037;
  }
}
.st_title {
  font-size: 20px;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
}

.card_dash {
  background: #fff;
  margin-top: 30px;
  float: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 20px;
}

.card_dash_left {
  float: left;
}
.card_dash_left h5 {
  font-size: 16px;
  color: #333;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
}
.card_dash_left h2 {
  font-size: 20px;
  color: #333;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 0;
}
.card_dash_left span {
  font-size: 12px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  background: #efefef;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
}

.card_dash_right {
  float: right;
  padding: 15px 0;
}
.card_dash_right img {
  width: 60px;
}

.crdbg_1 {
  background: #ffc136 !important;
}

.crdbg_2 {
  background: #c182f9 !important;
}

.crdbg_3 {
  background: #ffa052 !important;
}

.crdbg_4 {
  background: #cca1ff !important;
}

.create_btn_dash {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #fff;
  background: #797979;
  padding: 0 20px;
  border-radius: 25px;
  border: 0;
  height: 40px;
}
.create_btn_dash:hover {
  color: #fff;
  background: #333;
}

.card_dash1 {
  background: #fff;
  margin-top: 30px;
  float: left;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 30px 20px;
}

.card_dash_left1 {
  float: left;
  display: flex;
  padding: 4px 0;
}
.card_dash_left1 h1 {
  font-size: 24px;
  color: #333;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-bottom: 0 !important;
  text-align: left;
  margin-top: 0;
}
.card_dash_left1 i {
  font-size: 30px;
  margin-right: 10px;
  color: #686f7a;
}

.card_dash_right1 {
  float: right;
}

.fcrse_1 {
  background: #fff;
  width: 100%;
  float: left;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #efefef;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  /* height: 450px; */
  height: auto;
}

/* .fcrse_content .auth1lnkprce-btn {
  padding-top: 3rem;
} */

@media screen and (min-width: 992px) and (max-width: 1100px) {
  /* .fcrse_1 {
    height: 530px;
  } */
  /* .fcrse_content .auth1lnkprce-btn a .btn_adcart {
    margin: 5px;
  } */
  .fcrse_content .auth1lnkprce-btn {
    padding-top: 1.3rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1267px) {
  /* .fcrse_1 {
    height: 500px;
  } */
  /* .fcrse_content .auth1lnkprce-btn a .btn_adcart {
    margin: 5px;
  } */
  .fcrse_content .auth1lnkprce-btn {
    padding-top: 3rem;
  }
}

.fcrse_img {
  width: 100%;
  float: left;
  position: relative;
}
.fcrse_img img {
  width: 100%;
  border-radius: 5px;
}

.fcrse_content {
  padding: 10px 5px;
  float: left;
  width: 100%;
  position: relative;
}

.crse14s {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  margin-bottom: 7px;
  line-height: 24px;
}

.crse-cate {
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  text-align: left;
}

.cr1fot {
  margin-bottom: 0;
  margin-top: 18px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  float: left;
  color: #686f7a;
  text-align: left;
  line-height: 24px;
}
.cr1fot a {
  color: #333;
  font-weight: 500;
}
.cr1fot a:hover {
  color: #333 !important;
  text-decoration: underline !important;
}

.auth1lnkprce {
  float: left;
  width: 100%;
  margin-top: 18px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
}

.prce142 {
  float: right;
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: right;
}

.vdtodt {
  margin-bottom: 8px;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  text-align: left;
  display: block;
}
.vdtodt .vdt14::after {
  content: "•";
  margin: 0 4px;
}
.vdtodt .vdt14:last-child::after {
  display: none;
  content: "";
}

.eps_dots {
  position: absolute;
  right: 0;
}
.eps_dots a {
  font-size: 20px;
  color: #afafaf !important;
}
.eps_dots a:hover {
  color: #333 !important;
}

.more_dropdown {
  display: inline-block;
}
.more_dropdown:hover .dropdown-content {
  display: block;
}
.more_dropdown:hover .eps_dots {
  background-color: #333;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  z-index: 1;
  right: 0;
  border-radius: 5px;
}
.dropdown-content span {
  color: #686f7a;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  padding: 10px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.dropdown-content span i {
  margin-right: 6px;
  font-size: 115%;
}
.dropdown-content span:hover {
  color: #333 !important;
  background-color: rgba(255, 239, 211, 0.5);
}

.course-overlay {
  position: absolute;
  top: 0;
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, rgba(51, 51, 51, 0.3) 90%);
}
.course-overlay:hover {
  background-image: linear-gradient(transparent, rgba(51, 51, 51, 0.4) 90%);
}

.allvperf {
  float: left;
  width: 100%;
  padding-top: 17px;
}

.crse-perf-left {
  float: left;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  text-align: left;
}

.crse-perf-right {
  float: right;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  text-align: left;
}

.crsedt145 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  margin-bottom: 0;
  line-height: 26px;
}

.cr1fot50 {
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  display: block;
  color: #333;
  text-align: left;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.cr1fot50:hover {
  color: #333 !important;
  text-decoration: underline !important;
}
.cr1fot50:first-child {
  padding-top: 0;
}
.cr1fot50:last-child {
  padding-bottom: 0;
}

.news_des45 {
  font-size: 14px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  line-height: 26px;
  color: #686f7a;
  text-align: left;
  margin-bottom: 0;
  margin-top: 15px;
}

.crsedt8145 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  text-align: left;
  margin-bottom: 0;
  line-height: 24px;
}

.subcribe_title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  margin-bottom: 0;
  line-height: 24px;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.analyics_pr {
  color: #797979;
  font-weight: 500;
}
.analyics_pr i {
  margin: 0 5px;
}

.per_text {
  margin-left: 5px;
  font-size: 12px;
  color: #333;
  font-weight: 500;
}

.new_links10 {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #333;
  text-align: left;
  border-bottom: 1px dashed #efefef;
}
.new_links10:first-child {
  padding-top: 0;
}
.new_links10:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.new_links10:hover {
  text-decoration: underline !important;
  color: #333;
}

.upcming_card {
  padding-bottom: 17px;
  border-bottom: 1px solid #efefef;
}
.upcming_card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.delete_link10 {
  display: block;
  padding: 15px 0 0;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.delete_link10:hover {
  color: #333;
  text-decoration: underline !important;
}

.submit-course {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-top: 15px;
  color: #686f7a;
  font-style: italic;
  margin-bottom: 0;
}
.submit-course span {
  margin-left: 10px;
}

.pndng_145 {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  background: #797979;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

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

.ucp-table {
  height: auto;
  overflow: hidden;
  border-radius: 4px;
}
.ucp-table thead {
  font-weight: 500;
  padding: 14px !important;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  color: #333 !important;
}
.ucp-table thead th {
  vertical-align: bottom;
  border-bottom: 0 !important;
}
.ucp-table thead tr th {
  color: #333;
  font-size: 14px;
  background-color: rgba(255, 239, 211, 0.5);
}
.ucp-table thead tr th:first-child {
  border-bottom-left-radius: 4px;
}
.ucp-table tfoot {
  font-weight: 500;
  padding: 14px !important;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  color: #333 !important;
}
.ucp-table tfoot td {
  color: #fff;
  font-size: 14px;
  background-color: #333;
  padding: 0.75rem !important;
}
.ucp-table tbody {
  background: #fff;
}
.ucp-table tbody tr td {
  font-size: 14px;
  vertical-align: middle;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.ucp-table td {
  border-top: 1px solid #efefef !important;
  padding: 1.5rem 0.75rem !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.ucp-table th {
  border-top: 1px solid #efefef !important;
}
.ucp-table th:first-child {
  border-top: 0 !important;
}
.ucp-table.earning__table td {
  padding: 1rem !important;
}

.course_active {
  color: #797979;
}

.gray-s {
  font-size: 18px;
  color: #686f7a;
  margin-right: 5px;
}
.gray-s:last-child {
  margin-right: 0;
}

.panel-group {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.panel-title {
  vertical-align: middle;
  background: #fff;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.panel-title a {
  font-size: 16px;
  font-weight: 500;
  color: #333 !important;
  font-family: Roboto, sans-serif;
  padding: 15px 0;
  display: block;
  line-height: 26px;
}
.panel-title > a:before {
  float: right !important;
  font-family: Roboto, sans-serif;
  content: "-";
  padding-right: 0;
  font-size: 20px;
  padding-top: 1px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: " +";
}

.panel-default {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.panel-default:first-child {
  border-top: 0;
}

.panel-body {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  line-height: 26px;
  text-align: left;
  background: #fff;
  padding: 0 30px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.chck_icon {
  color: #686f7a;
  margin-right: 10px;
  font-size: 135%;
}

.srch_explore {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  color: #333 !important;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.datepicker--cell.-selected- {
  color: #fff;
  background: #797979 !important;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #797979 !important;
}
.datepicker--cell.-current- {
  color: #797979 !important;
}

.datepicker--day-name {
  color: #797979 !important;
}

.datepicker {
  background: #fff !important;
  border: 1px solid #e6e6e6 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-radius: 3px !important;
  box-sizing: content-box;
  font-family: Roboto, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #333 !important;
}

.discount_btn {
  margin-top: 30px;
  height: 40px;
  border-radius: 20px;
  border: 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  background: #797979;
  width: 100%;
  text-align: center;
}
.discount_btn:hover {
  color: #fff;
  background: #333;
}

.promotion_tab {
  background: #fff;
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #efefef;
  width: 100%;
  text-align: center;
  padding: 50px;
}
.promotion_tab img {
  width: 200px;
}
.promotion_tab h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  line-height: 26px;
  margin-top: 20px;
}
.promotion_tab p {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  text-align: center;
  line-height: 26px;
}

.plan_link_btn {
  margin-top: 20px;
  height: 40px;
  border-radius: 20px;
  border: 0;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  background: #797979;
  text-align: center;
  padding: 0 30px;
}
.plan_link_btn:hover {
  color: #fff;
  background: #333;
}

.analysis_card {
  background: #fff !important;
  border: 1px solid #efefef !important;
  border-radius: 10px !important;
  margin-top: 30px;
  padding: 10px;
}
.analysis_card h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  line-height: 26px;
  margin-top: 0;
}
.analysis_card p {
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  text-align: left;
  line-height: 26px;
  margin-bottom: 10px;
}
.analysis_card .chartjs-wrapper {
  height: 100px;
}
.analysis_card .card-header {
  padding: 1.2rem 2rem;
  margin-bottom: 0;
  background-color: #fff !important;
  border-bottom: 1px solid #efefef !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.analysis_card .card-header h2 {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: Roboto, sans-serif !important;
  color: #333 !important;
}
.analysis_card .nav-tabs .nav-item.show .nav-link {
  color: #333 !important;
  background-color: #fff !important;
  border-color: transparent #efefef #fff !important;
  border: 1px solid;
}
.analysis_card .nav-tabs .nav-link.active {
  color: #333 !important;
  background-color: #fff !important;
  border-color: transparent #efefef #fff !important;
  border: 1px solid;
}
.analysis_card .nav-link {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #686f7a;
  padding-top: 30px;
  border-radius: 0 !important;
  margin-left: -1px;
}
.analysis_card .nav-link:hover {
  color: #333 !important;
  background-color: #fff !important;
  border-color: transparent #efefef #fff !important;
  border: 1px solid;
}
.analysis_card .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #efefef !important;
}

.type-name {
  display: block;
}

.d-inline-block {
  display: inline-block !important;
}

.views_title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.ovrvew-1 {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  line-height: 26px;
  margin-bottom: 0;
}
.ovrvew-1:hover {
  text-decoration: underline !important;
}

.curntusr145 {
  padding: 10px 30px;
}
.curntusr145 h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  line-height: 26px;
  margin-bottom: 2px;
  margin-top: 12px;
}

.text-success1 {
  color: #797979 !important;
}

.thumb_img {
  width: 120px;
}
.thumb_img img {
  width: 100%;
  border-radius: 5px;
}

#add-course-tab {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#add-course-tab .step-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
#add-course-tab .step-steps > li {
  flex: 0 0 25%;
  max-width: 0 0 25%;
}
#add-course-tab .step-steps > li:before {
  background-color: #ededed;
  height: 8px;
  left: 50%;
  top: 18px;
  width: 100%;
  transition: all 0.3s;
}
#add-course-tab .step-steps > li.done:before {
  background-color: #797979;
}
#add-course-tab .step-steps > li.done > a > .number {
  background-color: #797979;
}
#add-course-tab .step-steps > li.done > a > .number:before {
  background-color: rgba(237, 42, 38, 0.3);
}
#add-course-tab .step-steps > li.done > a > .number:after {
  display: none;
}
#add-course-tab .step-steps > li.done > a > .step-name {
  color: #333;
}
#add-course-tab .step-steps > li > a > .number {
  width: 24px;
  height: 24px;
  background-color: #d1d1d1;
  border: 0 solid;
  transition: all 0.3s;
}
#add-course-tab .step-steps > li > a > .number:before {
  background-color: rgba(221, 221, 211, 0.3);
  box-shadow: 0 0 0 rgba(221, 221, 211, 0);
  height: calc(100% +16px);
  width: calc(100% +16px);
  top: -8px;
  left: -8px;
  transition: all 0.3s;
}
#add-course-tab .step-steps > li > a > .step-name {
  font-weight: 500;
  color: #b2b2b2;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin-top: 20px;
  transition: all 0.3s;
}
#add-course-tab .step-steps > li:last-child:before {
  width: 0;
}
#add-course-tab .step-steps > li.active > a > .number {
  background-color: #797979;
}
#add-course-tab .step-steps > li.active > a > .number:before {
  background-color: rgba(237, 42, 38, 0.3);
}
#add-course-tab .step-steps > li.active > a > .step-name {
  color: #333;
}
#add-course-tab > .step-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  border: 0 solid;
  border-radius: 0;
  padding-top: 60px;
}
#add-course-tab > .step-content .title-icon {
  margin-bottom: 25px;
}
#add-course-tab > .step-content .default-form .form-group {
  margin-bottom: 15px;
}
#add-course-tab > .step-content .default-form .form-controllar {
  font-size: 14px;
}
#add-course-tab > .step-content .default-form .form-controllar:focus {
  border-color: #ff2735;
}
#add-course-tab > .step-content .default-form .nice-select {
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  height: 52px;
  padding: 5px 0 !important;
}
#add-course-tab > .step-content .default-form .nice-select:after {
  right: 0;
  top: 8px;
}
#add-course-tab > .step-content .default-form .nice-select .current {
  line-height: 45px;
}
#add-course-tab > .step-content .tags-form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
#add-course-tab > .step-content .tags-form-group .form-group {
  margin-bottom: 7px !important;
}
#add-course-tab > .step-content .tags-form-group.add-list-content {
  display: block;
}
#add-course-tab > .step-content .tags-form-group.add-list-content a:hover {
  color: #ff2735;
}
#add-course-tab > .step-content .tags-form-group > div {
  flex: 0 0 25%;
  margin-right: 0 !important;
}
#add-course-tab > .step-content .step-tab-gallery .custom-file {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  border: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 400;
  position: relative;
  text-align: left;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#add-course-tab > .step-content .step-tab-gallery .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em +.75rem +2px);
  padding: 1.3rem 2rem;
  font-weight: 400;
  line-height: 0;
  color: #686f7a;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10rem;
  margin-bottom: 0;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}
#add-course-tab > .step-content .step-tab-gallery .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em +.75rem);
  padding: 1.3rem 0.75rem;
  line-height: 0;
  color: #fff;
  content: "Upload File";
  background-color: #797979;
  border-left: inherit;
  border-radius: 0 10rem 10rem 0;
}
#add-course-tab .step-footer.step-tab-pager {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 0;
}

.course_tabs_1 {
  margin-top: 60px;
}

.title-icon {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  padding: 18px 0;
  margin-bottom: 8px;
}
.title-icon > .title {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.title-icon > .title i {
  font-size: 120%;
  margin-right: 10px;
}

.course__form {
  background: #fff;
  margin-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #efefef;
}

.general_info10 {
  padding: 0 30px;
}

.badge_num {
  background: #797979;
  color: #fff;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  position: absolute;
  right: 3px;
  border-radius: 100%;
  height: 35px;
  top: 3px;
  width: 35px;
  font-size: 12px;
  padding: 9px 11px;
}

.badge_num2 {
  background: #797979;
  color: #fff;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  position: absolute;
  right: 3px;
  border-radius: 20px;
  height: 35px;
  top: 3px;
  width: 40px;
  font-size: 12px;
  padding: 9px 10px;
}

.course_des_bg {
  border: 1px solid #efefef;
  border-radius: 10px;
  background: #fff;
}

.course_des_ttle {
  padding: 15px;
  border-bottom: 1px solid #efefef;
}
.course_des_ttle li {
  display: inline-block;
  padding: 0 3px;
}
.course_des_ttle li a {
  font-size: 20px;
  color: #333;
}

.steps_btn {
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: Roboto, sans-serif !important;
  color: #fff !important;
  background: #797979 !important;
  padding: 0 20px !important;
  border-radius: 25px !important;
  border: 0 !important;
  height: 40px !important;
}
.steps_btn:hover {
  color: #fff !important;
  background: #333 !important;
}
.steps_btn:focus {
  box-shadow: none !important;
}

.price_course {
  margin-top: 50px;
  padding: 40px 30px 0;
  border-top: 1px solid #efefef;
}

.price_title h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}
.price_title i {
  font-size: 18px;
}

.view_info10 {
  padding: 0 30px;
}

.view_all_dt {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #efefef;
}
.view_all_dt:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.view_img_left {
  float: left;
  width: 40%;
}

.view__img {
  width: 100%;
  float: left;
}
.view__img img {
  width: 100%;
  border-radius: 10px;
}

.view_img_right {
  float: left;
  text-align: left;
  width: 50%;
  margin-left: 30px;
}
.view_img_right h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  line-height: 26px;
  text-align: left;
  margin-bottom: 15px;
}
.view_img_right p {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  line-height: 26px;
  text-align: left;
  margin-bottom: 20px;
}

.part__title {
  font-size: 18px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  line-height: 26px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 30px;
  border-bottom: 1px solid #efefef;
}

.part_input .custom-file {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  border: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 400;
  position: relative;
  text-align: left;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.part_input .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em +.75rem +2px);
  padding: 1.3rem 2rem;
  font-weight: 400;
  line-height: 0;
  color: #686f7a;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 10rem;
  margin-bottom: 0;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}
.part_input .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em +.75rem);
  padding: 1.3rem 2rem;
  line-height: 0;
  color: #fff;
  content: "Upload File";
  background-color: #797979;
  border-left: inherit;
  border-radius: 0 10rem 10rem 0;
}

.badge_mb {
  background: #797979;
  color: #fff;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  position: absolute;
  right: 3px;
  border-radius: 100%;
  height: 35px;
  top: 3px;
  width: 35px;
  font-size: 12px;
  padding: 9px;
}

.badge_min {
  background: #797979;
  color: #fff;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  position: absolute;
  right: 3px;
  border-radius: 20px;
  height: 35px;
  top: 3px;
  width: 60px;
  font-size: 12px;
  padding: 9px;
}

.prt-sv {
  margin-top: 58px;
}

.part_btn_save {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #fff;
  background: #797979;
  padding: 0 30px;
  border-radius: 25px;
  border: 0;
  height: 40px;
}
.part_btn_save:hover {
  color: #fff;
  background: #333;
}

.caption__check {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
}

.cp_458 {
  padding-bottom: 1px;
}
.cp_458:last-child {
  padding-bottom: 0;
}

.lecture_title {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.lecture_title h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  text-align: left;
  margin-bottom: 15px;
}

.save_content {
  margin-top: 30px;
  text-align: right;
  padding-top: 30px;
  border-top: 1px solid #efefef;
}

.save_content_btn {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #fff;
  background: #797979;
  padding: 0 30px;
  border-radius: 25px;
  border: 0;
  height: 40px;
}
.save_content_btn:hover {
  color: #fff;
  background: #333;
}

.all_msg_bg {
  background: #fff;
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 0;
  float: left;
  width: 100%;
}

.msg_search {
  width: 100%;
  float: left;
  padding: 20px;
  border-bottom: 1px solid #efefef;
}

.chat__message__dt {
  padding: 20px 20px 20px 18px;
  border-left: 4px solid transparent;
  display: block;
  cursor: pointer;
  float: left;
  width: 100%;
  transition: padding 0.4s ease-in-out;
}
.chat__message__dt.active {
  border-left: 4px solid #797979;
  background: rgba(255, 239, 211, 0.5);
}
.chat__message__dt:hover {
  border-left: 4px solid #797979;
  background: rgba(255, 239, 211, 0.5);
}

.user-status {
  min-height: 44px;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
.user-status .user-status-text {
  color: #686f7a;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 0;
}
.user-status .user-status-time {
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
  color: #afafaf;
}
.user-status .user-status-time.floaty {
  margin-top: 0;
  position: absolute;
  top: 2px;
  right: 0;
}
.user-status .user-status-tag {
  display: inline-block;
  height: 20px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  padding: 0 8px;
  border-radius: 200px;
  background-color: #afafaf;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.user-status .user-status-tag.online {
  background-color: #40d04f;
}

.user-avatar {
  margin-top: 0;
  float: left;
  position: relative;
}
.user-avatar img {
  width: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}

.msg__badge {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 22px;
  width: 22px;
  background: #797979;
  position: absolute;
  right: 10px;
  bottom: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.user-status-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  line-height: 1.4285714286em;
  text-align: left;
  padding-left: 65px;
  display: block;
  margin-bottom: 6px;
}

.simplebar-content-wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 450px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: block;
}
.simplebar-content-wrapper:hover {
  overflow-y: scroll;
}

.chatbox_right {
  float: left;
  width: 100%;
  border-left: 1px solid #efefef;
  height: 100%;
}

.chat_header {
  width: 100%;
  float: left;
  padding: 15px 20px;
  border-bottom: 1px solid #efefef;
}

.simplebar-content-wrapper2 {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 369px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: block;
}
.simplebar-content-wrapper2:hover {
  overflow-y: scroll;
}

.chat_footer {
  padding: 20px;
  border-top: 1px solid #efefef;
}

.mCustomScrollbar {
  padding-top: 20px;
}

.main-conversation-box {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.message-bar-head {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.message-bar-head .usr-msg-details {
  float: left;
  width: auto;
}
.message-bar-head > a {
  float: right;
  color: #847577;
  font-size: 14px;
  padding-top: 12px;
}
.message-bar-head > a:hover {
  color: #242424 !important;
}

.main-message-box {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15.5px;
}
.main-message-box.ta-right {
  float: right;
}
.main-message-box.ta-right .messg-usr-img {
  left: auto;
  right: 0;
  bottom: 25px;
}
.main-message-box.ta-right .message-dt {
  padding-left: 20px;
  padding-right: 20px;
}
.main-message-box.ta-right .message-dt > span {
  float: right;
  width: auto;
}
.main-message-box.st3 .messg-usr-img {
  bottom: 13px;
}

.messg-usr-img {
  position: absolute;
  bottom: 25px;
  left: 20px;
  width: 50px;
}
.messg-usr-img img {
  width: 100%;
  border-radius: 100px;
}

.message-dt {
  float: left;
  width: auto;
  padding-left: 20px;
}
.message-dt > span {
  color: #afafaf;
  font-size: 12px;
  float: left;
  width: 100%;
  margin-top: 7px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
.message-dt.st3 .message-inner-dt > p {
  background-color: rgba(255, 239, 211, 0.5);
  color: #686f7a;
  width: auto;
  padding: 12px 20px;
  float: left;
  margin-bottom: 0;
}
.message-dt.st3 .message-inner-dt > p img {
  float: right;
  position: relative;
  top: 3px;
  padding-left: 5px;
}

.message-inner-dt {
  float: left;
  border-radius: 15px;
}
.message-inner-dt > img {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.message-inner-dt > p {
  float: right;
  width: 60%;
  background-color: #797979;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
  padding: 12px 20px;
  color: #fff;
  border-radius: 15px;
  margin-bottom: 0;
}

.img-bx {
  background-color: #efefef;
  padding: 20px;
}

.message-send-area {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-top: 1px solid #efefef;
  border-bottom-right-radius: 15px;
}

.mf-field {
  float: left;
  width: 100%;
}
.mf-field .add_msg {
  margin-left: 10px;
  padding: 0 20px;
  border-radius: 20px;
  border: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background: #797979;
  height: 40px;
  float: left;
}
.mf-field .add_msg:hover {
  color: #fff;
  background: #333;
}

.input__msg {
  width: 89%;
  float: left;
}

.add_photo {
  margin-right: 10px;
  border-radius: 20px;
  border: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  width: 50px;
  font-size: 18px;
  color: #fff;
  background: #797979;
}
.add_photo:hover {
  color: #fff;
  background: #333;
}

.all__noti5 {
  padding: 20px !important;
}

.crse_bl {
  font-weight: 600;
  font-family: Roboto, sans-serif;
  color: #686f7a;
}

.noti__text5 {
  font-size: 14px !important;
}

.setting_noti {
  margin-top: 40px;
  float: left;
  padding: 10px 20px;
  color: #fff;
  background: #797979;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
.setting_noti:hover {
  color: #fff !important;
  background: #333;
}

.table-cerificate {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.student_reviews {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.reviews_left {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 30px 30px;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.reviews_left h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-align: left;
  margin-bottom: 20px;
  color: #333;
}

.total_rating {
  display: flex;
  width: 100%;
  font-size: 16px;
  justify-items: center;
  background: #f7f7f7;
  border: 1px solid #efefef;
  padding: 10px 20px;
  border-radius: 20px;
}

._rate001 {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-align: left;
  margin-bottom: 0;
  color: #333;
  margin-right: 10px;
  line-height: 22px;
}

.rating-box {
  color: #dedfe0;
  display: flex;
  flex-basis: 30%;
}

.rating-star {
  font-size: 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  display: block;
  float: left;
  margin-right: 7px;
}

.half-star:before {
  color: #f2b01e;
  content: "";
  font-family: Font Awesome 5 Free;
  font-weight: 900;
  width: 60%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.half-star:after {
  content: "";
  font-family: Font Awesome 5 Free;
  font-weight: 900;
  left: 1.5rem;
  width: 60%;
  text-indent: -1.5rem;
}

._rate002 {
  font-size: 13px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-align: left;
  margin-bottom: 0;
  color: #333;
  margin-left: 10px;
  line-height: 22px;
}

._rate004 {
  display: flex;
  cursor: pointer;
  height: auto;
  margin-top: 20px;
  border-radius: 0;
}

.progress1 {
  display: flex;
  flex-basis: 50%;
  margin-right: 20px;
  height: 1.4rem !important;
}
.progress1 .progress-bar {
  background-color: #797979 !important;
}

.w-70 {
  width: 70% !important;
}

.w-30 {
  width: 30% !important;
}

.w-5 {
  width: 10% !important;
}

.w-2 {
  width: 1% !important;
}

.w-1 {
  width: 0 !important;
}

.review_right {
  float: left;
  width: 100%;
}

.review_right_heading {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.review_right_heading h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-align: left;
  margin-bottom: 0;
  color: #333;
  float: left;
}

.review_search {
  float: right;
  width: 180px;
  position: relative;
}

.rv_srch {
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #333;
  padding-left: 15px;
  padding-right: 40px;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 20px;
}

.rvsrch_btn {
  position: absolute;
  right: 3px;
  top: 2px;
  border-radius: 100%;
  border: 0;
  height: 26px;
  width: 26px;
  background: #797979;
  color: #fff;
  font-size: 14px;
}
.rvsrch_btn:hover {
  background: #333;
  color: #fff;
}

.review_all120 {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.review_item {
  padding: 20px;
  border-bottom: 1px solid #efefef;
}
.review_item:last-child {
  border-bottom: 0;
}

.review_usr_dt {
  display: flex;
  position: relative;
}
.review_usr_dt img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}

.tutor_name1 {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333 !important;
  text-align: left;
  margin-bottom: 0;
}

.time_145 {
  font-size: 13px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  display: block;
  margin-top: 5px;
}

.rvds10 {
  font-size: 14px;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
  margin-top: 17px;
  line-height: 26px;
  color: #686f7a;
  text-align: left;
}

.rpt100 {
  display: flex;
  align-items: baseline;
}
.rpt100 span {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #333;
  line-height: 24px;
  margin-right: 10px;
}

.radio--group-inline-container {
  padding: 5px 8px 0;
  border-radius: 6px;
}

.earning_steps {
  border-radius: 10px;
  background: #333;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
  vertical-align: middle;
  height: 157px;
  width: 100%;
}
.earning_steps p {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.earning_steps h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 26px;
  margin-top: 20px;
  text-align: center;
}

.top_countries {
  border-radius: 10px;
  background: #fff;
  float: left;
  width: 100%;
  border: 1px solid #efefef;
}

.country_list {
  float: left;
  width: 100%;
}
.country_list li {
  display: block;
  padding: 10px 20px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #efefef;
}
.country_list li:last-child {
  border-bottom: 0;
}

.country_item {
  float: left;
  width: 100%;
}

.country_item_left {
  float: left;
}
.country_item_left span {
  font-size: 14px;
  font-weight: 500;
  color: #686f7a;
  font-family: Roboto, sans-serif;
}

.country_item_right {
  float: right;
}
.country_item_right span {
  font-size: 14px;
  font-weight: 500;
  color: #686f7a;
  font-family: Roboto, sans-serif;
}

.date_selector {
  margin-top: 50px;
  display: flex;
}

.date_list152 {
  color: #afafaf;
  padding: 8px 0 0 10px;
}
.date_list152 a {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin: 0 5px;
}
.date_list152 a:last-child {
  font-weight: 500;
  cursor: default;
  color: #333;
  pointer-events: none;
}

.payout_content {
  padding: 20px;
  float: left;
  width: 100%;
}
.payout_content span {
  font-size: 24px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #b2b2b2;
  line-height: 24px;
  margin-bottom: 10px !important;
}
.payout_content p {
  padding-top: 15px;
  border-top: 1px solid #efefef;
}
.payout_content img {
  width: 80px;
}

.payout__via {
  font-size: 12px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  line-height: 24px;
  margin-bottom: 15px !important;
  margin-top: 5px;
}

.payout__small-notification {
  font-size: 13px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #686f7a;
  line-height: 26px;
}

.payout__added {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  line-height: 24px;
  margin-bottom: 20px !important;
  margin-top: 15px;
}

.payout__btn {
  background: #797979;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  height: 40px;
  padding: 11px 0;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: Roboto, sans-serif;
}
.payout__btn:hover {
  background: #333;
  color: #fff !important;
}

.statement_content {
  padding: 20px 20px 30px;
  float: left;
  width: 100%;
}

.tt-body {
  font-weight: 400 !important;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin-bottom: 15px;
  line-height: 26px;
  color: #686f7a !important;
  text-align: left;
}

.t-heading {
  font-weight: 400 !important;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin-bottom: 5px !important;
  line-height: 26px;
  color: #686f7a !important;
  text-align: left;
}

.t-currency {
  font-size: 20px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  line-height: 24px;
  margin-bottom: 10px !important;
}

.tt__earning {
  font-size: 20px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  margin-right: 5px;
}

.js-earnings__instructor-funds-wrapper {
  color: #333;
}

.js-earnings__earnings-wrapper {
  color: #82b541;
}

.js-earnings__fees-wrapper {
  color: #797979;
}

.statement_invoice_content {
  padding: 30px;
  float: left;
  width: 100%;
  height: 143px;
}

.st_download_btn {
  font-size: 14px;
  color: #fff;
  border: 0;
  padding: 0 8px;
  border-radius: 100%;
  margin-left: 10px;
  background: #797979;
}
.st_download_btn:hover {
  color: #fff;
  background: #333;
}

.more_options_tt {
  margin-top: 30px;
}
.more_options_tt li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}

.more_items_14 {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #686f7a;
  height: 40px;
  border: 0;
  border-radius: 20px;
  padding: 0 20px;
  background: #e9e9e9;
}
.more_items_14:hover {
  color: #686f7a;
  background: #fff;
}
.more_items_14.active {
  color: #fff;
  background: #333;
}

.apply_instructor_btn {
  display: inline-block;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #797979;
  font-family: Roboto, sans-serif;
  padding: 10px 30px;
  border-radius: 20px;
  margin-top: 14px;
}
.apply_instructor_btn:hover {
  color: #fff !important;
  background: #333;
}

.mp-30 {
  margin-top: 30px !important;
}

.table-credits {
  float: left;
  width: 100%;
}

.credits_content {
  padding: 0 30px 30px;
  float: left;
  width: 100%;
}

.add_crdit_btn {
  background: #797979;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  height: 40px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  border: 0;
}

.notification-box.active {
  transition: all 0.4s ease-in;
}

.user-account-settingss.active {
  transition: all 0.4s ease-in;
}

.user-info a {
  transition: all 0.4s ease-in;
}

.suggestion-usd > span i {
  transition: all 0.4s ease-in;
}

.view-more > a {
  transition: all 0.4s ease-in;
}

.tags-sec ul li a {
  transition: all 0.4s ease-in;
}

.post-st ul li a {
  transition: all 0.4s ease-in;
}

.ed-opts > a {
  transition: all 0.4s ease-in;
}

.bk-links li a {
  transition: all 0.4s ease-in;
}

.like-com li a {
  transition: all 0.4s ease-in;
}

.user-profy > a {
  transition: all 0.4s ease-in;
}

.slick-previous:before {
  transition: all 0.4s ease-in;
}

.slick-nexti:before {
  transition: all 0.4s ease-in;
}

.comment > a {
  transition: all 0.4s ease-in;
}

.sign_link > a {
  transition: all 0.4s ease-in;
}

.post-project > a {
  transition: all 0.4s ease-in;
}

.post-project-fields form ul li button {
  transition: all 0.4s ease-in;
}
.post-project-fields form ul li a {
  transition: all 0.4s ease-in;
}

.sign-control li a {
  transition: all 0.4s ease-in;
}

.cover-sec > a {
  transition: all 0.4s ease-in;
}

.star-descp > a {
  transition: all 0.4s ease-in;
}

.message-btn a {
  transition: all 0.4s ease-in;
}

.pf-gallery ul li {
  transition: all 0.4s ease-in;
}

.save-stngs ul li button {
  transition: all 0.4s ease-in;
}

.forum-links.active {
  transition: all 0.4s ease-in;
}

.react-links li a {
  transition: all 0.4s ease-in;
}

.next-prev > a {
  transition: all 0.4s ease-in;
}

.user-pro-img > a i {
  transition: all 0.4s ease-in;
}

.user_img img {
  width: 30px;
  border-radius: 100%;
  margin-left: 17px;
  margin-right: 15px;
}

.mef78 i {
  font-size: 18px;
  line-height: 15px;
  color: #1da1f2;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.live_stream .owl-nav .owl-prev {
  left: 0;
  font-size: 20px !important;
  position: absolute;
  top: 40%;
  text-align: center;
  height: 30px !important;
  width: 30px !important;
  padding: 4px 0 !important;
  color: #333 !important;
  background: #fff !important;
  border-radius: 100% !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
}

.eps_dots5 a {
  font-size: 24px !important;
  color: #afafaf !important;
}

.courses_performance .owl-nav .owl-prev {
  right: 30px;
  font-size: 20px !important;
  position: absolute;
  top: -55px;
  text-align: center;
  height: 30px !important;
  width: 30px !important;
  padding: 4px 0 !important;
  color: #333 !important;
  background: #fff !important;
  border-radius: 100% !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}
.courses_performance .owl-nav .owl-prev:hover {
  color: #fff !important;
  opacity: 1;
  background: #797979 !important;
  border: 1px solid #797979 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}
.courses_performance .owl-nav .owl-next {
  font-size: 20px !important;
  position: absolute;
  right: -5px;
  top: -55px;
  padding: 4px 0 !important;
  text-align: center;
  height: 30px !important;
  width: 30px !important;
  color: #333 !important;
  background: #fff !important;
  border-radius: 100% !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}
.courses_performance .owl-nav .owl-next:hover {
  color: #fff !important;
  opacity: 1;
  border: 1px solid #797979 !important;
  background: #797979 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}

.edututs_news .owl-nav .owl-prev {
  right: 30px;
  font-size: 20px !important;
  position: absolute;
  top: -55px;
  text-align: center;
  height: 30px !important;
  width: 30px !important;
  padding: 4px 0 !important;
  color: #333 !important;
  background: #fff !important;
  border-radius: 100% !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}
.edututs_news .owl-nav .owl-prev:hover {
  color: #fff !important;
  opacity: 1;
  background: #797979 !important;
  border: 1px solid #797979 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}
.edututs_news .owl-nav .owl-next {
  font-size: 20px !important;
  position: absolute;
  right: -5px;
  top: -55px;
  padding: 4px 0 !important;
  text-align: center;
  height: 30px !important;
  width: 30px !important;
  color: #333 !important;
  background: #fff !important;
  border-radius: 100% !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}
.edututs_news .owl-nav .owl-next:hover {
  color: #fff !important;
  opacity: 1;
  border: 1px solid #797979 !important;
  background: #797979 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
}

.lbel25 label {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-bottom: 10px !important;
  color: #333;
  text-align: left;
  display: block;
}

.full-star:before {
  color: #f2b01e;
  content: "";
  position: absolute;
  font-family: Font Awesome 5 Free;
  font-weight: 900;
  left: 0;
}

.empty-star:before {
  content: "";
  position: absolute;
  left: 0;
  overflow: hidden;
  font-family: Font Awesome 5 Free;
  font-weight: 900;
}

.review_item_course_title a {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  text-align: left;
  line-height: 24px;
  margin-bottom: 0;
  color: #333;
  border-bottom: 1px solid #efefef;
  padding: 15px 20px;
  display: block;
}

.top_countries_title h2 {
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  border-bottom: 1px solid #efefef;
  padding: 1.2rem 2rem;
  float: left;
  width: 100%;
}

.btn-night-mode .btn-night-mode-switch {
  display: inline-block;
  height: 18px;
  width: 37px;
  top: 35%;
  right: 13px;
  position: absolute;
}

.verify_submit_btn {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #fff;
  background: #797979;
  padding: 0 30px;
  border-radius: 25px;
  border: 0;
  height: 40px;
  margin-top: 45px;
  max-width: 200px;
  width: 100%;
}
.verify_submit_btn:hover {
  color: #fff;
  background: #333;
}

.verification_content {
  text-align: center;
  margin-top: 30px;
}
.verification_content img {
  width: 200px;
}
.verification_content h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  text-align: center;
  color: #333;
  margin-top: 40px !important;
  margin-bottom: 24px !important;
}
.verification_content p {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  text-align: center;
  color: #686f7a;
  line-height: 26px;
  margin-bottom: 0;
}

.alert_verification {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-top: 30px;
}
.alert_verification li {
  display: inline-block;
  width: 50%;
  margin-left: -2px;
  border-right: 1px solid #efefef;
  border-bottom: 0;
}
.alert_verification li:last-child {
  border-right: 0;
}

.apply_verify_text {
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  text-align: center;
  color: #686f7a;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 0;
}
.apply_verify_text i {
  font-size: 120%;
  margin-right: 5px;
}

.verification_form {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 0 30px 30px;
  margin-top: 50px;
}
.verification_form .ui.search .ui.left {
  width: 100%;
}

div.md_body ol, div.md_body ul {
  color: #686f7a;
}
div.md_body ol {
  list-style: decimal;
}
div.md_body ol ol {
  list-style: lower-roman;
  margin-left: 20px;
}
div.md_body ol ::marker {
  font-weight: bolder;
}
div.md_body ul {
  list-style: disc;
}

.list{
  color: #686f7a;
}
.dropdown-menu.show{
  padding-left: 0.5rem;
}