/* ========================================== 
   FILE: vertical-responsive-menu.css 
   ========================================== */
/*
=========================
Vertical Reponsive Menu
=========================
*/
/* line 6, sass/import/mixins.scss */
.vertical_nav, .collapse_menu .collapse_menu--icon {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* line 14, sass/vertical-responsive-menu.scss */
* {
  box-sizing: border-box; }

/* line 26, sass/vertical-responsive-menu.scss */
:focus,
:active {
  outline: none; }

/* line 32, sass/vertical-responsive-menu.scss */
.toggle_menu {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: none;
  border: 0;
  text-align: center;
  cursor: pointer; }
  /* line 44, sass/vertical-responsive-menu.scss */
  .toggle_menu i {
    display: block;
    font-size: 28px; }

/* line 52, sass/vertical-responsive-menu.scss */
.vertical_nav {
  position: absolute;
  left: -200px;
  top: 50px;
  bottom: 0px;
  width: 200px;
  background: #f6f6f6; }

/* line 63, sass/vertical-responsive-menu.scss */
.vertical_nav__closed {
  left: -200px !important; }

/* line 67, sass/vertical-responsive-menu.scss */
.vertical_nav__opened {
  left: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.4) -30px 0 30px 30px; }

/* line 73, sass/vertical-responsive-menu.scss */
.menu {
  position: absolute;
  top: 20px;
  bottom: 40px;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 84, sass/vertical-responsive-menu.scss */
.menu--item {
  position: relative;
  min-height: 40px;
  line-height: 40px; }

/* line 90, sass/vertical-responsive-menu.scss */
.menu--item__has_sub_menu .menu--link:after {
  position: absolute;
  top: 0;
  right: 15px;
  height: 40px;
  line-height: 40px;
  font-family: "FontAwesome";
  content: "\f0d7"; }

/* line 100, sass/vertical-responsive-menu.scss */
.menu--subitens__opened {
  background: #e9e9e9; }
  /* line 103, sass/vertical-responsive-menu.scss */
  .menu--subitens__opened .menu--link {
    color: #000; }
  /* line 107, sass/vertical-responsive-menu.scss */
  .menu--subitens__opened .sub_menu {
    display: block; }

/* line 113, sass/vertical-responsive-menu.scss */
.menu--link {
  display: block;
  overflow: hidden;
  font-size: 0.875rem;
  text-decoration: none;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
  cursor: pointer; }
  /* line 123, sass/vertical-responsive-menu.scss */
  .menu--link:hover, .menu--link:hover .menu--label {
    color: #000;
    background: #dddddd; }

/* line 131, sass/vertical-responsive-menu.scss */
.menu--icon {
  display: block;
  float: left;
  width: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 20px; }

/* line 140, sass/vertical-responsive-menu.scss */
.menu--label {
  display: block;
  height: 40px;
  line-height: 40px; }

/* line 148, sass/vertical-responsive-menu.scss */
.sub_menu {
  display: none;
  overflow: hidden;
  padding-left: 0;
  list-style: none; }

/* line 154, sass/vertical-responsive-menu.scss */
.sub_menu--link {
  display: block;
  padding-left: 50px;
  padding-right: 16px;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none; }
  /* line 162, sass/vertical-responsive-menu.scss */
  .sub_menu--link:hover {
    color: #000;
    background: #dddddd; }

/* line 168, sass/vertical-responsive-menu.scss */
.sub_menu--link__active {
  color: #000;
  font-weight: 500; }

/* line 176, sass/vertical-responsive-menu.scss */
.collapse_menu {
  display: none; }

@media (min-width: 992px) {
  /* line 193, sass/vertical-responsive-menu.scss */
  .vertical_nav {
    left: 0; }

  /* line 197, sass/vertical-responsive-menu.scss */
  .toggle_menu {
    display: none; }

  /* line 203, sass/vertical-responsive-menu.scss */
  .vertical_nav__minify {
    width: 50px; }
    /* line 206, sass/vertical-responsive-menu.scss */
    .vertical_nav__minify .menu {
      overflow: visible; }
    /* line 210, sass/vertical-responsive-menu.scss */
    .vertical_nav__minify .menu--label {
      display: none;
      position: absolute;
      top: 0;
      left: 50px;
      width: 150px;
      padding-left: 16px;
      padding-right: 16px;
      background: #e9e9e9;
      font-weight: 500; }
    /* line 222, sass/vertical-responsive-menu.scss */
    .vertical_nav__minify .menu--item__has_sub_menu .menu--link:after {
      content: ""; }
    /* line 228, sass/vertical-responsive-menu.scss */
    .vertical_nav__minify .menu--subitens__opened .menu--label,
    .vertical_nav__minify .menu--subitens__opened .sub_menu {
      display: block; }
    /* line 232, sass/vertical-responsive-menu.scss */
    .vertical_nav__minify .sub_menu {
      position: absolute;
      top: 40px;
      left: 50px;
      width: 150px;
      background: #e9e9e9; }
    /* line 239, sass/vertical-responsive-menu.scss */
    .vertical_nav__minify .sub_menu--link {
      padding-left: 16px; }
    /* line 245, sass/vertical-responsive-menu.scss */
    .vertical_nav__minify .collapse_menu--icon {
      -webkit-transform: rotate(180deg); }

  /* line 253, sass/vertical-responsive-menu.scss */
  .collapse_menu {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    background: #f6f6f6;
    color: #666;
    font-size: 0.875rem;
    text-align: left;
    cursor: pointer; }
    /* line 269, sass/vertical-responsive-menu.scss */
    .collapse_menu:hover {
      color: #000;
      background: #dddddd; }
    /* line 274, sass/vertical-responsive-menu.scss */
    .collapse_menu .collapse_menu--icon {
      display: block;
      float: left;
      width: 50px;
      height: 40px;
      line-height: 40px;
      font-size: 20px; }
      /* line 282, sass/vertical-responsive-menu.scss */
      .collapse_menu .collapse_menu--icon:before {
        content: "\f053"; }
    /* line 288, sass/vertical-responsive-menu.scss */
    .collapse_menu .collapse_menu--label {
      display: block;
      height: 40px;
      line-height: 40px; } }

/* ========================================== 
   FILE: style.css 
   ========================================== */
/*===================== TABLE OF CONTENT =======================
/*
Table Of Content
==================
1.  google fonts
2.  CROSS BROWSER COMPATABILITY
3.  DEFAULT BORDER RADIUS
4.  Sticky Header
5.  Top Scroll Bar

=============================================================*/


/* ================================================================================== 
Fonts
===================================================================================== */
@import url('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');
/* ================================================================================== 
Reset Css
===================================================================================== */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
::-moz-selection { /* Code for Firefox */
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

::selection {
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

ol, ul {
    list-style: none;
    margin-bottom: 0 !important;
}
a:hover {
    color: inherit !important;
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button {
outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin:0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none !important;
}
button {
    outline: none;
}

button:focus {
    outline: none !important;
}

input {
    outline: none;
}
textarea {
    outline: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #111111;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}
h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}
h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}
h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}
h5 {
    font-size: 1.10em;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}
h6 {
    font-size: 1em;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}
blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}
@media (min-width: 43.75em) {
h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
}
h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
}
h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
}
h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
}
blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
}
h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
}
h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
}
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

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,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
   font-size: 14px;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #ffffff;
    background: radial-gradient(circle at 50% 0%, #1e0a4e 0%, #130630 45%, #0c0420 75%, #090514 100%) !important;
    background-attachment: fixed !important;
    min-height: 100vh;
}

.menu_left::-webkit-scrollbar {
    width:4px;
}
.menu_left::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
    color: #333 !important;
}

/* --- Preloader --- */





/* Medium devices (desktops)
==========================*/
@media (min-width: 992px) {
  body {
    overflow-y: scroll;
  }

  .logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
  }

  .wrapper {
    margin-left: 240px;
  }

  .wrapper__minify {
    margin-left: 0;
  }

}

/*--- Left Side Footer ---*/

.alrt_dot {
    position: absolute;
    right: 15px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #ed2a26;
    overflow: hidden;
    width: 5px;
    height: 5px;
    text-align: center;
    border-radius: 100%;
    top: 45%;
}

.left_footer {
    padding: 15px 14px;
}

.left_footer ul li {
    display: inline-block;
}

.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: #ed2a26 !important;
}

.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;
}

/*--- Header ---*/

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex !important;
    align-items: center;
    box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.1);
}

.main_logo {
    float: left;
    width: 135px;
    margin-left: 20px;
}

.logo-inverse {
    display: none;
}

.search120 {
    float: left;
    margin-left: 50px;
}

.srch10 {
    background: #f7f7f7 !important;
    border: 0 !important;
    color: #333 !important;
}

i.icon1 {
    font-size: 16px !important;
}

.ui.swdh10 {
    font-size: 14px !important;
    width: 350px;
}

.ui[class*="left icon"].swdh10.input>input {
    padding-left:3.2em!important;
    padding-right: 1em!important;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.header_right {
    margin-left: auto;
    float: right;
    padding-right: 15px;
}

.header_right ul li {
    display: inline-block;
    vertical-align: middle;
}

.option_links {
    padding: 18px 8px;
    font-size: 20px;
    color: #111111;
    position: relative;
}

.option_links i {
    font-size: 120%;
}

.option_links:hover, .option_links:focus {
    color: #333 !important;
}

.noti_count {
    font-size: 11px;
    position: absolute;
    top: 10px;
    right: 8px;
    background: #ed2a26;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.opts_account {
    padding: 12px 0;
    float: right;
}

.opts_account img {
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.upload_btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #4d2474;
    padding: 9px 15px;
    border-radius: 15px;
    margin-right: 10px;
}

.upload_btn i {
    font-size: 16px;
    margin-right:3px;
}

.upload_btn:hover {
    color: #fff !important;
    background: #333;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #afafaf;
    text-align: left;
    margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.menu.dropdown_account {
    margin-top: 0 !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
}

.menu.dropdown_mn {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.channel_my {
    padding: 15px !important;
    border-bottom: 1px solid #efefef !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
    white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
    position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #111111;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #ed2a26 !important;
}

.ui.dropdown .menu>.channel_item {
    color: #111111 !important;
    padding: .78571429rem 1.14285714rem!important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
}

.ui.dropdown .menu>.channel_item:hover {
    color: #333 !important;
    background:#ffecec !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1da1f2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    color: #111111;
    text-align: left;
    margin-top: 8px;
    line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0;
    background: #ffecec;
    font-size: 14px;
    color: #333 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.vbm_btn:hover {
    background: #333;
    color: #fff !important;
}

.ui.menu.cate-dpdwn {
    box-shadow: none !important;
    border: 0 !important;
}

.ui.menu.cate-dpdwn>.item:hover {
    background: #fff !important;
}

.menu.dropdown_category5 {
    margin-top: 0 !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
}

/*--- Index Homepage ---*/

.wrapper {
    padding: 90px 0 0;
    transition: all 0.3s ease-out;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.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: 20px;
}

.see150 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #4d2474;
    text-align: right;
    float: right;
    padding-top: 3px;
    margin-bottom: 20px;
}

.la5lo1 {
    float: left;
    width: 100%;
}

.stream_1 {
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background: rgb(255 255 255 / 25%);
    margin-bottom: 15px;
}

.stream_1_active {
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background: #fff;
}

.stream_bg {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 15px;
    background: rgb(255 255 255 / 53%);
    backdrop-filter: blur(30px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.stream_bg img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    display: inline-block !important;
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.stream_bg h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #150f0f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stream_bg p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #111111;
    display: inline-block;
    text-align: center;
    position: relative;
}

.stream_bg p span {
    width: 6px;
    height: 6px;
    background: #ed2a26;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    right: -9px;
}

.la5lo1 .owl-theme .owl-nav .disabled {
    opacity: .4 !important;
    cursor: default;
}

.live_stream .owl-nav .owl-prev {
    left: 0px;
    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: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: 0px;
    top: 40%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.live_stream .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.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;
}

.fcrse_1 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.fcrse_1 .shrt-cart-btn  {
    display: none;
}

.fcrse_1:hover .auth1lnkprce .shrt-cart-btn  {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}

.shrt-cart-btn:hover  {
    color: #ed2a26;
}

.fcrse_1:hover  {
    transition: all 0.5s ease;
     transform: translateY(-5px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.shrt-cart-btn {
    font-size: 18px;
    color: #333;
    background: transparent;
    padding: 0;
    border-radius: 3px;
    margin-right: 10px;
    border: 0;
    float: right;
    margin-left: 10px;
    opacity: 0;
}

.fcrse_img {
    width: 100%;
    float: left;
    position: relative;
}

.fcrse_img img {
    width: 100%;
    border-radius: 15px;
}

.fcrse_content {
    padding: 10px 5px;
    float: left;
    width: 100%;
    position: relative;

}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crse14s {
    display: block;
    font-size: 16px;
    font-weight: 600;
    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: #111111;
    text-align: left;
    padding-top: 2px;
}

.purchased_badge {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 15px;
    cursor: default;
}

.cr1fot {
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    float: left;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.auth1lnkprce {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.cr1fot a {
    color: #333;
    font-weight: 500;
}

.cr1fot a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.prce142 {
    float: right;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: right;
}

.vdtodt {
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    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;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    z-index: 1;
    right: 0;
    border-radius: 3px;
}

.dropdown-content span {
    color: #111111;
    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: #ffecec;
}

.more_dropdown:hover .dropdown-content {display: block;}

.more_dropdown:hover .eps_dots {background-color: #333;}

.course-overlay {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, rgba(51,51,51,.3) 90%);
    border-radius: 15px;
}

.crse_reviews {
    color: #fff;
    background: #21ba45;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_reviews i {
    margin-right: 2px;
}

.crse_reviews_warning {
    color: #fff;
    background: #ba2328;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_reviews_warning i {
    margin-right: 2px;
}


.crse_reviews_siyosis {
    color: #fff;
    background: #4d2474;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_reviews_siyosis i {
    margin-right: 2px;
}

.badge_seller {
    border-radius: 3px;
    font-size: 10px;
    position: absolute;
    padding: 2px 10px;
    background: #fa8305;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 13px;
    z-index: 0;
    vertical-align: baseline;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.badge_seller:after {
    background: inherit;
    content: '';
    height: 12px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 1;
    display: block;
    left: -5px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.crse_timer {
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
    right: 0;
    margin-right: 10px;
    color: #fff;
    background: rgba(51,51,51,0.8);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_timer_left {
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
    left: 0;
    margin-left: 10px;
    color: #fff;
    background: rgb(186 35 40);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.play_btn1 {
    border: 0;
    width: 53px;
    height: 53px;
    float: left;
    text-align: center;
    border-radius: 100%;
    padding: 17px 18px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 36%;
    right: 42%;
    opacity: 0;
    background: #452860;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: -1px -1px 39px 6px rgba(0,0,0,1);
    -moz-box-shadow: -1px -1px 39px 6px rgba(0,0,0,1);
    box-shadow: -1px -1px 39px 6px rgba(0,0,0,1);
}

.course-overlay:hover .play_btn1 {
    color: #fff !important;
    opacity: 1;
}

.featured_courses .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 43%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.featured_courses .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 43%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.top_instrutors .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}


.section3126 {
    float: left;
    width: 100%;
}

.value_props {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.value_icon {
    float: left;
    width: 100%;
}

.value_icon i {
    font-size: 36px;
    margin-right: 0;
    color: #333;
    background: #ffecec;
    border-radius: 3px;
    padding: 10px 6px;
    display: inline-block;
}

.value_content {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.value_content h4 {
    font-size: 18px;
    margin-bottom: 9px;
    display: block;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center;
}

.value_content p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    color: #111111;
    text-align: center;
}

.tutor_img {
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
}

.tutor_img img {
    text-align: center;
    width: 100px !important;
    height: 100px !important;
    display: inline-block !important;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tutor_content_dt {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.tutor_name {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
    text-align: center;
    position: relative;
}

.tutor150 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tutor_cate {
    font-size: 13px;
    color: #111111;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.tutor_social_links li {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.tutor_social_links li:last-child {
    margin-right: 0;
}

.tutor_social_links li a {
    font-size: 14px;
    float: left;
    width: 35px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    padding: 9px 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tutor_social_links li a:hover {
    color: #fff !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.fb {
    background: #3b5998;
}

.tw {
    background: #1da1f2;
}

.ln {
    background: #8d6cab;
}

.yu {
    background: #ff0000;
}

.sbbc145 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #ed2a26;
    border: 0;
    height: 40px;
    padding: 0 20px;
    border-radius: 3px;
    text-align: center;
}

.sbbc145:hover {
    color: #fff;
    background: #333;
}

.sbbc146 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    background: #e9e9e9;
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    text-align: center;
}

.tut1250 {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    display: block;
}

.tut1250 .vdt15::after {
    content: '';
    margin: 0 4px;
}

.tut1250 .vdt15:last-child::after{
    display: none;
    content: '';
}

.fcrse_2 {
    background: #ffffffd4;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.prfle12link {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.prfle12link:hover {
    color: #ed2a26 !important;
}

.get1452 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #efefef;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    background-image: url(../images/get-img.jpg);
}

.get1452 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
}

.get1452 p {
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 27px;
}

.Get_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #452860;
    font-size: 14px;
    font-weight: 500;
}

.Get_btn:hover {
    color: #fff;
    background: #545454;
}

.fcrse_3 {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
    margin-right: 15px;
}

.cater_ttle {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.fcrse_3 h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;   
}

.allcate15 {
    float: left;
    width: 100%;
}

.allcate15 li {
    display: block;
    float: left;
    width: 100%;
}

.ct_item {
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
}

.ct_item.active {
    font-weight: 500;
    color: #333;
}

.ct_item i {
    margin-right: 10px;
    font-size: 120%;
}

.live_text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.live_icon {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.live_icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 43px;
    font-size: 30px;
    text-align: center;
    padding: 14px 0;
    background: #ffecec;
    border-radius: 100%;
    border-bottom: 1px solid #efefef;
}

.live-content {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.live-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
    color: #111111;
}

.livinfo {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-top: 15px;
    color: #111111;
    display: block;
}

.live_link {
    height: 40px;
    background: #ed2a26;
    border: 0;
    border-radius: 15px;
    padding: 10px 20px;
    color: #fff;
}

.live_link:hover {
    color: #fff;
    background: #333;
}

.fcrse_4 {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.say_content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.say_content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'roboto', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: left;
}

.st_group {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.stud_img {
    text-align: left;
}

.stud_img img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.st_group h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-left: 15px;
}

.Student_says .owl-nav .owl-prev {
    left: -13px;
    font-size: 20px !important;
    position: absolute;
    top: 38%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -12px;
    top: 40%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.Student_says .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.strttech120 {
    background: #ffffffd4;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #efefef;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}


.strttech120 h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
}

.strttech120 p {
    font-size: 14px;
    color: #111111;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 32px;
    line-height: 26px;
}

.footer {
    background: #333;
    width: 100%;
    padding: 0;
    float: left;
}

.item_f1 {
    padding-top: 50px;
}

.item_f1 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    /* display: block; */
    padding-bottom: 10px;
    color: #fff;
    padding-right: 20px;
}

.item_f1 a:hover {
    color: #efefef !important;
}

.item_f1 a:last-child {
    padding-bottom: 0;
}

.item_f3 {
    padding-top: 50px;
}

.btn1542 {
    height: 40px;
    padding: 10px 15px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #ed2a26;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.btn1542:hover {
    color: #fff !important;
    background: #c72127;
}

.lng_btn {
    margin-top: 20px;
}

.lng_btn a {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.lft {
    margin-right: 5px;
}
.rgt {
    margin-left: 5px;
}

.lng_btn a:hover {
    color: #fff !important;
}

.footer_bottm {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #454545;
}

.fotb_left li {
    display: inline-block;
    vertical-align: middle;
}

.footer_logo img {
    width: 30px;
    margin-right: 20px;
}

.fotb_left p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 24px;
}

.edu_social_links {
    text-align: right;
}

.edu_social_links a {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 16px;
    display: inline-block;
    color: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu_social_links a:hover {
    color: #fff !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);  
}

.lng_btn .ui.dropdown .menu>.item {
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
}

/*--- All Live Streams ---*/

.main-loader {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/* === Animation Loader === */

.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;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #333;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #333;
  opacity: 0.702;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  background-color: #333;
  opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.live1452 {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

/*Floating CSS Start*/
.live1452 iframe {
    width: 100%;
    height: 435px;
    border-radius: 3px;
}

@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 .25s ease forwards;
    z-index: 999;
}

/*Floating CSS End*/

@keyframes example {
    0%   {background-color: red;}
    25%  {background-color: #ff7037;}
    50%  {background-color: red;}
    100% {background-color: #ff7037;}
}


.live_comment {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #efefef;
}

.live_input {
    width: 100%;
    height: 50px;
    padding: 10px 60px 10px 15px;
    border: 0;
    color: #333;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Roboto', sans-serif;
}

.btn_live {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 0;
    background: #ed2a26;
    font-size: 20px;
    padding: 9px 7px;
    color: #fff;
}

.btn_live:hover {
    background: #333;
    color: #fff;
}

.live_chat {
    float: left;
    width: 100%;
    height: 418px;
    overflow-y: auto;
    padding: 15px 20px;
}

.live_chat::-webkit-scrollbar {
    width:4px;
}
.live_chat::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.chat1 p {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #111111;
    margin-bottom: 13px;
    text-align: left;
}

.chat1 a {
    font-weight: 600;
    margin-right: 10px;
    color: #333!important;
}

.live_user_dt {
    float: left;
    width: 100%;
    display: flex;
}

.user_img5 {
    text-align: left;
}

.user_img5 img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
    margin-right: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.live_user_dt h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.user_dt5 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.user_dt_left {
    float: left;
} 

.subscribe-btn {
    border: 0;
    background: #ed2a26;
    padding: 0 20px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.subscribe-btn:active {
  outline: none;
}

.subscribe-btn:visited {
  outline: none;
}

.Subscribed-btn {
  background: #c72127 !important;
  color: white;
}

.studio-link-btn {
    border: 0;
    background: #ed2a26;
    padding: 0 20px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.user_dt_right {
    float: right;
} 

.user_dt_right ul li {
    display: inline-block;
}

.lkcm152 {
    display: block;
    background: #fff;
    height: 60px;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.lkcm152 span {
    display: block;
    margin-top: 2px;
}

.lkcm152 i {
    font-size: 18px;
}

.slive_tabs {
    border-bottom: 0 !important;
}

.slive_tabs .nav-item.show .nav-link, .slive_tabs .nav-link.active {
    color: #fff !important;
    background-color: #333 !important;
    border-color: #333 !important;
    border-radius: 20px;
}

.slive_tabs .nav-item {
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.slive_tabs .nav-link {
    border: 1px solid #ed2a26 !important;
    border-radius: 3px !important;
    background-color: #ed2a26 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.slive_tabs .nav-link:hover {
    border: 1px solid #c72127 !important;
    background-color: #c72127 !important;
    color: #fff !important;
}

.add_stream_content {
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}

.strm_title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
}

.sf475 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    margin-top: 5px;
    line-height: 24px;
}

.sf475 a {
    font-weight: 500;
    color: #333;
}

.sf475 a:hover {
    color: #ed2a26 !important;
}

.stm_key {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    color: #333;
    line-height: 24px;
}

.group-form {
    margin-top: 27px;
    position: relative;
}

.group-form label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    color: #333;
    line-height: 24px;
}

._dlor1 {
    border: 1px solid #efefef;
    background: #f7f7f7;
    height: 40px;
    width: 100%;
    padding: 0 100px 0 20px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

._6tf7s {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 30px;
    padding: 0 15px;
    background: #ed2a26;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

._6tf7s:hover {
    background: #333;
    color: #fff;
}

._145d1 {
    height: 40px;
    padding: 0 20px;
    background: #ed2a26;
    color: #fff;
    border: 0;
    margin-top: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

._145d1:hover {
    background: #333;
    color: #fff;
}

._145d1 i {
    font-size: 120%;
    margin-right: 3px;
}

/* SYSTEM-WIDE GLOBAL MODAL STYLES (SÃ„Â°YOSÃ„Â°S NEON PURPLE) */
.modal {
    z-index: 10050 !important;
    background: rgba(8, 4, 20, 0.82) !important;
    backdrop-filter: blur(8px) !important;
}

.modal-backdrop {
    display: none !important;
}

.modal-dialog {
    margin-top: 80px !important;
}

.modal-content {
    background: linear-gradient(145deg, #180d38 0%, #0e0724 100%) !important;
    border: 1.5px solid rgba(162, 89, 255, 0.4) !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75), 0 0 30px rgba(162, 89, 255, 0.2) !important;
    color: #ffffff !important;
    overflow: hidden !important;
}

.modal-header {
    border: none !important;
    border-bottom: 1px solid rgba(162, 89, 255, 0.15) !important;
    border-radius: 0 !important;
    padding: 18px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
}

.modal-title, .modal-header h4, .modal-header h5 {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

.modal-header .close {
    color: #ffffff !important;
    opacity: 0.8 !important;
    font-size: 24px !important;
    outline: none !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.modal-header .close:hover {
    opacity: 1 !important;
    background: rgba(162, 89, 255, 0.3) !important;
}

.modal-body {
    border: none !important;
    border-radius: 0 !important;
    padding: 24px !important;
    color: #ffffff !important;
    background: transparent !important;
}

.modal-body input[type="file"]:not([style*="display:none"]):not([style*="display: none"]):not(.d-none):not([hidden]),
input[type="file"]:not([style*="display:none"]):not([style*="display: none"]):not(.d-none):not([hidden]) {
    background: rgba(10, 5, 25, 0.85) !important;
    border: 1.5px solid rgba(162, 89, 255, 0.4) !important;
    border-radius: 14px !important;
    color: #ffffff !important;
    padding: 3px 8px !important;
    font-size: 13.5px !important;
    width: 100% !important;
    height: 48px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    line-height: normal !important;
}

.modal-body input[type="file"]::file-selector-button,
.modal-body input[type="file"]::-webkit-file-upload-button,
input[type="file"]::file-selector-button,
input[type="file"]::-webkit-file-upload-button {
    background: linear-gradient(135deg, #a259ff 0%, #7c3aed 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    padding: 0 16px !important;
    height: 34px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    margin-right: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    cursor: pointer !important;
    align-self: center !important;
    vertical-align: middle !important;
    box-shadow: 0 4px 12px rgba(162, 89, 255, 0.35) !important;
}

.modal-footer {
    border: none !important;
    border-top: 1px solid rgba(162, 89, 255, 0.15) !important;
    border-radius: 0 !important;
    padding: 16px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    background: transparent !important;
}

.strm_title1 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
}

._1457s2 {
    margin-top: 30px;
    display: block !important;
    width: 100%;
}

.ui.toggle._1457s2.checkbox input:checked~.box:before, .ui.toggle._1457s2.checkbox input:checked~label:before {
    background-color: #ed2a26 !important;
}

.ui.toggle._1457s2.checkbox input:focus:checked~.box:before, .ui.toggle._1457s2.checkbox input:focus:checked~label:before {
    background-color: #ed2a26 !important;
}

._1457s2 label {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #333 !important;
    margin-bottom: 0 !important;
}

/*--- Explore Page ---*/

.srch_explore {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    color: #333 !important; 
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.srch_explore:focus {
    border: 1px solid #333 !important;  
    box-shadow: none !important;
}

.ui.swdh11 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh11.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

i.icon2 {
    font-size: 20px !important;
}

._14d25 {
    float: left;
    width: 100%;
}

/*--- Course Detail View Page ---*/

._bg4586 {
    padding: 60px 0 0 !important;
}

._215b01 {
    float: left;
    width: 100%;
    background: #333;
    padding: 30px 0;
}

.preview_video {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 3px;
}

._215b02 {
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: rgba(51,51,51,0.9);
    left: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
}

._215b03 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    line-height: normal;
    margin-bottom: 15px;
}

._215b04 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 26px;
}

._215b05 {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

._215b06 {
    display: flex;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

._215b07 {
    margin-right: 20px;
}

.caption_tooltip {
    display: inline-block;
    position: relative;
}

.caption_tooltip:hover {
    text-decoration: underline;
    color: #f7f7f7;
    cursor: pointer;
}

.caption-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    z-index: 1;
    right: 0;
    border-radius: 5px;
}

.caption-content span {
    color: #111111;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.caption-content span i {
    margin-right: 6px;
    font-size: 115%;
}

.caption_tooltip:hover .caption-content {display: block;}

._215b07 i {
    font-size: 120%;
}

._215b08 i {
    font-size: 120%;
}

._215b10 {
    width: 100%;
    float: left;
}

._215b11 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
    margin-right: 30px;
}

._215b11:hover {
    color: #fff !important;
}

._215b12 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
}

._215b12:hover {
    color: #fff !important;
}

._215b11 i {
    font-size: 120%;
    margin-right: 5px;
}

._215b12 i {
    font-size: 120%;
    margin-right: 5px;
}

._215b15 {
    float: left;
    width: 100%;
    padding: 20px 20px;
    background: #fff;
    margin-bottom: 17px;
}

.course_tabs {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.course_tabs .nav-item {
    margin-bottom:  0 !important;
}

.course_tabs .nav-tabs .nav-item.show .nav-link, .course_tabs .nav-tabs .nav-link.active {
    color: #333 !important;
    background-color: transparent !important;
    border-color: inherit !important;
    border-top: 0 !important;
    border-bottom: 2px solid #ed2a26 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.course_tabs .nav-tabs {
    border-bottom: 0 !important;
}

.tab_crse .nav-link {
    border-top: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #333 !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
}

.tab_crse .nav-link {
    padding: .5rem 1.5rem !important;
}

._215b17 {
    float: left;
    width: 100%;
}

._df7852 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
    margin-top: 0;
    display: block;
    margin-bottom: 10px !important;
}

._df7852:hover {
    color: #333 !important;
}

._215b31 {
    width: 100%;
    margin-top: 27px;
}

._215b31 li {
    display: inline-block;
}

.btn_adcart {
    height: 40px;
    border: 0;
    padding: 0 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #ed2a26;
    border: 1px solid #ed2a26;
    margin-right: 6px;
}

.btn_adcart:hover {
    background: #c72127;
    border: 1px solid #c72127;
}

.btn_buy {
    height: 40px;
    border: 0;
    padding: 0 25px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border: 1px solid #fff;
}

.btn_buy:hover {
    color: #fff;
    background: #c72127;
    border: 1px solid #c72127;
}

._215fgt1 {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

._htg451 {
    margin-top: 30px;
    margin-bottom: 20px;
}

._htg452 h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #333;
}

._htg452 ul li {
    display: block;
    margin-bottom: 5px;
}

._htg452 ul li:last-child {
    margin-bottom: 0;
}

._5f7g11 {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #111111;
    text-align: left;
    line-height: 26px;
}

._5f7g11::before {
    content: '\f111';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    color: #333;
    vertical-align: bottom;
    margin-right: 10px;
    line-height: 26px;
}

._abc123 {
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    text-align: left;
}

._htg452 p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #111111;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 26px;
}

._abc124 {
    padding-left: 30px;
}

._htgdrt {
    background: #fff;
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

._htgdrt h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #333;
}

._abcd145 li {
    padding-bottom: 10px;
}

._abcd145 li:last-child {
    padding-bottom: 0;
}

._5f7g15 {
    display: flex;
}

._5f7g15 i {
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

._5f7g15 span {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #111111;
    text-align: left;
    line-height: 26px;
    margin-left: 15px;
}

.crse_content {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.crse_content h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #333;
    float: left;
}

._112456 {
    float: right;
    padding-top: 3px;
}

.accordion-expand-holder li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.accordion-expand-holder li:last-child {
    margin-right: 0;
}

._d1452 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #333;
    cursor: pointer;
}

._d1452:hover {
    color: #ed2a26;
}

._fgr123 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #111111;
}

.ui-accordion {
    margin-top: 4px;
    float: left;
    width: 100%;
}

.accordion-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #efefef;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    padding: 15px 30px 15px 20px;
    background: #fff;
    border-radius: 0px;
}

.accordion-header .section-header-left {
    display: flex;
    flex-direction: column;
    flex-basis: 65%;
}

.accordion-header .section-title-wrapper {
    flex-direction: row;
    align-items: center;
    display: flex;
    color: #505763;
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 600;
}

.accordion-header .section-title-text {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 10px;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.accordion-header .section-header-right {
    display: flex;
    justify-content: flex-end;
    color: #505763;
    flex-basis: 40%;
}

.accordion-header .num-items-in-section {
    display: block;
    margin-right: 20px;
    white-space: nowrap;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.accordion-header .section-header-length {
    text-align: right;
    width: 42%;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.crse_icon {
    font-size: 110%;
    margin-right: 5px;
}

.ui-accordion-content {
    float: left;
    width: 100%;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #fff;
}

.ui-accordion-content .lecture-container {
    display: flex;
    padding: 12px 30px 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: none;
    color: #111111;
    letter-spacing: .3px;
    line-height: 1.33;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ui-accordion-content .left-content {
    display: flex;
    align-items: flex-start;
    width: 50%;
}

.ui-accordion-content .icon_142 {
    font-size: 18px;
    line-height: 18px;
    color: #afafaf;
}

.ui-accordion-content .top {
    flex-direction: column-reverse;
    display: flex;
    margin-left: 10px;
    width: 100%;
}

.ui-accordion-content .title {
    color: #111111;
    font-size: 14px;
    margin-top: -2px;
}

.ui-accordion-content .details {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
    width: 50%;
    font-size: 14px;
}

.ui-accordion-content .content-summary {
    color: #111111;
    flex-direction: row-reverse;
    display: flex;
    text-align: right;
    white-space: nowrap;
    width: 40%;
}

.ui-accordion-content .preview-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.ui-accordion-content .preview-text:hover {
    color: #ed2a26 !important;
}

.btn1458 {
    float: left;
    margin-top: 5px;
    border: 1px solid #dedfe0;
    height: 50px;
    background: #e8e9eb;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center;
    padding: 15px 0;
}

.btn1458:hover {
    border: 1px solid #e8e9eb;
    background: #e8e9eb;
    color: #333 !important;
}

.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: 3px;
}

.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: 3px;
}

._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;
}

.full-star:before {
    color: #f2b01e;
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
}

.empty-star:before {
    content: "\f005";
    position: absolute;
    left: 0;
    overflow: hidden;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.half-star:before {
    color: #f2b01e;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 60%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.half-star:after {
    content: '\f005';
    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;
}

._rate003 {
    
}

._rate004 {
    display: flex;
    cursor: pointer;
    height: auto;
    margin-top: 20px;
    border-radius: 0px;
}

.progress1 {
    display: flex;
    flex-basis: 50%;
    margin-right: 20px;
    height: 1.4rem !important;
}

.progress1 .progress-bar {
    background-color: #ed2a26 !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: 3px;
}

.rvsrch_btn {
    position: absolute;
    right: 3px;
    top: 2px;
    border-radius: 3px;
    border: 0;
    height: 26px;
    width: 26px;
    background: #ed2a26;
    color: #fff;
    font-size: 14px;
}

.rvsrch_btn:hover {
    background: #333;
    color: #fff;
}

.review_all120 {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 3px;
}

.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: 0px 2px 2px 0px 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: #111111;
    display: block;
    margin-top: 5px;
}

.rvds10 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 17px;
    line-height: 26px;
    color: #111111;
    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 8px;
    border-radius: 6px;
}

.more_reviews {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.radio--group-inline-container .radio-item {
    display: inline-block;
    margin-right: 10px;
}

.radio--group-inline-container .radio-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio--group-inline-container .radio-item input[type="radio"] + .radio-label:before {
    content: '';
    background: #f7f7f7;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio--group-inline-container .radio-item input[type="radio"]:checked + .radio-label:before {
    background-color: #ed2a26;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container .radio-item input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #0E8A86;
}

.radio--group-inline-container .radio-item input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio--group-inline-container .radio-item input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.radio-label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
    color: #333;
    margin-bottom: 0;
    cursor: pointer;
}

.report145 {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 24px;
    margin-left: 5px;
}

.vd_mdl .close {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    margin-left: auto;
    z-index: 1;
}

.vd_mdl .close:hover {
    color: #fff;
}

.vd_mdl .modal-body {
    padding: 0 !important;
}

.vd_mdl .modal-content {
    border-radius: 0 !important;
}

.vd_mdl .modal-body iframe {
    width: 100%;
    height: 375px;
    margin-bottom: -5px;
}

/*--- Instructor Profile View ---*/

._216b01 {
    float: left;
    width: 100%;
    background: #333;
    padding: 30px 0;
}

.dp_dt150 {
    display: flex;
    align-items: center;
}

.img148 {
    text-align: center;
}

.img148 img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.prfledt1 {
    margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
}

._bty149 {
    text-align: right;
}

.btn500 {
    height: 40px !important;
    padding: 0 30px !important;
}

._216b12 {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

._216b12 span {
    margin-right: 5px;
}

._216b12:hover {
    color: #fafafa !important; 
}

.prfledt1 h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.prfledt1 span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.rgt-145 {
    text-align: right;
    margin-top: 55px;
    margin-bottom: 30px;
}

._bty149 li {
    display: inline-block;
    margin-right: 5px;
}

._bty149 li:last-child {
    margin-right: 0;
}

.msg125 {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
}

._ttl120 {
    margin-top: 10px;
    border: 1px solid #4f4848;
    display: flex;
}

._ttl120 li {
    display: inline-block;
    width: 25%;
    padding: 15px 10px;
    border-right: 1px solid #4f4848;
}

._ttl120 li:last-child {
    border-right: 0;
}

._ttl121 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

._ttl123 {
    font-size: 13px;
    margin-top: 10px;
}

.rpt145 {
    position: relative;
}

._216b22 {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

._216b22 span {
    margin-right: 5px;
}

._216b22:hover {
    color: #fafafa !important; 
}

.cmmnt_1526{
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
    -webkit-box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
}

.img160 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.cmnt_group {
    display: flex;
}

._cmnt001 {
    margin-left: 20px;
    border: 1px solid #efefef;
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    resize: horizontal;
    height: 40px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    padding: 12px;
    border-radius: 3px;
    background: #f9f9f9;
}

.cmnt-btn {
    margin-top: 15px;
    float: right;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
   background: #452860;
    border-radius: 15px;
    border: 0;
    height: 40px;
    padding: 0px 30px;
}

.cmnt-btn:hover {
    color: #fff;
    background: #333;
}

.rpt101 {
    display: flex;
}

.report155 i {
    font-size: 130%;
    padding: 0 5px;
}

.report155 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 24px;
    margin-left: 5px;
}

.report155:hover {
    color: #ed2a26 !important;
}

.review_reply {
    padding-left: 50px;
}

/* --- Categories Page --- */

._1frstcate {
    width: 100%;
}

._cate101 {
    position: relative;
    background: #fff;
    display: inline-block;
    height: 40px;
    text-align: left;
    padding: 10px 15px 10px 55px;
    border-radius: 3px;
    box-shadow: 0in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 40px;
}

.cate_icon1 {
    background: #ed2a26;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.cate_521 h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 24px;
    text-align: left;
    margin-top: 50px !important;
}

.cate_option li:last-child {
    padding-bottom: 0;
}

.cate_option li {
    padding-bottom: 10px;
    display: block;
}

.cate_option li a {
    font-size: 14px;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-weight: 400;
}

/* --- History Page --- */

.grp_titles {
    padding: 30px 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.ht_title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
}

.ht_clr {
    float: right;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ui[class*="left icon"].swdh15.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px !important; 
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.tb_145 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.hstry142 .nav-pills .nav-link {
    border-radius: 2rem !important;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0.8rem 1.5rem;
    float: left;
    width: 100%;
}

.hstry142 .nav-pills .nav-link.active, .hstry142 .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #ed2a26 !important;
}

.hf_img {
    width: 30%;
    float: left;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.hf_img img {
    width: 100%;
    border-radius: 15px;
}



.hs_content {
    padding: 0px 15px 0px 20px;
    float: left;
    width: 70%;
    position: relative;
}


.eps_dots10 {
    top: 5px;
}

.mhs_title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.no-text {
    font-size: 14px;
    color: #111111;
    margin-top: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    margin-top: 0;
}

/* --- Watch Later Page --- */

.wtch125 {
    margin-bottom: 8px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    display: block;
}

.wtch125 .vdt14::after {
    content: '';
    margin: 0 4px;
}

.wtch125 .vdt14:last-child::after{
    display: none;
    content: '';
}

a.rmv-btn {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: block;
    background: #ed2a26;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
}

a.rmv-btn:hover {
    color: #fff !important;
    background: #333;
}

a.rmv-btn i {
    margin-right: 3px;
}

/* --- Setting Page --- */

.st_title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.setting_tabs .nav-pills .nav-link.active, .setting_tabs .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #ed2a26 !important;
    border-radius: 3px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 14px;
    margin-top: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.account_setting {
    margin-top: 36px;
}

.account_setting h4 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 18px;
    text-align: left;
}

.account_setting p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.basic_profile {
    margin-top: 32px;
}

.basic_ptitle h4 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.basic_ptitle p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.ui[class*="left icon"].swdh19.input>input {
    padding-left: 2em!important;
    padding-right: 2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.form-control-counter {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    color: #111111;
    background: #dedfe0;
    font-weight: 500;
    min-width: 34px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.ui.form.swdh30 textarea {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    outline: 0;
    color: rgba(0,0,0,.87);
    border-radius: 3px !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.ui.form.swdh30 textarea:focus {
    border: 1px solid #333 !important;
    box-shadow: none;
}

.divider-1 {
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
}

.basic_profile1 {
    margin-top: 47px;
}

.ui.label.lb12 {
    background-color: #dedfe !important;
    padding: .9999em 1.2em !important;
    color: #111111 !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.ui[class*="left icon"].swdh31.input>input {
    padding-left: 1em!important;
    padding-right: 2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.help-block {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #111111;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.save_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.save_btn:hover {
    color: #fff !important;
    background: #333;
}

.ml5 {
    margin-left: 65px;
    margin-top: 5px;
}

.ui.selection.dropdown.cntry152 {
    border: 1px solid #e5e5e5 !important;
    border-radius: 3px !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.ui.selection.active.dropdown.cntry152 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    box-shadow: none !important;
    border: 1px solid #333 !important;
}

.billing-percentages-progress-bar {
    margin-top: 80px;
}

.billing-percentages-progress-bar__labels li {
    width: 10%;
    display: flex;
    position: relative;
    font-size: 12px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.billing-percentages-progress-bar__labels {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}

.billing-percentages-progress-bar__profit {
    position: absolute;
    top: -50px;
}

.t5 {
    font-size: 12px;
    line-height: 18px;
}

.billing-percentages-progress-bar__label:after {
    background: #cfd8dc;
    content: "";
    height: 10px;
    position: absolute;
    top: -20px;
    width: 1px;
    left: 6px;
}

.billing-percentages-progress-bar__profit .format-currency {
    font-weight: inherit;
}

.billing-percentages-progress-bar__label_zero-level {
    color: #76d48f;
    font-weight: 700;
}

.return-departure-dts {
    color: #727272;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
    display: none;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.radio--group-inline-container_1 {
    width: 100%;
    display: flex;
}

.radio--group-inline-container_1 li {
    display: inline-block;
    width: 33.333%;
    margin-right: 20px;
}

.radio--group-inline-container_1 .radio-item_1 {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label_1:before {
    content: '';
    background: #f7f7f7;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked + .radio-label_1:before {
    background-color: #ed2a26;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus + .radio-label_1:before {
    outline: none;
    border-color: #0E8A86;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled + .radio-label_1:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.radio-label_1 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
    color: #333;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 15px 20px;
    background: #fff;
    width: 100%;
    border-radius: 3px;
}

.radio-label_1:hover {
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .4s ease-in-out;
}

.pymnt_title h4 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.pymnt_title p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-top: 10px;
}

.pymnt_title span {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.pymnt_title p a:hover {
    color: inherit;
    text-decoration: underline !important;
}

.save_payout_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
}

.save_payout_btn:hover {
    color: #fff;
    background: #333;
}

.api_btn {
    margin-top: 30px;
    padding: 0 20px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #efefef;
    color: #111111;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.api_btn:hover {
    border: 2px solid #333;
    color: #fff;
    background: #333;
}

.nt_apt {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nt_apt i {
    font-size: 120%;
    color: #ed2a26;
}

.mbs20 {
    margin-bottom: 20px !important;
}

.form-group1 label {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.image-upload-wrap {
    border: 1px solid #efefef;
    position: relative;
    border-radius:3px;
    background-color: #fff;
    border-radius: 3px;
}
.image-dropping,
.image-upload-wrap:hover {
    background-color: #fff;
    border: 1px solid #efefef;
}
.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #847577;
}
.drag-text {
    text-align: center;
    padding: 20px 0;
}

.drag-text h4 {
    font-size:16px;
    font-weight: 500;
    text-transform: none;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin-bottom:5px;
    margin-top: 0;
}
.drag-text p{
    font-size:12px;
    font-weight: 400;
    text-transform: none;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    line-height:12px;
}
.drag-text i{
    font-size:24px;
    text-transform: none;
    color: #a1a1a1;
    margin-bottom:10px;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.report_history {
    margin-bottom: 80px;
}

.report_history h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 20px;
}

.report_history p {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 10px;
    line-height: 26px;
}

.report_history a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 26px;
}

.report_history a:hover {
    color: inherit;
    text-decoration: underline !important;
}

.report_history ul {
    margin-bottom: 15px !important;
    list-style: disc;
    padding-left: 20px;
}

.report_history ul li {
    margin-bottom: 5px !important;
}

.lnk586 {
    margin-bottom: 50px;
    display: block;
}

.report_history span {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    line-height: 26px;
    display: block;
}

/* --- Help Page --- */

._215v12 {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #333;
    position: relative;
}

._215v12:before {
    content: "";
    background: url(https://cdna.iconscout.com/img/fafbb5d.svg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: contain;
    opacity: 0.1;
}

.help_stitle h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.help_tabs .nav-link {
    font-size: 18px !important;
}

.tpc152 {
    float: left;
    width: 100%;
}

.value_props50 {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #efefef;
    box-shadow: none;
    flex: 1;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    height: 200px;
}

.value_props51 {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 20px;
    box-shadow: none;
    flex: 1;
    float: left;
    color: #333 !important;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

._new89 {
    margin-left: 0 !important;
    float: left;
    width: 100%;
}

.back_link {
    padding-top: 10px;
    float: left;
}

.back_link a {
    color: #333;
    float: left;
    height: 38px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.back_link a:hover {
    color: #fff !important;
    background: #333;
    border: 1px solid #333;
}

.ml_item {
    float: left;
    width: 90%;
    text-align: center;
    padding-top: 12px;
}

.main_logo15 {
    float: none;
    width: 135px;
    text-align: center;
    margin: auto !important;
}

.hde152 {
    display: none;
}

.title125 {
    width: 100%;
    float: left;
}

.titleleft {
    float: left;
}

.titleright {
    float: right;
}

.ttl121 .breadcrumb {
    background-color: #fff !important;
    padding: 0 !important;
}

.ttl121 .breadcrumb-item a {
    color: #333;
}

.ttl121 .breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

.title126 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.title126 h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px !important;
    color: #333;
    text-align: left;
    line-height: 30px;
}

.frc123 {
    margin-top: 13px !important;
}

.vew120 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.vew121 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 26px;
    color: #333;
}

.vew121:hover {
    text-decoration: underline !important;
    color: #333;
}

.ntt125 li {
    padding-bottom: 5px;
}

.ntt125 li:last-child {
    padding-bottom: 0;
}

.rqst152 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #ed2a26;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 11px;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 50px;
}

.rqst152:hover {
    color: #fff !important;
    background: #333;
}

.vew120 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: left;
}

.mtl145 li {
    list-style: decimal;
    margin-left: 30px;
    font-family: 'Roboto', sans-serif;
}

/* --- About Us Page --- */

._215cd2 {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
    position: relative;
    margin-bottom: 0px;
}

._215cd2:before {
    content: "";
    background: url(../images/about/title_bg.jpg) center bottom repeat-x;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.title129 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.title129 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px !important;
    color: #333;
    text-align: center;
    line-height: 30px;
}

._215td5 {
    padding: 62px 0;
    float: left;
    width: 100%;
}

.title589 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #333;
    line-height: 26px;
}

.title589 p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #111111;
    line-height: 26px;
    padding: 0 300px;
}

.p__metric {
    font-size: 42px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}

.p__metric span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    text-align: center;
    color: #111111;
    line-height: 26px;
    display: block;
}

.feature125 {
    text-align: center;
    margin-top: 35px;
}

.feature125 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
    margin-top: 26px;
    text-align: center;
    color: #333;
}

.feature125 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #111111;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.feature125 i {
    font-size: 40px;
    text-align: center;
    color: #333;
    margin-bottom: 0;
}

._215zd5 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 62px 0;
}

.title478 {
    padding: 62px 0 0;
}

.title478 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.title478 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #111111;
    line-height: 26px;
    padding-top: 27px;
}
}

.story125 {
    text-align: center;
}

.story125 {
    text-align: center;
}

.jmio125 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    margin-top: 50px !important;
    text-align: left;
    color: #111111;
    line-height: 26px;
}

._215xd5 {
    padding: 62px 0;
    float: left;
    width: 100%;
    background: #ffffff;
}

.jmio125 img {
    width: 100%;
    margin-top: 50px;
}


.crer_btn_link {
    height: 40px;
    padding: 10px 20px;
    border: 0;
    margin-top: 34px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: inline-block;
}

.crer_btn_link:hover {
    color: #fff !important;
    background: #333;
}

/* --- Our Blog Page --- */

._205ef5 {
    padding: 0;
    float: left;
    width: 100%;
}

.blogleft12 {
    width: 100%;
}

.blogleft12 li {
    display: block;
    border-bottom: 1px solid #efefef;
}

.blogleft12 li:last-child {
    border-bottom: 0;
}

.blg152 {
    padding: 15px;
}

.category-topics {
    border-top: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #333;
    display: block;
    padding: 15px 20px;
}

.category-topics:first-child {
    border-top: 0;
}

.category-topics:after {
    /* content: '\f0da'; */
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-topics.collapsed:after {
    content: '\f0da'; 
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-card li {
    border: 0;
}

.category-item1 {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #111111;
    display: block;
    padding: 10px 20px;
}

.category-item1.active {
    font-weight: 500;
    color: #333;
}

.category-item1:last-child {
    padding-bottom: 20px;
}

.socl148 {
    padding: 20px;
}

.twiter158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    background: #1da1f2;
}

.facebook158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
    background: #3b5998;
}

.youtube158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
    background: #db2828;
}


.instagram158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
 
}

.ic45 {
    margin-right: 7px;
}

.help_link {
    padding: 15px 20px;
    text-align: center;
}

.help_link p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    color: #111111;
    line-height: 26px;
}

.help_link a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}

.blog_des {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: left;
    margin-top: 15px;
    display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogbg_1 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #efefef;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.main-p-pagination {
    float: left;
    margin-top: 50px;
    width: 100%;
    text-align: right;
    margin-bottom: 50px;
}

.main-p-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
    text-align: right;
}

.main-p-pagination .pagination .page-link {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 7px 12px;
    margin-left: 8px;
    line-height: 1.25;
    color: #111111;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #efefef;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.main-p-pagination .pagination .page-link.active {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.main-p-pagination .pagination .page-link:hover {
    background:#ed2a26;
    border: 1px solid #ed2a26;
    color:#fff !important;
    box-shadow:none;
}

.main-p-pagination .pagination .page-link:focus {
    box-shadow:none;
    color: inherit !important;
}

.main-p-pagination .pagination .page-link i {
    font-size:12px;
}

.blog_link {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.blog_link i {
    margin-right: 5px; 
}

.bg_blog2 img {
    width: 100%;
    margin-top: 30px;
    border-radius: 15px;
}

.vdtodt55 {
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.vdtodt55 .vdt24::after {
    content: '';
    margin: 0 4px;
}

.vdtodt55 .vdt24:last-child::after{
    display: none;
    content: '';
}

.blog_pagination {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bp_left {
    float: left;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}

.bp_left i {
    font-size: 24px;
    color: #333;
}

.bp_right {
    float: right;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}

.bp_right i {
    font-size: 24px;
    color: #333;
}

.kslu15 {
    margin-left: 15px;
    text-align: left;
}

.prevlink {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.kslu15:hover {
    margin-left: 5px;
    transition: margin .3s ease-out;
}

.prev_title {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    color: #111111;
}

.kslu16 {
    margin-right: 15px;
    text-align: right;
}

.prevlink1 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.kslu16:hover {
    margin-right: 5px;
    transition: margin .3s ease-out;
}

.prev_title1 {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    color: #111111;
}

/* --- Company Page --- */

.title484 {
    padding: 0 0 50px;
}

.title484 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.title484 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #111111;
    line-height: 26px;
    margin-top: 27px;
}

.cpy_img {
    width: 100%;
    float: left;
    position: relative;
}

.cpy_img img {
    width: 100%;
    border-radius: 3px;
}

.cpy_content {
    padding: 20px 10px 10px;
    float: left;
    width: 100%;
    position: relative;
}

.branches_all {
    margin-top: 5px;
    float: left;
    width: 100%;
}

.cmpy14s {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    margin-bottom: 7px;
    line-height: 26px;
}

.cmpylink {
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #111111;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
    margin-top: 15px;
    display: inline-block;
}

.cmpylink:hover {
    color: #333 !important;
}

.joblink {
    margin-top: 33px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #ed2a26;
    padding: 10px 20px;
    border-radius: 3px;
}

.joblink:hover {
    color: #fff !important;
    background: #333;
}

.story125 iframe {
    width: 100%;
    height: 300px;
}

.feature_careers .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 43%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.feature_careers .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.career_item {
    width: 100%;
    text-align: center;
}

.career_item_img {
    width: 80px;
    height: 8 0px;
    display: inline-block;
}

.career_item img {
    -o-object-fit: fill;
    object-fit: fill;
    min-width: 100%;
    height: auto;
    border-radius: 50%;
}

.career_item h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #333;
    line-height: 26px;
    margin-top: 29px;
}

.career_item p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #111111;
    line-height: 26px;
    padding: 0 200px;
}

.view-blog-link {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    text-align: left;
}

.view-blog-link:hover {
    color: #ed2a26 !important;
}

.view-blog-link i {
    font-size: 16px;
}

.apply_job_link {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    height: 190px;
    text-align: center;
}

.apply_job_link h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px !important;
    text-align: center;
    color: #333;
    line-height: 26px;
}

.apply_job_link span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #111111;
}

.career_lnk5 {
    font-size: 14px;
    color: #fff;
    background: #ed2a26;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
}

.career_lnk5:hover {
    color: #fff !important;
    background: #333;
}

.career_lnk6 {
    font-size: 14px;
    color: #fff;
    background: #ed2a26;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 0;
    display: inline-block;
}

.career_lnk6:hover {
    color: #fff !important;
    background: #333;
}

.apply_form {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
    margin-top: 3px;
    margin-bottom: 50px;
}

.apply_form h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.drag-text .applyfile {
    font-size:16px;
    font-weight: 500;
    text-transform: none;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin-bottom:5px;
    margin-top: 0;
}

.apply_links_sco {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.apply_links_sco h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.ui.selection.cntry152.dropdown {
    min-width: 100% !important;
    padding: .78571429em 2.1em 0.785714em 2em !important;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

/* --- Press Page --- */

.press_news {
    margin-top: 50px;
}

.press_news h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.press_news p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px !important;
    text-align: left;
    color: #111111;
    line-height: 26px;
}

.press_item {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.vdtopress {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px !important;
    text-align: left;
    color: #111111;
}

.press_item h4 {
    margin-bottom: 13px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.press_dt_view {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    border-radius: 3px;
}

.press_dt_view:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.press_dt_view i {
    margin-left: 2px;
    padding-top: 5px;
}

.allnews_btn {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
}

.allnews_btn:hover {
    text-decoration: underline !important;
    color: #ed2a26;
}

.press_item .press_title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    display: block;
}

/* --- Signup Signin Page --- */

.main_logo25 {
    float: none;
    width: 135px;
    text-align: center;
    margin: auto !important;
    padding: 50px 0;
}

.sign_in_up_bg {
    background: #f7f7f7 !important;
    position: relative;
    width: 100%;
}

.sign_in_up_bg:before {
    content: "";
    background: url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.04;
}

.sign_form {
    background: #fff;
    border-radius: 15px;
    padding: 50px 50px 30px;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

.ui.form.checkbox_sign {
    text-align: left;
}

.ui.checkbox.mncheck .box, .ui.checkbox.mncheck label {
    font-family: 'Roboto', sans-serif !important;
    color: #333;
    line-height: 20px;
}

.ui.checkbox.mncheck input:checked~.box:after, .ui.checkbox.mncheck input:checked~label:after {
    opacity: 1;
    color: #ed2a26 !important;
    font-size: 10px !important;
    border-radius: 100%;
    margin-top: 0;
}

.ui.checkbox.mncheck .box:before, .ui.checkbox.mncheck label:before {
    border-radius: 100%;
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px;
}

.login-btn {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #452860;
    border-radius: 15px;
    text-align: center;
    border: 0;
    width: 100%;
    height: 40px;
}

.login-btn:hover {
    color: #fff;
    background: #333;
}

.sign_form h2 {
    font-size: 24px;
    margin-bottom: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center; 
}

.sign_form p {
    font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center; 
    line-height: 26px;
}

.sgntrm145 {
    padding: 47px 0 30px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #efefef;
}

.sign_footer {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding: 50px 0;
    display: block;
    float: left;
    width: 100%;
}

.sign_footer img {
    margin-right: 10px;
}

.sgntrm145 a {
    color: #ed2a26;
}

.sgntrm145 a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.hvsng145 a {
    color: #ed2a26;
}

.hvsng145 a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.ui.swdh95 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh95.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ui[class*="left icon"].swdh95.input>input:focus {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.social_lnk_btn {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #efefef;
    border-radius: 3px;
    text-align: center;
    border: 0;
    width: 100%;
    height: 40px;
}

.social_lnk_btn i {
    margin-right: 10px;
    font-size: 120%;
}

.color_btn_fb {
    background: #3b5998 !important;
}

.color_btn_tw {
    background: #1da1f2 !important;
}

.color_btn_go {
    background: #34a853 !important;
}

./* --- Forgot Password Page --- */

.main-tabs {
    width: 100%;
}

.main-tabs {
    margin-bottom: 50px;
}

.main-tabs .nav-tabs{
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin: 0;
    border-bottom: 0;
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.main-tabs .nav-tabs .nav-item.show .nav-link, .main-tabs .nav-tabs .nav-link.active {
    color: #ed2a26 !important;
    background-color: none !important;
    border-bottom: 2px solid #ed2a26 !important;
}

.main-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #333 !important;
    background: none !important;
    border-bottom: 2px solid #efefef;
    text-decoration: none !important;
}

.main-tabs .nav-tabs .nav-item {
    width: 50%;
    border-right: 1px solid #efefef;
}

.main-tabs .nav-tabs .nav-item .nav-link {
    background:transparent;
    color:#111111;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height:24px;
    padding: 15px 10px !important;
    margin-right: 0;
    border:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-tabs .nav-tabs .nav-item:last-child {
    border-right: 0;
}

/* --- Paid Membership Page --- */

.memb4d25 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.membership_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
    margin-top: 47px;
}

.membership__left h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px !important;
    color: #333;
    text-align: left;
    line-height: 30px;
}

.memmbership_price {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #ed2a26;
    text-align: left;
    line-height: 26px;
}

.save_price {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    line-height: 26px;
}

.membership__right {
    float: right;
}

.membership__right img {
    height: 100px;
}

.membership__left {
    float: left;
}

.membership_title {
    float: left;
    width: 100%;
}

.membership_des {
    float: left;
    width: 100%;
}

.membership_des p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 40px !important;
    color: #111111;
    text-align: left;
    line-height: 26px;
}

.panel-title > a:before {
    float: right !important;
    font-family: 'Roboto', sans-serif;
    content:"\-";
    padding-right: 0px;
    font-size: 20px;
    padding-top: 2px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.chck_icon {
    color: #ed2a26;
    margin-right: 10px;
    font-size: 135%;
}

.panel-group {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.panel-title {
    vertical-align: middle;
}

.panel-default {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
}

.panel-default:first-child {
    border-top: 0;
}

.panel-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: left;
}

.panel-default-1 {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
}

.panel-title-1 {
    vertical-align: middle;
}

.panel-title-1 a {
    font-size: 18px;
    font-weight: 500;
    color: #111111 !important;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.chck_icon_1 {
    color: #111111;
    margin-right: 10px;
    font-size: 135%;
}

.prmb_btn {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 0;
    background: #ed2a26;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.prmb_btn:hover {
    background: #333;
    color: #fff;
}

.membership_faq_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0 30px 10px;
    border-radius: 3px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
    margin-top: 45px;
    margin-bottom: 28px;
}

.st_title5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

/* --- Paid Membership Checkout Page --- */

.mb4d25 {
    float: left;
    width: 100%;
    margin-top: 47px;
    margin-bottom: 5px;
}

.membership_chk_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}

.checkout_title h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #333;
    text-align: left;
    line-height: 26px;
}

.checkout-tabs {
    width: 100%;
    margin-top: 42px;
    margin-bottom: 20px;
}

.checkout-tabs .nav-tabs{
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin: 0;
    border-bottom: 0;
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.checkout-tabs .nav-tabs .nav-item.show .nav-link, .checkout-tabs .nav-tabs .nav-link.active {
    color: #ed2a26 !important;
    background-color: none !important;
    border-bottom: 2px solid #ed2a26 !important;
}

.checkout-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #333 !important;
    background: none !important;
    border-bottom: 2px solid #efefef;
    text-decoration: none !important;
}

.checkout-tabs .nav-tabs .nav-item {
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #efefef;
}

.checkout-tabs .nav-tabs .nav-item .nav-link {
    background:transparent;
    color:#111111;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height:24px;
    padding: 15px 10px !important;
    margin-right: 0;
    border:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.checkout-tabs .nav-tabs .nav-item:last-child {
    border-right: 0;
}

.check_icon5 {
    font-size: 120%;
    margin-right: 5px;
}

.lbel25 label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #333;
    text-align: left;
    display: block;
}

.t-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px !important;
    color: #111111;
    line-height: 26px;
    text-align: left;
    margin-top: 25px !important;
}

.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.media>div:first-child {
    margin-right: 1em;
}

.media__item {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.media__body {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.financial-institutes {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.financial-institutes__logo img {
    width: 48px;
    height: 30px;
}

.t2-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #111111;
    line-height: 26px;
    text-align: left;
    margin-top: 0px !important;
}

.chckout_order_dt {
    margin-top: 34px;
    width: 100%;
    border-top: 1px solid #efefef;
    padding-top: 30px;
}

.order_dt_section {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.order_title {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.order_title h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    float: left;
    margin-bottom: 0;
    line-height: 24px;
    width: 70%;
    text-align: left;
}

.order_title .order_price {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: right;
    float: right;
    width: 30%;
    margin-bottom: 0;
}

.order_title h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.chckot_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: right;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.chckot_btn:hover {
    color: #fff !important;
    background: #333;
}

.save_address_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.save_address_btn:hover {
    color: #fff !important;
    background: #333;
}

.address_text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}

.order_title h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.order_title h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.order_title .order_price5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: right;
    float: right;
    width: 30%;
    margin-bottom: 0;
}

.scr_text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 27px;
}

.scr_text i {
    font-size: 120%;
    margin-right: 5px;
}

.rght1528 {
    position: sticky;
    top: 90px;
}


/* --- Thank You Page --- */

.coming_soon_wrapper {
    margin-left: 0;
    margin-top: 0;
    padding: 0 !important;
}

.coming_soon_style {
    background-color: #333 !important;
    background-image: -moz-radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
    background-image: -webkit-radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
    background-image: -o-radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
    background-image: -ms-radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
    background-image: radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
}

.cmtk_group {
    width: 100%;
    padding: 100px 0;
}


.ct-logo {
    width: 100%;
    text-align: center;
}

.ct-logo img {
    width: 150px;
}

.cmtk_dt {
    padding: 106px 0 0px;
    text-align: center;
}

.thnk_coming_title {
    font-size: 10em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.thnk_title1 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 26px;
    margin-top: 0;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.thnk_des {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 26px;
    margin-top: 0;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    margin-top: 30px;
    margin-bottom: 0;
}

.thnk_des span {
    color: #fe807e;
}

.thnk_des a {
    color: #ed2a26;
}

.thnk_des a:hover {
    color: #ed2a26 !important;
    text-decoration: underline !important;
}

.tc_footer_main {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #333; 
}

.tc_footer_left ul li {
    display: inline-block;
}


.tc_footer_left {
    float: left;
}

.tc_footer_left a {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 24px;
    padding: 10px 10px 0;
    color: #fff;
}

.tc_footer_left a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.tc_footer_right {
    float: right;
}

.tc_footer_right p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 24px;
}


/* --- Coming Soon Page --- */

.no-padding {
    padding: 0 !important;
}

.no-float {
    float: none !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 75px;
}

.noti-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 41px;
}

.cmtk_dt .clock {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cmtk_dt .clock li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    width: 22%;
}

.cmtk_dt .clock li span {
    font-weight: 600;
    font-size: 8em;
    color: #fff;
    line-height: 1em;
    display: block;
    font-family: "Roboto", sans-serif;
}

.cmtk_dt .clock, .cmtk_dt .social-icons a:hover {
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.cmtk_dt .clock li label {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    height: 20px;
    margin: 10px 0 0;
    line-height: 20px;
}

.cmtk_dt .clock li.sep {
    font-size: 5.5em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 38px 0;
    width: 4%;
}

.ui[class*="left icon"].thykh19.input>input {
    padding-left: 2em!important;
    padding-right: 8em!important;
    height: 50px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #fff !important;
    background: #f1f1f1;
}

.ui[class*="left icon"].thykh19.input>input:focus {
    border: 2px solid #fff !important;
}

.noti-btn {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #ed2a26;
    border-radius: 3px;
    height: 40px;
    border: 0;
    padding: 0 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}

/* --- Error 404 Page --- */

.title_404 {
    font-size: 14em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.bk_btn {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #ed2a26;
    border-radius: 3px;
    height: 40px;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 25px;
}

.bk_btn:hover {
    color: #fff !important;
    background: #ed2a26;
    box-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

/* --- Terms of use Page --- */

.ttrm15 {
    float: left;
    width: 100%;
}

.ttrm15 li {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.ttrm15 li:last-child {
    border-bottom: 0;
}

.tt_item {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
}

.atlink {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 26px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}

.vew120 .term_link14 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #333;
    text-align: left;
}

.vew120 .term_link14:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

 

.contact1256 {
    float: left;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 64px;
}

.contact_link_step {
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: block;
}

.contact_link_step img {
    width: 70px;
}

.contact_link_step h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #333;
    text-align: center;
    margin-top: 24px;
}

.contact_map {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: none;
    width: 100%;
    margin-top: 64px;
    text-align: center;
}

.contact_map #map {
    width: 100%;
    height: 350px;
}

.contact_map #map svg g {
    fill: #ed2a26 !important;
}

.contact_info {
    margin-top: 64px;
}

.contact_list_info {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.contact_list_info li {
    display: block;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.contact_list_info .txt_cntct {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: left;
    float: left;
    width: 100%;
}

.contact_list_info .cntct_895 i {
    font-size: 120%;
}

.edututs_links_social {
    float: left;
    width: 100%;
    margin-top: 24px;
}

.contact_list_info .cntct_895 {
    float: left;
    width: 35%;
    color: #333;
    font-weight: 500;
}

.contact_list_info .txt_cntct p {
    width: 65%;
    float: left;
    line-height: 26px;
}

/* --- Certification Center Page --- */

._215certibg {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #333;
    position: relative;
}

._215certibg:before {
    content: "";
    background: url(../images/cerificate_center/center_bg.jpg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.cert_banner_text {
    text-align: center;
}

.cert_banner_text h1 {
    font-size: 60px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.cert_banner_text p {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
}

.certi_icons {
    padding-top: 56px;
}


.certi_icons li {
    display: inline-block;
}

.edttslogo img {
    width: 135px;
}

.edttsplus img {
    width: 80px;
    margin: 0 40px;
}

.edttslogo1 img {
    width: 150px;
}

.certi-btn {
    margin-top: 80px;
    border: 0;
    height: 50px;
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 3px;
    background: #ed2a26;
}

.title889 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px !important;
    text-align: center;
    color: #333;
    line-height: 26px;
}

.catey-tabs {
    margin-top: 35px;
}

.catey-tabs .nav-pills .nav-link.active, .catey-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ed2a26 !important;
    border-radius: 3px;
}

.catey-tabs .nav-pills .nav-link:focus, .catey-tabs .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #ed2a26 !important;
    border-radius: 3px;
}

.catey-tabs .nav-pills .nav-item {
    margin: 0 2px;
}

.certicates {
    margin-top: 0;
}

.certilink__152 {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 20px;
    box-shadow: none;
    flex: 1;
    float: left;
    color: #333 !important;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    text-align: center;
}

.certilink__152:hover {
    color: #fff !important;
    background: #ed2a26 ;
}

._485td5 {
    padding: 62px 0;
    float: left;
    width: 100%;
    position: relative;
    background: #333;
}

._485td5:before {
    content: "";
    background: url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.06;
}

.titleceti89 h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #fff;
    line-height: 26px;
}

.who_get {
    text-align: center;
    margin-top: 43px;
}

.who_img {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    padding: 23px 0;
    border: 5px solid #fff;
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.who_get img {
    width: 90px;
}

.who_get h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-top: 27px;
    text-align: center;
    line-height: 26px;
}

.knowledge_dts {
    text-align: center;
    margin-top: 30px;
}

.knowledge_dts p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: center;
}

.knowledge_btn {
    margin-top: 23px;
    border: 0;
    height: 50px;
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 3px;
    background: #ed2a26;
}

.knowledge_btn:hover {
    color: #fff;
    background: #333;
}

/* --- Certification Form Fill Page --- */

.certi_form {
    float: left;
    width: 100%;
    margin: 50px 0 65px;
}

.category_cop {
    float: left;
    width: 100%;
    text-align: left;
}

.category_cop h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 35px !important;
    text-align: left;
    line-height: 26px;
    margin-bottom: 0;
}

.panel-title10 {
    vertical-align: middle;
}

.panel-title10 > a:before {
    float: right !important;
    font-family: 'Roboto', sans-serif;
    content:"\-";
    padding-right: 0px;
    font-size: 18px;
    padding-top: 2px;
}

.panel-title10 > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title10 a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.panel-title10 > a:hover, 
.panel-title10 > a:active, 
.panel-title10 > a:focus  {
    text-decoration:none;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #fff;
    border-color: #ed2a26 !important;
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: #ed2a26 !important;
}

.sign_form p {
    font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    line-height: 26px;
}

.testtrm145 {
    padding: 20px 0 10px;
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
    text-align: left !important;
}

.testtrm145 a {
    color: #ed2a26;
}

.testtrm145 a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.sgntrm145 a {
    color: #ed2a26;
}

.questrm145 {
    padding: 33px 0 5px;
    margin-bottom: 0 !important;
}

.questrm145 span {
    color: #ed2a26;
    margin: 0 2px;
}

/* --- Certification Test View Page --- */

.test_timer_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 50px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.test_timer_left {
    width: 100%;
    float: left;
    display: flex;
}

.test_timer_left li {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 30px 20px;
    border-right: 1px solid #efefef;
}

.test_timer_left li:last-child {
    border-right: 0;
}

.timer_time {
    float: left;
    width: 100%;
    text-align: center;
}

.timer_time h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 100%;
    padding: 35px 0;
    background: #fff ;
}

.timer_time p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.ques_item {
    margin-bottom: 35px;
}

.ques_item:last-child {
    margin-bottom: 0;
}

.ques_title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 24px;    
}

.ques_title span {
    font-weight: 600;
    margin-right: 10px;
}

.ques_item label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
}

.test_submit_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: left;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.test_submit_btn:hover {
    color: #fff !important;
    background: #333;
}

/* --- Certification Test Result --- */

.test_result_bg {
    width: 100%;
    float: left;
}

.test_result_left {
    width: 100%;
    float: left;
    display: flex;
}

.test_result_left li {
    width: 33.333%;
    float: left;
    display: inline-block;
    padding: 0;
}


.result_dt {
    float: left;
    width: 100%;
    text-align: center;
}

.result_dt h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #532c78;
    border-radius: 100%;
    padding: 35px 0;
    background: #532c78;
}

.result_dt .right_ans {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #01b200;
    border-radius: 100%;
    padding: 38px 0;
    background: #01b200;
}

.result_dt .wrong_ans {
    font-size: 46px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #fb3838;
    border-radius: 100%;
    padding: 36px 0;
    background: #fb3838;
}

.result_dt p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.result_dt span {
    color: #111111;
    margin-left: 5px;
    font-weight: 400;
}

.result_content {
    margin-top: 57px;
    float: left;
    width: 100%;
    text-align: center;
}

.result_content h2 {
    font-size: 42px;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
}

.result_content p {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 0;
}

.download_btn {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #ed2a26;
    border-radius: 3px;
    height: 40px;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 25px;
}

.download_btn:hover {
    color: #fff !important;
    background: #333;
}

/* --- Search Result --- */

.result_stitles {
    padding: 0px 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.rs6t_title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
}

.filter__counter {
    color: #111111;
    margin-left: 5px;
}

.rating_filter i {
    font-size: 18px;
    margin: 0 -3px;
    color: #fdcc0d;
}

.filter_selector {
    float: right;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
}

.ui.inline.dropdown.flt145>.text {
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif;
}

/* --- Invoice Page --- */

.invoice_header {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 60px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: none !important;
}

.invoice_header_item {
    float: left;
    width: 100%;
    text-align: center;
}

.invoice_logo {
    float: left;
    width: 135px;
}

.invoice_logo img {
    width: 100%;
}

.invoice_header_item p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    float: right;
}

.invoice_body {
    padding: 50px 30px;
    background: #fff;
    float: left;
    width: 100%;
}

.invoice_date_info {
    float: right;
    width: 100%;
}

.invoice_date_info ul {
    float: right;
}


.invoice_date_info ul li {
    display: block;
    margin-bottom: 5px;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.vdt-list span {
    color: #333;
    margin-right: 10px;
}

.invoice_header_main {
    background: #333;
    float: left;
    width: 100%;
    height: 60px;
    display: flex !important;
    align-items: center !important;
    padding: 30px;
}

.invoice_dts {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.invoice_title {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
}

.vhls140 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.vhls140 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

.vhls140 ul li {
    display: block;
    margin-bottom: 5px;
}

.vhls140 ul li:last-child {
    margin-bottom: 0;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.invoice_table {
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #fafafa;
    border-radius: 5px;
}

.invoice_table .table {
    margin-bottom: 0 !important;
}

.invoice_table .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #efefef !important;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
}

.invoice_table .table td, .invoice_table .table th {
    padding: 20px !important;
    vertical-align: top !important;
    border-top: 0 !important;
}

.user_dt_trans {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.jsk1145 {
    text-align: right;
}

.jsk1145 .totalinv2 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #242424;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.invoice_table .table td {
    border-top: 1px solid #efefef !important;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.leftfooter {
    float: left;
}

.leftfooter p {
    font-size: 14px;
    color: #757575;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
}

.righttfooter {
    float: right;
}

.print_btn {
    float: right;
    height: 40px;
    background: #ed2a26;
    padding: 11px 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}

.print_btn:hover {
    background: #333;
    color: #fff !important;
}

.line-title {
    padding-top: 20px;
    margin-bottom: 6px;
}

/* --- Shopping Cart --- */

.coupon_code p {
    font-family: 'Roboto', sans-serif;
    padding: 20px 0 0;
    float: left;
    width: 100%;
}

.code-apply-btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    /* margin-top: 45px; */
    /* margin-bottom: 20px; */
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    /* display: block; */
    position: absolute;
    right: 0;
}

.code-apply-btn:hover {
    color: #fff !important;
    background: #333;
}

.chck-btn22 {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff !important;
    background: #ed2a26;
    border-radius: 3px;
    text-align: center;
    border: 0;
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px 0;
}

.chck-btn22:hover {
    color: #fff !important;
    background: #333;
}

.ui.search .prompt {
    border-radius: 3px !important;
}

/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    color: #333;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.night_mode_switch__btn a i {
    font-size: 120%;
    height: 30px;
    Width: 30px;
    background: #ffecec;
    border-radius: 100%;
    margin-right: 10px;
    padding: 1px 7px 0;
    display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}

/* --- Downloaded Course View Pages --- */

.lecture-header{
    background-color: #333333;
    height: 50px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.lecture-header-right {
    width: 100%;
    background-color: #532c78;
    color: white;
}

.lecture-container-wrap {
    /* margin-top: 50px; */
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 349px;
    flex: 0 0 349px;
    /* border-right: 1px solid #dee2e6; */
    background-color: #532c78;
}

a.nav-icon-list {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 1px 15px;
}

a.nav-icon-list:hover {
    color: #fff !important;
}

.lecture-header-right .nav-btn {
    width: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    display: inline-table;
}

.lecture-header-right a.disabled {
    cursor: not-allowed !important;
    /* background-color: #CCCCCC !important; */
    color: #532c78 !important;
}

.lecture-header-right .nav-btn span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.lecture-header-right .nav-btn:hover{
    background-color: #ed2a26;
    color: #fff !important;
}

.lecture-container{
     margin-left: 350px; 
    /* background: #f7f7f7; */
    padding: 10px;
    height: auto;
    width: 100%;
}

.back-to-curriculum {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    color: #333333;
    font-weight: bold;
    padding: 2px 0;
}

.section-item-title .lecture-name small {
    color: #666;
}

.lecture-title{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    font-family: "Roboto", sans-serif !important;
}

.lecture-lock-icon i{
    font-size: 50px;
}

.lecture-lock-title{
    font-weight: 300;
}

.lecture-attachments-title{
    font-size: 16px;
}

.lecture-attachments .lecture-attachment{
    font-size: 14px;
}

.lecture-sidebar{
    width: 350px; 
    background-color: #fff;
    border-right: 1px solid #efefef;
    position: fixed;
    height: 100% !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
    padding-bottom: 20px;
    z-index: 9;
}

.lecture-sidebar-course-title{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-top: 50px !important;
    background-color: rgba(0,0,0,.05);
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif !important;
}

.lecture-sidebar-curriculum-wrap .section-item-title a{
    background-color: #f0f0f0;
    color: #111111;
}

.sidebar-section-item.completed .section-item-title a{
    color: #f47721;
}

.sidebar-section-item.active .section-item-title a{
    background-color: #efefef;
    color: #000;
}

.pp-2 {
    padding: 10px 20px;
}

.section-header {
    border-bottom: 2px solid #efefef;
}

.video-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

.lec-responsive-width {
    max-width: 100% !important;
    height: auto;
    box-sizing: border-box;
}

.video-responsive {
    position: relative;
    width: 100%;
    height: 0;
    display: contents;
    overflow: hidden;
}

.lecture-content-inner-video {
    position: relative;
    height: calc(100vh - 85px) !important;
    width: 100%;
}

.ui-accordion-content .lecture-container {
    display: flex;
    padding: 12px 30px 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: none;
    color: #111111;
    letter-spacing: .3px;
    line-height: 1.33;
    font-weight: 400;
    margin-left: 0 !important;
}

.lecture-content-txt p {
    line-height: 26px;
}


.alert-danger {
    color: #fff;
    background-color: #ed2a26;
    border-color: #ed2a26;
}

b {
    /* color:#ed2a26; */
}


.curriculum-add-item {
    display: flex;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 15px 20px;
    align-items: center;
}


.crse_reviews_siyosis_positive {
    font-family: 'Roboto', sans-serif;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 9999px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 600;
    max-width: fit-content;
    max-height: fit-content;
    box-sizing: unset;
    border-width: 3px;
    min-width: 16px;
    min-height: 16px;
    background-color: #45286075;
    font-size: 16px;
    line-height: 16px;
    padding: 6px;
}

.crse_reviews_siyosis_negative {
    font-family: 'Roboto', sans-serif;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 9999px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 600;
    max-width: fit-content;
    max-height: fit-content;
    box-sizing: unset;
    border-width: 3px;
    min-width: 16px;
    min-height: 16px;
    background-color: rgb(240, 79, 89);
    font-size: 16px;
    line-height: 16px;
    padding: 6px;
}


.point_bg {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    margin-top: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(30px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.point_bg img {
    width: 60px !important;
    height: 60px !important;
    /* border-radius: 100%; */
    display: inline-block !important;
    /* border: 1px solid #fff; */
    /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); */
}

.point_bg h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.point_bg p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #111111;
    display: inline-block;
    text-align: center;
    position: relative;
}

.point_bg p span {
    width: 6px;
    height: 6px;
    background: #ed2a26;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    right: -9px;
}

.progress-bar-siyosis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #401569;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;

}

.progress-bar-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4CAF50;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;

}


.progress-bar-warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #F44336;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;

}

.progress-siyosis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .5rem !important;
    overflow: hidden;
    font-size: 0.75rem !important;
    background-color: #e9ecef;
    border-radius: 0.25rem !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #c7c7c7 !important;
  background-color: #452860 !important;
  color: #fff !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.unite_title {
    font-size: 20px !important;
    line-height: 30px;
}

.reply:hover{
    cursor: pointer;
}

.reply img{
    filter: blur(1.5px);
}

.reply:hover img{
    filter: blur(0px);
}

.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px !important;
    overflow: hidden;
}


.cta-box {
    background-image: url(../images/bg-pattern.png);
    background-size: cover;
    border-radius: 15px !important;
    overflow: hidden;
}

.cta-box .cta-box-title {
    font-size: 20px;
    line-height: 30px;
}

.cta-box-no-radius {
    background-image: url(../images/bg-pattern.png) !important;;
    background-size: cover !important;;
    border-radius: 0px !important;
    overflow: hidden;
}

.cta-box-no-radius .cta-box-title {
    font-size: 20px;
    line-height: 30px;
}

.bg-siyosis {
    background-color: #401569 !important;
}


.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: 3px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #401569;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #4250f2;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #0acf97;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #089e74;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #39afd1;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #2991ae;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 175, 209, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(57, 175, 209, 0.5);
}

.badge-warning {
    color: #313a46;
    background-color: #ffbc00;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #313a46;
    background-color: #cc9600;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #fa5c7c;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #f82b54;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.5);
}

.badge-light {
    color: #313a46;
    background-color: #e3eaef;
}

a.badge-light:hover, a.badge-light:focus {
    color: #313a46;
    background-color: #c3d2dc;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 234, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(227, 234, 239, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #313a46;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1c2128;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
    border-radius: 15px !important;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.8125rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #3b407f;
    background-color: #e3e5fd;
    border-color: #d8dafc;
}

.alert-primary hr {
    border-top-color: #c0c4fa;
}

.alert-primary .alert-link {
    color: #2b2e5c;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #401569;
    background-color: rgba(154, 161, 171, 0.15);
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-success hr {
    border-top-color: #a5eed9;
}

.alert-success .alert-link {
    color: #033b2b;
}

.alert-info {
    color: #1e5b6d;
    background-color: #d7eff6;
    border-color: #c8e9f2;
}

.alert-info hr {
    border-top-color: #b3e1ed;
}

.alert-info .alert-link {
    color: #133a45;
}

.alert-warning {
    color: #856200;
    background-color: #fff2cc;
    border-color: #ffecb8;
}

.alert-warning hr {
    border-top-color: #ffe59f;
}

.alert-warning .alert-link {
    color: #523c00;
}

.alert-danger {
    color: #823040;
    background-color: #fedee5;
    border-color: #fed1da;
}

.alert-danger hr {
    border-top-color: #fdb8c6;
}

.alert-danger .alert-link {
    color: #5d222e;
}

.alert-light {
    color: #767a7c;
    background-color: #f9fbfc;
    border-color: #f7f9fb;
    margin-bottom: 10px !important;
}

.alert-light hr {
    border-top-color: #e6ecf3;
}

.alert-light .alert-link {
    color: #5d6062;
}

.alert-dark {
    color: #191e24;
    background-color: #d6d8da;
    border-color: #c5c8cb;
}

.alert-dark hr {
    border-top-color: #b8bbbf;
}

.alert-dark .alert-link {
    color: #040506;
}




.btn .mdi:before {
    line-height: initial;
}

.btn-rounded {
}

.btn-primary {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(114, 124, 245, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(114, 124, 245, 0.5);
}

.btn-secondary {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(108, 117, 125, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(108, 117, 125, 0.5);
}

.btn-success {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(10, 207, 151, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(10, 207, 151, 0.5);
}

.btn-info {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(57, 175, 209, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(57, 175, 209, 0.5);
}

.btn-warning {
    -webkit-box-shadow: 0px 2px 6px 0px #bf1212;
    box-shadow: 0px 2px 6px 0px #bf1212b8;
}

.btn-danger {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(250, 92, 124, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(250, 92, 124, 0.5);
}

.btn-light {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(227, 234, 239, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(227, 234, 239, 0.5);
}

.btn-dark {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(49, 58, 70, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(49, 58, 70, 0.5);
}

.badge-primary-lighten {
    color: #401569;
    background-color: rgba(114, 124, 245, 0.18);
}

.badge-primary-lighten[href]:hover, .badge-primary-lighten[href]:focus {
    color: #401569;
    text-decoration: none;
    background-color: rgba(114, 124, 245, 0.4);
}

.badge-secondary-lighten {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.18);
}

.badge-secondary-lighten[href]:hover, .badge-secondary-lighten[href]:focus {
    color: #6c757d;
    text-decoration: none;
    background-color: rgba(108, 117, 125, 0.4);
}

.badge-success-lighten {
    color: #0acf97;
    background-color: rgba(10, 207, 151, 0.18);
}

.badge-success-lighten[href]:hover, .badge-success-lighten[href]:focus {
    color: #0acf97;
    text-decoration: none;
    background-color: rgba(10, 207, 151, 0.4);
}

.badge-info-lighten {
    color: #39afd1;
    background-color: rgba(57, 175, 209, 0.18);
}

.badge-info-lighten[href]:hover, .badge-info-lighten[href]:focus {
    color: #39afd1;
    text-decoration: none;
    background-color: rgba(57, 175, 209, 0.4);
}

.badge-warning-lighten {
    color: #ffbc00;
    background-color: rgba(255, 188, 0, 0.18);
}

.badge-warning-lighten[href]:hover, .badge-warning-lighten[href]:focus {
    color: #ffbc00;
    text-decoration: none;
    background-color: rgba(255, 188, 0, 0.4);
}

.badge-danger-lighten {
    color: #fa5c7c;
    background-color: rgba(250, 92, 124, 0.18);
}

.badge-danger-lighten[href]:hover, .badge-danger-lighten[href]:focus {
    color: #fa5c7c;
    text-decoration: none;
    background-color: rgba(250, 92, 124, 0.4);
}

.badge-light-lighten {
    color: #e3eaef;
    background-color: rgba(227, 234, 239, 0.18);
}

.badge-light-lighten[href]:hover, .badge-light-lighten[href]:focus {
    color: #e3eaef;
    text-decoration: none;
    background-color: rgba(227, 234, 239, 0.4);
}

.badge-dark-lighten {
    color: #313a46;
    background-color: rgba(49, 58, 70, 0.18);
}

.badge-dark-lighten[href]:hover, .badge-dark-lighten[href]:focus {
    color: #313a46;
    text-decoration: none;
    background-color: rgba(49, 58, 70, 0.4);
}

.curriculum-add-item {
    display: flex;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 15px 20px;
    align-items: center;
    border-radius: 15px;
}

.section-title {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}

.ml-left {
    margin-left: auto;
}


.main-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #452860;
    border-radius: 15px;
    margin-right: 5px;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
}

.main-btn:hover {
    color: #fff !important;
    background: #333;
}

.lecture-content-inner {
    margin-top: 60px;
    border-radius: 15px;
    overflow: hidden;
}

.user-avatar {
    margin-top: 0px;
    float: left;
    position: relative;
}

.user-avatar img {
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.msg__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #452860;
    position: absolute;
    right: 10px;
    bottom: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.msg__badge2 {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #db2828;
    position: absolute;
    left: 31px;
    top: 55px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.placement__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #452860;
    position: absolute;
    right: 31px;
    top: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.course__form {
    background: #fff;
    margin-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.general_info10 {
    padding: 0 30px;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #333;
    /* background: linear-gradient(#581c87, #111827) no-repeat !important; */
    background-attachment: fixed !important;
    background-size: cover !important;
}


                 .pagination {
                        justify-content: center;
                    }

                    /* Aktif sayfa */
.page-link.active,
.page-link.active span {
     color: #ffffff;
     background: linear-gradient(135deg, #49236f 0%, #090a1e 100%);
     /* border-color: #0b0a20; */
     font-weight: 600;
     cursor: default;
     /* box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3); */
     padding: .5rem 6px;
}

.pagination li:first-child  {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.pagination li:last-child  {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.text-white p {
    color: #fff !important;
}


.text-dangers {
    color: #dc3545 !important;
}

/* ========================================== 
   FILE: responsive.css 
   ========================================== */
/* Extra small devices (portrait phones, less than 576px) */
 @media (max-width: 575.98px) {
.main_logo {
    margin-left: 5px !important;
    width: 120px !important;
    margin-top: 5px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.upload_btn {
    /* display: none; */
}

.header_right ul li:nth-child(2) {
    /* display: none !important; */
}

.option_links {
    padding: 10px 3px !important;
    font-size: 18px !important;
}

.opts_account img {
    margin-left: 5px !important;
    width: 30px !important;
}

.menu.dropdown_mn {
   margin-right: -43px !important;
}

.menu.dropdown_ms {
   margin-right: -82px !important;
}

.noti_count {
    right: 0 !important;
}

.play_btn1 {
    top: 40%;
    right: 45% !important;
}

.value_props {
    text-align: center;
}

.value_icon {
    width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.edu_social_links {
    text-align: left !important;
    margin-top: 10px;
}

.edu_social_links a:first-child {
    padding-left: 0;
}

.live1452 iframe {
    height: 190px !important;
}

.user_dt_right {
    float: left !important;
    width: 100%;
    margin-top: 30px;
} 

.user_dt_right ul li {
    width: 24.3%;
}

._215b03 {
    margin-top: 30px;
}

.tab_crse .nav-link {
    padding: .5rem 1rem !important;
}

.progress1 {
    flex-basis: 30% !important;
}

.reviews_left {
    margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
    margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

.billing-percentages-progress-bar__labels li {
    width: 15% !important;
}

.radio--group-inline-container_1 li {
    margin-right: 5px !important;
}

.radio-label_1 {
    padding: 15px 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
    width: auto !important;
    text-align: left !important;
    padding-top: 6px;
    margin-left: 15px !important;
}

.hde151 {
    display: none;
}

.hde152 {
    display: block !important;
}

.titleright {
    float: left !important;
    width: 100%;
    margin-top: 30px;
}

.title589 p {
    padding: 0 0 !important;
}

.title478 {
    padding: 0 0 80px !important;
}

.prev_title {
    max-width: 100px !important;
}

.prev_title1 {
    max-width: 100px !important;
}

.story125 iframe {
    margin-bottom: 50px;
}

.career_item p {
    padding: 0 0 !important;
}

.membership__right {
    display: none;
}

.thnk_coming_title {
    font-size: 4em !important;
}

.tc_footer_left {
    width: 100%;
    text-align: center;
}

.tc_footer_right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.cmtk_dt .clock li span {
    font-size: 3.5em !important;
}

.cmtk_dt .clock li label {
    font-size: 14px !important;
}

.cmtk_dt .clock li.sep {
    font-size: 2.5em !important;
}

.cmtk_dt {
    padding: 71px 0 61px !important;
}

.cert_banner_text h1 {
    font-size: 42px !important;
}

.edttslogo img {
    width: 80px !important;
}

.edttsplus img {
    width: 30px !important;
    margin: 0 20px !important;
}

.edttslogo1 img {
    width: 95px !important;
}

.result_dt h4 {
    height: 80px !important;
    width: 80px !important;
    padding: 25px 0 !important;
}

.result_dt .right_ans {
    height: 80px !important;
    width: 80px !important;
    padding: 25px 0 !important;
}

.result_dt .wrong_ans {
    height: 80px !important;
    width: 80px !important;
    padding: 25px 0 !important;
}

.result_content h2 {
    font-size: 36px !important;
}

.title478 {
    padding: 62px 0 50px !important;
}

.top-category {
    /* display: none; */
    margin-left: 5px;
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.lecture-sidebar {
    display: none;
    width: 100%;
}

.lecture-container {
    margin-left: 0;
    /* padding: 30px 20px; */
}

.lecture-content-inner-video {
    height: auto !important;
}

.video-responsive iframe {
    position: relative;
    /* width: 100vw; */
    height: 55vw;
}
}
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.main_logo {
    margin-left: 10px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
    width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.edu_social_links {
    text-align: left !important;
    margin-top: 10px;
}

.edu_social_links a:first-child {
    padding-left: 0;
}

._215b03 {
    margin-top: 30px;
}

.reviews_left {
    margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
    margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
    width: auto !important;
    text-align: center !important;
    margin-left: 15px !important;
}

.titleright {
    float: left !important;
    width: 100%;
    margin-top: 30px;
}

.title589 p {
    padding: 0 0 !important;
}

.title478 {
    padding: 0 0 80px !important;
}

.story125 iframe {
    margin-bottom: 50px;
}

.career_item p {
    padding: 0 0 !important;
}

.tc_footer_left {
    width: 100%;
    text-align: center;
}

.tc_footer_right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.thnk_coming_title {
    font-size: 10em !important;
}

.cmtk_dt .clock li span {
    font-size: 6em !important;
}

.cmtk_dt .clock li label {
    font-size: 16px !important;
}

.cmtk_dt .clock li.sep {
    font-size: 5em !important;
}

.cmtk_dt {
    padding: 71px 0 61px !important;
}

.cert_banner_text h1 {
    font-size: 42px !important;
}

.edttslogo img {
    width: 80px !important;
}

.edttsplus img {
    width: 30px !important;
    margin: 0 20px !important;
}

.edttslogo1 img {
    width: 95px !important;
}

.title478 {
    padding: 62px 0 50px !important;
}

.top-category {
    display: none;
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.lecture-sidebar {
    display: none;
    width: 100%;
}

.lecture-container {
    margin-left: 0;
    /* padding: 30px 20px; */
}

.lecture-content-inner-video {
    height: auto !important;
}

.video-responsive iframe {
    position: relative;
    width: 100%;
    height: 40vw;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.main_logo {
    margin-left: 10px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
    width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.rating-box {
    flex-basis: 20% !important;
}

.reviews_left {
    margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
    margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
    width: auto !important;
    text-align: center !important;
    margin-left: 15px !important;
}

.title589 p {
    padding: 0 50px !important;
}

.career_item p {
    padding: 0 0 !important;
}

.tc_footer_left {
    width: 100%;
    text-align: center;
}

.tc_footer_right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 149px;
    flex: 0 0 149px;
}

.lecture-sidebar {
    display: none;
    width: 100%;
}

.lecture-container {
    margin-left: 0;
    padding: 30px 20px;
}

.lecture-content-inner-video {
    height: auto !important;
}

.video-responsive iframe {
    position: relative;
    width: 100vw;
    height: 55vw;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
body {
    overflow-y: scroll;
  }

.logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
}

.wrapper__minify {
    margin-left: 50px;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
    width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.ui-accordion-content .content-summary {
    width: 30% !important;
}

.title900 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hf_img {
    width: 40% !important;
}

.hs_content {
    width: 60% !important;
}

.ml_item {
    width: 78% !important;
}

.title589 p {
    padding: 0 160px !important;
}
}

/* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
.container {
    max-width: 1400px !important;
}


.hf_img {
    width: 40% !important;
}

.hs_content {
    width: 60% !important;
}

.container-fluid {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
}

@media (max-width: 575.98px) {
    .nomobile {
    display: none !important;
    }
    .mobilebtn {
    margin: 0 auto !important;
    }

    .card_dash_mobile{
    margin-top: 0px !important;
    }


}



/* ================================================================================== 
Preloader Css
===================================================================================== */
.preloader {
    background: rgb(22,11,32);
background: radial-gradient(circle, rgba(22,11,32,0.7092086834733893) 0%, rgba(77,36,116,1) 20%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-inner {
     -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 110px;
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}


@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}



/* ========================================== 
   FILE: instructor-dashboard.css 
   ========================================== */
/*===================== TABLE OF CONTENT =======================
/*
Table Of Content
==================
1.  google fonts
2.  CROSS BROWSER COMPATABILITY
3.  DEFAULT BORDER RADIUS
4.  Sticky Header
5.  Top Scroll Bar

=============================================================*/



/* ================================================================================== 
Fonts
===================================================================================== */
@import url('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');
/* ================================================================================== 
Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
::-moz-selection { /* Code for Firefox */
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

::selection {
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

ol, ul {
    list-style: none;
    margin-bottom: 0 !important;
}
a:hover {
    color: inherit !important;
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button {
outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin:0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none !important;
}
button {
    outline: none;
}

button:focus {
    outline: none !important;
}

input {
    outline: none;
}
textarea {
    outline: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #111;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}
h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}
h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}
h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}
h5 {
    font-size: 1.10em;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}
h6 {
    font-size: 1em;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}
blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}
@media (min-width: 43.75em) {
h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
}
h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
}
h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
}
h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
}
blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
}
h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
}
h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
}
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

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,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
   font-size: 14px;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #333;
    /* background: linear-gradient(#581c87, #111827) no-repeat !important; */
    background-attachment: fixed !important;
    background-size: cover !important;
}

.menu_left::-webkit-scrollbar {
    width:4px;
}
.menu_left::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.simplebar-content-wrapper::-webkit-scrollbar {
    width:4px;
}

.simplebar-content-wrapper::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.simplebar-content-wrapper2::-webkit-scrollbar {
    width:4px;
}

.simplebar-content-wrapper2::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
    color: #333 !important;
}

/* Medium devices (desktops)
==========================*/
@media (min-width: 992px) {
  body {
    overflow-y: scroll;
  }

  .logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
  }

  .wrapper {
    margin-left: 240px;
  }

  .wrapper__minify {
    margin-left: 0;
  }

}

/*--- Left Side Footer ---*/

.alrt_dot {
    position: absolute;
    right: 15px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #452860;
    overflow: hidden;
    width: 5px;
    height: 5px;
    text-align: center;
    border-radius: 100%;
    top: 45%;
}

.left_footer {
    padding: 15px 14px;
}

.left_footer ul li {
    display: inline-block;
}

.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: #452860 !important;
}

.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;
}

/*--- Header ---*/

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex !important;
    align-items: center;
    box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.1);
}

.main_logo {
    float: left;
    width: 135px;
    margin-left: 20px;
}

.logo-inverse {
    display: none;
    margin-top: -5px;
}

.search120 {
    float: left;
    margin-left: 80px;
}

.srch10 {
    background: #f7f7f7 !important;
    border: 0 !important;
    color: #333 !important;
}

i.icon1 {
    font-size: 16px !important;
}

.ui.swdh10 {
    font-size: 14px !important;
    width: 350px;
}

.ui[class*="left icon"].swdh10.input>input {
    padding-left:3.2em!important;
    padding-right: 1em!important;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.header_right {
    margin-left: auto;
    float: right;
    padding-right: 15px;
}

.header_right ul li {
    display: inline-block;
    vertical-align: middle;
}

.option_links {
    padding: 10px 8px;
    font-size: 19px;
    color: #686f7a;
    position: relative;
}

.option_links i {
    font-size: 100%;
}

.option_links:hover, .option_links:focus {
    color: #333 !important;
}

.noti_count {
    font-size: 11px;
    position: absolute;
    top: 3px;
    right: 8px;
    background: #452860;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.opts_account img {
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.upload_btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #452860;
    padding: 9px 15px;
    border-radius: 15px;
    margin-right: 10px;
}

.upload_btn i {
    font-size: 16px;
    margin-right:3px;
}

.upload_btn:hover {
    color: #fff !important;
    background: #333;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #afafaf;
    text-align: left;
    margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.menu.dropdown_account {
    margin-top: 11px !important;
    border-top: 1px solid #fff !important;
    border-radius: 15px !important;
}

.menu.dropdown_mn {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 15px !important;
    min-width: 300px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 15px !important;
    min-width: 300px !important;
}

.channel_my {
    padding: 15px !important;
    border-bottom: 1px solid #efefef !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
    white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
    position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #686f7a;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #452860 !important;
}

.ui.dropdown .menu>.channel_item {
    color: #686f7a !important;
    padding: .78571429rem 1.14285714rem!important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
}

.ui.dropdown .menu>.channel_item:hover {
    color: #333 !important;
    background:#efefef !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1da1f2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    color: #686f7a;
    text-align: left;
    margin-top: 8px;
    line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0;
    background: #efefef;
    font-size: 14px;
    color: #333 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.vbm_btn:hover {
    background: #333;
    color: #fff !important;
}

/*--- Index Homepage ---*/
.footer {
    background: #333;
    width: 100%;
    padding: 0;
    float: left;
}

.item_f1 {
    padding-top: 30px;
}

.item_f1 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding-right: 20px;
    color: #fff;
}

.item_f1 a:hover {
    color: #efefef !important;
}

.item_f1 a:last-child {
    padding-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: #452860;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.btn1542:hover {
    color: #fff !important;
    background: #c72127;
}

.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;
}

.lft {
    margin-right: 5px;
}
.rgt {
    margin-left: 5px;
}

.lng_btn a:hover {
    color: #fff !important;
}

.footer_bottm {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #454545;
}

.fotb_left li {
    display: inline-block;
    vertical-align: middle;
}

.footer_logo img {
    width: 30px;
    margin-right: 20px;
}

.fotb_left p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 24px;
}

.edu_social_links {
    text-align: right;
}

.edu_social_links a {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 16px;
    display: inline-block;
    color: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu_social_links a:hover {
    color: #fff !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);  
}

.lng_btn .ui.dropdown .menu>.item {
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
}


/*--- Index Homepage ---*/

.wrapper {
    padding: 90px 0 0;
    transition: all 0.3s ease-out;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.section3125 {
    float: left;
    width: 100%;
}

.section3126 {
    float: left;
    width: 100%;
}

.item_title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #4d2474;
    text-align: left;
    float: left;
    margin-bottom: 24px;
}



.la5lo1 .owl-theme .owl-nav .disabled {
    opacity: .4 !important;
    cursor: default;
}

.live_stream .owl-nav .owl-prev {
    left: 0px;
    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: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}



.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.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;
}

/* === Animation Loader === */

.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;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #333;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #333;
  opacity: 0.702;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  background-color: #333;
  opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.live1452 {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

/*Floating CSS Start*/
.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 .25s ease forwards;
    z-index: 999;
}

/*Floating CSS End*/

@keyframes example {
    0%   {background-color: red;}
    25%  {background-color: #ff7037;}
    50%  {background-color: red;}
    100% {background-color: #ff7037;}
}

/* --- Dashboard --- */

.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: #ffffff;
    /* margin-top: 30px; */
    float: left;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #efefef;
    padding: 20px;
}

.card_dash_left {
    float: left;
}

.card_dash_right {
    float: right;
    padding: 15px 0;
}

.card_dash_right img {
    width: 70px;
}

.card_dash_left h5 {
    font-size: 16px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}

.card_dash_left h2 {
    font-size: 24px;
    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: 15px;
    color: #fff;
}

.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: #452860;
    padding: 0px 20px;
    border-radius: 15px;
    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: 15px;
    border: 1px solid #efefef;
    padding: 30px 20px;
}

.card_dash_left1 {
    float: left;
    display: flex;
    padding: 4px 0;
}

.card_dash_right1 {
    float: right;
}

.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: 13px;
}

.card_dash_left1 i {
    font-size: 30px;
    margin-right: 10px;
    color: #686f7a;
}

.section3125 {
    float: left;
    width: 100%;
}

.la5lo1 {
    float: left;
    width: 100%;
}

.fcrse_1 {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 15px;
    border: 2px solid #efefef;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.fcrse_img {
    width: 100%;
    float: left;
    position: relative;
}

.fcrse_img img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.fcrse_content {
    padding: 10px 5px;
    float: left;
    width: 100%;
    position: relative;

}

.boardbox {
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}

.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: #111;
    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;
}

.auth1lnkprce {
    float: left;
    width: 100%;
    margin-top: 18px;
    border-top: 1px solid #efefef;
    padding-top: 15px;
}

.cr1fot a {
    color: #333;
    font-weight: 500;
}

.cr1fot a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.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_dots5 a {
    font-size: 24px !important;
    color: #afafaf !important;
}

.eps_dots a:hover {
    color: #333 !important;
}

.more_dropdown {
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.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: #efefef;
}

.more_dropdown:hover .dropdown-content {display: block;}

.more_dropdown:hover .eps_dots {background-color: #333;}

.course-overlay {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, rgba(51,51,51,.4) 90%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 15px;
}

.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: 15px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px 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: 15px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.courses_performance .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #452860 !important;
    border: 1px solid #452860 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.courses_performance .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #452860 !important;
    background: #452860 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.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;
}

.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: 15px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px 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: 15px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.edututs_news .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #452860 !important;
    border: 1px solid #452860 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.edututs_news .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #452860 !important;
    background: #452860 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.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: #452860;
    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: #452860;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

/* --- My Courses --- */

.my_courses_tabs {
    margin-top: 50px;
}

.my_crse_nav .nav-item {
    text-align: center;
    width: 25%;
}

.my_crse_nav {
    margin-bottom: 0 !important;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #efefef;
}

.my_courses_tabs .nav-pills .nav-link.active, .my_courses_tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #452860 !important;
}

.my_courses_tabs .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #452860 !important;
}

.my_courses_tabs .nav-link {
    display: block;
    padding: 1.2rem 1rem;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    border-radius: 15px !important;
}

.my_courses_tabs .nav-link i {
    font-size: 20px;
    margin-right: 5px;
}

.table-responsive {
    /* border: 1px solid #efefef; */
    border-radius: 15px;
    margin-bottom: 12px;
    overflow-x: inherit;
}

table.table.ucp-table {
    margin-bottom: 0px;
    border-radius: 15px;
}

.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 tr th:first-child {
    /* border-bottom-left-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
}

.ucp-table thead tr th {
    color: #333;
    font-size: 14px;
    background-color: #ffffff;
}

.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: .75rem !important;
}

.ucp-table.earning__table td {
    padding: 1rem !important;
}

table {
    margin: 0px auto 0px;
    font-size: 14px;
    width: 100%;
}

.ucp-table tbody {
    background: #ffffff94;
}

.ucp-table td, .ucp-table th {
    border-top: 1px solid #efefef !important;
}

.ucp-table td {
    padding: .75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.ucp-table th:first-child {
    /* border-top: 0 !important; */
}

.ucp-table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
}

.course_active {
    color: #452860;
}

.ucp-table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.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-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;
}

.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;
}

.chck_icon {
    color: #686f7a;
    margin-right: 10px;
    font-size: 135%;
}

.panel-title > a:before {
    float: right !important;
    font-family: 'Roboto', sans-serif;
    content:"\-";
    padding-right: 0px;
    font-size: 20px;
    padding-top: 1px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.lbel25 label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #333;
    text-align: left;
    display: block;
}

.ui.swdh11 {
    font-size: 14px !important;
    width: 100%;
}

.ui.swdh19 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh19.input>input {
    padding-left: 1em!important;
    padding-right: 1em!important;
    /* height: 72px !important; */
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border-radius: 15px !important;
}

.ui[class*="left icon"].swdh11.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ui.selection.cntry152.dropdown {
    min-width: 100% !important;
    padding: .78571429em 1.5em 0.785714em 1em !important;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.ui.selection.dropdown.cntry152 {
    border: 1px solid #e5e5e5 !important;
    border-radius: 15px !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.srch_explore {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    color: #333 !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.ui.selection.cntry152.dropdown {
    min-width: 100% !important;
    padding: 0.985714em 2.1em 0.985714em 1em !important;
    font-family: 'Roboto', sans-serif;
    color: #333;
    border-radius: 15px !important;
}

.ui.selection.active.dropdown.cntry152 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    box-shadow: none !important;
    border: 1px solid #333 !important;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #452860 !important;
}

.datepicker--day-name {
    color: #452860 !important;
}

.datepicker--cell.-current- {
    color: #452860 !important;
}

.datepicker {
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
    border-radius: 15px !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: #452860;
    width: 100%;
    text-align: center;
}

.discount_btn:hover {
    color: #fff;
    background: #333;
}

.promotion_tab2 {
    /* background: #fff; */
    margin-top: 30px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 50px;
}

.promotion_tab2 img {
    width: 200px;
}

.promotion_tab2 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_tab2 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #686f7a;
    text-align: center;
    line-height: 26px;
}

.promotion_tab {
    background: #fff;
    margin-top: 30px;
    border-radius: 15px;
    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: #452860;
    text-align: center;
    padding: 0 30px;
}

.plan_link_btn:hover {
    color: #fff;
    background: #333;
}

/* --- Analyics Dashboard Page --- */

.analysis_card {
    background: #ffffff !important;
    border: 5px solid #efefef !important;
    border-radius: 15px !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: #ffffff !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;
}

.type-name {
    display: block;
}

.d-inline-block {
    display: inline-block !important;
}

.analysis_card .nav-tabs .nav-item.show .nav-link, .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;
}

.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;
}

.analysis_card .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid #efefef !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: #452860 !important;
}

.thumb_img img {
    width: 100%;
    border-radius: 15px;
}

.thumb_img {
    width: 120px;
}


/* --- Add New Course --- */

.help-block {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #686f7a;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.ui.form.swdh30 textarea {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    outline: 0;
    min-height: 130px;
    color: rgba(0,0,0,.87);
    border-radius: 15px !important;
    box-shadow: inset 0px 1px 4px rgb(0 0 0 / 0.02) !important;
}

#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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}

#add-course-tab .step-steps > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 0 0 20%;
}

#add-course-tab .step-steps > li:before {
    background-color: #ededed;
    height: 8px;
    left: 50%;
    top: 18px;
    width: 130%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#add-course-tab .step-steps > li > a > .number {
    width: 24px;
    height: 24px;
    background-color: #d1d1d1;
    border: 0px solid;
    -webkit-transition: all 0.3s;
    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;
    -webkit-transition: all 0.3s;
    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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#add-course-tab .step-steps > li:last-child:before {
    width: 0;
}

#add-course-tab .step-steps > li.active > a > .number,
#add-course-tab .step-steps > li.done > a > .number {
    background-color: #452860;
}

#add-course-tab .step-steps > li.active > a > .number:before,
#add-course-tab .step-steps > li.done > a > .number:before {
    background-color: rgba(237, 42, 38, 0.3);
}

#add-course-tab .step-steps > li.active > a > .step-name,
#add-course-tab .step-steps > li.done > a > .step-name {
    color: #333;
}

#add-course-tab .step-steps > li.done:before {
    background-color: #452860;
}

#add-course-tab .step-steps > li.done > a > .number:after {
    display: none;
}

#add-course-tab > .step-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    border: 0px solid;
    border-radius: 0px;
    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: #F12C15;
}

#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: #F12C15;
}

#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;
    -webkit-transition: all 0.3s ease 0s;
    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 0px 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 .75rem;
    line-height: 0;
    color: #fff;
    content: "Upload File";
    background-color: #452860;
    border-left: inherit;
    border-radius: 0 10rem 10rem 0;
}

#add-course-tab .step-footer.step-tab-pager {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 0px;
}

.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    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: #452860;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 3px;
    border-radius: 15px;
    height: 35px;
    top: 2px;
    width: 35px;
    font-size: 12px;
    padding: 9px 11px;
}

.badge_num2 {
    background: #452860;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 3px;
    border-radius: 15px;
    height: 35px;
    top: 3px;
    width: 40px;
    font-size: 12px;
    padding: 9px 10px;
}

.course_des_bg {
    border: 1px solid #efefef;
    border-radius: 15px;
    background: #fff;
}

.ui.search .prompt {
    border-radius: 15px !important;
}


.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;
}

.ui.form.swdh339 textarea {
    background: #fff;
    border: 0 !important;
    outline: 0;
    color: rgba(0,0,0,.87);
    border-radius: 1rem !important;
    padding: 1em 1em !important;
}

.steps_btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
    background: #452860 !important;
    padding: 0px 20px !important;
    border-radius: 15px !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 0;
}

.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;
    -webkit-transition: all 0.3s ease 0s;
    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: 15px;
    margin-bottom: 0;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !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: #452860;
    border-left: inherit;
    border-radius: 0 3px 3px 0;
}

#add-course-tab .step-footer.step-tab-pager {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 0px;
}

.badge_mb {
    background: #452860;
    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;
}

.ui[class*="left icon"].swdh95.input>input {
    padding-left: 2em!important;
    padding-right: 3.5em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.badge_min {
    background: #452860;
    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;
}

.ui[class*="left icon"].swdh55.input>input {
    padding-left: 2em!important;
    padding-right: 5.2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.prt-sv {
    margin-top: 58px;
}

.part_btn_save {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #452860;
    padding: 0px 30px;
    border-radius: 25px;
    border: 0;
    height: 40px;
}

.part_btn_save:hover {
    color: #fff;
    background: #333;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #fff;
    border-color: #452860 !important;
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: #452860 !important;
}

.ui.checkbox.mncheck input:checked~.box:after, .ui.checkbox.mncheck input:checked~label:after {
    opacity: 1;
    color: #452860 !important;
    font-size: 10px !important;
    border-radius: 100%;
    margin-top: 2px;
}

.ui.checkbox.mncheck .box:before, .ui.checkbox.mncheck label:before {
    border-radius: 100%;
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px;
}

.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: #452860;
    padding: 0px 30px;
    border-radius: 25px;
    border: 0;
    height: 40px;
}

.save_content_btn:hover {
    color: #fff;
    background: #333;
}


/* --- Messages Page --- */

.all_msg_bg {
    background: #fff;
    margin-top: 30px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #efefef;
    padding: 0;
    float: left;
    width: 100%;
}

.ui[class*="left icon"].swdh15.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

i.icon8 {
    font-size: 20px !important;
}

.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 .4s ease-in-out;
}

.chat__message__dt.active, .chat__message__dt:hover {
    border-left: 4px solid #452860;
    background: #efefef;
}

.user-status {
    min-height: 44px;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}

.user-avatar {
    margin-top: 0px;
    float: left;
    position: relative;
}

.user-avatar img {
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.msg__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #452860;
    position: absolute;
    right: 10px;
    bottom: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.msg__badge2 {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #db2828;
    position: absolute;
    left: 31px;
    top: 55px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.placement__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #452860;
    position: absolute;
    right: 31px;
    top: 15px;
    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;
}

.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.floaty {
    margin-top: 0;
    position: absolute;
    top: 2px;
    right: 0;
}

.user-status .user-status-time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #afafaf;
}

.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;
}

.user-status .user-status-tag {
    display: inline-block;
    height: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 0 8px;
    border-radius: 15px;
    background-color: #afafaf;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.user-status .user-status-tag.online {
    background-color: #40d04f;
}

.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;
}

/* === main-message-box === */

.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;
}

.messg-usr-img {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 50px;
}

.messg-usr-img img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.message-dt {
    float: left;
    width: auto;
    padding-left: 20px;
}

.main-message-box.ta-right {
    float: right;
}

.main-message-box.ta-right .messg-usr-img {
    left: auto;
    right: 0px;
    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;
}

.message-inner-dt {
    float: left;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.img-bx {
    background-color: #efefef;
    padding: 20px;
}

.message-inner-dt > img {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.message-dt > span {
    color: #afafaf;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

}

.message-inner-dt > p {
    float: right;
    width: 60%;
    background-color: #452860;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    padding: 12px 20px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 0;
}

.message-dt.st3 .message-inner-dt > p {
    background-color: #efefef;
    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;
}

.main-message-box.st3 .messg-usr-img {
    bottom: 13px;
}

.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%;
}

.input__msg {
    width: 89%;
    float: left;
}

.mf-field .add_msg {
    margin-left: 10px;
    padding: 0 20px;
    border-radius: 15px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #452860;
    height: 40px;
    float: left;
}

.mf-field .add_msg:hover {
    color: #fff;
    background: #333;
}

.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: #452860;
}

.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: #452860;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.setting_noti:hover {
    color: #fff !important;
    background: #333;
}


/* --- My Certificates --- */

.table-cerificate {
    float: left;
    width: 100%;
    margin-top: 50px;
}


/* --- All Reviews --- */

.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: 15px;
}

.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: 15px;
}

._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;
}

.full-star:before {
    color: #f2b01e;
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
}

.empty-star:before {
    content: "\f005";
    position: absolute;
    left: 0;
    overflow: hidden;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.half-star:before {
    color: #f2b01e;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 60%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.half-star:after {
    content: '\f005';
    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;
}

._rate003 {
    
}

._rate004 {
    display: flex;
    cursor: pointer;
    height: auto;
    margin-top: 20px;
    border-radius: 0px;
}

.progress1 {
    display: flex;
    flex-basis: 50%;
    margin-right: 20px;
    height: 1.4rem !important;
}

.progress1 .progress-bar {
    background-color: #452860 !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: 15px;
}

.rvsrch_btn {
    position: absolute;
    right: 3px;
    top: 2px;
    border-radius: 15px;
    border: 0;
    height: 26px;
    width: 26px;
    background: #452860;
    color: #fff;
    font-size: 14px;
}

.rvsrch_btn:hover {
    background: #333;
    color: #fff;
}

.review_all120 {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
    -webkit-box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
}

.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: 0px 2px 2px 0px 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 8px;
    border-radius: 6px;
}

.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;
}

/* --- Earning Page --- */

.earning_steps {
    border-radius: 15px;
    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: 15px;
    background: #fff;
    float: left;
    width: 100%;
    border: 1px solid #efefef;
}

.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 1rem;
    float: left;
    width: 100%;
}

.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_right {
    float: right;
}

.country_item_left span {
    font-size: 14px;
    font-weight: 500;
    color: #686f7a;
    font-family: 'Roboto', sans-serif;
}

.country_item_right span {
    font-size: 14px;
    font-weight: 500;
    color: #686f7a;
    font-family: 'Roboto', sans-serif;
}

.date_selector {
    margin-top: 50px;
    display: flex;
}

.ui.selection.vchrt-dropdown {
    min-height: 30px !important;
    padding: 10px 20px !important;
    min-width: 12rem !important;
    border-radius: 15px !important;
    border: 1px solid #efefef !important;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.ui.active.selection.vchrt-dropdown {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border: 1px solid #452860 !important;
}

.date_list152 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 5px;
}

.date_list152 {
    color: #afafaf;
    padding: 8px 0 0 10px;
}

.date_list152 a:last-child {
    font-weight: 500;
    cursor: default;
    color: #333;
    pointer-events: none;
}

/* --- Payout Page --- */

.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__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: 12px;
    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_content img {
    width: 80px;
}

.payout__btn {
    background: #452860;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 11px 0;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.payout__btn:hover {
    background: #333;
    color: #fff !important;
}

/* --- Statements Page --- */

.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: #452860;
}

.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: 15px;
    margin-left: 10px;
    background: #452860;
}

.st_download_btn:hover {
    color: #fff;
    background: #333;
}

.ui.selection.invoice-dropdown {
    width: 50rem !important;
}

.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: 15px;
    padding: 0 20px;
    background: #e9e9e9;
}

.more_items_14:hover {
    color: #686f7a;
    background: #fff;
}

.more_items_14.active {
    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: 15px;
    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;
}

.required_group {
    display: flex;
    padding: 20px;
    align-items: center;
}

.edututs_required span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    margin-bottom: 8px;
    text-align: left;
}

.edututs_required span:last-child {
    margin-bottom: 0;
}

.edututs_required_img i {
    font-size: 36px;
    color: #452860;
}

.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: 15px;
    padding: 0 30px 30px;
    margin-top: 50px;
}

.verify_submit_btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #452860;
    padding: 0px 30px;
    border-radius: 15px;
    border: 0;
    height: 40px;
    margin-top: 45px;
    width: 100%;
}

.verify_submit_btn:hover {
    color: #fff;
    background: #333;
}

.mp-30 {
    margin-top: 30px !important;
}

/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    color: #333;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.night_mode_switch__btn a i {
    font-size: 110%;
    height: 30px;
    Width: 30px;
    background: #efefef;
    border-radius: 100%;
    margin-right: 10px;
    padding: 6px 7px 0;
    display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}

.ui.menu.cate-dpdwn {
    box-shadow: none !important;
    border: 0 !important;
}

.ui.menu.cate-dpdwn>.item:hover {
    background: #fff !important;
}

.menu.dropdown_category5 {
    margin-top: 0 !important;
    border-top: 1px solid #fff !important;
    border-radius: 15px !important;
}

.ui.selection.dropdown .menu.cate_menu>.item {
    border-top: 0 !important;
}

.ui.dropdown .menu.cate_menu>.divider {
    border-top: 0 !important;
    height: 0;
    margin: .5em 0;
}

.opt_title {
    font-size: 13px;
    font-weight: 600;
}


/* === Create Course Redesign CSS === */

.adsbox {
    margin-top: 10px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 15px;
    align-items: center;
    border-radius: 15px;
}


.curriculum-add-item {
    display: flex;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #efefef;
    background: #ffffff;
    padding: 15px 20px;
    align-items: center;
    border-radius: 15px;
    /* box-shadow: 0 0 15px rgba(139, 92, 246, 0.3); */
}

.section-title {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}

.ml-left {
    margin-left: auto;
}

.main-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #452860;
    border-radius: 15px;
    margin-right: 5px;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
}

.main-btn:hover {
    color: #fff !important;
    background: #333;
}

.added-section-item {
    border: 1px solid #efefef;
    margin-top: 30px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.section-header {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    width: 100%;
    align-items: center;
}

.section-header h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.section-edit-options {
    margin-left: auto;
}

.btn-152 {
    border: 0;
    background: transparent;
    margin-left: 15px;
    color: #afafaf;
}

#edit-section {
    padding: 0 20px;
}

.edit-section {
    padding: 0 20px;
}

.smt-25 {
    margin-top: 25px !important;
}

.share-submit-btns {
    padding: 20px;
    border: 0;
}

.section-header {
    margin-bottom: -1px;
    border-bottom: 1px solid #efefef;
}

.section-group-list {
    padding: 10px 20px 20px;
}

.section-list-item {
    display: flex;
    width: 100%;
    background: #f7f7f7;
    margin-top: 10px;
    padding: 15px;
    align-items: center;
    border-radius: 15px;
}

.section-list-item {
    cursor: move;
}

.section-item-tools {
    border: 0;
    margin-left: 15px;
    background: transparent;
    color: #91699c;
    font-size: 13px;
    display: none;
}

.section-item-tools:hover {
    color: #231f20;
}

.section-list-item:hover .section-item-tools {
    display: block;
}

.section-add-item-wrap {
    background: #242424;
    color: #fff;
}

.section-item-title {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.section-add-item-wrap button {
    margin-bottom: 0;
    margin-right: 17px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #fff;
}

.section-add-item-wrap button i {
    font-size: 14px;
}

.video-info {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 11px;
    display: block;
    color: #686f7a;
}

.video-category label:first-child {
    margin-left: 0;
}

.video-category label {
    margin: 4px;
    cursor: pointer;
    text-align: left;
}

.z-bigger [type="checkbox"]:checked, [type="checkbox"]:not(:checked), [type="radio"]:checked, [type="radio"]:not(:checked) {
    /* position: absolute; */
    /* left: -9999px; */
    width: 20px;
    height: 20px;
    /* visibility: hidden; */
}

.video-category label span {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px 5px;
    display: block;
    color: #231f20;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #efefef;
}

.video-category label input {
    position:absolute;
    top:-20px;
}

.video-category label input {
    position:absolute;
    top:-20px;
}

.video-category input:checked + span {
    background-color: #452860;
    color: #fff;
    border-radius: 15px;
    border: 1px solid #452860;
}

.label25 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #333;
    text-align: left;
    display: block;
}

.video-box {
    color: #231f1f;
    padding: 0;
    display: none;
    margin-top: 0;
}

.uploaded-id {
    display: block !important;
    color: #231f1f !important;
    font-size: 14px;
}

.color-b {
    color: #231f1f !important;
}

.color-fmt {
    color: #91699c !important;
}

.video-duration {
    margin-top: 27px;
}

.video-duration label {
    text-align: left;
    margin: 0 0 12px;
}

.duration-time {
    width: 50%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form_input_1, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    background: #f7f7f7;
}

.input-group>.form_input_1:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form_input_1:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.attachment-items {
    display: flex;
    width: 100%;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #efefef;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 15px;
}

.attachment_id {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    margin-right: 20px;
}

.cancel-btn {
    border: 0;
    background: none;
    margin-left: auto;
    margin-bottom: 0;
    color: #91699c;
    font-size: 14px;
}

.cancel-btn:hover {
    color: #231f20;
}

.quiz-box {
    color: #231f1f;
    padding: 0;
    display: none;
    margin-top: 0;
}

.upload-thumb [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.upload-thumb [type="file"] + label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    border: 0;
}

img.img-thumbnail {
    max-width: 70px;
}

.option-item {
    background: #f7f7f7;
    border: 1px solid #efefef;
    border-radius: 15px;
    margin-top: 30px;
}

.ans-box {
    border-top: 1px solid #efefef;
    margin-top: 30px;
}

.opt-title {
    border-bottom: 1px solid #efefef;
    padding: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}

.opt-title h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
}

.opt-title .opt-del {
    font-size: 14px;
    margin-bottom: 0;
    color: #91699c;
    cursor: pointer;
    margin-left: auto;
}

.opt-title .opt-del:hover {
    color: #333;
}

.option-wrap {
    padding: 20px;
}

.cogs-toggle {
    display: flex;
}

.quiz-st-ft {
    font-size: 16px !important;
}

.lbl-quiz {
    margin-left: 50px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    cursor: pointer;
}

.quiz-cogs-step p {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    color: #91699c;
}

.white-bg {
    background: #fff !important;
}

.int4856 {
    color: #333 !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #efefef !important;
    border-radius: 15px !important;
}

.assgn152 {
    display: block;
    border-top: 1px solid #efefef;
    margin-top: 30px;
}

.thumb-item {
    width: 100%;
    border: 1px solid #efefef;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px;
    background: #fff;
}

.thumb-item img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.thumb-dt {
    padding: 20px 20px 17px;
}

.intro-box {
    color: #333;
    padding: 0;
    display: none;
    margin-top: 0;
}

.price-require-dt {
    padding-top: 35px;
    margin-bottom: 0;
}

.center_d {
    justify-content: center;
}

.price-require-dt p {
    margin-top: 20px;
    text-align: center;
    padding: 0 150px;
    margin-bottom: 0;
}

.publish-block {
    padding: 30px;
    text-align: center;
    border: 1px solid #efefef;
    background: #f7f7f7;
    margin-top: 30px;
}

.publish-block i {
    font-size: 24px;
    color: #333;
}

.publish-block p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
    margin-bottom: 0;
}

.upload-file-dt {
    background: #fff;
    border: 2px dashed #efefef;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px 17px;
}

.upload-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.upload-btn [type="file"] + label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0px 0 0px;
    color: #452860;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 2px 3px 0px rgba(20, 47, 219, 0.11); */
    border: 0;
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    width: 98%;
    padding: 12px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    text-transform: uppercase;
}

.upload-file-dt span{
    margin-bottom: 0;
    display: inline-block;
    color: #686f7a;
    background-color: transparent;
    overflow: hidden;
    line-height: 26px;
}

.uploadBtn-file-name {
    display: inline-block;
    color: #686f7a;
    background-color: transparent;
    overflow: hidden;
    line-height: 26px;
}

.input-group-text {
    padding: 0.60rem .75rem !important;
}

.ui.multiple.dropdown>.text {
    margin:  0 !important;
}

label.switch {
    position: relative;
    cursor: pointer;
    margin: 0;
}

label.switch input[type=checkbox] {
    display: none;
}

label.switch span {
    position: relative;
    display: block;
}

label.switch span:before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13em;
    box-sizing: content-box;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 4px;
    left: 0;
}

label.switch span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 13em;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

label.switch input[type=checkbox]:checked+span:after {
    left: 17px;
}

label.switch input[type=checkbox]:checked+span:before {
    border-color: #452860;
    background: #452860;
}

.course-main-tabs {
    margin-top: 0;
}

.course-main-tabs .nav-tabs {
    /* border-bottom: 0 !important; */
    border-radius: 15px;
    overflow: hidden;
    border: 0px !important;
}

.course-main-tabs .nav-pills .nav-link {
    border-radius: 0 !important;
    /* border-top: 1px solid #efefef; */
    /* border-bottom: 1px solid #efefef; */
    /* border-right: 1px solid #efefef; */
    border-left: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #333;
    background: rgba(0,0,0,.05);
    padding: 12px !important;
}


.course-main-tabs .nav-pills .nav-link:hover {
    /* border-top: 1px solid #efefef; */
    /* border-bottom: 1px solid #efefef; */
    /* border-right: 1px solid #efefef; */
    border-left: 0;
    color: #333 !important;
    background: rgba(0,0,0,.1);
}

.course-main-tabs .nav-pills .nav-link.active, .course-main-tabs .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #452860 !important;
    border: 0;
}

.price-block {
    padding: 30px 30px 5px;
}

.loc_group {
    position: relative;
}

.slry-dt {
    color: #333;
    font-weight: 600;
    position: absolute;
    background: #f7f7f7;
    right: 5px;
    top: 5px;
    min-height: 30px;
    padding: 0 12px;
    line-height: 30px;
    margin-bottom: 0;
    border-radius: 15px;
}

.publish-block {
    padding: 30px;
    text-align: center;
    border: 1px solid #efefef;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 30px;
}

.publish-block i {
    font-size: 24px;
    color: #333;
}

.publish-block p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
    margin-bottom: 0;
    /* color: #686f7a; */
}

.new-section-block {
    padding: 1rem;
}


.input-group>.form_input_1:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.video-duration {
    margin-top: 27px;
}

.video-duration label {
    text-align: left;
    margin: 0 0 12px;
}

.duration-time {
    width: 50%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form_input_1, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    background: #f7f7f7;
}

.input-group>.form_input_1:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form_input_1:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.attachment-items {
    display: flex;
    width: 100%;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #efefef;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 15px;
}

.attachment_id {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    margin-right: 20px;
}

.form_input_1 {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #efefef;
    height: 40px;
    padding: 0 16px;
    background: #fff;
    border-radius: 15px;
    box-shadow: inset 0px 1px 4px rgb(0 0 0 / 2%) !important;
}

.preview-dt {
    display: flex;
    margin-top: 20px;
}

.title-875 {
    margin-top: 4px;
    margin-right: 15px;
}

.main-btn.cancel {
    color: #91699c;
    background: #f3f3f3;
}

.main-btn.cancel:hover {
    color: #545454!important;
    background: #f4f4f4;
}

.alt-text {
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 0;
    margin-top: 7px;
    display: block;
}

.quiz-cogs-step p {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    color: #686f7a;
    font-size: 13px
}

img.img-thumbnail {
    max-width: 70px;
}

.ui.selection.cntry152.assignment.dropdown {
    padding: 0.905714em 1.5em 0.785714em 1em !important;
    height: 40px;
}

  ::file-selector-button {
  background: #452860;
  color: white;
  border: 1px solid #452860;
  border-radius: 5px;
  padding: 1rem 1rem;
}

@import url('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');
/* ================================================================================== 
Reset Css
===================================================================================== */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
::-moz-selection { /* Code for Firefox */
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

::selection {
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

ol, ul {
    list-style: none;
    margin-bottom: 0 !important;
}
a:hover {
    color: inherit !important;
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button {
outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin:0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none !important;
}
button {
    outline: none;
}

button:focus {
    outline: none !important;
}

input {
    outline: none;
}
textarea {
    outline: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #111111;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}
h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}
h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}
h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}
h5 {
    font-size: 1.10em;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}
h6 {
    font-size: 1em;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}
blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}
@media (min-width: 43.75em) {
h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
}
h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
}
h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
}
h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
}
blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
}
h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
}
h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
}
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

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,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
   font-size: 14px;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #333;
    background: #f7f7f7 !important;
}

.menu_left::-webkit-scrollbar {
    width:4px;
}
.menu_left::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
    color: #333 !important;
}

/* --- Preloader --- */





/* Medium devices (desktops)
==========================*/
@media (min-width: 992px) {
  body {
    overflow-y: scroll;
  }

  .logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
  }

  .wrapper {
    margin-left: 240px;
  }

  .wrapper__minify {
    margin-left: 0;
  }

}

/*--- Left Side Footer ---*/

.alrt_dot {
    position: absolute;
    right: 15px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #ed2a26;
    overflow: hidden;
    width: 5px;
    height: 5px;
    text-align: center;
    border-radius: 100%;
    top: 45%;
}

.left_footer {
    padding: 15px 14px;
}

.left_footer ul li {
    display: inline-block;
}

.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: #ed2a26 !important;
}

.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;
}

/*--- Header ---*/

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex !important;
    align-items: center;
    box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.1);
}

.main_logo {
    float: left;
    width: 135px;
    margin-left: 20px;
}

.logo-inverse {
    display: none;
}

.search120 {
    float: left;
    margin-left: 50px;
}

.srch10 {
    background: #f7f7f7 !important;
    border: 0 !important;
    color: #333 !important;
}

i.icon1 {
    font-size: 16px !important;
}

.ui.swdh10 {
    font-size: 14px !important;
    width: 350px;
}

.ui[class*="left icon"].swdh10.input>input {
    padding-left:3.2em!important;
    padding-right: 1em!important;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.header_right {
    margin-left: auto;
    float: right;
    padding-right: 15px;
}

.header_right ul li {
    display: inline-block;
    vertical-align: middle;
}

.option_links {
    padding: 18px 8px;
    font-size: 20px;
    color: #111111;
    position: relative;
}

.option_links i {
    font-size: 120%;
}

.option_links:hover, .option_links:focus {
    color: #333 !important;
}

.noti_count {
    font-size: 11px;
    position: absolute;
    top: 10px;
    right: 8px;
    background: #ed2a26;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.opts_account {
    padding: 12px 0;
    float: right;
}

.opts_account img {
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.upload_btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #4d2474;
    padding: 9px 15px;
    border-radius: 15px;
    margin-right: 10px;
}

.upload_btn i {
    font-size: 16px;
    margin-right:3px;
}

.upload_btn:hover {
    color: #fff !important;
    background: #333;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #afafaf;
    text-align: left;
    margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.menu.dropdown_account {
    margin-top: 0 !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
}

.menu.dropdown_mn {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.channel_my {
    padding: 15px !important;
    border-bottom: 1px solid #efefef !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
    white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
    position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #111111;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #ed2a26 !important;
}

.ui.dropdown .menu>.channel_item {
    color: #111111 !important;
    padding: .78571429rem 1.14285714rem!important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
}

.ui.dropdown .menu>.channel_item:hover {
    color: #333 !important;
    background:#ffecec !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1da1f2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    color: #111111;
    text-align: left;
    margin-top: 8px;
    line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0;
    background: #ffecec;
    font-size: 14px;
    color: #333 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.vbm_btn:hover {
    background: #333;
    color: #fff !important;
}

.ui.menu.cate-dpdwn {
    box-shadow: none !important;
    border: 0 !important;
}

.ui.menu.cate-dpdwn>.item:hover {
    background: #fff !important;
}

.menu.dropdown_category5 {
    margin-top: 0 !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
}

/*--- Index Homepage ---*/

.wrapper {
    padding: 60px 0 0;
    transition: all 0.3s ease-out;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.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: 20px;
}

.see150 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #4d2474;
    text-align: right;
    float: right;
    padding-top: 3px;
    margin-bottom: 20px;
}

.la5lo1 {
    float: left;
    width: 100%;
}

.stream_1 {
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background: rgb(255 255 255 / 25%);
    margin-bottom: 15px;
}

.stream_1_active {
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background: #fff;
}

.stream_bg {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    border-radius: 15px;
    background: rgb(255 255 255 / 53%);
    backdrop-filter: blur(30px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.stream_bg img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 100%;
    display: inline-block !important;
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.stream_bg h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #150f0f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.stream_bg p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #111111;
    display: inline-block;
    text-align: center;
    position: relative;
}

.stream_bg p span {
    width: 6px;
    height: 6px;
    background: #ed2a26;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    right: -9px;
}

.la5lo1 .owl-theme .owl-nav .disabled {
    opacity: .4 !important;
    cursor: default;
}

.live_stream .owl-nav .owl-prev {
    left: 0px;
    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: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: 0px;
    top: 40%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.live_stream .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.live_stream .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.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;
}

.fcrse_1 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.fcrse_1 .shrt-cart-btn  {
    display: none;
}

.fcrse_1:hover .auth1lnkprce .shrt-cart-btn  {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}

.shrt-cart-btn:hover  {
    color: #ed2a26;
}

.fcrse_1:hover  {
    transition: all 0.5s ease;
     transform: translateY(-5px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.shrt-cart-btn {
    font-size: 18px;
    color: #333;
    background: transparent;
    padding: 0;
    border-radius: 3px;
    margin-right: 10px;
    border: 0;
    float: right;
    margin-left: 10px;
    opacity: 0;
}

.fcrse_img {
    width: 100%;
    float: left;
    position: relative;
}

.fcrse_img img {
    width: 100%;
    border-radius: 15px;
}

.fcrse_content {
    padding: 10px 5px;
    float: left;
    width: 100%;
    position: relative;

}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crse14s {
    display: block;
    font-size: 16px;
    font-weight: 600;
    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: #111111;
    text-align: left;
    padding-top: 2px;
}

.purchased_badge {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 15px;
    cursor: default;
}

.cr1fot {
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    float: left;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.auth1lnkprce {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.cr1fot a {
    color: #333;
    font-weight: 500;
}

.cr1fot a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.prce142 {
    float: right;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: right;
}

.vdtodt {
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    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;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    z-index: 1;
    right: 0;
    border-radius: 3px;
}

.dropdown-content span {
    color: #111111;
    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: #ffecec;
}

.more_dropdown:hover .dropdown-content {display: block;}

.more_dropdown:hover .eps_dots {background-color: #333;}

.course-overlay {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, rgba(51,51,51,.3) 90%);
    border-radius: 15px;
}

.crse_reviews {
    color: #fff;
    background: #21ba45;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_reviews i {
    margin-right: 2px;
}

.crse_reviews_warning {
    color: #fff;
    background: #ba2328;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_reviews_warning i {
    margin-right: 2px;
}


.crse_reviews_siyosis {
    color: #fff;
    background: #4d2474;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_reviews_siyosis i {
    margin-right: 2px;
}

.badge_seller {
    border-radius: 3px;
    font-size: 10px;
    position: absolute;
    padding: 2px 10px;
    background: #fa8305;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 13px;
    z-index: 0;
    vertical-align: baseline;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.badge_seller:after {
    background: inherit;
    content: '';
    height: 12px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 1;
    display: block;
    left: -5px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.crse_timer {
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
    right: 0;
    margin-right: 10px;
    color: #fff;
    background: rgba(51,51,51,0.8);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_timer_left {
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
    left: 0;
    margin-left: 10px;
    color: #fff;
    background: rgb(186 35 40);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.play_btn1 {
    border: 0;
    width: 53px;
    height: 53px;
    float: left;
    text-align: center;
    border-radius: 100%;
    padding: 17px 18px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 36%;
    right: 42%;
    opacity: 0;
    background: #452860;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: -1px -1px 39px 6px rgba(0,0,0,1);
    -moz-box-shadow: -1px -1px 39px 6px rgba(0,0,0,1);
    box-shadow: -1px -1px 39px 6px rgba(0,0,0,1);
}

.course-overlay:hover .play_btn1 {
    color: #fff !important;
    opacity: 1;
}

.featured_courses .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 43%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured_courses .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.featured_courses .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 43%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.top_instrutors .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.top_instrutors .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}


.section3126 {
    float: left;
    width: 100%;
}

.value_props {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.value_icon {
    float: left;
    width: 100%;
}

.value_icon i {
    font-size: 36px;
    margin-right: 0;
    color: #333;
    background: #ffecec;
    border-radius: 3px;
    padding: 10px 6px;
    display: inline-block;
}

.value_content {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.value_content h4 {
    font-size: 18px;
    margin-bottom: 9px;
    display: block;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center;
}

.value_content p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    color: #111111;
    text-align: center;
}

.tutor_img {
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
}

.tutor_img img {
    text-align: center;
    width: 100px !important;
    height: 100px !important;
    display: inline-block !important;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tutor_content_dt {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.tutor_name {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
    text-align: center;
    position: relative;
}

.tutor150 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tutor_cate {
    font-size: 13px;
    color: #111111;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.tutor_social_links li {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}

.tutor_social_links li:last-child {
    margin-right: 0;
}

.tutor_social_links li a {
    font-size: 14px;
    float: left;
    width: 35px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    padding: 9px 0;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tutor_social_links li a:hover {
    color: #fff !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.fb {
    background: #3b5998;
}

.tw {
    background: #1da1f2;
}

.ln {
    background: #8d6cab;
}

.yu {
    background: #ff0000;
}

.sbbc145 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #ed2a26;
    border: 0;
    height: 40px;
    padding: 0 20px;
    border-radius: 3px;
    text-align: center;
}

.sbbc145:hover {
    color: #fff;
    background: #333;
}

.sbbc146 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    background: #e9e9e9;
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 3px;
    text-align: center;
}

.tut1250 {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    display: block;
}

.tut1250 .vdt15::after {
    content: '';
    margin: 0 4px;
}

.tut1250 .vdt15:last-child::after{
    display: none;
    content: '';
}

.fcrse_2 {
    background: #ffffffd4;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.prfle12link {
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.prfle12link:hover {
    color: #ed2a26 !important;
}

.get1452 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #efefef;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
    background-image: url(../images/get-img.jpg);
}

.get1452 h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
}

.get1452 p {
    font-size: 14px;
    color: #f9f9f9;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 27px;
}

.Get_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #452860;
    font-size: 14px;
    font-weight: 500;
}

.Get_btn:hover {
    color: #fff;
    background: #545454;
}

.fcrse_3 {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
    margin-right: 15px;
}

.cater_ttle {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.fcrse_3 h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;   
}

.allcate15 {
    float: left;
    width: 100%;
}

.allcate15 li {
    display: block;
    float: left;
    width: 100%;
}

.ct_item {
    float: left;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
}

.ct_item.active {
    font-weight: 500;
    color: #333;
}

.ct_item i {
    margin-right: 10px;
    font-size: 120%;
}

.live_text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.live_icon {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.live_icon i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 43px;
    font-size: 30px;
    text-align: center;
    padding: 14px 0;
    background: #ffecec;
    border-radius: 100%;
    border-bottom: 1px solid #efefef;
}

.live-content {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.live-content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin-bottom: 20px;
    color: #111111;
}

.livinfo {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    margin-top: 15px;
    color: #111111;
    display: block;
}

.live_link {
    height: 40px;
    background: #ed2a26;
    border: 0;
    border-radius: 15px;
    padding: 10px 20px;
    color: #fff;
}

.live_link:hover {
    color: #fff;
    background: #333;
}

.fcrse_4 {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.say_content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.say_content p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'roboto', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: left;
}

.st_group {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.stud_img {
    text-align: left;
}

.stud_img img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.st_group h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-left: 15px;
}

.Student_says .owl-nav .owl-prev {
    left: -13px;
    font-size: 20px !important;
    position: absolute;
    top: 38%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -12px;
    top: 40%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.Student_says .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.Student_says .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.strttech120 {
    background: #ffffffd4;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #efefef;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}


.strttech120 h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
}

.strttech120 p {
    font-size: 14px;
    color: #111111;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 32px;
    line-height: 26px;
}

.footer {
    background: #333;
    width: 100%;
    padding: 0;
    float: left;
}

.item_f1 {
    padding-top: 50px;
}

.item_f1 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    /* display: block; */
    padding-bottom: 10px;
    color: #fff;
    padding-right: 20px;
}

.item_f1 a:hover {
    color: #efefef !important;
}

.item_f1 a:last-child {
    padding-bottom: 0;
}

.item_f3 {
    padding-top: 50px;
}

.btn1542 {
    height: 40px;
    padding: 10px 15px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: #ed2a26;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.btn1542:hover {
    color: #fff !important;
    background: #c72127;
}

.lng_btn {
    margin-top: 20px;
}

.lng_btn a {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.lft {
    margin-right: 5px;
}
.rgt {
    margin-left: 5px;
}

.lng_btn a:hover {
    color: #fff !important;
}

.footer_bottm {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #454545;
}

.fotb_left li {
    display: inline-block;
    vertical-align: middle;
}

.footer_logo img {
    width: 30px;
    margin-right: 20px;
}

.fotb_left p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 24px;
}

.edu_social_links {
    text-align: right;
}

.edu_social_links a {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 16px;
    display: inline-block;
    color: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu_social_links a:hover {
    color: #fff !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);  
}

.lng_btn .ui.dropdown .menu>.item {
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
}

/*--- All Live Streams ---*/

.main-loader {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/* === Animation Loader === */

.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;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #333;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #333;
  opacity: 0.702;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  background-color: #333;
  opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.live1452 {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

/*Floating CSS Start*/
.live1452 iframe {
    width: 100%;
    height: 435px;
    border-radius: 3px;
}

@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 .25s ease forwards;
    z-index: 999;
}

/*Floating CSS End*/

@keyframes example {
    0%   {background-color: red;}
    25%  {background-color: #ff7037;}
    50%  {background-color: red;}
    100% {background-color: #ff7037;}
}


.live_comment {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #efefef;
}

.live_input {
    width: 100%;
    height: 50px;
    padding: 10px 60px 10px 15px;
    border: 0;
    color: #333;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: 'Roboto', sans-serif;
}

.btn_live {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 0;
    background: #ed2a26;
    font-size: 20px;
    padding: 9px 7px;
    color: #fff;
}

.btn_live:hover {
    background: #333;
    color: #fff;
}

.live_chat {
    float: left;
    width: 100%;
    height: 418px;
    overflow-y: auto;
    padding: 15px 20px;
}

.live_chat::-webkit-scrollbar {
    width:4px;
}
.live_chat::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.chat1 p {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #111111;
    margin-bottom: 13px;
    text-align: left;
}

.chat1 a {
    font-weight: 600;
    margin-right: 10px;
    color: #333!important;
}

.live_user_dt {
    float: left;
    width: 100%;
    display: flex;
}

.user_img5 {
    text-align: left;
}

.user_img5 img {
    text-align: left;
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
    border-radius: 100%;
    margin-right: 15px;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.live_user_dt h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.user_dt5 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.user_dt_left {
    float: left;
} 

.subscribe-btn {
    border: 0;
    background: #ed2a26;
    padding: 0 20px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.subscribe-btn:active {
  outline: none;
}

.subscribe-btn:visited {
  outline: none;
}

.Subscribed-btn {
  background: #c72127 !important;
  color: white;
}

.studio-link-btn {
    border: 0;
    background: #ed2a26;
    padding: 0 20px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.user_dt_right {
    float: right;
} 

.user_dt_right ul li {
    display: inline-block;
}

.lkcm152 {
    display: block;
    background: #fff;
    height: 60px;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.lkcm152 span {
    display: block;
    margin-top: 2px;
}

.lkcm152 i {
    font-size: 18px;
}

.slive_tabs {
    border-bottom: 0 !important;
}

.slive_tabs .nav-item.show .nav-link, .slive_tabs .nav-link.active {
    color: #fff !important;
    background-color: #333 !important;
    border-color: #333 !important;
    border-radius: 20px;
}

.slive_tabs .nav-item {
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.slive_tabs .nav-link {
    border: 1px solid #ed2a26 !important;
    border-radius: 3px !important;
    background-color: #ed2a26 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.slive_tabs .nav-link:hover {
    border: 1px solid #c72127 !important;
    background-color: #c72127 !important;
    color: #fff !important;
}

.add_stream_content {
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}

.strm_title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
}

.sf475 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    margin-top: 5px;
    line-height: 24px;
}

.sf475 a {
    font-weight: 500;
    color: #333;
}

.sf475 a:hover {
    color: #ed2a26 !important;
}

.stm_key {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    color: #333;
    line-height: 24px;
}

.group-form {
    margin-top: 27px;
    position: relative;
}

.group-form label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    color: #333;
    line-height: 24px;
}

._dlor1 {
    border: 1px solid #efefef;
    background: #f7f7f7;
    height: 40px;
    width: 100%;
    padding: 0 100px 0 20px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

._6tf7s {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 30px;
    padding: 0 15px;
    background: #ed2a26;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

._6tf7s:hover {
    background: #333;
    color: #fff;
}

._145d1 {
    height: 40px;
    padding: 0 20px;
    background: #ed2a26;
    color: #fff;
    border: 0;
    margin-top: 30px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

._145d1:hover {
    background: #333;
    color: #fff;
}

._145d1 i {
    font-size: 120%;
    margin-right: 3px;
}

.strm_title1 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
}

._1457s2 {
    margin-top: 30px;
    display: block !important;
    width: 100%;
}

.ui.toggle._1457s2.checkbox input:checked~.box:before, .ui.toggle._1457s2.checkbox input:checked~label:before {
    background-color: #ed2a26 !important;
}

.ui.toggle._1457s2.checkbox input:focus:checked~.box:before, .ui.toggle._1457s2.checkbox input:focus:checked~label:before {
    background-color: #ed2a26 !important;
}

._1457s2 label {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #333 !important;
    margin-bottom: 0 !important;
}

/*--- Explore Page ---*/

.srch_explore {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    color: #333 !important; 
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.srch_explore:focus {
    border: 1px solid #333 !important;  
    box-shadow: none !important;
}

.ui.swdh11 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh11.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

i.icon2 {
    font-size: 20px !important;
}

._14d25 {
    float: left;
    width: 100%;
}

/*--- Course Detail View Page ---*/

._bg4586 {
    padding: 60px 0 0 !important;
}

._215b01 {
    float: left;
    width: 100%;
    background: #333;
    padding: 30px 0;
}

.preview_video {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 3px;
}

._215b02 {
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: rgba(51,51,51,0.9);
    left: 0;
    right: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
}

._215b03 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: left;
    line-height: normal;
    margin-bottom: 15px;
}

._215b04 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 26px;
}

._215b05 {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

._215b06 {
    display: flex;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

._215b07 {
    margin-right: 20px;
}

.caption_tooltip {
    display: inline-block;
    position: relative;
}

.caption_tooltip:hover {
    text-decoration: underline;
    color: #f7f7f7;
    cursor: pointer;
}

.caption-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
    z-index: 1;
    right: 0;
    border-radius: 5px;
}

.caption-content span {
    color: #111111;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.caption-content span i {
    margin-right: 6px;
    font-size: 115%;
}

.caption_tooltip:hover .caption-content {display: block;}

._215b07 i {
    font-size: 120%;
}

._215b08 i {
    font-size: 120%;
}

._215b10 {
    width: 100%;
    float: left;
}

._215b11 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
    margin-right: 30px;
}

._215b11:hover {
    color: #fff !important;
}

._215b12 {
    margin-top: 30px;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
}

._215b12:hover {
    color: #fff !important;
}

._215b11 i {
    font-size: 120%;
    margin-right: 5px;
}

._215b12 i {
    font-size: 120%;
    margin-right: 5px;
}

._215b15 {
    float: left;
    width: 100%;
    padding: 20px 20px;
    background: #fff;
    margin-bottom: 17px;
}

.course_tabs {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.course_tabs .nav-item {
    margin-bottom:  0 !important;
}

.course_tabs .nav-tabs .nav-item.show .nav-link, .course_tabs .nav-tabs .nav-link.active {
    color: #333 !important;
    background-color: transparent !important;
    border-color: inherit !important;
    border-top: 0 !important;
    border-bottom: 2px solid #ed2a26 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.course_tabs .nav-tabs {
    border-bottom: 0 !important;
}

.tab_crse .nav-link {
    border-top: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #333 !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
}

.tab_crse .nav-link {
    padding: .5rem 1.5rem !important;
}

._215b17 {
    float: left;
    width: 100%;
}

._df7852 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
    margin-top: 0;
    display: block;
    margin-bottom: 10px !important;
}

._df7852:hover {
    color: #333 !important;
}

._215b31 {
    width: 100%;
    margin-top: 27px;
}

._215b31 li {
    display: inline-block;
}

.btn_adcart {
    height: 40px;
    border: 0;
    padding: 0 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: #ed2a26;
    border: 1px solid #ed2a26;
    margin-right: 6px;
}

.btn_adcart:hover {
    background: #c72127;
    border: 1px solid #c72127;
}

.btn_buy {
    height: 40px;
    border: 0;
    padding: 0 25px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    background: transparent;
    border: 1px solid #fff;
}

.btn_buy:hover {
    color: #fff;
    background: #c72127;
    border: 1px solid #c72127;
}

._215fgt1 {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

._htg451 {
    margin-top: 30px;
    margin-bottom: 20px;
}

._htg452 h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #333;
}

._htg452 ul li {
    display: block;
    margin-bottom: 5px;
}

._htg452 ul li:last-child {
    margin-bottom: 0;
}

._5f7g11 {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #111111;
    text-align: left;
    line-height: 26px;
}

._5f7g11::before {
    content: '\f111';
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    color: #333;
    vertical-align: bottom;
    margin-right: 10px;
    line-height: 26px;
}

._abc123 {
    display: block;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    text-align: left;
}

._htg452 p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #111111;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 26px;
}

._abc124 {
    padding-left: 30px;
}

._htgdrt {
    background: #fff;
    padding: 30px;
    border: 1px solid #efefef;
    border-radius: 3px;
}

._htgdrt h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #333;
}

._abcd145 li {
    padding-bottom: 10px;
}

._abcd145 li:last-child {
    padding-bottom: 0;
}

._5f7g15 {
    display: flex;
}

._5f7g15 i {
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

._5f7g15 span {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #111111;
    text-align: left;
    line-height: 26px;
    margin-left: 15px;
}

.crse_content {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.crse_content h3 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #333;
    float: left;
}

._112456 {
    float: right;
    padding-top: 3px;
}

.accordion-expand-holder li {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.accordion-expand-holder li:last-child {
    margin-right: 0;
}

._d1452 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #333;
    cursor: pointer;
}

._d1452:hover {
    color: #ed2a26;
}

._fgr123 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 0;
    color: #111111;
}

.ui-accordion {
    margin-top: 4px;
    float: left;
    width: 100%;
}

.accordion-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    border: solid 1px #efefef;
    cursor: pointer;
    height: auto;
    margin-top: 3px;
    padding: 15px 30px 15px 20px;
    background: #fff;
    border-radius: 0px;
}

.accordion-header .section-header-left {
    display: flex;
    flex-direction: column;
    flex-basis: 65%;
}

.accordion-header .section-title-wrapper {
    flex-direction: row;
    align-items: center;
    display: flex;
    color: #505763;
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 600;
}

.accordion-header .section-title-text {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 10px;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.accordion-header .section-header-right {
    display: flex;
    justify-content: flex-end;
    color: #505763;
    flex-basis: 40%;
}

.accordion-header .num-items-in-section {
    display: block;
    margin-right: 20px;
    white-space: nowrap;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.accordion-header .section-header-length {
    text-align: right;
    width: 42%;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.crse_icon {
    font-size: 110%;
    margin-right: 5px;
}

.ui-accordion-content {
    float: left;
    width: 100%;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #fff;
}

.ui-accordion-content .lecture-container {
    display: flex;
    padding: 12px 30px 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: none;
    color: #111111;
    letter-spacing: .3px;
    line-height: 1.33;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ui-accordion-content .left-content {
    display: flex;
    align-items: flex-start;
    width: 50%;
}

.ui-accordion-content .icon_142 {
    font-size: 18px;
    line-height: 18px;
    color: #afafaf;
}

.ui-accordion-content .top {
    flex-direction: column-reverse;
    display: flex;
    margin-left: 10px;
    width: 100%;
}

.ui-accordion-content .title {
    color: #111111;
    font-size: 14px;
    margin-top: -2px;
}

.ui-accordion-content .details {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
    width: 50%;
    font-size: 14px;
}

.ui-accordion-content .content-summary {
    color: #111111;
    flex-direction: row-reverse;
    display: flex;
    text-align: right;
    white-space: nowrap;
    width: 40%;
}

.ui-accordion-content .preview-text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.ui-accordion-content .preview-text:hover {
    color: #ed2a26 !important;
}

.btn1458 {
    float: left;
    margin-top: 5px;
    border: 1px solid #dedfe0;
    height: 50px;
    background: #e8e9eb;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center;
    padding: 15px 0;
}

.btn1458:hover {
    border: 1px solid #e8e9eb;
    background: #e8e9eb;
    color: #333 !important;
}

.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: 3px;
}

.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: 3px;
}

._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;
}

.full-star:before {
    color: #f2b01e;
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
}

.empty-star:before {
    content: "\f005";
    position: absolute;
    left: 0;
    overflow: hidden;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.half-star:before {
    color: #f2b01e;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 60%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.half-star:after {
    content: '\f005';
    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;
}

._rate003 {
    
}

._rate004 {
    display: flex;
    cursor: pointer;
    height: auto;
    margin-top: 20px;
    border-radius: 0px;
}

.progress1 {
    display: flex;
    flex-basis: 50%;
    margin-right: 20px;
    height: 1.4rem !important;
}

.progress1 .progress-bar {
    background-color: #ed2a26 !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: 3px;
}

.rvsrch_btn {
    position: absolute;
    right: 3px;
    top: 2px;
    border-radius: 3px;
    border: 0;
    height: 26px;
    width: 26px;
    background: #ed2a26;
    color: #fff;
    font-size: 14px;
}

.rvsrch_btn:hover {
    background: #333;
    color: #fff;
}

.review_all120 {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 3px;
}

.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: 0px 2px 2px 0px 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: #111111;
    display: block;
    margin-top: 5px;
}

.rvds10 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 17px;
    line-height: 26px;
    color: #111111;
    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 8px;
    border-radius: 6px;
}

.more_reviews {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.radio--group-inline-container .radio-item {
    display: inline-block;
    margin-right: 10px;
}

.radio--group-inline-container .radio-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio--group-inline-container .radio-item input[type="radio"] + .radio-label:before {
    content: '';
    background: #f7f7f7;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio--group-inline-container .radio-item input[type="radio"]:checked + .radio-label:before {
    background-color: #ed2a26;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container .radio-item input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #0E8A86;
}

.radio--group-inline-container .radio-item input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio--group-inline-container .radio-item input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.radio-label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
    color: #333;
    margin-bottom: 0;
    cursor: pointer;
}

.report145 {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 24px;
    margin-left: 5px;
}

.vd_mdl .close {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    margin-left: auto;
    z-index: 1;
}

.vd_mdl .close:hover {
    color: #fff;
}

.vd_mdl .modal-body {
    padding: 0 !important;
}

.vd_mdl .modal-content {
    border-radius: 0 !important;
}

.vd_mdl .modal-body iframe {
    width: 100%;
    height: 375px;
    margin-bottom: -5px;
}

/*--- Instructor Profile View ---*/

._216b01 {
    float: left;
    width: 100%;
    background: #333;
    padding: 30px 0;
}

.dp_dt150 {
    display: flex;
    align-items: center;
}

.img148 {
    text-align: center;
}

.img148 img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.prfledt1 {
    margin-left: 20px;
    text-align: left;
    margin-bottom: 20px;
}

._bty149 {
    text-align: right;
}

.btn500 {
    height: 40px !important;
    padding: 0 30px !important;
}

._216b12 {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

._216b12 span {
    margin-right: 5px;
}

._216b12:hover {
    color: #fafafa !important; 
}

.prfledt1 h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.prfledt1 span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.rgt-145 {
    text-align: right;
    margin-top: 55px;
    margin-bottom: 30px;
}

._bty149 li {
    display: inline-block;
    margin-right: 5px;
}

._bty149 li:last-child {
    margin-right: 0;
}

.msg125 {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
}

._ttl120 {
    margin-top: 10px;
    border: 1px solid #4f4848;
    display: flex;
}

._ttl120 li {
    display: inline-block;
    width: 25%;
    padding: 15px 10px;
    border-right: 1px solid #4f4848;
}

._ttl120 li:last-child {
    border-right: 0;
}

._ttl121 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

._ttl123 {
    font-size: 13px;
    margin-top: 10px;
}

.rpt145 {
    position: relative;
}

._216b22 {
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
}

._216b22 span {
    margin-right: 5px;
}

._216b22:hover {
    color: #fafafa !important; 
}

.cmmnt_1526{
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
    -webkit-box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
}

.img160 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

.cmnt_group {
    display: flex;
}

._cmnt001 {
    margin-left: 20px;
    border: 1px solid #efefef;
    width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    resize: horizontal;
    height: 40px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333;
    padding: 12px;
    border-radius: 3px;
    background: #f9f9f9;
}

.cmnt-btn {
    margin-top: 15px;
    float: right;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
   background: #452860;
    border-radius: 15px;
    border: 0;
    height: 40px;
    padding: 0px 30px;
}

.cmnt-btn:hover {
    color: #fff;
    background: #333;
}

.rpt101 {
    display: flex;
}

.report155 i {
    font-size: 130%;
    padding: 0 5px;
}

.report155 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 24px;
    margin-left: 5px;
}

.report155:hover {
    color: #ed2a26 !important;
}

.review_reply {
    padding-left: 50px;
}

/* --- Categories Page --- */

._1frstcate {
    width: 100%;
}

._cate101 {
    position: relative;
    background: #fff;
    display: inline-block;
    height: 40px;
    text-align: left;
    padding: 10px 15px 10px 55px;
    border-radius: 3px;
    box-shadow: 0in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 40px;
}

.cate_icon1 {
    background: #ed2a26;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.cate_521 h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    line-height: 24px;
    text-align: left;
    margin-top: 50px !important;
}

.cate_option li:last-child {
    padding-bottom: 0;
}

.cate_option li {
    padding-bottom: 10px;
    display: block;
}

.cate_option li a {
    font-size: 14px;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-weight: 400;
}

/* --- History Page --- */

.grp_titles {
    padding: 30px 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.ht_title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
}

.ht_clr {
    float: right;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ui[class*="left icon"].swdh15.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px !important; 
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.tb_145 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.hstry142 .nav-pills .nav-link {
    border-radius: 2rem !important;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0.8rem 1.5rem;
    float: left;
    width: 100%;
}

.hstry142 .nav-pills .nav-link.active, .hstry142 .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #ed2a26 !important;
}

.hf_img {
    width: 30%;
    float: left;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.hf_img img {
    width: 100%;
    border-radius: 15px;
}



.hs_content {
    padding: 0px 15px 0px 20px;
    float: left;
    width: 70%;
    position: relative;
}


.eps_dots10 {
    top: 5px;
}

.mhs_title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.no-text {
    font-size: 14px;
    color: #111111;
    margin-top: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    margin-top: 0;
}

/* --- Watch Later Page --- */

.wtch125 {
    margin-bottom: 8px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    display: block;
}

.wtch125 .vdt14::after {
    content: '';
    margin: 0 4px;
}

.wtch125 .vdt14:last-child::after{
    display: none;
    content: '';
}

a.rmv-btn {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: block;
    background: #ed2a26;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
}

a.rmv-btn:hover {
    color: #fff !important;
    background: #333;
}

a.rmv-btn i {
    margin-right: 3px;
}

/* --- Setting Page --- */

.st_title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.setting_tabs .nav-pills .nav-link.active, .setting_tabs .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #ed2a26 !important;
    border-radius: 3px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 14px;
    margin-top: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.account_setting {
    margin-top: 36px;
}

.account_setting h4 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 18px;
    text-align: left;
}

.account_setting p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.basic_profile {
    margin-top: 32px;
}

.basic_ptitle h4 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.basic_ptitle p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.ui[class*="left icon"].swdh19.input>input {
    padding-left: 2em!important;
    padding-right: 2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.form-control-counter {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    color: #111111;
    background: #dedfe0;
    font-weight: 500;
    min-width: 34px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.ui.form.swdh30 textarea {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    outline: 0;
    color: rgba(0,0,0,.87);
    border-radius: 3px !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.ui.form.swdh30 textarea:focus {
    border: 1px solid #333 !important;
    box-shadow: none;
}

.divider-1 {
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
}

.basic_profile1 {
    margin-top: 47px;
}

.ui.label.lb12 {
    background-color: #dedfe !important;
    padding: .9999em 1.2em !important;
    color: #111111 !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.ui[class*="left icon"].swdh31.input>input {
    padding-left: 1em!important;
    padding-right: 2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.help-block {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #111111;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.save_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.save_btn:hover {
    color: #fff !important;
    background: #333;
}

.ml5 {
    margin-left: 65px;
    margin-top: 5px;
}

.ui.selection.dropdown.cntry152 {
    border: 1px solid #e5e5e5 !important;
    border-radius: 3px !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.ui.selection.active.dropdown.cntry152 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    box-shadow: none !important;
    border: 1px solid #333 !important;
}

.billing-percentages-progress-bar {
    margin-top: 80px;
}

.billing-percentages-progress-bar__labels li {
    width: 10%;
    display: flex;
    position: relative;
    font-size: 12px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.billing-percentages-progress-bar__labels {
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0;
}

.billing-percentages-progress-bar__profit {
    position: absolute;
    top: -50px;
}

.t5 {
    font-size: 12px;
    line-height: 18px;
}

.billing-percentages-progress-bar__label:after {
    background: #cfd8dc;
    content: "";
    height: 10px;
    position: absolute;
    top: -20px;
    width: 1px;
    left: 6px;
}

.billing-percentages-progress-bar__profit .format-currency {
    font-weight: inherit;
}

.billing-percentages-progress-bar__label_zero-level {
    color: #76d48f;
    font-weight: 700;
}

.return-departure-dts {
    color: #727272;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
    display: none;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.radio--group-inline-container_1 {
    width: 100%;
    display: flex;
}

.radio--group-inline-container_1 li {
    display: inline-block;
    width: 33.333%;
    margin-right: 20px;
}

.radio--group-inline-container_1 .radio-item_1 {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label_1:before {
    content: '';
    background: #f7f7f7;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked + .radio-label_1:before {
    background-color: #ed2a26;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus + .radio-label_1:before {
    outline: none;
    border-color: #0E8A86;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled + .radio-label_1:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.radio-label_1 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
    color: #333;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 15px 20px;
    background: #fff;
    width: 100%;
    border-radius: 3px;
}

.radio-label_1:hover {
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .4s ease-in-out;
}

.pymnt_title h4 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.pymnt_title p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-top: 10px;
}

.pymnt_title span {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

.pymnt_title p a:hover {
    color: inherit;
    text-decoration: underline !important;
}

.save_payout_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 0px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
}

.save_payout_btn:hover {
    color: #fff;
    background: #333;
}

.api_btn {
    margin-top: 30px;
    padding: 0 20px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #efefef;
    color: #111111;
    background: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.api_btn:hover {
    border: 2px solid #333;
    color: #fff;
    background: #333;
}

.nt_apt {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.nt_apt i {
    font-size: 120%;
    color: #ed2a26;
}

.mbs20 {
    margin-bottom: 20px !important;
}

.form-group1 label {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
}

.image-upload-wrap {
    border: 1px solid #efefef;
    position: relative;
    border-radius:3px;
    background-color: #fff;
    border-radius: 3px;
}
.image-dropping,
.image-upload-wrap:hover {
    background-color: #fff;
    border: 1px solid #efefef;
}
.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #847577;
}
.drag-text {
    text-align: center;
    padding: 20px 0;
}

.drag-text h4 {
    font-size:16px;
    font-weight: 500;
    text-transform: none;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin-bottom:5px;
    margin-top: 0;
}
.drag-text p{
    font-size:12px;
    font-weight: 400;
    text-transform: none;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    line-height:12px;
}
.drag-text i{
    font-size:24px;
    text-transform: none;
    color: #a1a1a1;
    margin-bottom:10px;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.report_history {
    margin-bottom: 80px;
}

.report_history h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 20px;
}

.report_history p {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    margin-bottom: 10px;
    line-height: 26px;
}

.report_history a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 26px;
}

.report_history a:hover {
    color: inherit;
    text-decoration: underline !important;
}

.report_history ul {
    margin-bottom: 15px !important;
    list-style: disc;
    padding-left: 20px;
}

.report_history ul li {
    margin-bottom: 5px !important;
}

.lnk586 {
    margin-bottom: 50px;
    display: block;
}

.report_history span {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 0px;
    line-height: 26px;
    display: block;
}

/* --- Help Page --- */

._215v12 {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #333;
    position: relative;
}

._215v12:before {
    content: "";
    background: url(https://cdna.iconscout.com/img/fafbb5d.svg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: contain;
    opacity: 0.1;
}

.help_stitle h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.help_tabs .nav-link {
    font-size: 18px !important;
}

.tpc152 {
    float: left;
    width: 100%;
}

.value_props50 {
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    border: 1px solid #efefef;
    box-shadow: none;
    flex: 1;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    height: 200px;
}

.value_props51 {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 20px;
    box-shadow: none;
    flex: 1;
    float: left;
    color: #333 !important;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

._new89 {
    margin-left: 0 !important;
    float: left;
    width: 100%;
}

.back_link {
    padding-top: 10px;
    float: left;
}

.back_link a {
    color: #333;
    float: left;
    height: 38px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.back_link a:hover {
    color: #fff !important;
    background: #333;
    border: 1px solid #333;
}

.ml_item {
    float: left;
    width: 90%;
    text-align: center;
    padding-top: 12px;
}

.main_logo15 {
    float: none;
    width: 135px;
    text-align: center;
    margin: auto !important;
}

.hde152 {
    display: none;
}

.title125 {
    width: 100%;
    float: left;
}

.titleleft {
    float: left;
}

.titleright {
    float: right;
}

.ttl121 .breadcrumb {
    background-color: #fff !important;
    padding: 0 !important;
}

.ttl121 .breadcrumb-item a {
    color: #333;
}

.ttl121 .breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

.title126 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.title126 h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px !important;
    color: #333;
    text-align: left;
    line-height: 30px;
}

.frc123 {
    margin-top: 13px !important;
}

.vew120 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.vew121 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 26px;
    color: #333;
}

.vew121:hover {
    text-decoration: underline !important;
    color: #333;
}

.ntt125 li {
    padding-bottom: 5px;
}

.ntt125 li:last-child {
    padding-bottom: 0;
}

.rqst152 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #ed2a26;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 11px;
    height: 40px;
    border-radius: 3px;
    margin-bottom: 50px;
}

.rqst152:hover {
    color: #fff !important;
    background: #333;
}

.vew120 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: left;
}

.mtl145 li {
    list-style: decimal;
    margin-left: 30px;
    font-family: 'Roboto', sans-serif;
}

/* --- About Us Page --- */

._215cd2 {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    background: #fff;
    position: relative;
    margin-bottom: 0px;
}

._215cd2:before {
    content: "";
    background: url(../images/about/title_bg.jpg) center bottom repeat-x;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.title129 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.title129 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px !important;
    color: #333;
    text-align: center;
    line-height: 30px;
}

._215td5 {
    padding: 62px 0;
    float: left;
    width: 100%;
}

.title589 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #333;
    line-height: 26px;
}

.title589 p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #111111;
    line-height: 26px;
    padding: 0 300px;
}

.p__metric {
    font-size: 42px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 60px;
}

.p__metric span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
    text-align: center;
    color: #111111;
    line-height: 26px;
    display: block;
}

.feature125 {
    text-align: center;
    margin-top: 35px;
}

.feature125 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 13px;
    margin-top: 26px;
    text-align: center;
    color: #333;
}

.feature125 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #111111;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.feature125 i {
    font-size: 40px;
    text-align: center;
    color: #333;
    margin-bottom: 0;
}

._215zd5 {
    float: left;
    width: 100%;
    background: #fff;
    padding: 62px 0;
}

.title478 {
    padding: 62px 0 0;
}

.title478 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.title478 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #111111;
    line-height: 26px;
    padding-top: 27px;
}
}

.story125 {
    text-align: center;
}

.story125 {
    text-align: center;
}

.jmio125 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    margin-top: 50px !important;
    text-align: left;
    color: #111111;
    line-height: 26px;
}

._215xd5 {
    padding: 62px 0;
    float: left;
    width: 100%;
    background: #ffffff;
}

.jmio125 img {
    width: 100%;
    margin-top: 50px;
}


.crer_btn_link {
    height: 40px;
    padding: 10px 20px;
    border: 0;
    margin-top: 34px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: inline-block;
}

.crer_btn_link:hover {
    color: #fff !important;
    background: #333;
}

/* --- Our Blog Page --- */

._205ef5 {
    padding: 0;
    float: left;
    width: 100%;
}

.blogleft12 {
    width: 100%;
}

.blogleft12 li {
    display: block;
    border-bottom: 1px solid #efefef;
}

.blogleft12 li:last-child {
    border-bottom: 0;
}

.blg152 {
    padding: 15px;
}

.category-topics {
    border-top: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #333;
    display: block;
    padding: 15px 20px;
}

.category-topics:first-child {
    border-top: 0;
}

.category-topics:after {
    /* content: '\f0da'; */
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-topics.collapsed:after {
    content: '\f0da'; 
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-card li {
    border: 0;
}

.category-item1 {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #111111;
    display: block;
    padding: 10px 20px;
}

.category-item1.active {
    font-weight: 500;
    color: #333;
}

.category-item1:last-child {
    padding-bottom: 20px;
}

.socl148 {
    padding: 20px;
}

.twiter158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    background: #1da1f2;
}

.facebook158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
    background: #3b5998;
}

.youtube158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
    background: #db2828;
}


.instagram158 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border: 0;
    border-radius: 3px;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    margin-top: 10px;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
 
}

.ic45 {
    margin-right: 7px;
}

.help_link {
    padding: 15px 20px;
    text-align: center;
}

.help_link p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    color: #111111;
    line-height: 26px;
}

.help_link a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}

.blog_des {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: left;
    margin-top: 15px;
    display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogbg_1 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #efefef;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.main-p-pagination {
    float: left;
    margin-top: 50px;
    width: 100%;
    text-align: right;
    margin-bottom: 50px;
}

.main-p-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
    text-align: right;
}

.main-p-pagination .pagination .page-link {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 7px 12px;
    margin-left: 8px;
    line-height: 1.25;
    color: #111111;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #efefef;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.main-p-pagination .pagination .page-link.active {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

.main-p-pagination .pagination .page-link:hover {
    background:#ed2a26;
    border: 1px solid #ed2a26;
    color:#fff !important;
    box-shadow:none;
}

.main-p-pagination .pagination .page-link:focus {
    box-shadow:none;
    color: inherit !important;
}

.main-p-pagination .pagination .page-link i {
    font-size:12px;
}

.blog_link {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.blog_link i {
    margin-right: 5px; 
}

.bg_blog2 img {
    width: 100%;
    margin-top: 30px;
    border-radius: 15px;
}

.vdtodt55 {
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    display: block;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.vdtodt55 .vdt24::after {
    content: '';
    margin: 0 4px;
}

.vdtodt55 .vdt24:last-child::after{
    display: none;
    content: '';
}

.blog_pagination {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bp_left {
    float: left;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}

.bp_left i {
    font-size: 24px;
    color: #333;
}

.bp_right {
    float: right;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
}

.bp_right i {
    font-size: 24px;
    color: #333;
}

.kslu15 {
    margin-left: 15px;
    text-align: left;
}

.prevlink {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.kslu15:hover {
    margin-left: 5px;
    transition: margin .3s ease-out;
}

.prev_title {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    color: #111111;
}

.kslu16 {
    margin-right: 15px;
    text-align: right;
}

.prevlink1 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.kslu16:hover {
    margin-right: 5px;
    transition: margin .3s ease-out;
}

.prev_title1 {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: box!important;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    color: #111111;
}

/* --- Company Page --- */

.title484 {
    padding: 0 0 50px;
}

.title484 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.title484 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: left;
    color: #111111;
    line-height: 26px;
    margin-top: 27px;
}

.cpy_img {
    width: 100%;
    float: left;
    position: relative;
}

.cpy_img img {
    width: 100%;
    border-radius: 3px;
}

.cpy_content {
    padding: 20px 10px 10px;
    float: left;
    width: 100%;
    position: relative;
}

.branches_all {
    margin-top: 5px;
    float: left;
    width: 100%;
}

.cmpy14s {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    margin-bottom: 7px;
    line-height: 26px;
}

.cmpylink {
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #111111;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
    margin-top: 15px;
    display: inline-block;
}

.cmpylink:hover {
    color: #333 !important;
}

.joblink {
    margin-top: 33px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #ed2a26;
    padding: 10px 20px;
    border-radius: 3px;
}

.joblink:hover {
    color: #fff !important;
    background: #333;
}

.story125 iframe {
    width: 100%;
    height: 300px;
}

.feature_careers .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 43%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 43%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #333 !important;
    background: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.feature_careers .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #ed2a26 !important;
    border: 1px solid #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.feature_careers .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #ed2a26 !important;
    background: #ed2a26 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.career_item {
    width: 100%;
    text-align: center;
}

.career_item_img {
    width: 80px;
    height: 8 0px;
    display: inline-block;
}

.career_item img {
    -o-object-fit: fill;
    object-fit: fill;
    min-width: 100%;
    height: auto;
    border-radius: 50%;
}

.career_item h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #333;
    line-height: 26px;
    margin-top: 29px;
}

.career_item p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #111111;
    line-height: 26px;
    padding: 0 200px;
}

.view-blog-link {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    text-align: left;
}

.view-blog-link:hover {
    color: #ed2a26 !important;
}

.view-blog-link i {
    font-size: 16px;
}

.apply_job_link {
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    height: 190px;
    text-align: center;
}

.apply_job_link h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px !important;
    text-align: center;
    color: #333;
    line-height: 26px;
}

.apply_job_link span {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0 !important;
    text-align: center;
    color: #111111;
}

.career_lnk5 {
    font-size: 14px;
    color: #fff;
    background: #ed2a26;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 20px;
    display: inline-block;
}

.career_lnk5:hover {
    color: #fff !important;
    background: #333;
}

.career_lnk6 {
    font-size: 14px;
    color: #fff;
    background: #ed2a26;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 0;
    display: inline-block;
}

.career_lnk6:hover {
    color: #fff !important;
    background: #333;
}

.apply_form {
    padding-top: 50px;
    border-top: 1px solid #e5e5e5;
    margin-top: 3px;
    margin-bottom: 50px;
}

.apply_form h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.drag-text .applyfile {
    font-size:16px;
    font-weight: 500;
    text-transform: none;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin-bottom:5px;
    margin-top: 0;
}

.apply_links_sco {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.apply_links_sco h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.ui.selection.cntry152.dropdown {
    min-width: 100% !important;
    padding: .78571429em 2.1em 0.785714em 2em !important;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

/* --- Press Page --- */

.press_news {
    margin-top: 50px;
}

.press_news h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px !important;
    text-align: left;
    color: #333;
    line-height: 26px;
}

.press_news p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px !important;
    text-align: left;
    color: #111111;
    line-height: 26px;
}

.press_item {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #efefef;
}

.vdtopress {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px !important;
    text-align: left;
    color: #111111;
}

.press_item h4 {
    margin-bottom: 13px;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.press_dt_view {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    border-radius: 3px;
}

.press_dt_view:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.press_dt_view i {
    margin-left: 2px;
    padding-top: 5px;
}

.allnews_btn {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
}

.allnews_btn:hover {
    text-decoration: underline !important;
    color: #ed2a26;
}

.press_item .press_title {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    display: block;
}

/* --- Signup Signin Page --- */

.main_logo25 {
    float: none;
    width: 135px;
    text-align: center;
    margin: auto !important;
    padding: 50px 0;
}

.sign_in_up_bg {
    background: #f7f7f7 !important;
    position: relative;
    width: 100%;
}

.sign_in_up_bg:before {
    content: "";
    background: url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.04;
}

.sign_form {
    background: #fff;
    border-radius: 15px;
    padding: 50px 50px 30px;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    flex: 1;
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

.ui.form.checkbox_sign {
    text-align: left;
}

.ui.checkbox.mncheck .box, .ui.checkbox.mncheck label {
    font-family: 'Roboto', sans-serif !important;
    color: #333;
    line-height: 20px;
}

.ui.checkbox.mncheck input:checked~.box:after, .ui.checkbox.mncheck input:checked~label:after {
    opacity: 1;
    color: #ed2a26 !important;
    font-size: 10px !important;
    border-radius: 100%;
    margin-top: 0;
}

.ui.checkbox.mncheck .box:before, .ui.checkbox.mncheck label:before {
    border-radius: 100%;
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px;
}

.login-btn {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #452860;
    border-radius: 15px;
    text-align: center;
    border: 0;
    width: 100%;
    height: 40px;
}

.login-btn:hover {
    color: #fff;
    background: #333;
}

.sign_form h2 {
    font-size: 24px;
    margin-bottom: 17px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: center; 
}

.sign_form p {
    font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center; 
    line-height: 26px;
}

.sgntrm145 {
    padding: 47px 0 30px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #efefef;
}

.sign_footer {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding: 50px 0;
    display: block;
    float: left;
    width: 100%;
}

.sign_footer img {
    margin-right: 10px;
}

.sgntrm145 a {
    color: #ed2a26;
}

.sgntrm145 a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.hvsng145 a {
    color: #ed2a26;
}

.hvsng145 a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.ui.swdh95 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh95.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ui[class*="left icon"].swdh95.input>input:focus {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.social_lnk_btn {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #efefef;
    border-radius: 3px;
    text-align: center;
    border: 0;
    width: 100%;
    height: 40px;
}

.social_lnk_btn i {
    margin-right: 10px;
    font-size: 120%;
}

.color_btn_fb {
    background: #3b5998 !important;
}

.color_btn_tw {
    background: #1da1f2 !important;
}

.color_btn_go {
    background: #34a853 !important;
}

./* --- Forgot Password Page --- */

.main-tabs {
    width: 100%;
}

.main-tabs {
    margin-bottom: 50px;
}

.main-tabs .nav-tabs{
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin: 0;
    border-bottom: 0;
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.main-tabs .nav-tabs .nav-item.show .nav-link, .main-tabs .nav-tabs .nav-link.active {
    color: #ed2a26 !important;
    background-color: none !important;
    border-bottom: 2px solid #ed2a26 !important;
}

.main-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #333 !important;
    background: none !important;
    border-bottom: 2px solid #efefef;
    text-decoration: none !important;
}

.main-tabs .nav-tabs .nav-item {
    width: 50%;
    border-right: 1px solid #efefef;
}

.main-tabs .nav-tabs .nav-item .nav-link {
    background:transparent;
    color:#111111;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height:24px;
    padding: 15px 10px !important;
    margin-right: 0;
    border:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-tabs .nav-tabs .nav-item:last-child {
    border-right: 0;
}

/* --- Paid Membership Page --- */

.memb4d25 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.membership_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
    margin-top: 47px;
}

.membership__left h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px !important;
    color: #333;
    text-align: left;
    line-height: 30px;
}

.memmbership_price {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #ed2a26;
    text-align: left;
    line-height: 26px;
}

.save_price {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    line-height: 26px;
}

.membership__right {
    float: right;
}

.membership__right img {
    height: 100px;
}

.membership__left {
    float: left;
}

.membership_title {
    float: left;
    width: 100%;
}

.membership_des {
    float: left;
    width: 100%;
}

.membership_des p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 40px !important;
    color: #111111;
    text-align: left;
    line-height: 26px;
}

.panel-title > a:before {
    float: right !important;
    font-family: 'Roboto', sans-serif;
    content:"\-";
    padding-right: 0px;
    font-size: 20px;
    padding-top: 2px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title a {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}

.chck_icon {
    color: #ed2a26;
    margin-right: 10px;
    font-size: 135%;
}

.panel-group {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.panel-title {
    vertical-align: middle;
}

.panel-default {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
}

.panel-default:first-child {
    border-top: 0;
}

.panel-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: left;
}

.panel-default-1 {
    float: left;
    width: 100%;
    border-top: 1px solid #efefef;
}

.panel-title-1 {
    vertical-align: middle;
}

.panel-title-1 a {
    font-size: 18px;
    font-weight: 500;
    color: #111111 !important;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.chck_icon_1 {
    color: #111111;
    margin-right: 10px;
    font-size: 135%;
}

.prmb_btn {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 0;
    background: #ed2a26;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.prmb_btn:hover {
    background: #333;
    color: #fff;
}

.membership_faq_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0 30px 10px;
    border-radius: 3px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    transition: all .2s ease-in-out;
    margin-top: 45px;
    margin-bottom: 28px;
}

.st_title5 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

/* --- Paid Membership Checkout Page --- */

.mb4d25 {
    float: left;
    width: 100%;
    margin-top: 47px;
    margin-bottom: 5px;
}

.membership_chk_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
}

.checkout_title h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #333;
    text-align: left;
    line-height: 26px;
}

.checkout-tabs {
    width: 100%;
    margin-top: 42px;
    margin-bottom: 20px;
}

.checkout-tabs .nav-tabs{
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin: 0;
    border-bottom: 0;
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.checkout-tabs .nav-tabs .nav-item.show .nav-link, .checkout-tabs .nav-tabs .nav-link.active {
    color: #ed2a26 !important;
    background-color: none !important;
    border-bottom: 2px solid #ed2a26 !important;
}

.checkout-tabs .nav-tabs .nav-item .nav-link:hover {
    color: #333 !important;
    background: none !important;
    border-bottom: 2px solid #efefef;
    text-decoration: none !important;
}

.checkout-tabs .nav-tabs .nav-item {
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #efefef;
}

.checkout-tabs .nav-tabs .nav-item .nav-link {
    background:transparent;
    color:#111111;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height:24px;
    padding: 15px 10px !important;
    margin-right: 0;
    border:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.checkout-tabs .nav-tabs .nav-item:last-child {
    border-right: 0;
}

.check_icon5 {
    font-size: 120%;
    margin-right: 5px;
}

.lbel25 label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #333;
    text-align: left;
    display: block;
}

.t-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px !important;
    color: #111111;
    line-height: 26px;
    text-align: left;
    margin-top: 25px !important;
}

.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.media>div:first-child {
    margin-right: 1em;
}

.media__item {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.media__body {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.financial-institutes {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.financial-institutes__logo img {
    width: 48px;
    height: 30px;
}

.t2-body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #111111;
    line-height: 26px;
    text-align: left;
    margin-top: 0px !important;
}

.chckout_order_dt {
    margin-top: 34px;
    width: 100%;
    border-top: 1px solid #efefef;
    padding-top: 30px;
}

.order_dt_section {
    float: left;
    width: 100%;
    margin-top: 7px;
}

.order_title {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.order_title h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    float: left;
    margin-bottom: 0;
    line-height: 24px;
    width: 70%;
    text-align: left;
}

.order_title .order_price {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: right;
    float: right;
    width: 30%;
    margin-bottom: 0;
}

.order_title h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.chckot_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: right;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.chckot_btn:hover {
    color: #fff !important;
    background: #333;
}

.save_address_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.save_address_btn:hover {
    color: #fff !important;
    background: #333;
}

.address_text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}

.order_title h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.order_title h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.order_title .order_price5 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: right;
    float: right;
    width: 30%;
    margin-bottom: 0;
}

.scr_text {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 27px;
}

.scr_text i {
    font-size: 120%;
    margin-right: 5px;
}

.rght1528 {
    position: sticky;
    top: 90px;
}


/* --- Thank You Page --- */

.coming_soon_wrapper {
    margin-left: 0;
    margin-top: 0;
    padding: 0 !important;
}

.coming_soon_style {
    background-color: #333 !important;
    background-image: -moz-radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
    background-image: -webkit-radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
    background-image: -o-radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
    background-image: -ms-radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
    background-image: radial-gradient(center center, circle cover, #333333, #0d1218 100%) !important;
}

.cmtk_group {
    width: 100%;
    padding: 100px 0;
}


.ct-logo {
    width: 100%;
    text-align: center;
}

.ct-logo img {
    width: 150px;
}

.cmtk_dt {
    padding: 106px 0 0px;
    text-align: center;
}

.thnk_coming_title {
    font-size: 10em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.thnk_title1 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 26px;
    margin-top: 0;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.thnk_des {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 26px;
    margin-top: 0;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    margin-top: 30px;
    margin-bottom: 0;
}

.thnk_des span {
    color: #fe807e;
}

.thnk_des a {
    color: #ed2a26;
}

.thnk_des a:hover {
    color: #ed2a26 !important;
    text-decoration: underline !important;
}

.tc_footer_main {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #333; 
}

.tc_footer_left ul li {
    display: inline-block;
}


.tc_footer_left {
    float: left;
}

.tc_footer_left a {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 24px;
    padding: 10px 10px 0;
    color: #fff;
}

.tc_footer_left a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.tc_footer_right {
    float: right;
}

.tc_footer_right p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    line-height: 24px;
}


/* --- Coming Soon Page --- */

.no-padding {
    padding: 0 !important;
}

.no-float {
    float: none !important;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 75px;
}

.noti-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 41px;
}

.cmtk_dt .clock {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cmtk_dt .clock li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    width: 22%;
}

.cmtk_dt .clock li span {
    font-weight: 600;
    font-size: 8em;
    color: #fff;
    line-height: 1em;
    display: block;
    font-family: "Roboto", sans-serif;
}

.cmtk_dt .clock, .cmtk_dt .social-icons a:hover {
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

.cmtk_dt .clock li label {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: normal;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    height: 20px;
    margin: 10px 0 0;
    line-height: 20px;
}

.cmtk_dt .clock li.sep {
    font-size: 5.5em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 0 0 38px 0;
    width: 4%;
}

.ui[class*="left icon"].thykh19.input>input {
    padding-left: 2em!important;
    padding-right: 8em!important;
    height: 50px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #fff !important;
    background: #f1f1f1;
}

.ui[class*="left icon"].thykh19.input>input:focus {
    border: 2px solid #fff !important;
}

.noti-btn {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #ed2a26;
    border-radius: 3px;
    height: 40px;
    border: 0;
    padding: 0 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}

/* --- Error 404 Page --- */

.title_404 {
    font-size: 14em;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    line-height: 1em;
    text-shadow: 1px 10px 6px rgba(0,0,0,0.2);
    padding-bottom: 29px;
    margin-top: 0;
}

.bk_btn {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #ed2a26;
    border-radius: 3px;
    height: 40px;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 25px;
}

.bk_btn:hover {
    color: #fff !important;
    background: #ed2a26;
    box-shadow: 1px 10px 6px rgba(0,0,0,0.2);
}

/* --- Terms of use Page --- */

.ttrm15 {
    float: left;
    width: 100%;
}

.ttrm15 li {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #efefef;
}

.ttrm15 li:last-child {
    border-bottom: 0;
}

.tt_item {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
}

.atlink {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    line-height: 26px;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
}

.vew120 .term_link14 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #333;
    text-align: left;
}

.vew120 .term_link14:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

 

.contact1256 {
    float: left;
    width: 100%;
    margin-top: 17px;
    margin-bottom: 64px;
}

.contact_link_step {
    background: #fff;
    border-radius: 3px;
    padding: 30px;
    border: 1px solid #efefef;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: block;
}

.contact_link_step img {
    width: 70px;
}

.contact_link_step h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #333;
    text-align: center;
    margin-top: 24px;
}

.contact_map {
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: none;
    width: 100%;
    margin-top: 64px;
    text-align: center;
}

.contact_map #map {
    width: 100%;
    height: 350px;
}

.contact_map #map svg g {
    fill: #ed2a26 !important;
}

.contact_info {
    margin-top: 64px;
}

.contact_list_info {
    float: left;
    width: 100%;
    margin-top: 28px;
}

.contact_list_info li {
    display: block;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

.contact_list_info .txt_cntct {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: left;
    float: left;
    width: 100%;
}

.contact_list_info .cntct_895 i {
    font-size: 120%;
}

.edututs_links_social {
    float: left;
    width: 100%;
    margin-top: 24px;
}

.contact_list_info .cntct_895 {
    float: left;
    width: 35%;
    color: #333;
    font-weight: 500;
}

.contact_list_info .txt_cntct p {
    width: 65%;
    float: left;
    line-height: 26px;
}

/* --- Certification Center Page --- */

._215certibg {
    float: left;
    width: 100%;
    padding: 80px 0;
    background: #333;
    position: relative;
}

._215certibg:before {
    content: "";
    background: url(../images/cerificate_center/center_bg.jpg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.cert_banner_text {
    text-align: center;
}

.cert_banner_text h1 {
    font-size: 60px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.cert_banner_text p {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
}

.certi_icons {
    padding-top: 56px;
}


.certi_icons li {
    display: inline-block;
}

.edttslogo img {
    width: 135px;
}

.edttsplus img {
    width: 80px;
    margin: 0 40px;
}

.edttslogo1 img {
    width: 150px;
}

.certi-btn {
    margin-top: 80px;
    border: 0;
    height: 50px;
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 3px;
    background: #ed2a26;
}

.title889 h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px !important;
    text-align: center;
    color: #333;
    line-height: 26px;
}

.catey-tabs {
    margin-top: 35px;
}

.catey-tabs .nav-pills .nav-link.active, .catey-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ed2a26 !important;
    border-radius: 3px;
}

.catey-tabs .nav-pills .nav-link:focus, .catey-tabs .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #ed2a26 !important;
    border-radius: 3px;
}

.catey-tabs .nav-pills .nav-item {
    margin: 0 2px;
}

.certicates {
    margin-top: 0;
}

.certilink__152 {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #efefef;
    padding: 20px;
    box-shadow: none;
    flex: 1;
    float: left;
    color: #333 !important;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    text-align: center;
}

.certilink__152:hover {
    color: #fff !important;
    background: #ed2a26 ;
}

._485td5 {
    padding: 62px 0;
    float: left;
    width: 100%;
    position: relative;
    background: #333;
}

._485td5:before {
    content: "";
    background: url(../images/sign.svg) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.06;
}

.titleceti89 h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 17px !important;
    text-align: center;
    color: #fff;
    line-height: 26px;
}

.who_get {
    text-align: center;
    margin-top: 43px;
}

.who_img {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    padding: 23px 0;
    border: 5px solid #fff;
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.who_get img {
    width: 90px;
}

.who_get h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-top: 27px;
    text-align: center;
    line-height: 26px;
}

.knowledge_dts {
    text-align: center;
    margin-top: 30px;
}

.knowledge_dts p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #111111;
    text-align: center;
}

.knowledge_btn {
    margin-top: 23px;
    border: 0;
    height: 50px;
    text-align: center;
    padding: 0 100px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    border-radius: 3px;
    background: #ed2a26;
}

.knowledge_btn:hover {
    color: #fff;
    background: #333;
}

/* --- Certification Form Fill Page --- */

.certi_form {
    float: left;
    width: 100%;
    margin: 50px 0 65px;
}

.category_cop {
    float: left;
    width: 100%;
    text-align: left;
}

.category_cop h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 35px !important;
    text-align: left;
    line-height: 26px;
    margin-bottom: 0;
}

.panel-title10 {
    vertical-align: middle;
}

.panel-title10 > a:before {
    float: right !important;
    font-family: 'Roboto', sans-serif;
    content:"\-";
    padding-right: 0px;
    font-size: 18px;
    padding-top: 2px;
}

.panel-title10 > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title10 a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0 18px;
    display: block;
    line-height: 26px;
}

.panel-title10 > a:hover, 
.panel-title10 > a:active, 
.panel-title10 > a:focus  {
    text-decoration:none;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #fff;
    border-color: #ed2a26 !important;
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: #ed2a26 !important;
}

.sign_form p {
    font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: center;
    line-height: 26px;
}

.testtrm145 {
    padding: 20px 0 10px;
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
    text-align: left !important;
}

.testtrm145 a {
    color: #ed2a26;
}

.testtrm145 a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.sgntrm145 a {
    color: #ed2a26;
}

.questrm145 {
    padding: 33px 0 5px;
    margin-bottom: 0 !important;
}

.questrm145 span {
    color: #ed2a26;
    margin: 0 2px;
}

/* --- Certification Test View Page --- */

.test_timer_bg {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 50px;
    border: 1px solid #efefef;
    transition: all .2s ease-in-out;
}

.test_timer_left {
    width: 100%;
    float: left;
    display: flex;
}

.test_timer_left li {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 30px 20px;
    border-right: 1px solid #efefef;
}

.test_timer_left li:last-child {
    border-right: 0;
}

.timer_time {
    float: left;
    width: 100%;
    text-align: center;
}

.timer_time h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 100%;
    padding: 35px 0;
    background: #fff ;
}

.timer_time p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.ques_item {
    margin-bottom: 35px;
}

.ques_item:last-child {
    margin-bottom: 0;
}

.ques_title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 24px;    
}

.ques_title span {
    font-weight: 600;
    margin-right: 10px;
}

.ques_item label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
}

.test_submit_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: left;
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.test_submit_btn:hover {
    color: #fff !important;
    background: #333;
}

/* --- Certification Test Result --- */

.test_result_bg {
    width: 100%;
    float: left;
}

.test_result_left {
    width: 100%;
    float: left;
    display: flex;
}

.test_result_left li {
    width: 33.333%;
    float: left;
    display: inline-block;
    padding: 0;
}


.result_dt {
    float: left;
    width: 100%;
    text-align: center;
}

.result_dt h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #532c78;
    border-radius: 100%;
    padding: 35px 0;
    background: #532c78;
}

.result_dt .right_ans {
    font-size: 50px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #01b200;
    border-radius: 100%;
    padding: 38px 0;
    background: #01b200;
}

.result_dt .wrong_ans {
    font-size: 46px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #fb3838;
    border-radius: 100%;
    padding: 36px 0;
    background: #fb3838;
}

.result_dt p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.result_dt span {
    color: #111111;
    margin-left: 5px;
    font-weight: 400;
}

.result_content {
    margin-top: 57px;
    float: left;
    width: 100%;
    text-align: center;
}

.result_content h2 {
    font-size: 42px;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
}

.result_content p {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 0;
}

.download_btn {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: #ed2a26;
    border-radius: 3px;
    height: 40px;
    border: 0;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 25px;
}

.download_btn:hover {
    color: #fff !important;
    background: #333;
}

/* --- Search Result --- */

.result_stitles {
    padding: 0px 0 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.rs6t_title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    float: left;
}

.filter__counter {
    color: #111111;
    margin-left: 5px;
}

.rating_filter i {
    font-size: 18px;
    margin: 0 -3px;
    color: #fdcc0d;
}

.filter_selector {
    float: right;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
}

.ui.inline.dropdown.flt145>.text {
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif;
}

/* --- Invoice Page --- */

.invoice_header {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 60px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: none !important;
}

.invoice_header_item {
    float: left;
    width: 100%;
    text-align: center;
}

.invoice_logo {
    float: left;
    width: 135px;
}

.invoice_logo img {
    width: 100%;
}

.invoice_header_item p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    float: right;
}

.invoice_body {
    padding: 50px 30px;
    background: #fff;
    float: left;
    width: 100%;
}

.invoice_date_info {
    float: right;
    width: 100%;
}

.invoice_date_info ul {
    float: right;
}


.invoice_date_info ul li {
    display: block;
    margin-bottom: 5px;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.vdt-list span {
    color: #333;
    margin-right: 10px;
}

.invoice_header_main {
    background: #333;
    float: left;
    width: 100%;
    height: 60px;
    display: flex !important;
    align-items: center !important;
    padding: 30px;
}

.invoice_dts {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.invoice_title {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
}

.vhls140 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.vhls140 h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

.vhls140 ul li {
    display: block;
    margin-bottom: 5px;
}

.vhls140 ul li:last-child {
    margin-bottom: 0;
}

.vdt-list {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.invoice_table {
    float: left;
    width: 100%;
    margin-top: 50px;
    background: #fafafa;
    border-radius: 5px;
}

.invoice_table .table {
    margin-bottom: 0 !important;
}

.invoice_table .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #efefef !important;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 15px 20px;
}

.invoice_table .table td, .invoice_table .table th {
    padding: 20px !important;
    vertical-align: top !important;
    border-top: 0 !important;
}

.user_dt_trans {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #111111;
    text-align: left;
    line-height: 24px;
}

.jsk1145 {
    text-align: right;
}

.jsk1145 .totalinv2 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #242424;
    margin-bottom: 0px;
    margin-bottom: 10px;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.invoice_table .table td {
    border-top: 1px solid #efefef !important;
}

.invoice_footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.leftfooter {
    float: left;
}

.leftfooter p {
    font-size: 14px;
    color: #757575;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
}

.righttfooter {
    float: right;
}

.print_btn {
    float: right;
    height: 40px;
    background: #ed2a26;
    padding: 11px 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
}

.print_btn:hover {
    background: #333;
    color: #fff !important;
}

.line-title {
    padding-top: 20px;
    margin-bottom: 6px;
}

/* --- Shopping Cart --- */

.coupon_code p {
    font-family: 'Roboto', sans-serif;
    padding: 20px 0 0;
    float: left;
    width: 100%;
}

.code-apply-btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    /* margin-top: 45px; */
    /* margin-bottom: 20px; */
    color: #fff;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    /* display: block; */
    position: absolute;
    right: 0;
}

.code-apply-btn:hover {
    color: #fff !important;
    background: #333;
}

.chck-btn22 {
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff !important;
    background: #ed2a26;
    border-radius: 3px;
    text-align: center;
    border: 0;
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px 0;
}

.chck-btn22:hover {
    color: #fff !important;
    background: #333;
}

.ui.search .prompt {
    border-radius: 3px !important;
}

/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    color: #333;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.night_mode_switch__btn a i {
    font-size: 120%;
    height: 30px;
    Width: 30px;
    background: #ffecec;
    border-radius: 100%;
    margin-right: 10px;
    padding: 1px 7px 0;
    display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}

/* --- Downloaded Course View Pages --- */

.lecture-header{
    background-color: #333333;
    height: 50px;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.lecture-header-right {
    width: 100%;
    background-color: #532c78;
    color: white;
}

.lecture-container-wrap {
    /* margin-top: 50px; */
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 349px;
    flex: 0 0 349px;
    /* border-right: 1px solid #dee2e6; */
    background-color: #532c78;
}

a.nav-icon-list {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 1px 15px;
}

a.nav-icon-list:hover {
    color: #fff !important;
}

.lecture-header-right .nav-btn {
    width: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    display: inline-table;
}

.lecture-header-right a.disabled {
    cursor: not-allowed !important;
    /* background-color: #CCCCCC !important; */
    color: #532c78 !important;
}

.lecture-header-right .nav-btn span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.lecture-header-right .nav-btn:hover{
    background-color: #ed2a26;
    color: #fff !important;
}

.lecture-container{
     margin-left: 350px; 
    /* background: #f7f7f7; */
    padding: 10px;
    height: auto;
    width: 100%;
}

.back-to-curriculum {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    color: #333333;
    font-weight: bold;
    padding: 2px 0;
}

.section-item-title .lecture-name small {
    color: #666;
}

.lecture-title{
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    font-family: "Roboto", sans-serif !important;
}

.lecture-lock-icon i{
    font-size: 50px;
}

.lecture-lock-title{
    font-weight: 300;
}

.lecture-attachments-title{
    font-size: 16px;
}

.lecture-attachments .lecture-attachment{
    font-size: 14px;
}

.lecture-sidebar{
    width: 350px; 
    background-color: #fff;
    border-right: 1px solid #efefef;
    position: fixed;
    height: 100% !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
    padding-bottom: 20px;
    z-index: 9;
}

.lecture-sidebar-course-title{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-top: 50px !important;
    background-color: rgba(0,0,0,.05);
    margin-bottom: 0px;
    font-family: "Roboto", sans-serif !important;
}

.lecture-sidebar-curriculum-wrap .section-item-title a{
    background-color: #f0f0f0;
    color: #111111;
}

.sidebar-section-item.completed .section-item-title a{
    color: #f47721;
}

.sidebar-section-item.active .section-item-title a{
    background-color: #efefef;
    color: #000;
}

.pp-2 {
    padding: 10px 20px;
}

.section-header {
    border-bottom: 2px solid #efefef;
}

.video-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

.lec-responsive-width {
    max-width: 100% !important;
    height: auto;
    box-sizing: border-box;
}

.video-responsive {
    position: relative;
    width: 100%;
    height: 0;
    display: contents;
    overflow: hidden;
}

.lecture-content-inner-video {
    position: relative;
    height: calc(100vh - 85px) !important;
    width: 100%;
}

.ui-accordion-content .lecture-container {
    display: flex;
    padding: 12px 30px 12px 20px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    border-top: none;
    color: #111111;
    letter-spacing: .3px;
    line-height: 1.33;
    font-weight: 400;
    margin-left: 0 !important;
}

.lecture-content-txt p {
    line-height: 26px;
}


.alert-danger {
    color: #fff;
    background-color: #ed2a26;
    border-color: #ed2a26;
}

b {
    /* color:#ed2a26; */
}


.curriculum-add-item {
    display: flex;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 15px 20px;
    align-items: center;
}


.crse_reviews_siyosis_positive {
    font-family: 'Roboto', sans-serif;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 9999px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 600;
    max-width: fit-content;
    max-height: fit-content;
    box-sizing: unset;
    border-width: 3px;
    min-width: 16px;
    min-height: 16px;
    background-color: #45286075;
    font-size: 16px;
    line-height: 16px;
    padding: 6px;
}

.crse_reviews_siyosis_negative {
    font-family: 'Roboto', sans-serif;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 9999px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 600;
    max-width: fit-content;
    max-height: fit-content;
    box-sizing: unset;
    border-width: 3px;
    min-width: 16px;
    min-height: 16px;
    background-color: rgb(240, 79, 89);
    font-size: 16px;
    line-height: 16px;
    padding: 6px;
}


.point_bg {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    margin-top: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(30px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.point_bg img {
    width: 60px !important;
    height: 60px !important;
    /* border-radius: 100%; */
    display: inline-block !important;
    /* border: 1px solid #fff; */
    /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); */
}

.point_bg h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.point_bg p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #111111;
    display: inline-block;
    text-align: center;
    position: relative;
}

.point_bg p span {
    width: 6px;
    height: 6px;
    background: #ed2a26;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    right: -9px;
}

.progress-bar-siyosis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #401569;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;

}

.progress-bar-success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4CAF50;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;

}


.progress-bar-warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #F44336;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;

}

.progress-siyosis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .5rem !important;
    overflow: hidden;
    font-size: 0.75rem !important;
    background-color: #e9ecef;
    border-radius: 0.25rem !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid #c7c7c7 !important;
  background-color: #452860 !important;
  color: #fff !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.unite_title {
    font-size: 20px !important;
    line-height: 30px;
}

.reply:hover{
    cursor: pointer;
}

.reply img{
    filter: blur(1.5px);
}

.reply:hover img{
    filter: blur(0px);
}

.card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 15px !important;
    overflow: hidden;
}


.cta-box {
    background-image: url(../images/bg-pattern.png);
    background-size: cover;
    border-radius: 15px !important;
    overflow: hidden;
}

.cta-box .cta-box-title {
    font-size: 20px;
    line-height: 30px;
}

.cta-box-no-radius {
    background-image: url(../images/bg-pattern.png) !important;;
    background-size: cover !important;;
    border-radius: 0px !important;
    overflow: hidden;
}

.cta-box-no-radius .cta-box-title {
    font-size: 20px;
    line-height: 30px;
}

.bg-siyosis {
    background-color: #401569 !important;
}


.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        -webkit-transition: none;
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: 3px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #401569;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #4250f2;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(114, 124, 245, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #0acf97;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #089e74;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 207, 151, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #39afd1;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #2991ae;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 175, 209, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(57, 175, 209, 0.5);
}

.badge-warning {
    color: #313a46;
    background-color: #ffbc00;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #313a46;
    background-color: #cc9600;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 188, 0, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #fa5c7c;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #f82b54;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(250, 92, 124, 0.5);
}

.badge-light {
    color: #313a46;
    background-color: #e3eaef;
}

a.badge-light:hover, a.badge-light:focus {
    color: #313a46;
    background-color: #c3d2dc;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 234, 239, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(227, 234, 239, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #313a46;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1c2128;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(49, 58, 70, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
    border-radius: 15px !important;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3.8125rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #3b407f;
    background-color: #e3e5fd;
    border-color: #d8dafc;
}

.alert-primary hr {
    border-top-color: #c0c4fa;
}

.alert-primary .alert-link {
    color: #2b2e5c;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #401569;
    background-color: rgba(154, 161, 171, 0.15);
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-success hr {
    border-top-color: #a5eed9;
}

.alert-success .alert-link {
    color: #033b2b;
}

.alert-info {
    color: #1e5b6d;
    background-color: #d7eff6;
    border-color: #c8e9f2;
}

.alert-info hr {
    border-top-color: #b3e1ed;
}

.alert-info .alert-link {
    color: #133a45;
}

.alert-warning {
    color: #856200;
    background-color: #fff2cc;
    border-color: #ffecb8;
}

.alert-warning hr {
    border-top-color: #ffe59f;
}

.alert-warning .alert-link {
    color: #523c00;
}

.alert-danger {
    color: #823040;
    background-color: #fedee5;
    border-color: #fed1da;
}

.alert-danger hr {
    border-top-color: #fdb8c6;
}

.alert-danger .alert-link {
    color: #5d222e;
}

.alert-light {
    color: #767a7c;
    background-color: #f9fbfc;
    border-color: #f7f9fb;
    margin-bottom: 10px !important;
}

.alert-light hr {
    border-top-color: #e6ecf3;
}

.alert-light .alert-link {
    color: #5d6062;
}

.alert-dark {
    color: #191e24;
    background-color: #d6d8da;
    border-color: #c5c8cb;
}

.alert-dark hr {
    border-top-color: #b8bbbf;
}

.alert-dark .alert-link {
    color: #040506;
}




.btn .mdi:before {
    line-height: initial;
}

.btn-rounded {
}

.btn-primary {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(114, 124, 245, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(114, 124, 245, 0.5);
}

.btn-secondary {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(108, 117, 125, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(108, 117, 125, 0.5);
}

.btn-success {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(10, 207, 151, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(10, 207, 151, 0.5);
}

.btn-info {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(57, 175, 209, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(57, 175, 209, 0.5);
}

.btn-warning {
    -webkit-box-shadow: 0px 2px 6px 0px #bf1212;
    box-shadow: 0px 2px 6px 0px #bf1212b8;
}

.btn-danger {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(250, 92, 124, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(250, 92, 124, 0.5);
}

.btn-light {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(227, 234, 239, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(227, 234, 239, 0.5);
}

.btn-dark {
    -webkit-box-shadow: 0px 2px 6px 0px rgba(49, 58, 70, 0.5);
    box-shadow: 0px 2px 6px 0px rgba(49, 58, 70, 0.5);
}

.badge-primary-lighten {
    color: #401569;
    background-color: rgba(114, 124, 245, 0.18);
}

.badge-primary-lighten[href]:hover, .badge-primary-lighten[href]:focus {
    color: #401569;
    text-decoration: none;
    background-color: rgba(114, 124, 245, 0.4);
}

.badge-secondary-lighten {
    color: #6c757d;
    background-color: rgba(108, 117, 125, 0.18);
}

.badge-secondary-lighten[href]:hover, .badge-secondary-lighten[href]:focus {
    color: #6c757d;
    text-decoration: none;
    background-color: rgba(108, 117, 125, 0.4);
}

.badge-success-lighten {
    color: #0acf97;
    background-color: rgba(10, 207, 151, 0.18);
}

.badge-success-lighten[href]:hover, .badge-success-lighten[href]:focus {
    color: #0acf97;
    text-decoration: none;
    background-color: rgba(10, 207, 151, 0.4);
}

.badge-info-lighten {
    color: #39afd1;
    background-color: rgba(57, 175, 209, 0.18);
}

.badge-info-lighten[href]:hover, .badge-info-lighten[href]:focus {
    color: #39afd1;
    text-decoration: none;
    background-color: rgba(57, 175, 209, 0.4);
}

.badge-warning-lighten {
    color: #ffbc00;
    background-color: rgba(255, 188, 0, 0.18);
}

.badge-warning-lighten[href]:hover, .badge-warning-lighten[href]:focus {
    color: #ffbc00;
    text-decoration: none;
    background-color: rgba(255, 188, 0, 0.4);
}

.badge-danger-lighten {
    color: #fa5c7c;
    background-color: rgba(250, 92, 124, 0.18);
}

.badge-danger-lighten[href]:hover, .badge-danger-lighten[href]:focus {
    color: #fa5c7c;
    text-decoration: none;
    background-color: rgba(250, 92, 124, 0.4);
}

.badge-light-lighten {
    color: #e3eaef;
    background-color: rgba(227, 234, 239, 0.18);
}

.badge-light-lighten[href]:hover, .badge-light-lighten[href]:focus {
    color: #e3eaef;
    text-decoration: none;
    background-color: rgba(227, 234, 239, 0.4);
}

.badge-dark-lighten {
    color: #313a46;
    background-color: rgba(49, 58, 70, 0.18);
}

.badge-dark-lighten[href]:hover, .badge-dark-lighten[href]:focus {
    color: #313a46;
    text-decoration: none;
    background-color: rgba(49, 58, 70, 0.4);
}

.curriculum-add-item {
    display: flex;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 15px 20px;
    align-items: center;
    border-radius: 15px;
}

.section-title {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}

.ml-left {
    margin-left: auto;
}


.main-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #452860;
    border-radius: 15px;
    margin-right: 5px;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
}

.main-btn:hover {
    color: #fff !important;
    background: #333;
}

.lecture-content-inner {
    margin-top: 60px;
    border-radius: 15px;
    overflow: hidden;
}

.user-avatar {
    margin-top: 0px;
    float: left;
    position: relative;
}

.user-avatar img {
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.msg__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #452860;
    position: absolute;
    right: 10px;
    bottom: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.msg__badge2 {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #db2828;
    position: absolute;
    left: 31px;
    top: 55px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.placement__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #452860;
    position: absolute;
    right: 31px;
    top: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.course__form {
    background: #fff;
    margin-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #efefef;
}

.general_info10 {
    padding: 0 30px;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #333;
    /* background: linear-gradient(#581c87, #111827) no-repeat !important; */
    background-attachment: fixed !important;
    background-size: cover !important;
}


                 .pagination {
                        justify-content: center;
                    }

                    /* Aktif sayfa */
.page-link.active,
.page-link.active span {
     color: #ffffff;
     background: linear-gradient(135deg, #49236f 0%, #090a1e 100%);
     /* border-color: #0b0a20; */
     font-weight: 600;
     cursor: default;
     /* box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3); */
     padding: .5rem 6px;
}

.pagination li:first-child  {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.pagination li:last-child  {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.text-white p {
    color: #fff !important;
}


.text-dangers {
    color: #dc3545 !important;
}

/* ========================================== 
   FILE: responsive.css 
   ========================================== */
/* Extra small devices (portrait phones, less than 576px) */
 @media (max-width: 575.98px) {
.main_logo {
    margin-left: 5px !important;
    width: 120px !important;
    margin-top: 5px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.upload_btn {
    /* display: none; */
}

.header_right ul li:nth-child(2) {
    /* display: none !important; */
}

.option_links {
    padding: 10px 3px !important;
    font-size: 18px !important;
}

.opts_account img {
    margin-left: 5px !important;
    width: 36px !important;
}

.menu.dropdown_mn {
   margin-right: -43px !important;
}

.menu.dropdown_ms {
   margin-right: -82px !important;
}

.noti_count {
    right: 0 !important;
}

.play_btn1 {
    top: 40%;
    right: 45% !important;
}

.value_props {
    text-align: center;
}

.value_icon {
    width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.edu_social_links {
    text-align: left !important;
    margin-top: 10px;
}

.edu_social_links a:first-child {
    padding-left: 0;
}

.live1452 iframe {
    height: 190px !important;
}

.user_dt_right {
    float: left !important;
    width: 100%;
    margin-top: 30px;
} 

.user_dt_right ul li {
    width: 24.3%;
}

._215b03 {
    margin-top: 30px;
}

.tab_crse .nav-link {
    padding: .5rem 1rem !important;
}

.progress1 {
    flex-basis: 30% !important;
}

.reviews_left {
    margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
    margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

.billing-percentages-progress-bar__labels li {
    width: 15% !important;
}

.radio--group-inline-container_1 li {
    margin-right: 5px !important;
}

.radio-label_1 {
    padding: 15px 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
    width: auto !important;
    text-align: left !important;
    padding-top: 6px;
    margin-left: 15px !important;
}

.hde151 {
    display: none;
}

.hde152 {
    display: block !important;
}

.titleright {
    float: left !important;
    width: 100%;
    margin-top: 30px;
}

.title589 p {
    padding: 0 0 !important;
}

.title478 {
    padding: 0 0 80px !important;
}

.prev_title {
    max-width: 100px !important;
}

.prev_title1 {
    max-width: 100px !important;
}

.story125 iframe {
    margin-bottom: 50px;
}

.career_item p {
    padding: 0 0 !important;
}

.membership__right {
    display: none;
}

.thnk_coming_title {
    font-size: 4em !important;
}

.tc_footer_left {
    width: 100%;
    text-align: center;
}

.tc_footer_right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.cmtk_dt .clock li span {
    font-size: 3.5em !important;
}

.cmtk_dt .clock li label {
    font-size: 14px !important;
}

.cmtk_dt .clock li.sep {
    font-size: 2.5em !important;
}

.cmtk_dt {
    padding: 71px 0 61px !important;
}

.cert_banner_text h1 {
    font-size: 42px !important;
}

.edttslogo img {
    width: 80px !important;
}

.edttsplus img {
    width: 30px !important;
    margin: 0 20px !important;
}

.edttslogo1 img {
    width: 95px !important;
}

.result_dt h4 {
    height: 80px !important;
    width: 80px !important;
    padding: 25px 0 !important;
}

.result_dt .right_ans {
    height: 80px !important;
    width: 80px !important;
    padding: 25px 0 !important;
}

.result_dt .wrong_ans {
    height: 80px !important;
    width: 80px !important;
    padding: 25px 0 !important;
}

.result_content h2 {
    font-size: 36px !important;
}

.title478 {
    padding: 62px 0 50px !important;
}

.top-category {
    /* display: none; */
    margin-left: 5px;
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.lecture-sidebar {
    display: none;
    width: 100%;
}

.lecture-container {
    margin-left: 0;
    /* padding: 30px 20px; */
}

.lecture-content-inner-video {
    height: auto !important;
}

.video-responsive iframe {
    position: relative;
    /* width: 100vw; */
    height: 55vw;
}
}
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.main_logo {
    margin-left: 10px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
    width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.edu_social_links {
    text-align: left !important;
    margin-top: 10px;
}

.edu_social_links a:first-child {
    padding-left: 0;
}

._215b03 {
    margin-top: 30px;
}

.reviews_left {
    margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
    margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
    width: auto !important;
    text-align: center !important;
    margin-left: 15px !important;
}

.titleright {
    float: left !important;
    width: 100%;
    margin-top: 30px;
}

.title589 p {
    padding: 0 0 !important;
}

.title478 {
    padding: 0 0 80px !important;
}

.story125 iframe {
    margin-bottom: 50px;
}

.career_item p {
    padding: 0 0 !important;
}

.tc_footer_left {
    width: 100%;
    text-align: center;
}

.tc_footer_right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.thnk_coming_title {
    font-size: 10em !important;
}

.cmtk_dt .clock li span {
    font-size: 6em !important;
}

.cmtk_dt .clock li label {
    font-size: 16px !important;
}

.cmtk_dt .clock li.sep {
    font-size: 5em !important;
}

.cmtk_dt {
    padding: 71px 0 61px !important;
}

.cert_banner_text h1 {
    font-size: 42px !important;
}

.edttslogo img {
    width: 80px !important;
}

.edttsplus img {
    width: 30px !important;
    margin: 0 20px !important;
}

.edttslogo1 img {
    width: 95px !important;
}

.title478 {
    padding: 62px 0 50px !important;
}

.top-category {
    display: none;
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}

.lecture-sidebar {
    display: none;
    width: 100%;
}

.lecture-container {
    margin-left: 0;
    /* padding: 30px 20px; */
}

.lecture-content-inner-video {
    height: auto !important;
}

.video-responsive iframe {
    position: relative;
    width: 100vw;
    height: 40vw;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
.main_logo {
    margin-left: 10px !important;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
    width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.rating-box {
    flex-basis: 20% !important;
}

.reviews_left {
    margin-bottom: 50px;
}

._216b22 {
    display: block !important;
}

._216b12 {
    display: none !important;
}

.dp_dt150 {
    display: block !important;
}

.prfledt1 {
    text-align: center !important;
    margin-left: 0 !important;
}

.rgt-145 {
    text-align: center !important;
    margin-top: 30px !important;
}

._bty149 {
    text-align: center !important;
}

.hf_img {
    width: 100% !important;
    float: left;
    position: relative;
}

.hs_content {
    padding: 10px 5px !important;
    float: left;
    width: 100% !important;
    position: relative;
}

.eps_dots10 {
    top: 10px !important;
}

._215b03:before {
    background: none !important;
}

.ml_item {
    width: auto !important;
    text-align: center !important;
    margin-left: 15px !important;
}

.title589 p {
    padding: 0 50px !important;
}

.career_item p {
    padding: 0 0 !important;
}

.tc_footer_left {
    width: 100%;
    text-align: center;
}

.tc_footer_right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.lecture-header-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 149px;
    flex: 0 0 149px;
}

.lecture-sidebar {
    display: none;
    width: 100%;
}

.lecture-container {
    margin-left: 0;
    padding: 30px 20px;
}

.lecture-content-inner-video {
    height: auto !important;
}

.video-responsive iframe {
    position: relative;
    width: 100vw;
    height: 55vw;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
body {
    overflow-y: scroll;
  }

.logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
}

.wrapper__minify {
    margin-left: 50px;
}

.search120 {
    display: none;
    margin-left: 0 !important;
}

.value_props {
    text-align: center;
}

.value_icon {
    width: 100%;
}

.value_content {
    width: 100% !important;
    margin-top: 20px;
}

.value_content h4 {
    text-align: center !important;
}

.value_content p {
    text-align: center;
}

.get1452 {
    text-align: center !important;
}

.ui-accordion-content .content-summary {
    width: 30% !important;
}

.title900 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hf_img {
    width: 40% !important;
}

.hs_content {
    width: 60% !important;
}

.ml_item {
    width: 78% !important;
}

.title589 p {
    padding: 0 160px !important;
}
}

/* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) {
.container {
    max-width: 1400px !important;
}


.hf_img {
    width: 40% !important;
}

.hs_content {
    width: 60% !important;
}

.container-fluid {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
}

@media (max-width: 575.98px) {
    .nomobile {
    display: none !important;
    }
    .mobilebtn {
    margin: 0 auto !important;
    }

    .card_dash_mobile{
    margin-top: 0px !important;
    }


}



/* ================================================================================== 
Preloader Css
===================================================================================== */
.preloader {
    background: rgb(22,11,32);
background: radial-gradient(circle, rgba(22,11,32,0.7092086834733893) 0%, rgba(77,36,116,1) 20%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-inner {
     -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 110px;
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}


@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}



/* ========================================== 
   FILE: instructor-dashboard.css 
   ========================================== */
/*===================== TABLE OF CONTENT =======================
/*
Table Of Content
==================
1.  google fonts
2.  CROSS BROWSER COMPATABILITY
3.  DEFAULT BORDER RADIUS
4.  Sticky Header
5.  Top Scroll Bar

=============================================================*/



/* ================================================================================== 
Fonts
===================================================================================== */
@import url('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');
/* ================================================================================== 
Reset Css
===================================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
::-moz-selection { /* Code for Firefox */
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

::selection {
    background-color: #cce2ff;
    color: rgba(0,0,0,.87);
}

ol, ul {
    list-style: none;
    margin-bottom: 0 !important;
}
a:hover {
    color: inherit !important;
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button {
outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    margin:0;
    padding: 0;
}
a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none !important;
}
button {
    outline: none;
}

button:focus {
    outline: none !important;
}

input {
    outline: none;
}
textarea {
    outline: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #111;
}

/* ================ Typography Css =============== */
h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}
h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}
h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}
h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}
h5 {
    font-size: 1.10em;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}
h6 {
    font-size: 1em;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}
blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}
@media (min-width: 43.75em) {
h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
}
h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
}
h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
}
h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
}
blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
}
}
@media (min-width: 56.25em) {
h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
}
h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
}
h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
}
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd > span i,
.view-more > a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts > a,
.bk-links li a,
.like-com li a,
.user-profy > a,
.slick-previous:before,
.slick-nexti:before,
.comment > a,
.sign_link > a,
.post-popup,
.post-project > a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec > a,
.star-descp > a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt > a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev > a,
nav ul li:hover > ul,
.user-pro-img > a i {
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-ms-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

/* === Body Scrollbar === */

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,.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0,0,0,.05), inset 1px 1px 0 rgba(0,0,0,.05);
}

html {
   font-size: 14px;
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #333;
    /* background: linear-gradient(#581c87, #111827) no-repeat !important; */
    background-attachment: fixed !important;
    background-size: cover !important;
}

.menu_left::-webkit-scrollbar {
    width:4px;
}
.menu_left::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.simplebar-content-wrapper::-webkit-scrollbar {
    width:4px;
}

.simplebar-content-wrapper::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.simplebar-content-wrapper2::-webkit-scrollbar {
    width:4px;
}

.simplebar-content-wrapper2::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
    color: #333 !important;
}

/* Medium devices (desktops)
==========================*/
@media (min-width: 992px) {
  body {
    overflow-y: scroll;
  }

  .logo img {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none;
  }

  .wrapper {
    margin-left: 240px;
  }

  .wrapper__minify {
    margin-left: 0;
  }

}

/*--- Left Side Footer ---*/

.alrt_dot {
    position: absolute;
    right: 15px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background: #452860;
    overflow: hidden;
    width: 5px;
    height: 5px;
    text-align: center;
    border-radius: 100%;
    top: 45%;
}

.left_footer {
    padding: 15px 14px;
}

.left_footer ul li {
    display: inline-block;
}

.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: #452860 !important;
}

.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;
}

/*--- Header ---*/

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex !important;
    align-items: center;
    box-shadow: 0px 0.052083333in 11.25pt -9px rgba(0,0,0,.1);
}

.main_logo {
    float: left;
    width: 135px;
    margin-left: 20px;
}

.logo-inverse {
    display: none;
    margin-top: -5px;
}

.search120 {
    float: left;
    margin-left: 80px;
}

.srch10 {
    background: #f7f7f7 !important;
    border: 0 !important;
    color: #333 !important;
}

i.icon1 {
    font-size: 16px !important;
}

.ui.swdh10 {
    font-size: 14px !important;
    width: 350px;
}

.ui[class*="left icon"].swdh10.input>input {
    padding-left:3.2em!important;
    padding-right: 1em!important;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.header_right {
    margin-left: auto;
    float: right;
    padding-right: 15px;
}

.header_right ul li {
    display: inline-block;
    vertical-align: middle;
}

.option_links {
    padding: 10px 8px;
    font-size: 19px;
    color: #686f7a;
    position: relative;
}

.option_links i {
    font-size: 100%;
}

.option_links:hover, .option_links:focus {
    color: #333 !important;
}

.noti_count {
    font-size: 11px;
    position: absolute;
    top: 3px;
    right: 8px;
    background: #452860;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.opts_account img {
    width: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
}

.upload_btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #452860;
    padding: 9px 15px;
    border-radius: 15px;
    margin-right: 10px;
}

.upload_btn i {
    font-size: 16px;
    margin-right:3px;
}

.upload_btn:hover {
    color: #fff !important;
    background: #333;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #afafaf;
    text-align: left;
    margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.menu.dropdown_account {
    margin-top: 11px !important;
    border-top: 1px solid #fff !important;
    border-radius: 15px !important;
}

.menu.dropdown_mn {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 15px !important;
    min-width: 300px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 17px !important;
    border-top: 1px solid #fff !important;
    border-radius: 15px !important;
    min-width: 300px !important;
}

.channel_my {
    padding: 15px !important;
    border-bottom: 1px solid #efefef !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
    white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
    position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #686f7a;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #452860 !important;
}

.ui.dropdown .menu>.channel_item {
    color: #686f7a !important;
    padding: .78571429rem 1.14285714rem!important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
}

.ui.dropdown .menu>.channel_item:hover {
    color: #333 !important;
    background:#efefef !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1da1f2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px;
    color: #686f7a;
    text-align: left;
    margin-top: 8px;
    line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0;
    background: #efefef;
    font-size: 14px;
    color: #333 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.vbm_btn:hover {
    background: #333;
    color: #fff !important;
}

/*--- Index Homepage ---*/
.footer {
    background: #333;
    width: 100%;
    padding: 0;
    float: left;
}

.item_f1 {
    padding-top: 30px;
}

.item_f1 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding-right: 20px;
    color: #fff;
}

.item_f1 a:hover {
    color: #efefef !important;
}

.item_f1 a:last-child {
    padding-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: #452860;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.btn1542:hover {
    color: #fff !important;
    background: #c72127;
}

.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;
}

.lft {
    margin-right: 5px;
}
.rgt {
    margin-left: 5px;
}

.lng_btn a:hover {
    color: #fff !important;
}

.footer_bottm {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #454545;
}

.fotb_left li {
    display: inline-block;
    vertical-align: middle;
}

.footer_logo img {
    width: 30px;
    margin-right: 20px;
}

.fotb_left p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #f7f7f7;
    text-align: left;
    line-height: 24px;
}

.edu_social_links {
    text-align: right;
}

.edu_social_links a {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 16px;
    display: inline-block;
    color: #f7f7f7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edu_social_links a:hover {
    color: #fff !important;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);  
}

.lng_btn .ui.dropdown .menu>.item {
    font-family: 'Roboto', sans-serif;
    color: #333 !important;
}


/*--- Index Homepage ---*/

.wrapper {
    /* padding: 30px 0 0; */
    transition: all 0.3s ease-out;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.section3125 {
    float: left;
    width: 100%;
}

.section3126 {
    float: left;
    width: 100%;
}

.item_title {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #4d2474;
    text-align: left;
    float: left;
    margin-bottom: 24px;
}



.la5lo1 .owl-theme .owl-nav .disabled {
    opacity: .4 !important;
    cursor: default;
}

.live_stream .owl-nav .owl-prev {
    left: 0px;
    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: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}



.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.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;
}

/* === Animation Loader === */

.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;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #333;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #333;
  opacity: 0.702;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  background-color: #333;
  opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.live1452 {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

/*Floating CSS Start*/
.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 .25s ease forwards;
    z-index: 999;
}

/*Floating CSS End*/

@keyframes example {
    0%   {background-color: red;}
    25%  {background-color: #ff7037;}
    50%  {background-color: red;}
    100% {background-color: #ff7037;}
}

/* --- Dashboard --- */

.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: #ffffff;
    /* margin-top: 30px; */
    float: left;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #efefef;
    padding: 20px;
}

.card_dash_left {
    float: left;
}

.card_dash_right {
    float: right;
    padding: 15px 0;
}

.card_dash_right img {
    width: 70px;
}

.card_dash_left h5 {
    font-size: 16px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
}

.card_dash_left h2 {
    font-size: 24px;
    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: 15px;
    color: #fff;
}

.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: #452860;
    padding: 0px 20px;
    border-radius: 15px;
    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: 15px;
    border: 1px solid #efefef;
    padding: 30px 20px;
}

.card_dash_left1 {
    float: left;
    display: flex;
    padding: 4px 0;
}

.card_dash_right1 {
    float: right;
}

.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: 13px;
}

.card_dash_left1 i {
    font-size: 30px;
    margin-right: 10px;
    color: #686f7a;
}

.section3125 {
    float: left;
    width: 100%;
}

.la5lo1 {
    float: left;
    width: 100%;
}

.fcrse_1 {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 15px;
    border: 2px solid #efefef;
    box-shadow: none;
    transition: all .2s ease-in-out;
}

.fcrse_img {
    width: 100%;
    float: left;
    position: relative;
}

.fcrse_img img {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.fcrse_content {
    padding: 10px 5px;
    float: left;
    width: 100%;
    position: relative;

}

.boardbox {
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}

.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: #111;
    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;
}

.auth1lnkprce {
    float: left;
    width: 100%;
    margin-top: 18px;
    border-top: 1px solid #efefef;
    padding-top: 15px;
}

.cr1fot a {
    color: #333;
    font-weight: 500;
}

.cr1fot a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.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_dots5 a {
    font-size: 24px !important;
    color: #afafaf !important;
}

.eps_dots a:hover {
    color: #333 !important;
}

.more_dropdown {
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.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: #efefef;
}

.more_dropdown:hover .dropdown-content {display: block;}

.more_dropdown:hover .eps_dots {background-color: #333;}

.course-overlay {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, rgba(51,51,51,.4) 90%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 15px;
}

.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: 15px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px 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: 15px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.courses_performance .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #452860 !important;
    border: 1px solid #452860 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.courses_performance .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #452860 !important;
    background: #452860 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.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;
}

.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: 15px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px 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: 15px !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.edututs_news .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #452860 !important;
    border: 1px solid #452860 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}   

.edututs_news .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #452860 !important;
    background: #452860 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.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: #452860;
    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: #452860;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

/* --- My Courses --- */

.my_courses_tabs {
    margin-top: 50px;
}

.my_crse_nav .nav-item {
    text-align: center;
    width: 25%;
}

.my_crse_nav {
    margin-bottom: 0 !important;
    background: #fff;
    border-radius: 15px;
    border: 1px solid #efefef;
}

.my_courses_tabs .nav-pills .nav-link.active, .my_courses_tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #452860 !important;
}

.my_courses_tabs .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: #452860 !important;
}

.my_courses_tabs .nav-link {
    display: block;
    padding: 1.2rem 1rem;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    border-radius: 15px !important;
}

.my_courses_tabs .nav-link i {
    font-size: 20px;
    margin-right: 5px;
}

.table-responsive {
    /* border: 1px solid #efefef; */
    border-radius: 15px;
    margin-bottom: 12px;
    overflow-x: inherit;
}

table.table.ucp-table {
    margin-bottom: 0px;
    border-radius: 15px;
}

.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 tr th:first-child {
    /* border-bottom-left-radius: 4px; */
    /* border-bottom-right-radius: 4px; */
}

.ucp-table thead tr th {
    color: #333;
    font-size: 14px;
    background-color: #ffffff;
}

.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: .75rem !important;
}

.ucp-table.earning__table td {
    padding: 1rem !important;
}

table {
    margin: 0px auto 0px;
    font-size: 14px;
    width: 100%;
}

.ucp-table tbody {
    background: #ffffff94;
}

.ucp-table td, .ucp-table th {
    border-top: 1px solid #efefef !important;
}

.ucp-table td {
    padding: .75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.ucp-table th:first-child {
    /* border-top: 0 !important; */
}

.ucp-table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
}

.course_active {
    color: #452860;
}

.ucp-table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.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-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;
}

.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;
}

.chck_icon {
    color: #686f7a;
    margin-right: 10px;
    font-size: 135%;
}

.panel-title > a:before {
    float: right !important;
    font-family: 'Roboto', sans-serif;
    content:"\-";
    padding-right: 0px;
    font-size: 20px;
    padding-top: 1px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.lbel25 label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #333;
    text-align: left;
    display: block;
}

.ui.swdh11 {
    font-size: 14px !important;
    width: 100%;
}

.ui.swdh19 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh19.input>input {
    padding-left: 1em!important;
    padding-right: 1em!important;
    /* height: 72px !important; */
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border-radius: 15px !important;
}

.ui[class*="left icon"].swdh11.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.ui.selection.cntry152.dropdown {
    min-width: 100% !important;
    padding: .78571429em 1.5em 0.785714em 1em !important;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.ui.selection.dropdown.cntry152 {
    border: 1px solid #e5e5e5 !important;
    border-radius: 15px !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.srch_explore {
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    color: #333 !important;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !important;
}

.ui.selection.cntry152.dropdown {
    min-width: 100% !important;
    padding: 0.985714em 2.1em 0.985714em 1em !important;
    font-family: 'Roboto', sans-serif;
    color: #333;
    border-radius: 15px !important;
}

.ui.selection.active.dropdown.cntry152 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    box-shadow: none !important;
    border: 1px solid #333 !important;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #452860 !important;
}

.datepicker--day-name {
    color: #452860 !important;
}

.datepicker--cell.-current- {
    color: #452860 !important;
}

.datepicker {
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.15) !important;
    border-radius: 15px !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: #452860;
    width: 100%;
    text-align: center;
}

.discount_btn:hover {
    color: #fff;
    background: #333;
}

.promotion_tab2 {
    /* background: #fff; */
    margin-top: 30px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 50px;
}

.promotion_tab2 img {
    width: 200px;
}

.promotion_tab2 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_tab2 p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #686f7a;
    text-align: center;
    line-height: 26px;
}

.promotion_tab {
    background: #fff;
    margin-top: 30px;
    border-radius: 15px;
    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: #452860;
    text-align: center;
    padding: 0 30px;
}

.plan_link_btn:hover {
    color: #fff;
    background: #333;
}

/* --- Analyics Dashboard Page --- */

.analysis_card {
    background: #ffffff !important;
    border: 5px solid #efefef !important;
    border-radius: 15px !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: #ffffff !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;
}

.type-name {
    display: block;
}

.d-inline-block {
    display: inline-block !important;
}

.analysis_card .nav-tabs .nav-item.show .nav-link, .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;
}

.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;
}

.analysis_card .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid #efefef !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: #452860 !important;
}

.thumb_img img {
    width: 100%;
    border-radius: 15px;
}

.thumb_img {
    width: 120px;
}


/* --- Add New Course --- */

.help-block {
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #686f7a;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.ui.form.swdh30 textarea {
    background: #fff;
    border: 1px solid #e5e5e5 !important;
    outline: 0;
    min-height: 130px;
    color: rgba(0,0,0,.87);
    border-radius: 15px !important;
    box-shadow: inset 0px 1px 4px rgb(0 0 0 / 0.02) !important;
}

#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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
}

#add-course-tab .step-steps > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 0 0 20%;
}

#add-course-tab .step-steps > li:before {
    background-color: #ededed;
    height: 8px;
    left: 50%;
    top: 18px;
    width: 130%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#add-course-tab .step-steps > li > a > .number {
    width: 24px;
    height: 24px;
    background-color: #d1d1d1;
    border: 0px solid;
    -webkit-transition: all 0.3s;
    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;
    -webkit-transition: all 0.3s;
    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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#add-course-tab .step-steps > li:last-child:before {
    width: 0;
}

#add-course-tab .step-steps > li.active > a > .number,
#add-course-tab .step-steps > li.done > a > .number {
    background-color: #452860;
}

#add-course-tab .step-steps > li.active > a > .number:before,
#add-course-tab .step-steps > li.done > a > .number:before {
    background-color: rgba(237, 42, 38, 0.3);
}

#add-course-tab .step-steps > li.active > a > .step-name,
#add-course-tab .step-steps > li.done > a > .step-name {
    color: #333;
}

#add-course-tab .step-steps > li.done:before {
    background-color: #452860;
}

#add-course-tab .step-steps > li.done > a > .number:after {
    display: none;
}

#add-course-tab > .step-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    border: 0px solid;
    border-radius: 0px;
    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: #F12C15;
}

#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: #F12C15;
}

#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;
    -webkit-transition: all 0.3s ease 0s;
    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 0px 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 .75rem;
    line-height: 0;
    color: #fff;
    content: "Upload File";
    background-color: #452860;
    border-left: inherit;
    border-radius: 0 10rem 10rem 0;
}

#add-course-tab .step-footer.step-tab-pager {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 0px;
}

.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    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: #452860;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 3px;
    border-radius: 15px;
    height: 35px;
    top: 2px;
    width: 35px;
    font-size: 12px;
    padding: 9px 11px;
}

.badge_num2 {
    background: #452860;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    right: 3px;
    border-radius: 15px;
    height: 35px;
    top: 3px;
    width: 40px;
    font-size: 12px;
    padding: 9px 10px;
}

.course_des_bg {
    border: 1px solid #efefef;
    border-radius: 15px;
    background: #fff;
}

.ui.search .prompt {
    border-radius: 15px !important;
}


.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;
}

.ui.form.swdh339 textarea {
    background: #fff;
    border: 0 !important;
    outline: 0;
    color: rgba(0,0,0,.87);
    border-radius: 1rem !important;
    padding: 1em 1em !important;
}

.steps_btn {
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
    background: #452860 !important;
    padding: 0px 20px !important;
    border-radius: 15px !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 0;
}

.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;
    -webkit-transition: all 0.3s ease 0s;
    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: 15px;
    margin-bottom: 0;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.02) !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: #452860;
    border-left: inherit;
    border-radius: 0 3px 3px 0;
}

#add-course-tab .step-footer.step-tab-pager {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 0px;
}

.badge_mb {
    background: #452860;
    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;
}

.ui[class*="left icon"].swdh95.input>input {
    padding-left: 2em!important;
    padding-right: 3.5em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.badge_min {
    background: #452860;
    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;
}

.ui[class*="left icon"].swdh55.input>input {
    padding-left: 2em!important;
    padding-right: 5.2em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.prt-sv {
    margin-top: 58px;
}

.part_btn_save {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #452860;
    padding: 0px 30px;
    border-radius: 25px;
    border: 0;
    height: 40px;
}

.part_btn_save:hover {
    color: #fff;
    background: #333;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #fff;
    border-color: #452860 !important;
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: #452860 !important;
}

.ui.checkbox.mncheck input:checked~.box:after, .ui.checkbox.mncheck input:checked~label:after {
    opacity: 1;
    color: #452860 !important;
    font-size: 10px !important;
    border-radius: 100%;
    margin-top: 2px;
}

.ui.checkbox.mncheck .box:before, .ui.checkbox.mncheck label:before {
    border-radius: 100%;
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px;
}

.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: #452860;
    padding: 0px 30px;
    border-radius: 25px;
    border: 0;
    height: 40px;
}

.save_content_btn:hover {
    color: #fff;
    background: #333;
}


/* --- Messages Page --- */

.all_msg_bg {
    background: #fff;
    margin-top: 30px;
    width: 100%;
    border-radius: 15px;
    border: 1px solid #efefef;
    padding: 0;
    float: left;
    width: 100%;
}

.ui[class*="left icon"].swdh15.input>input {
    padding-left: 4.2em!important;
    padding-right: 1em!important;
    height: 40px !important;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

i.icon8 {
    font-size: 20px !important;
}

.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 .4s ease-in-out;
}

.chat__message__dt.active, .chat__message__dt:hover {
    border-left: 4px solid #452860;
    background: #efefef;
}

.user-status {
    min-height: 44px;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
}

.user-avatar {
    margin-top: 0px;
    float: left;
    position: relative;
}

.user-avatar img {
    width: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.msg__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #452860;
    position: absolute;
    right: 10px;
    bottom: 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.msg__badge2 {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #db2828;
    position: absolute;
    left: 31px;
    top: 55px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}


.placement__badge {
    border-radius: 50%;
    border: 2px solid #fff;
    height: 22px;
    width: 22px;
    background: #452860;
    position: absolute;
    right: 31px;
    top: 15px;
    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;
}

.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.floaty {
    margin-top: 0;
    position: absolute;
    top: 2px;
    right: 0;
}

.user-status .user-status-time {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    color: #afafaf;
}

.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;
}

.user-status .user-status-tag {
    display: inline-block;
    height: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 0 8px;
    border-radius: 15px;
    background-color: #afafaf;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.user-status .user-status-tag.online {
    background-color: #40d04f;
}

.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;
}

/* === main-message-box === */

.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;
}

.messg-usr-img {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: 50px;
}

.messg-usr-img img {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

.message-dt {
    float: left;
    width: auto;
    padding-left: 20px;
}

.main-message-box.ta-right {
    float: right;
}

.main-message-box.ta-right .messg-usr-img {
    left: auto;
    right: 0px;
    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;
}

.message-inner-dt {
    float: left;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.img-bx {
    background-color: #efefef;
    padding: 20px;
}

.message-inner-dt > img {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.message-dt > span {
    color: #afafaf;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-top: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

}

.message-inner-dt > p {
    float: right;
    width: 60%;
    background-color: #452860;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    padding: 12px 20px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 0;
}

.message-dt.st3 .message-inner-dt > p {
    background-color: #efefef;
    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;
}

.main-message-box.st3 .messg-usr-img {
    bottom: 13px;
}

.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%;
}

.input__msg {
    width: 89%;
    float: left;
}

.mf-field .add_msg {
    margin-left: 10px;
    padding: 0 20px;
    border-radius: 15px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #452860;
    height: 40px;
    float: left;
}

.mf-field .add_msg:hover {
    color: #fff;
    background: #333;
}

.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: #452860;
}

.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: #452860;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.setting_noti:hover {
    color: #fff !important;
    background: #333;
}


/* --- My Certificates --- */

.table-cerificate {
    float: left;
    width: 100%;
    margin-top: 50px;
}


/* --- All Reviews --- */

.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: 15px;
}

.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: 15px;
}

._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;
}

.full-star:before {
    color: #f2b01e;
    content: "\f005";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
}

.empty-star:before {
    content: "\f005";
    position: absolute;
    left: 0;
    overflow: hidden;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.half-star:before {
    color: #f2b01e;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 60%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.half-star:after {
    content: '\f005';
    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;
}

._rate003 {
    
}

._rate004 {
    display: flex;
    cursor: pointer;
    height: auto;
    margin-top: 20px;
    border-radius: 0px;
}

.progress1 {
    display: flex;
    flex-basis: 50%;
    margin-right: 20px;
    height: 1.4rem !important;
}

.progress1 .progress-bar {
    background-color: #452860 !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: 15px;
}

.rvsrch_btn {
    position: absolute;
    right: 3px;
    top: 2px;
    border-radius: 15px;
    border: 0;
    height: 26px;
    width: 26px;
    background: #452860;
    color: #fff;
    font-size: 14px;
}

.rvsrch_btn:hover {
    background: #333;
    color: #fff;
}

.review_all120 {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
    -webkit-box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: -2px -3px 18px 0px rgba(0,0,0,0.53);
}

.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: 0px 2px 2px 0px 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 8px;
    border-radius: 6px;
}

.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;
}

/* --- Earning Page --- */

.earning_steps {
    border-radius: 15px;
    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: 15px;
    background: #fff;
    float: left;
    width: 100%;
    border: 1px solid #efefef;
}

.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 1rem;
    float: left;
    width: 100%;
}

.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_right {
    float: right;
}

.country_item_left span {
    font-size: 14px;
    font-weight: 500;
    color: #686f7a;
    font-family: 'Roboto', sans-serif;
}

.country_item_right span {
    font-size: 14px;
    font-weight: 500;
    color: #686f7a;
    font-family: 'Roboto', sans-serif;
}

.date_selector {
    margin-top: 50px;
    display: flex;
}

.ui.selection.vchrt-dropdown {
    min-height: 30px !important;
    padding: 10px 20px !important;
    min-width: 12rem !important;
    border-radius: 15px !important;
    border: 1px solid #efefef !important;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.ui.active.selection.vchrt-dropdown {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border: 1px solid #452860 !important;
}

.date_list152 a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 5px;
}

.date_list152 {
    color: #afafaf;
    padding: 8px 0 0 10px;
}

.date_list152 a:last-child {
    font-weight: 500;
    cursor: default;
    color: #333;
    pointer-events: none;
}

/* --- Payout Page --- */

.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__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: 12px;
    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_content img {
    width: 80px;
}

.payout__btn {
    background: #452860;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    padding: 11px 0;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.payout__btn:hover {
    background: #333;
    color: #fff !important;
}

/* --- Statements Page --- */

.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: #452860;
}

.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: 15px;
    margin-left: 10px;
    background: #452860;
}

.st_download_btn:hover {
    color: #fff;
    background: #333;
}

.ui.selection.invoice-dropdown {
    width: 50rem !important;
}

.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: 15px;
    padding: 0 20px;
    background: #e9e9e9;
}

.more_items_14:hover {
    color: #686f7a;
    background: #fff;
}

.more_items_14.active {
    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: 15px;
    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;
}

.required_group {
    display: flex;
    padding: 20px;
    align-items: center;
}

.edututs_required span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    margin-bottom: 8px;
    text-align: left;
}

.edututs_required span:last-child {
    margin-bottom: 0;
}

.edututs_required_img i {
    font-size: 36px;
    color: #452860;
}

.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: 15px;
    padding: 0 30px 30px;
    margin-top: 50px;
}

.verify_submit_btn {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #452860;
    padding: 0px 30px;
    border-radius: 15px;
    border: 0;
    height: 40px;
    margin-top: 45px;
    width: 100%;
}

.verify_submit_btn:hover {
    color: #fff;
    background: #333;
}

.mp-30 {
    margin-top: 30px !important;
}

/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    color: #333;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.night_mode_switch__btn a i {
    font-size: 110%;
    height: 30px;
    Width: 30px;
    background: #efefef;
    border-radius: 100%;
    margin-right: 10px;
    padding: 6px 7px 0;
    display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}

.ui.menu.cate-dpdwn {
    box-shadow: none !important;
    border: 0 !important;
}

.ui.menu.cate-dpdwn>.item:hover {
    background: #fff !important;
}

.menu.dropdown_category5 {
    margin-top: 0 !important;
    border-top: 1px solid #fff !important;
    border-radius: 15px !important;
}

.ui.selection.dropdown .menu.cate_menu>.item {
    border-top: 0 !important;
}

.ui.dropdown .menu.cate_menu>.divider {
    border-top: 0 !important;
    height: 0;
    margin: .5em 0;
}

.opt_title {
    font-size: 13px;
    font-weight: 600;
}


/* === Create Course Redesign CSS === */

.adsbox {
    margin-top: 10px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 15px;
    align-items: center;
    border-radius: 15px;
}


.curriculum-add-item {
    display: flex;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #efefef;
    background: #ffffff;
    padding: 15px 20px;
    align-items: center;
    border-radius: 15px;
    /* box-shadow: 0 0 15px rgba(139, 92, 246, 0.3); */
}

.section-title {
    margin-bottom: 0;
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}

.ml-left {
    margin-left: auto;
}

.main-btn {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #452860;
    border-radius: 15px;
    margin-right: 5px;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
}

.main-btn:hover {
    color: #fff !important;
    background: #333;
}

.added-section-item {
    border: 1px solid #efefef;
    margin-top: 30px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.section-header {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    width: 100%;
    align-items: center;
}

.section-header h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.section-edit-options {
    margin-left: auto;
}

.btn-152 {
    border: 0;
    background: transparent;
    margin-left: 15px;
    color: #afafaf;
}

#edit-section {
    padding: 0 20px;
}

.edit-section {
    padding: 0 20px;
}

.smt-25 {
    margin-top: 25px !important;
}

.share-submit-btns {
    padding: 20px;
    border: 0;
}

.section-header {
    margin-bottom: -1px;
    border-bottom: 1px solid #efefef;
}

.section-group-list {
    padding: 10px 20px 20px;
}

.section-list-item {
    display: flex;
    width: 100%;
    background: #f7f7f7;
    margin-top: 10px;
    padding: 15px;
    align-items: center;
    border-radius: 15px;
}

.section-list-item {
    cursor: move;
}

.section-item-tools {
    border: 0;
    margin-left: 15px;
    background: transparent;
    color: #91699c;
    font-size: 13px;
    display: none;
}

.section-item-tools:hover {
    color: #231f20;
}

.section-list-item:hover .section-item-tools {
    display: block;
}

.section-add-item-wrap {
    background: #242424;
    color: #fff;
}

.section-item-title {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.section-add-item-wrap button {
    margin-bottom: 0;
    margin-right: 17px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: #fff;
}

.section-add-item-wrap button i {
    font-size: 14px;
}

.video-info {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 11px;
    display: block;
    color: #686f7a;
}

.video-category label:first-child {
    margin-left: 0;
}

.video-category label {
    margin: 4px;
    cursor: pointer;
    text-align: left;
}

.z-bigger [type="checkbox"]:checked, [type="checkbox"]:not(:checked), [type="radio"]:checked, [type="radio"]:not(:checked) {
    /* position: absolute; */
    /* left: -9999px; */
    width: 20px;
    height: 20px;
    /* visibility: hidden; */
}

.video-category label span {
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px 5px;
    display: block;
    color: #231f20;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #efefef;
}

.video-category label input {
    position:absolute;
    top:-20px;
}

.video-category label input {
    position:absolute;
    top:-20px;
}

.video-category input:checked + span {
    background-color: #452860;
    color: #fff;
    border-radius: 15px;
    border: 1px solid #452860;
}

.label25 {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px !important;
    color: #333;
    text-align: left;
    display: block;
}

.video-box {
    color: #231f1f;
    padding: 0;
    display: none;
    margin-top: 0;
}

.uploaded-id {
    display: block !important;
    color: #231f1f !important;
    font-size: 14px;
}

.color-b {
    color: #231f1f !important;
}

.color-fmt {
    color: #91699c !important;
}

.video-duration {
    margin-top: 27px;
}

.video-duration label {
    text-align: left;
    margin: 0 0 12px;
}

.duration-time {
    width: 50%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form_input_1, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    background: #f7f7f7;
}

.input-group>.form_input_1:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form_input_1:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.attachment-items {
    display: flex;
    width: 100%;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #efefef;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 15px;
}

.attachment_id {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    margin-right: 20px;
}

.cancel-btn {
    border: 0;
    background: none;
    margin-left: auto;
    margin-bottom: 0;
    color: #91699c;
    font-size: 14px;
}

.cancel-btn:hover {
    color: #231f20;
}

.quiz-box {
    color: #231f1f;
    padding: 0;
    display: none;
    margin-top: 0;
}

.upload-thumb [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.upload-thumb [type="file"] + label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    border: 0;
}

img.img-thumbnail {
    max-width: 70px;
}

.option-item {
    background: #f7f7f7;
    border: 1px solid #efefef;
    border-radius: 15px;
    margin-top: 30px;
}

.ans-box {
    border-top: 1px solid #efefef;
    margin-top: 30px;
}

.opt-title {
    border-bottom: 1px solid #efefef;
    padding: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}

.opt-title h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
}

.opt-title .opt-del {
    font-size: 14px;
    margin-bottom: 0;
    color: #91699c;
    cursor: pointer;
    margin-left: auto;
}

.opt-title .opt-del:hover {
    color: #333;
}

.option-wrap {
    padding: 20px;
}

.cogs-toggle {
    display: flex;
}

.quiz-st-ft {
    font-size: 16px !important;
}

.lbl-quiz {
    margin-left: 50px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    cursor: pointer;
}

.quiz-cogs-step p {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    color: #91699c;
}

.white-bg {
    background: #fff !important;
}

.int4856 {
    color: #333 !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #efefef !important;
    border-radius: 15px !important;
}

.assgn152 {
    display: block;
    border-top: 1px solid #efefef;
    margin-top: 30px;
}

.thumb-item {
    width: 100%;
    border: 1px solid #efefef;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 30px;
    background: #fff;
}

.thumb-item img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.thumb-dt {
    padding: 20px 20px 17px;
}

.intro-box {
    color: #333;
    padding: 0;
    display: none;
    margin-top: 0;
}

.price-require-dt {
    padding-top: 35px;
    margin-bottom: 0;
}

.center_d {
    justify-content: center;
}

.price-require-dt p {
    margin-top: 20px;
    text-align: center;
    padding: 0 150px;
    margin-bottom: 0;
}

.publish-block {
    padding: 30px;
    text-align: center;
    border: 1px solid #efefef;
    background: #f7f7f7;
    margin-top: 30px;
}

.publish-block i {
    font-size: 24px;
    color: #333;
}

.publish-block p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
    margin-bottom: 0;
}

.upload-file-dt {
    background: #fff;
    border: 2px dashed #efefef;
    border-radius: 5px;
    text-align: center;
    padding: 30px 20px 17px;
}

.upload-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.upload-btn [type="file"] + label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0px 0 0px;
    color: #452860;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 2px 3px 0px rgba(20, 47, 219, 0.11); */
    border: 0;
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    width: 98%;
    padding: 12px 25px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    text-transform: uppercase;
}

.upload-file-dt span{
    margin-bottom: 0;
    display: inline-block;
    color: #686f7a;
    background-color: transparent;
    overflow: hidden;
    line-height: 26px;
}

.uploadBtn-file-name {
    display: inline-block;
    color: #686f7a;
    background-color: transparent;
    overflow: hidden;
    line-height: 26px;
}

.input-group-text {
    padding: 0.60rem .75rem !important;
}

.ui.multiple.dropdown>.text {
    margin:  0 !important;
}

label.switch {
    position: relative;
    cursor: pointer;
    margin: 0;
}

label.switch input[type=checkbox] {
    display: none;
}

label.switch span {
    position: relative;
    display: block;
}

label.switch span:before {
    content: "";
    display: block;
    height: 16px;
    width: 30px;
    border: 2px solid #bbb;
    background: #bbb;
    border-radius: 13em;
    box-sizing: content-box;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    position: absolute;
    top: 4px;
    left: 0;
}

label.switch span:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 13em;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

label.switch input[type=checkbox]:checked+span:after {
    left: 17px;
}

label.switch input[type=checkbox]:checked+span:before {
    border-color: #452860;
    background: #452860;
}

.course-main-tabs {
    margin-top: 0;
}

.course-main-tabs .nav-tabs {
    /* border-bottom: 0 !important; */
    border-radius: 15px;
    overflow: hidden;
    border: 0px !important;
}

.course-main-tabs .nav-pills .nav-link {
    border-radius: 0 !important;
    /* border-top: 1px solid #efefef; */
    /* border-bottom: 1px solid #efefef; */
    /* border-right: 1px solid #efefef; */
    border-left: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #333;
    background: rgba(0,0,0,.05);
    padding: 12px !important;
}


.course-main-tabs .nav-pills .nav-link:hover {
    /* border-top: 1px solid #efefef; */
    /* border-bottom: 1px solid #efefef; */
    /* border-right: 1px solid #efefef; */
    border-left: 0;
    color: #333 !important;
    background: rgba(0,0,0,.1);
}

.course-main-tabs .nav-pills .nav-link.active, .course-main-tabs .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #452860 !important;
    border: 0;
}

.price-block {
    padding: 30px 30px 5px;
}

.loc_group {
    position: relative;
}

.slry-dt {
    color: #333;
    font-weight: 600;
    position: absolute;
    background: #f7f7f7;
    right: 5px;
    top: 5px;
    min-height: 30px;
    padding: 0 12px;
    line-height: 30px;
    margin-bottom: 0;
    border-radius: 15px;
}

.publish-block {
    padding: 30px;
    text-align: center;
    border: 1px solid #efefef;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 30px;
}

.publish-block i {
    font-size: 24px;
    color: #333;
}

.publish-block p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 20px;
    margin-bottom: 0;
    /* color: #686f7a; */
}

.new-section-block {
    padding: 1rem;
}


.input-group>.form_input_1:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.video-duration {
    margin-top: 27px;
}

.video-duration label {
    text-align: left;
    margin: 0 0 12px;
}

.duration-time {
    width: 50%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form_input_1, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    background: #f7f7f7;
}

.input-group>.form_input_1:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form_input_1:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.attachment-items {
    display: flex;
    width: 100%;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #efefef;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 15px;
}

.attachment_id {
    font-size: 16px;
    font-weight: 500;
    color: #231f20;
    margin-right: 20px;
}

.form_input_1 {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    border: 1px solid #efefef;
    height: 40px;
    padding: 0 16px;
    background: #fff;
    border-radius: 15px;
    box-shadow: inset 0px 1px 4px rgb(0 0 0 / 2%) !important;
}

.preview-dt {
    display: flex;
    margin-top: 20px;
}

.title-875 {
    margin-top: 4px;
    margin-right: 15px;
}

.main-btn.cancel {
    color: #91699c;
    background: #f3f3f3;
}

.main-btn.cancel:hover {
    color: #545454!important;
    background: #f4f4f4;
}

.alt-text {
    font-size: 12px;
    color: #686f7a;
    margin-bottom: 0;
    margin-top: 7px;
    display: block;
}

.quiz-cogs-step p {
    padding: 0;
    margin-bottom: 0;
    margin-top: 5px;
    color: #686f7a;
    font-size: 13px
}

img.img-thumbnail {
    max-width: 70px;
}

.ui.selection.cntry152.assignment.dropdown {
    padding: 0.905714em 1.5em 0.785714em 1em !important;
    height: 40px;
}

  ::file-selector-button {
  background: #452860;
  color: white;
  border: 1px solid #452860;
  border-radius: 5px;
  padding: 1rem 1rem;
}

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

/* ==========================================================================
   GLOBAL DESIGN TOKENS (SLEEK DARK PURPLE / LILAC THEME)
   ========================================================================== */
:root {
    --sys-bg: #120a28;
    --sys-text: #ffffff;
    --sys-text-muted: rgba(255, 255, 255, 0.7);
    --sys-primary: #a259ff;
    --sys-primary-hover: #8b3dff;
    --sys-primary-light: rgba(162, 89, 255, 0.15);
    --sys-primary-gradient: linear-gradient(135deg, #a259ff 0%, #682cfb 100%);
    
    --sys-card-bg: linear-gradient(135deg, rgba(69, 40, 96, 0.45) 0%, rgba(106, 58, 143, 0.2) 100%);
    --sys-card-border: rgba(255, 255, 255, 0.08);
    --sys-card-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    --sys-card-hover-shadow: 0 15px 35px rgba(162, 89, 255, 0.25);
    
    --sys-sidebar-bg: rgba(15, 10, 30, 0.95);
    --sys-sidebar-border: rgba(162, 89, 255, 0.1);
    --sys-header-bg: linear-gradient(135deg, rgba(30, 18, 65, 0.97) 0%, rgba(18, 11, 40, 0.99) 100%);
    --sys-header-border: rgba(255, 255, 255, 0.08);
    
    --sys-input-bg: rgba(3, 7, 22, 0.6);
    --sys-input-border: rgba(255, 255, 255, 0.1);
    --sys-border-color: rgba(255, 255, 255, 0.05);
    
    --sys-modal-bg: linear-gradient(135deg, rgb(30, 20, 50) 0%, rgb(15, 10, 30) 100%);
    --sys-modal-border: rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   GLOBAL SYSTEM FONT (PLUS JAKARTA SANS - TAM TÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œRKÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡E KARAKTER UYUMU)
   ========================================================================== */
body, html, p, span, h1, h2, h3, h4, h5, h6, a, button, input, select, textarea, div, label, td, th {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* HEADER BAR AND BALANCED MARGINS */
header.header, .header {
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* TEK SOL MENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ BUTONU KAVÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°SLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° MOR KUTU STÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
#collapse_menu,
.collapse_menu {
    background: rgba(162, 89, 255, 0.18) !important;
    border: 1px solid rgba(162, 89, 255, 0.35) !important;
    border-radius: 12px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    margin-left: 0 !important;
    margin-right: 15px !important;
    padding: 0 !important;
    outline: none !important;
    transition: all 0.25s ease !important;
}

#collapse_menu:hover,
.collapse_menu:hover {
    background: #a259ff !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(162, 89, 255, 0.5) !important;
}

.header_right {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°STEM GENELÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° BUTON KART VE YAZI ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°YÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾TÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°RMELERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° (MAIN.CSS) */
.btn-primary, .btn-gradient, .btn-ai, .btn-add, .btn-filter {
    background: linear-gradient(135deg, #8a2be2 0%, #a259ff 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 9px 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 15px rgba(162, 89, 255, 0.4) !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.btn-primary:hover, .btn-gradient:hover, .btn-ai:hover, .btn-add:hover, .btn-filter:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(162, 89, 255, 0.6) !important;
    color: #ffffff !important;
}

.btn-secondary, .btn-outline-custom {
    background: rgba(162, 89, 255, 0.15) !important;
    border: 1px solid rgba(162, 89, 255, 0.35) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    padding: 9px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.btn-secondary:hover, .btn-outline-custom:hover {
    background: rgba(162, 89, 255, 0.3) !important;
    color: #ffffff !important;
}

/* Force icons to use their correct font family to prevent empty rectangles */
.uil, [class^="uil-"], [class*=" uil-"], .uil-bars, .uil-apps {
    font-family: 'unicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fa, .fas, .far, .fab {
    font-family: 'FontAwesome' !important;
}

/* Protect Material Symbols icons from global font overrides */
.material-symbols-rounded,
.material-symbols-outlined,
.material-icons {
    font-family: 'Material Symbols Rounded', 'Material Symbols Outlined', 'Material Icons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    -webkit-font-feature-settings: 'liga' !important;
    -webkit-font-smoothing: antialiased !important;
}

/* KUTU VE DIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡EVE OLUÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾MASINI ENGELLEYEN HOMOJEN ZEMÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°N */
html, body, #wrapper, .wrapper, .wrapper_4d25, .academic-wrapper, .gray-default, .sa4d25, .container-fluid, ._215b15, ._205ef5 {
    /* background-color: #120a28 !important; */
    /* background: #120a28 !important; */
    color: var(--sys-text) !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Scrollbars */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: rgb(3, 7, 22);
}
::-webkit-scrollbar-thumb {
    background: rgba(162, 89, 255, 0.3);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(162, 89, 255, 0.6);
}

/* Base Text Colors */
p, span, label, h1, h2, h3, h4, h5, h6, th, td, a {
    color: var(--sys-text) !important;
}
.text-muted, .text-secondary {
    color: var(--sys-text-muted) !important;
}

/* ==========================================================================
   SIDEBAR / NAVIGATION
   ========================================================================== */
.vertical_nav {
    background: var(--sys-sidebar-bg) !important;
    border-right: 1px solid var(--sys-sidebar-border) !important;
    backdrop-filter: blur(15px);
}

.menu--link {
    color: var(--sys-text-muted) !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
    border-left: 3px solid transparent !important;
}

.menu--link:hover {
    color: #fff !important;
    background: rgba(162, 89, 255, 0.1) !important;
    border-left: 3px solid var(--sys-primary) !important;
}

.menu--item__active .menu--link, 
.menu--item.active .menu--link, 
.menu--item.menu--subitens__opened .menu--link,
.sub_menu--link__active {
    color: #fff !important;
    background: rgba(162, 89, 255, 0.18) !important;
    border-left: 3px solid var(--sys-primary) !important;
}

.sub_menu {
    background: rgba(3, 7, 22, 0.5) !important;
    border-left: 1px solid rgba(162, 89, 255, 0.1);
}

.sub_menu--link {
    color: var(--sys-text-muted) !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

.sub_menu--link:hover {
    color: #fff !important;
    background: rgba(162, 89, 255, 0.08) !important;
}

.collapse_menu {
    background: var(--sys-sidebar-bg) !important;
    border-top: 1px solid var(--sys-sidebar-border) !important;
    color: var(--sys-text-muted) !important;
}

.collapse_menu:hover {
    background: rgba(162, 89, 255, 0.1) !important;
    color: #fff !important;
}

/* ==========================================================================
   TOP BAR / HEADER
   ========================================================================== */
header, .header, .studio-header, .main_header {
    background: var(--sys-sidebar-bg) !important;
    border-bottom: 1px solid var(--sys-header-border) !important;
    border-top: none !important;
    outline: none !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
    height: 60px !important;
    backdrop-filter: blur(15px) !important;
}

header .top-category, 
header .cate-dpdwn, 
header .ui.menu, 
header .ui.menu .item, 
header .ui.dropdown .menu:not(.dropdown_account),
header .dropdown_category5,
header .cate-dpdwn *,
.ui.compact.menu.cate-dpdwn,
.ui.compact.menu.cate-dpdwn * {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

/* Fix Logo Visibility in Dark Theme */
#logo img {
    display: none !important;
}
#logo img.logo-inverse {
    display: block !important;
    filter: drop-shadow(0 0 8px rgba(162, 89, 255, 0.4)) !important;
}

.search_input, .search_input input, .search-box input, .main_search input, .srch10, .search120 {
    background-color: var(--sys-input-bg) !important;
    border: 1px solid var(--sys-input-border) !important;
    color: var(--sys-text) !important;
    border-radius: 10px !important;
}

.search_input input:focus, .search-box input:focus {
    border-color: var(--sys-primary) !important;
    box-shadow: 0 0 10px rgba(162, 89, 255, 0.25) !important;
}

.option_links {
    color: var(--sys-text-muted) !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 10px !important;
}

.option_links:hover {
    color: #fff !important;
    background: var(--sys-primary-light) !important;
    border-color: rgba(162, 89, 255, 0.25) !important;
}

/* Account Dropdown */
.dropdown_account, .menu.dropdown_account {
    background: var(--sys-modal-bg) !important;
    background-color: #130c2e !important;
    border: 1px solid var(--sys-modal-border) !important;
    border-top: none !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5) !important;
    margin-top: 5px !important;
    z-index: 99999 !important;
}

.ui.dropdown.active > .dropdown_account, 
.ui.dropdown.visible > .dropdown_account,
.ui.dropdown.active > .menu.dropdown_account, 
.ui.dropdown.visible > .menu.dropdown_account {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.channel_my {
    border-bottom: 1px solid var(--sys-border-color) !important;
}

.channel_item {
    color: var(--sys-text-muted) !important;
}

.channel_item:hover {
    color: #fff !important;
    background-color: var(--sys-primary-light) !important;
}

/* ==========================================================================
   SIDEBAR / VERTICAL NAVIGATION (AKRÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°K MOR GLASSMORPHISM TASARIM)
   ========================================================================== */
.vertical_nav {
    width: 240px !important;
    background: rgba(18, 10, 40, 0.96) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-right: 1px solid rgba(162, 89, 255, 0.2) !important;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    z-index: 1000 !important;
    left: 0 !important;
}

/* MENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ ELEMANLARI VE DAHA DÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œK KOMPAKT YÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œKSEKLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°K (PADDING: 8px 16px) */
.menu--item {
    position: relative !important;
    margin: 2px 0 !important;
}

.menu--link {
    color: rgba(255, 255, 255, 0.75) !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
    border-left: 3.5px solid transparent !important;
    padding: 8px 16px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

/* HOVER VE AKTÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°F DURUM (ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾IK MOR PARILTILI GEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾) */
.menu--link:hover {
    color: #ffffff !important;
    background: linear-gradient(90deg, rgba(162, 89, 255, 0.2) 0%, rgba(162, 89, 255, 0.03) 100%) !important;
    border-left: 3.5px solid #a259ff !important;
}

.menu--item__active .menu--link, 
.menu--item.active .menu--link, 
.menu--link.active,
.sub_menu--link__active {
    color: #ffffff !important;
    background: linear-gradient(90deg, rgba(162, 89, 255, 0.3) 0%, rgba(162, 89, 255, 0.05) 100%) !important;
    border-left: 3.5px solid #a259ff !important;
    font-weight: 700 !important;
}

.menu--icon {
    color: #a259ff !important;
    transition: all 0.2s ease !important;
    margin-right: 12px !important;
    font-size: 18px !important;
    width: 22px !important;
    text-align: center !important;
}

.menu--link:hover .menu--icon,
.menu--item.active .menu--icon,
.menu--link.active .menu--icon {
    color: #ffffff !important;
    transform: scale(1.1) !important;
}

/* HEADER BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LDÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°RÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°M VE SEPET BUTONLARI (KUSURSUZ YUVARLAK BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°M - BORDER-RADIUS: 50%) */
.option_links,
.header_right .option_links,
header .option_links,
header.header .option_links {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    border-radius: 50% !important;
    background: rgba(162, 89, 255, 0.18) !important;
    border: 1px solid rgba(162, 89, 255, 0.35) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    padding: 0 !important;
}

.option_links:hover,
.header_right .option_links:hover,
header .option_links:hover {
    background: #a259ff !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(162, 89, 255, 0.5) !important;
}

/* BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LDÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°RÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°M & PROFÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°L DROPDOWN PANEL STÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LLERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° (BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°REBÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°R MÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œKEMMEL ORÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°JÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°NAL TASARIM) */
.custom-noti-dropdown, .custom-profile-dropdown {
    position: relative !important;
}

.unified-noti-menu, .custom-profile-menu {
    position: absolute !important;
    top: 48px !important;
    right: 0 !important;
    left: auto !important;
    width: 290px !important;
    max-width: calc(100vw - 24px) !important;
    max-height: calc(100vh - 75px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #170d38 !important;
    border: 1px solid rgba(162, 89, 255, 0.4) !important;
    border-radius: 16px !important;
    padding: 12px !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.85) !important;
    z-index: 999999 !important;
}

.noti-item-link, .profile-item-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 9px 12px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    margin-bottom: 3px !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
}

.noti-item-link:hover, .profile-item-link:hover {
    background: rgba(162, 89, 255, 0.25) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.special-tools-group {
    background: rgba(138, 43, 226, 0.12) !important;
    border: 1px dashed rgba(162, 89, 255, 0.4) !important;
    border-radius: 12px !important;
    padding: 6px !important;
    margin: 8px 0 !important;
}

.special-tools-title {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #c084fc !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    padding: 6px 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    user-select: none !important;
    border-radius: 8px !important;
}

/* MENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ KAPALI/MINIFY ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°KEN KÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œKTEN EKRAN DIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾INA SAKLAMA (SOLDA YER KAPLAMAZ) */
.vertical_nav.vertical_nav__minify,
.vertical_nav__closed {
    transform: translateX(-100%) !important;
    left: -240px !important;
}

.vertical_nav.vertical_nav__minify ~ .wrapper,
.vertical_nav.vertical_nav__minify ~ .sa4d25,
.vertical_nav.vertical_nav__minify ~ ._215b15,
.wrapper.wrapper__minify,
.sa4d25.wrapper__minify {
    padding-left: 0px !important;
    margin-left: 0 !important;
}

.vertical_nav.vertical_nav__minify .menu--link {
    padding: 9px 0 !important;
    justify-content: center !important;
}

.vertical_nav.vertical_nav__minify .menu--icon {
    margin-right: 0 !important;
    font-size: 20px !important;
}

.sub_menu {
    background: rgba(3, 7, 22, 0.5) !important;
    border-left: 1px solid rgba(162, 89, 255, 0.1);
}

.sub_menu--link {
    color: var(--sys-text-muted) !important;
    background: transparent !important;
    transition: all 0.25s ease !important;
    padding-left: 45px !important;
}

.sub_menu--link:hover {
    color: #fff !important;
    background: var(--sys-primary-light) !important;
}

.collapse_menu {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 50px !important;
    height: 60px !important;
    float: left !important;
    background: transparent !important;
    border: none !important;
    border-top: none !important;
    outline: none !important;
    box-shadow: none !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
}

.collapse_menu:hover {
    background: var(--sys-primary-light) !important;
}

.collapse_menu .collapse_menu--icon {
    display: block !important;
    width: 50px !important;
    height: 60px !important;
    line-height: 60px !important;
    text-align: center !important;
    font-size: 20px !important;
    color: #fff !important;
    float: none !important;
    margin: 0 !important;
}

/* Float-based header layout alignments */
.main_logo {
    float: left !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 15px !important;
    margin: 0 !important;
}

.top-category, .top-category .cate-dpdwn, .top-category .ui.menu, .top-category .ui.dropdown {
    float: left !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    margin-left: 10px !important;
    padding: 0 !important;
}

/* Make sure option links are square icon buttons */
.option_links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: all 0.2s ease !important;
}

.option_links:hover {
    color: #fff !important;
    background: var(--sys-primary) !important;
    border-color: var(--sys-primary) !important;
}

/* Solid backgrounds for dropdown menus to prevent transparent float */
.dropdown_category5, .ui.dropdown .menu.dropdown_category5 {
    background: #130c2e !important;
    background-color: #130c2e !important;
    border: 1px solid var(--sys-modal-border) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    z-index: 99999 !important;
}

/* ==========================================================================
   HOMEPAGE / DASHBOARD COMPONENT OVERRIDES
   ========================================================================== */

/* Global override to clean up rogue white boxes across all modules */
.card, .card-default, .card-header, .card-body, .panel, .widget, .box, .bg-white,
.fcrse_3, .review_all120, .review_item, .cmmnt_1526, .comment-area-box, .tab-pane,
.fcrse_content, .boardbox, .curriculum-add-item {
    /* background: var(--sys-card-bg) !important; */
    /* border: 1px solid var(--sys-card-border) !important; */
    color: #fff !important;
    border-radius: 16px !important;
}

.bg-white {
    background: transparent !important;
    background-color: transparent !important;
}

.card-header, .ui.modal>.header, .modal-header {
    background: transparent !important;
    border-bottom: 1px solid var(--sys-card-border) !important;
    color: #fff !important;
}

.card-body, .ui.modal>.content, .modal-body {
    background: transparent !important;
    color: #fff !important;
}

/* Tab controls inside social feed */
.tab_crse {
    background: rgba(3, 7, 22, 0.5) !important;
    border: 1px solid var(--sys-card-border) !important;
    border-radius: 12px !important;
    padding: 5px !important;
}

.tab_crse .nav-link {
    color: var(--sys-text-muted) !important;
    border: none !important;
    border-radius: 8px !important;
}

.tab_crse .nav-link.active {
    background: var(--sys-primary) !important;
    color: #fff !important;
}

/* Action Gaming Buttons */
.cmnt-btn, .login-btn, .main-btn, .add-section-title, .btn-primary, .crdbg_1, .crdbg_2, .crdbg_3, .crdbg_4 {
    background: var(--sys-primary-gradient) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(162, 89, 255, 0.3) !important;
    border-radius: 8px !important;
    padding: 8px 20px !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.cmnt-btn:hover, .login-btn:hover, .main-btn:hover, .add-section-title:hover, .btn-primary:hover, .crdbg_1:hover, .crdbg_2:hover, .crdbg_3:hover, .crdbg_4:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(162, 89, 255, 0.5) !important;
    color: #fff !important;
}

/* Top Dashboard Cards (RPG Stat Modules) */
.card_dash {
    background: var(--sys-card-bg) !important;
    border: 1px solid var(--sys-card-border) !important;
    border-radius: 16px !important;
    box-shadow: var(--sys-card-shadow) !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
    position: relative;
    overflow: visible !important;
}

.card_dash:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--sys-card-hover-shadow) !important;
}

.card_dash h5 {
    color: var(--sys-text-muted) !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
}

.card_dash h2 {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    margin: 10px 0 !important;
}

/* Middle Icon Navigation */
.stream_1 {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

.stream_bg {
    background: var(--sys-card-bg) !important;
    border: 1px solid var(--sys-card-border) !important;
    border-radius: 16px !important;
    padding: 20px 10px !important;
    box-shadow: var(--sys-card-shadow) !important;
    transition: all 0.3s ease !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.stream_bg:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--sys-card-hover-shadow) !important;
}

.stream_bg img {
    transition: all 0.25s ease;
}

.stream_bg:hover img {
    transform: scale(1.05);
}

.stream_bg h4 {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-top: 12px !important;
}

/* Bottom Course Cards */
.owl-item, .la5lo1 .item, .live_stream .item {
    overflow: visible !important;
}

.fcrse_1 {
    background: var(--sys-card-bg) !important;
    border: 1px solid var(--sys-card-border) !important;
    border-radius: 16px !important;
    box-shadow: var(--sys-card-shadow) !important;
    overflow: visible !important;
    transition: all 0.3s ease !important;
}

.fcrse_1:hover {
    transform: translateY(-4px) !important;
    box-shadow: var(--sys-card-hover-shadow) !important;
}

.tutor_img img {
    border: 2px solid var(--sys-card-border) !important;
    transition: all 0.3s ease;
}

.fcrse_1:hover .tutor_img img {
    border-color: var(--sys-primary) !important;
}

.tutor_content_dt, .fcrse_content, .boardbox, .fcrse_content.boardbox {
    background: transparent !important;
    padding: 18px 15px !important;
    border: none !important;
    border-top: none !important;
    border-radius: 0 0 16px 16px !important;
}

.tutor_name {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.fcrse_1:hover .tutor_name {
    color: var(--sys-primary) !important;
}

.vdt15 {
    color: var(--sys-text-muted) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* ==========================================================================
   SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°STEM GENELÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° STANDART SAYFA BAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾LIK KARTLARI (DENEME SINAVLARI STANDARDI)
   ========================================================================== */
.academic-header-card, 
.documents-header-card, 
.page-header-card, 
.section-header-card {
    background: rgba(25, 15, 50, 0.6) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border: 1px solid rgba(162, 89, 255, 0.25) !important;
    border-radius: 24px !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

/* HEADER KART ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° SOL GRUP (ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°KON VE METÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°N YAN YANA MÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“KEMMEL HÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ZALAMA) */
.header-left,
.academic-header-card .header-left,
.documents-header-card .header-left,
.page-header-card .header-left,
.section-header-card .header-left {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 20px !important;
}

.header-left > div {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.academic-header-card .header-right,
.documents-header-card .header-right,
.page-header-card .header-right,
.section-header-card .header-right {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* 60x60px PARLAK MOR KAVÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°SLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°KON KUTUSU (DENEME SINAVLARI ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LE %100 BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°REBÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°R) */
.header-icon,
.doc-header-icon,
.page-icon,
.section-icon,
.academic-header-card i.header-icon,
.academic-header-card .header-icon {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    background: linear-gradient(135deg, #8a2be2 0%, #a259ff 100%) !important;
    border-radius: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(162, 89, 255, 0.5) !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* MENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ YAZISI (MENU--LABEL) ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°N KUSURSUZ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾EFFAFLIK KORUMASI (BEYAZ HOVER KUTUSU BASTIRMA) */
.menu--label,
.vertical_nav .menu--label,
.vertical_nav .menu--link .menu--label,
.vertical_nav .menu--link:hover .menu--label,
.vertical_nav .menu--link:focus .menu--label,
.vertical_nav .menu--link.active .menu--label,
.vertical_nav.vertical_nav__minify .menu--label,
.vertical_nav.vertical_nav__minify .menu--link:hover .menu--label {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: #ffffff !important;
}

/* ==========================================================================
   SIYOSIS TEK PARÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡A KUSURSUZ KOZMÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°K ZEMÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°N VE FOOTER ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾EFFAFLIK SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°STEMÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°
   ========================================================================== */
html, body {
    background: 
        radial-gradient(circle at 50% -5%, rgba(138, 43, 226, 0.45), transparent 55%),
        radial-gradient(circle at 15% 25%, rgba(162, 89, 255, 0.25), transparent 45%),
        radial-gradient(circle at 85% 55%, rgba(99, 102, 241, 0.25), transparent 45%),
        radial-gradient(circle at 50% 0%, #1e0a4e 0%, #130630 45%, #0c0420 75%, #090514 100%) !important;
    background-attachment: fixed !important;
    min-height: 100vh !important;
}

#wrapper, .wrapper, .sa4d25, .academic-wrapper, .documents-wrapper, ._215b15, ._205ef5, .instructor-dashboard, .dashboard-container, footer.footer, .footer {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;
}

.sa4d25 .container-fluid,
.wrapper .container-fluid,
._215b15,
.col-xl-3, .col-lg-3, .col-md-3, .col-sm-6, .col-12 {
    overflow: visible !important;
}

.bento-card, 
.card_dash, 
.f-card, 
.dashboard-card, 
.my-card,
.about-saas-card {
    background: rgba(25, 15, 50, 0.55) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(162, 89, 255, 0.2) !important;
    border-radius: 20px !important;
    padding: 22px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* TEACER DASHBOARD RÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“TUÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ VE HÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ZALAMA DÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ZENLEMELERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
.quick-nav-bar-card {
    background: rgba(20, 12, 45, 0.65) !important;
    border: 1px solid rgba(162, 89, 255, 0.25) !important;
    border-radius: 20px !important;
    padding: 16px 20px !important;
    backdrop-filter: blur(14px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.quick-nav-bar-card .stream_bg {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 14px 10px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    height: 100% !important;
}

.quick-nav-bar-card .stream_bg:hover {
    transform: translateY(-4px) !important;
    background: rgba(162, 89, 255, 0.18) !important;
    border-color: rgba(162, 89, 255, 0.5) !important;
    box-shadow: 0 8px 25px rgba(162, 89, 255, 0.35) !important;
}

.quick-nav-bar-card .stream_bg img {
    height: 48px !important;
    width: auto !important;
    margin-bottom: 8px !important;
    transition: transform 0.25s ease !important;
}

.quick-nav-bar-card .stream_bg:hover img {
    transform: scale(1.08) !important;
}

.quick-nav-bar-card .stream_bg h4 {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ OWL CAROUSEL KART YÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“KSEKLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°KLERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° %100 EÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°TLEME ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.owl-carousel .owl-stage {
    display: flex !important;
    align-items: stretch !important;
}

.owl-carousel .owl-item {
    display: flex !important;
    flex-direction: column !important;
}

.owl-carousel .owl-item > div,
.owl-carousel .item,
.owl-carousel .fcrse_1 {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}

.owl-carousel .fcrse_content {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ BUTON VE KART ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°KONLARI ARASINDAKÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° BOÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾LUK FIX ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.card_dash_left span i,
.announcement-all-btn i,
.btn-guide-link i {
    margin-left: 6px !important;
    display: inline-block !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ DERS KARTLARI SAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ST SINIF ROZETÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° (LESSON CLASS BADGE) ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.lesson-class-badge {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    background: rgba(162, 89, 255, 0.28) !important;
    border: 1px solid rgba(162, 89, 255, 0.5) !important;
    color: #ffffff !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 10px !important;
    z-index: 10 !important;
    backdrop-filter: blur(4px) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ CAROUSEL VE KART HOVER GÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“LGE VE IÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾IMA EFEKTLERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° TAMAMEN KALDIRMA FIX ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.section3125 {
    position: relative !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    padding-top: 4px !important;
    padding-bottom: 8px !important;
    margin-bottom: 20px !important;
}

.owl-carousel {
    overflow: hidden !important;
    padding: 6px 16px !important;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
    padding: 6px 2px !important;
}

/* OK TUÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾LARININ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°DE KALMASI VE HÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°R ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾EKÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LDE KESÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LMEMESÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° FIX */
.owl-nav button.owl-prev {
    left: 4px !important;
    top: 45% !important;
    z-index: 50 !important;
}

.owl-nav button.owl-next {
    right: 4px !important;
    top: 45% !important;
    z-index: 50 !important;
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .item {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* YALNIZCA GERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡EK KART (.fcrse_1) GÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“LGESÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°Z ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾IK SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°YOSÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°S MOR ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡EVE */
.fcrse_1 {
    background: rgba(20, 12, 45, 0.75) !important;
    border: 1px solid rgba(162, 89, 255, 0.25) !important;
    border-radius: 20px !important;
    backdrop-filter: blur(10px) !important;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    box-shadow: none !important;
}

.fcrse_1:hover {
    border-color: rgba(162, 89, 255, 0.65) !important;
    transform: translateY(-3px) !important;
    box-shadow: none !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ SAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ BAR SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°YOSÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°S REHBER KARTLARI (SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°YOSÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°S GUIDE CARD GÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“LGESÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°Z TEMÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°Z STÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°L) ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.siyosis-guide-card {
    background: rgba(20, 12, 45, 0.75) !important;
    border: 1px solid rgba(162, 89, 255, 0.25) !important;
    border-radius: 20px !important;
    padding: 20px !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ HEADER KESÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°N FIXED SABÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°TLEME VE ULTRA GLASSMORPHISM CAM EFEKTÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
header.header,
.header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 60px !important;
    z-index: 999999 !important;
    background: rgba(18, 10, 42, 0.65) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    border-bottom: 1px solid rgba(162, 89, 255, 0.25) !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 16px !important;
}

/* FIXED HEADER YÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ZÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“NDEN SAYFA ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° VE SOL MENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“NÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“N ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡AKIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾MAMA AÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ISI */
.sa4d25,
.wrapper_4d25,
._215b15 {
    padding-top: 20px !important;
}

.vertical_nav {
    top: 60px !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ SOL MENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ ELEMANLARINI KOMPAKT VE ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°DEAL ALTIN ORAN YÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“KSEKLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°K FIX ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.vertical_nav .menu--item {
    min-height: 38px !important;
    line-height: 38px !important;
    margin-bottom: 2px !important;
}

.vertical_nav .menu--link {
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 12px !important;
}

.vertical_nav .menu--icon {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 16px !important;
}

.vertical_nav .menu--label {
    height: 38px !important;
    line-height: 38px !important;
    font-size: 13.5px !important;
}

.vertical_nav .menu--item__has_sub_menu .menu--link:after {
    height: 38px !important;
    line-height: 38px !important;
}

.vertical_nav .sub_menu--link {
    height: 32px !important;
    line-height: 32px !important;
    font-size: 13px !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ SOL MENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ EN ALTTAKÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° BEYAZ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ZGÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°YÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° TAMAMEN KALDIRMA FIX ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.vertical_nav .left_section,
.vertical_nav .left_section ul,
.vertical_nav .menu--item,
.vertical_nav .left_section li,
.left_section {
    border-bottom: none !important;
    border-top: none !important;
    box-shadow: none !important;
}

button.collapse_menu,
#collapse_menu {
    position: relative !important;
    top: 0 !important;
    margin-top: -3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 12px !important;
}

.main_logo,
#logo {
    display: inline-flex !important;
    align-items: center !important;
    margin-left: -20px !important;
    margin-top: 4px !important;
    position: relative !important;
    top: 0 !important;
}

.main_logo img.logo-inverse,
#logo img.logo-inverse {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ST 4'LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ KARTLARDAN TÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“M PARLAMA VE GÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“LGELERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° %100 KESÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°N KALDIRMA (HIGHEST SPECIFICITY FIX) ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
#top_4_stat_carousel,
#top_4_stat_carousel *,
#top_4_stat_carousel *:hover,
#top_4_stat_carousel *:focus,
#top_4_stat_carousel *:active,
.sa4d25 #top_4_stat_carousel,
.sa4d25 #top_4_stat_carousel *,
.sa4d25 #top_4_stat_carousel *:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    text-shadow: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    outline: none !important;
}

#top_4_stat_carousel .card_dash {
    background: rgba(20, 12, 45, 0.75) !important;
    border: 1px solid rgba(162, 89, 255, 0.25) !important;
    overflow: hidden !important;
    box-shadow: none !important;
}

#top_4_stat_carousel .card_dash:hover {
    border-color: rgba(162, 89, 255, 0.6) !important;
    background: rgba(25, 15, 55, 0.85) !important;
    box-shadow: none !important;
}

.top-stat-carousel-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.top-stat-carousel-container .owl-carousel {
    padding: 2px 0 !important;
}

.top-stat-carousel-container .owl-stage-outer {
    padding: 2px 0 !important;
    margin: 0 !important;
}

.card_dash {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 18px !important;
    min-height: 125px !important;
    height: 125px !important;
    border-radius: 18px !important;
    background: rgba(20, 12, 45, 0.75) !important;
    border: 1px solid rgba(162, 89, 255, 0.25) !important;
    overflow: hidden !important;
    box-shadow: none !important;
    transform: none !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
}

.card_dash:hover {
    border-color: rgba(162, 89, 255, 0.5) !important;
    background: rgba(25, 15, 55, 0.85) !important;
    box-shadow: none !important;
    transform: none !important;
}

/* TÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“M KART ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° HÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°R BUTONDA GÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“LGE VE PARLAMA OLMASIN FIX */
.card_dash *,
.card_dash *:hover,
.crdbg_1,
.crdbg_2,
.crdbg_3,
.crdbg_4,
span[class*="crdbg_"] {
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
}

.card_dash_left {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-right: 10px !important;
}

.card_dash_left h5 {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 4px !important;
}

.card_dash_left h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
}

.card_dash_right {
    width: 60px !important;
    min-width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.card_dash_right img {
    max-width: 56px !important;
    max-height: 56px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ SAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ BAR HIZLI BAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾LANTILAR MENÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°STE STÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° (BELÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°RLÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° GÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“N VE HAFTALAR ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LE BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°REBÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°R) ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.siyosis-sidebar-menu-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.siyosis-menu-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.siyosis-menu-item i:first-child {
    font-size: 15px !important;
    width: 22px !important;
}

.siyosis-menu-item span {
    flex: 1 !important;
    margin-left: 6px !important;
}

.siyosis-menu-item .arrow-icon {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.35) !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
}

.siyosis-menu-item:hover {
    background: rgba(162, 89, 255, 0.2) !important;
    border-color: rgba(162, 89, 255, 0.4) !important;
    color: #ffffff !important;
    transform: translateX(3px) !important;
}

.siyosis-menu-item:hover .arrow-icon {
    color: #a259ff !important;
    transform: translateX(2px) !important;
}

.live_stream .fcrse_1 {
    height: 175px !important;
    min-height: 175px !important;
    max-height: 175px !important;
    border-radius: 18px !important;
    padding: 12px 8px !important;
}

.live_stream .tutor_img img {
    height: 64px !important;
    width: auto !important;
    object-fit: contain !important;
}

.live_stream .tutor_content_dt {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding: 6px 4px !important;
}

.live_stream .tutor150 {
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.live_stream .tutor_name {
    font-size: 14.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ SINIF PANOSU (POST ACTION BUTTONS BÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°REBÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°R ZARÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°F RESÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°M 4 STÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°) ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.home-post-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: auto !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.home-action-btn {
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 5px 12px !important;
    font-size: 12.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.home-action-btn:hover {
    background: rgba(162, 89, 255, 0.25) !important;
    border-color: rgba(162, 89, 255, 0.45) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ OWL CAROUSEL MOR GLASSMORPHISM SAÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾/SOL OK DÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾MELERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ */
.owl-nav button.owl-prev,
.owl-nav button.owl-next,
.owl-theme .owl-nav [class*='owl-'] {
    background: rgba(162, 89, 255, 0.25) !important;
    border: 1.5px solid rgba(162, 89, 255, 0.45) !important;
    color: #ffffff !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(162, 89, 255, 0.4) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    cursor: pointer !important;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: linear-gradient(135deg, #a259ff 0%, #7c3aed 100%) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 8px 25px rgba(162, 89, 255, 0.75) !important;
    transform: scale(1.1) !important;
}

/* REKLAM ALANLARI VE GOOGLE ADSENSE KAPALILIK / GÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ZLEME KURALI */
.adsbygoogle,
.ad-box,
.ad-box-footer,
[class*="ad-box"],
iframe[src*="googlesyndication.com"],
iframe[src*="doubleclick.net"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œZERÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°NE GELÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°NCE YERDEN YÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œKSELEN VE MOR PARILDAYAN (GLOWING) MUHTEÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾EM EFEKT */
.bento-card:hover, 
.card_dash:hover, 
.f-card:hover, 
.dashboard-card:hover, 
.my-card:hover,
.about-saas-card:hover {
    transform: translateY(-6px) !important;
    background: rgba(35, 20, 65, 0.85) !important;
    border-color: rgba(162, 89, 255, 0.55) !important;
    box-shadow: 0 18px 40px rgba(162, 89, 255, 0.45) !important;
}

.academic-header-card p,
.documents-header-card p,
.page-header-card p {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.academic-header-card .btn-ai, 
.academic-header-card .btn-primary, 
.academic-header-card a {
    color: #ffffff !important;
    font-weight: 700 !important;
    opacity: 1 !important;
}

.filter-card {
    background: rgba(25, 15, 50, 0.55) !important;
    backdrop-filter: blur(18px);
    border: 1px solid rgba(162, 89, 255, 0.2) !important;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 25px;
}

.filter-card label, .filter-card .form-label-custom {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.filter-card select, .filter-card input, .filter-card .form-control {
    background: rgba(10, 5, 25, 0.7) !important;
    border: 1px solid rgba(162, 89, 255, 0.3) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
}

.filter-card .btn-filter, .filter-card button[type="submit"] {
    background: linear-gradient(135deg, #8a2be2 0%, #a259ff 100%) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 10px 24px !important;
    box-shadow: 0 5px 20px rgba(162, 89, 255, 0.4) !important;
    cursor: pointer !important;
}

.academic-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--sys-card-border);
    padding-bottom: 10px;
}

.tab-item {
    padding: 10px 20px;
    color: var(--sys-text-muted) !important;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s;
}

.tab-item.active {
    background: var(--sys-primary-gradient) !important;
    color: #fff !important;
}

.question-card {
    background: var(--sys-card-bg) !important;
    border: 1px solid var(--sys-card-border) !important;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--sys-card-shadow);
}

.card-header-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.badge {
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
}

.class-badge {
    background-color: rgba(162, 89, 255, 0.2);
    color: #d6b4fc;
}

.diff-badge.diff-1 { background-color: rgba(16, 185, 129, 0.2); color: #6ee7b7; }
.diff-badge.diff-2 { background-color: rgba(245, 158, 11, 0.2); color: #fde047; }
.diff-badge.diff-3 { background-color: rgba(239, 68, 68, 0.2); color: #fca5a5; }

.status-badge.approved { background-color: rgba(16, 185, 129, 0.1); color: #10b981; }
.status-badge.pending { background-color: rgba(245, 158, 11, 0.1); color: #f59e0b; }

.question-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #fff;
}

.question-image img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 10px;
}

.question-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.option-row {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.option-row.correct {
    background-color: rgba(16, 185, 129, 0.1);
    border-color: rgba(16, 185, 129, 0.3);
}

.option-letter {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.option-row.correct .option-letter {
    background-color: #10b981;
    color: #fff;
}

.card-footer-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 15px;
}

.stats-info {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    display: flex;
    gap: 15px;
}

.explanation-panel {
    margin-top: 15px;
    padding: 15px;
    background: rgba(3, 7, 22, 0.6);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.05);
}

.btn-link {
    color: var(--sys-primary) !important;
    background: transparent !important;
    border: none !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn, button, .btn-primary, .btn-gradient, .btn-ai {
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
}

.btn-edit {
    background-color: var(--sys-primary-light) !important;
    color: #d6b4fc !important;
    border: 1px solid rgba(162, 89, 255, 0.3) !important;
}

.btn-edit:hover {
    background-color: var(--sys-primary) !important;
    color: #fff !important;
}

.btn-delete, .btn-danger {
    background-color: rgba(239, 68, 68, 0.1) !important;
    color: #ef4444 !important;
    border: 1px solid rgba(239, 68, 68, 0.2) !important;
}

.btn-delete:hover, .btn-danger:hover {
    background-color: #ef4444 !important;
    color: #fff !important;
}

.btn-success {
    background-color: rgba(16, 185, 129, 0.1) !important;
    color: #10b981 !important;
    border: 1px solid rgba(16, 185, 129, 0.2) !important;
}

.btn-success:hover {
    background-color: #10b981 !important;
    color: #fff !important;
}

/* ==========================================================================
   GLOBAL MODALS & FORM CONTROLS STANDARDIZATION (PERFECT UNIFIED UI)
   ========================================================================== */
body .modal-dialog, html .modal-dialog {
    max-width: 560px !important;
    width: 100% !important;
    margin: 30px auto !important;
}

body .modal-content, html .modal-content, .night-mode .modal-content, .ui.modal {
    background: linear-gradient(145deg, #1c103c 0%, #100928 100%) !important;
    border: 1.5px solid rgba(162, 89, 255, 0.35) !important;
    border-radius: 24px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.75) !important;
    overflow: hidden !important;
    color: #ffffff !important;
    padding: 0 !important;
}

body .modal-header, html .modal-header, .night-mode .modal-header,
body .modal-body, html .modal-body, .night-mode .modal-body,
body .modal-footer, html .modal-footer, .night-mode .modal-footer,
.ui.modal > .header, .ui.modal > .content, .ui.modal > .actions {
    background: transparent !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

body .modal-header, html .modal-header, .night-mode .modal-header {
    padding: 20px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

body .modal-body, html .modal-body, .night-mode .modal-body {
    padding: 24px !important;
}

body .modal-footer, html .modal-footer, .night-mode .modal-footer {
    padding: 16px 24px 24px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px !important;
}

body .modal-body .row, html .modal-body .row {
    margin-left: -6px !important;
    margin-right: -6px !important;
}

body .modal-body .row > [class*="col-"], html .modal-body .row > [class*="col-"] {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

body .form-control, html .form-control, .night-mode .form-control,
body select.form-control, html select.form-control,
body select.form-select, html select.form-select,
body select, html select, .night-mode select,
body input[type="text"], html input[type="text"], .night-mode input[type="text"],
body input[type="password"], html input[type="password"], .night-mode input[type="password"],
body input[type="email"], html input[type="email"], .night-mode input[type="email"],
body input[type="number"], html input[type="number"],
body .t-input, html .t-input, .ui.selection.dropdown {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    line-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    background: rgba(10, 5, 25, 0.85) !important;
    border: 1.5px solid rgba(162, 89, 255, 0.3) !important;
    color: #ffffff !important;
}

body select, html select, select.form-control, select.form-select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a259ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 40px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.form-control:focus, select:focus, input:focus {
    border-color: #a259ff !important;
    box-shadow: 0 0 15px rgba(162, 89, 255, 0.35) !important;
    outline: none !important;
}

/* Dropdown Menu Items styling */
.ui.dropdown .menu .item {
    background: var(--sys-modal-bg) !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border-bottom: 1px solid var(--sys-modal-border) !important;
}

.ui.dropdown .menu .item:hover {
    background: var(--sys-primary-light) !important;
    color: #fff !important;
}

.ui.dropdown .text, .ui.dropdown .menu .item .text {
    color: #fff !important;
}

/* Fix semantic icons and buttons inside inputs/dropdowns */
.ui.dropdown>.dropdown.icon, .ui.dropdown>.search.icon {
    color: var(--sys-primary) !important;
}

/* ==========================================================================
   TABLES
   ========================================================================== */
.table {
    background: var(--sys-card-bg) !important;
    border: 1px solid var(--sys-card-border) !important;
    border-radius: 12px;
}

.table th {
    background: var(--sys-primary-light) !important;
    color: var(--sys-primary) !important;
    border-bottom: 1px solid var(--sys-card-border) !important;
}

.table td {
    border-bottom: 1px solid var(--sys-card-border) !important;
}

/* ==========================================================================
   SIYOSIS UNIFIED ACADEMIC QUESTION FORM & MODAL SYSTEM (MAIN.CSS)
   ========================================================================== */
.form-grid-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
}

@media (max-width: 768px) {
    .form-grid-2 {
        grid-template-columns: 1fr !important;
    }
}

.siyosis-input, .siyosis-desc-input {
    background: rgba(10, 5, 25, 0.85) !important;
    border: 1.5px solid rgba(162, 89, 255, 0.35) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    padding: 9px 14px !important;
    font-size: 13.5px !important;
    height: 42px !important;
    box-sizing: border-box !important;
    width: 100% !important;
}

select.siyosis-input option {
    background-color: #12092b !important;
    color: #ffffff !important;
}

textarea.siyosis-input, textarea.siyosis-desc-input {
    height: auto !important;
    min-height: 80px;
}

.siyosis-solution-input {
    min-height: 145px !important;
    height: 145px !important;
}

/* Custom File Upload Box */
.siyosis-file-box {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(10, 5, 25, 0.85);
    border: 1.5px solid rgba(162, 89, 255, 0.35);
    border-radius: 12px;
    height: 42px;
    padding: 4px 8px;
    overflow: hidden;
    cursor: pointer;
}

.siyosis-file-box input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.siyosis-file-btn {
    background: linear-gradient(135deg, #a259ff 0%, #7c3aed 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 8px;
    pointer-events: none;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(162, 89, 255, 0.3);
}

.siyosis-file-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12.5px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

/* Option Input Cards */
.option-input-card {
    background: rgba(14, 7, 34, 0.75) !important;
    border: 1.5px solid rgba(162, 89, 255, 0.25) !important;
    border-radius: 12px !important;
    padding: 8px 12px !important;
    margin-bottom: 10px !important;
    transition: all 0.2s ease !important;
}

.option-input-card.is-correct {
    border-color: rgba(16, 185, 129, 0.6) !important;
    background: rgba(16, 185, 129, 0.08) !important;
}

.option-letter-badge {
    width: 32px;
    height: 32px;
    background: rgba(162, 89, 255, 0.2);
    border: 1px solid rgba(162, 89, 255, 0.4);
    border-radius: 8px;
    color: #fff;
    font-weight: 800;
    font-size: 13.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.opt-img-btn {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 18px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    text-align: center !important;
}

.opt-img-btn i, .btn-clear-opt-img i {
    font-size: 20px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.btn-clear-opt-img {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    background: rgba(239, 68, 68, 0.2) !important;
    border: 1.5px solid rgba(239, 68, 68, 0.5) !important;
    color: #f87171 !important;
    text-align: center !important;
}

/* Quill JS Editor Text Color White Fix */
.ql-editor, .ql-editor p, .ql-editor span, .ql-editor div, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor li {
    color: #ffffff !important;
}

.ql-editor.ql-blank::before {
    color: rgba(255, 255, 255, 0.45) !important;
    font-style: normal !important;
}

/* 🚀 GLOBAL FORM & SELECTBOX & ICON SPACING & FILE UPLOAD RULES (SIYOSIS SYSTEM) */
.form-group label i, label i, .siyo-label i {
    margin-right: 8px !important;
    font-size: 15px !important;
    vertical-align: middle !important;
}

/* Global Select Box Text Clipping Fix & Dark Theme Styling */
select.form-control, select.input-custom, select.siyo-input-control, select {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background-color: #1a0e3a !important;
    border: 1.5px solid rgba(162, 89, 255, 0.4) !important;
    border-radius: 12px !important;
    height: 48px !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 16px !important;
    box-sizing: border-box !important;
}

select option, select.form-control option, select.input-custom option, select.siyo-input-control option {
    background-color: #12082a !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
}

/* Global File Upload Component Wrapper */
.custom-file-wrapper, label.custom-file-wrapper {
    background: rgba(162, 89, 255, 0.08) !important;
    border: 1.5px dashed rgba(162, 89, 255, 0.4) !important;
    border-radius: 14px !important;
    padding: 12px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.custom-file-wrapper:hover {
    background: rgba(162, 89, 255, 0.18) !important;
    border-color: #a259ff !important;
    box-shadow: 0 0 16px rgba(162, 89, 255, 0.3) !important;
}

/* 🌟 GLOBAL SIYOSIS NEON BUTTON STYLES 🌟 */
.siyo-btn-neon-purple {
    background: linear-gradient(135deg, rgba(162, 89, 255, 0.25) 0%, rgba(124, 58, 237, 0.4) 100%) !important;
    border: 1.5px solid rgba(162, 89, 255, 0.65) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 18px rgba(162, 89, 255, 0.35), inset 0 0 10px rgba(162, 89, 255, 0.2) !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    padding: 11px 22px !important;
    font-size: 13.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.siyo-btn-neon-purple:hover {
    background: linear-gradient(135deg, rgba(162, 89, 255, 0.45) 0%, rgba(124, 58, 237, 0.6) 100%) !important;
    border-color: rgba(192, 132, 252, 0.9) !important;
    box-shadow: 0 6px 24px rgba(162, 89, 255, 0.6) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.siyo-btn-neon-amber {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
    border: 1.5px solid rgba(254, 240, 138, 0.5) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45) !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    padding: 11px 24px !important;
    font-size: 14.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.siyo-btn-neon-amber:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #b45309 100%) !important;
    box-shadow: 0 8px 28px rgba(245, 158, 11, 0.7) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.siyo-btn-neon-emerald {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.25) 0%, rgba(5, 150, 105, 0.4) 100%) !important;
    border: 1.5px solid rgba(52, 211, 153, 0.65) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 18px rgba(16, 185, 129, 0.35), inset 0 0 10px rgba(16, 185, 129, 0.2) !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    padding: 11px 22px !important;
    font-size: 13.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.siyo-btn-neon-emerald:hover {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.45) 0%, rgba(5, 150, 105, 0.6) 100%) !important;
    border-color: rgba(110, 231, 183, 0.9) !important;
    box-shadow: 0 6px 24px rgba(16, 185, 129, 0.6) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

/* ==========================================================================
   SIYOSIS SYSTEM-WIDE NEON BUTTONS & EQUAL GRID LAYOUT (MAIN.CSS)
   ========================================================================== */

.siyo-btn-neon-purple {
    background: linear-gradient(135deg, rgba(162, 89, 255, 0.25) 0%, rgba(124, 58, 237, 0.35) 100%) !important;
    border: 1.5px solid #a259ff !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    border-radius: 30px !important;
    font-size: 14.5px !important;
    box-shadow: 0 0 20px rgba(162, 89, 255, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}
.siyo-btn-neon-purple:hover {
    background: linear-gradient(135deg, rgba(162, 89, 255, 0.45) 0%, rgba(124, 58, 237, 0.55) 100%) !important;
    box-shadow: 0 0 30px rgba(162, 89, 255, 0.65) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.siyo-btn-neon-cyan {
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.25) 0%, rgba(162, 89, 255, 0.35) 100%) !important;
    border: 1.5px solid #00f0ff !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}
.siyo-btn-neon-cyan:hover {
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.45) 0%, rgba(162, 89, 255, 0.55) 100%) !important;
    box-shadow: 0 0 30px rgba(0, 240, 255, 0.65) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

/* 100% PERFECT CSS GRID LAYOUT SYSTEM FOR EQUAL CARDS */
.siyo-page-grid-layout {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.siyo-grid-banner-full {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.siyo-grid-card-item {
    width: 100% !important;
    box-sizing: border-box !important;
    height: 100% !important;
}

@media (max-width: 991px) {
    .siyo-page-grid-layout {
        grid-template-columns: 1fr !important;
    }
}




