@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
*, *:focus {
  outline: 0px !important; }

/* Global font family - Modern Inter font */
* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/*fonts*/
@font-face {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  src: url("../fonts/newsgothic.woff2") format("woff2"), url("../fonts/newsgothic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'newsbold';
  src: url("../fonts/news_bold.woff2") format("woff2"), url("../fonts/news_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.color {
  color: #328CB3; }

.gray {
  color: #ccc; }

.container-fluid {
  max-width: 1920px;
  padding: 0 15px; }

/*LOGIN*/
.auth-bg {
  background: #0097c4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important; }

.auth-box {
  background: #F6F6F6;
  box-shadow: 0px 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
  padding: 15px; }

.login-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -15px -15px 10px -15px;
  background: #fff;
  padding: 15px; }
  .login-header img {
    max-width: 180px;
    height: auto; }
  .login-header span {
    color: #B7B7B8;
    font-weight: 600; }
  .login-header select {
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    background: url(../assets/images/select.svg) no-repeat right;
    -webkit-appearance: none;
    background-size: 16px;
    padding-right: 20px;
    font-weight: 600; }

.btn-theme {
  display: inline-flex;
  border-radius: 50px;
  padding: 6px 20px;
  border: 1px solid #3490dc;
  background: #3490dc;
  color: #fff;
  letter-spacing: .3px;
  transition: all 300ms linear;
  justify-content: center;
  align-items: center;
  font-size: 14px; }
  .btn-theme:hover {
    background: #227dc7;
    border-color: #227dc7;
    text-decoration: none;
    color: #fff; }

.btn-danger, .btn-theme-border {
  display: inline-flex;
  border-radius: 50px;
  padding: 6px 20px;
  border: 1px solid #3490dc;
  background: #fff;
  color: #3490dc;
  letter-spacing: .3px;
  transition: all 300ms linear;
  justify-content: center;
  align-items: center;
  font-size: 14px; }
  .btn-danger:hover, .btn-theme-border:hover {
    background: #3490dc;
    text-decoration: none;
    color: #fff; }

.btn-gray {
  display: inline-flex;
  border-radius: 50px;
  padding: 8px 20px;
  border: 1px solid #3490dc;
  background: #3490dc;
  color: #fff;
  letter-spacing: .3px;
  transition: all 300ms linear;
  justify-content: center;
  align-items: center;
  font-size: 13px; }
  .btn-gray i {
    margin-right: 7px; }
  .btn-gray:hover {
    background: #227dc7;
    text-decoration: none;
    color: #fff; }

.btn-danger {
  background: #3490dc !important;
  border-color: #3490dc !important;
  color: #fff; }
  .btn-danger:hover {
    background: #227dc7 !important;
    text-decoration: none; }

.auth-box form {
  max-width: 300px;
  margin: 50px auto 0 auto; }
  .auth-box form a {
    color: #328CB3; }
  .auth-box form button[type=submit] {
    display: block;
    width: 100%;
    border-radius: 50px;
    padding: 6px 10px;
    border: 1px solid #3490dc;
    background: #3490dc;
    color: #fff;
    font-weight: 600;
    letter-spacing: .3px;
    transition: all 300ms linear; }
    .auth-box form button[type=submit]:hover {
      background: #227dc7;
      color: #fff; }

.inputicon {
  position: relative; }
  .inputicon input {
    border-radius: 50px;
    padding-left: 40px; }
  .inputicon svg {
    position: absolute;
    left: 12px;
    top: 8px;
    height: 18px; }

header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 0;
  right: 0; }
  header .navbar {
    padding: 0rem 1rem; }
  header .navbar-brand img {
    max-height: 52px;
    width: auto; }

.notifications {
  border-left: 1px solid #ced4da !important;
  border-right: 1px solid #ced4da !important;
  display: flex; }
  .notifications svg {
    width: 28px !important; }
  .notifications .dropdown-menu {
    width: 240px; }
  .notifications .dropdown-item {
    white-space: inherit !important; }

.topnav {
  display: flex;
  justify-content: flex-end;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  align-items: center; }
  .topnav a, .topnav button {
    color: black !important;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .6px;
    word-break: keep-all; }
    .topnav a:hover, .topnav a:focus, .topnav a:active, .topnav button:hover, .topnav button:focus, .topnav button:active {
      background: transparent !important;
      color: #4BB6D6 !important; }
  .topnav .dropdown-menu li {
    margin-bottom: 8px; }
  .topnav .active {
    color: #328CB3; }

.nav-unread-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 6px;
  padding: 0 5px;
  border-radius: 999px;
  background: #e74c3c;
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.topnav a:hover .nav-unread-badge,
.topnav a:focus .nav-unread-badge,
.dropdown-menu .dropdown-item:hover .nav-unread-badge {
  color: #fff !important;
  background: #e74c3c;
}

.custom-drop {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }
  .custom-drop button {
    user-select: none !important;
    background: transparent !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    box-shadow: none !important;
    color: #000; }
    .custom-drop button::after {
      display: none; }
    .custom-drop button:hover, .custom-drop button:focus, .custom-drop button:active {
      color: #4BB6D6 !important; }
    .custom-drop button svg {
      width: 18px;
      margin-left: 10px;
      display: block; }
      .custom-drop button svg path {
        stroke: #ccc; }
    .custom-drop button img {
      display: block;
      margin-right: 10px;
      border-radius: 50%;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
      object-fit: cover;
      object-position: top;
      width: 40px;
      height: 40px; }
    .custom-drop button .f-letter {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      margin-right: 10px;
      border-radius: 50%;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
      width: 40px;
      height: 40px;
      background: #328CB3;
      color: #fff; }
    .custom-drop button span {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 110px;
      color: #000 !important; }
  .custom-drop .dropdown-menu {
    padding: 0px !important;
    white-space: inherit !important;
    border: 0px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2); }
    .custom-drop .dropdown-menu li {
      margin: 0px !important; }
  .custom-drop .dropdown-item {
    background: #E0F3FB;
    color: #388FB5;
    text-align: left;
    padding: 8px 16px; }
    .custom-drop .dropdown-item:hover {
      opacity: 1;
      color: #fff !important;
      background: #388FB5; }

.drop3 .dropdown-item {
  background: #E0F3FB;
  color: #388FB5;
  text-align: left;
  padding: 8px 16px; }
  .drop3 .dropdown-item:hover {
    opacity: 1;
    color: #fff !important;
    background: #388FB5 !important; }

.navflex {
  display: flex;
  align-items: center;
  max-width: 1920px;
  justify-content: space-between; }

.sidebar {
  background: #fff;
  position: fixed;
  top: calc(0px + 52px);
  bottom: 0;
  left: 0;
  z-index: 4;
  transition: all 300ms linear;
  overflow: hidden; }
  .sidebar:hover {
    overflow: visible; }
  .sidebar li {
    display: block;
    list-style: none;
    position: relative;
    padding-left: 1rem; }
    .sidebar li a svg {
      width: 20px;
      min-width: 20px;
      display: inline-block;
      margin-right: 14px; }
    .sidebar li > a {
      padding: 12px 6px;
      display: inline-flex;
      align-items: center;
      text-decoration: none !important; }
      .sidebar li > a span {
        color: #222;
        transition: all 300ms linear;
        opacity: 0;
        width: 0;
        position: absolute;
        left: 91%;
        background: #fff;
        padding: 4px 16px;
        z-index: 1;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        white-space: nowrap; }
        .sidebar li > a span::after {
          content: '';
          border-right: 10px solid #fff;
          border-bottom: 10px solid transparent;
          border-top: 10px solid transparent;
          position: absolute;
          filter: drop-shadow(-4px 0px 3px rgba(25, 75, 241, 0.1));
          left: -9px; }
    .sidebar li:hover span {
      display: inline-block;
      opacity: 1;
      width: auto; }
  .sidebar .active {
    background: #f8fafc; }
    .sidebar .active > a::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 6px;
      background: #328CB3; }
  .sidebar .exp-icon {
    position: absolute;
    left: 1rem;
    bottom: 0;
    border-top: 1px solid #ccc;
    right: 1rem;
    padding: 22px 0 22px 0; }
    .sidebar .exp-icon svg {
      height: 16px; }
    .sidebar .exp-icon .active svg {
      transform: rotate(180deg); }

.sidebar.active {
  width: 200px; }
  .sidebar.active li > a span {
    display: inline-block;
    opacity: 1;
    width: 100%;
    position: static;
    box-shadow: none;
    background: transparent;
    white-space: inherit; }

body {
  padding-top: 65px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  overflow-x: hidden;
  background-color: #F5F6FA !important; }

body.expend {
  padding-left: 214px; }

main {
  padding: 0 4%; }

.dash-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: .5px; }
  .dash-title b {
    color: #6A7284;
    font-size: 16px; }
  .dash-title span {
    display: inline-block;
    margin-right: 40px; }
  .dash-title .bradcrumb {
    font-weight: 600;
    color: #0097C4; }

.stats {
  display: flex; }
  .stats .stat-box {
    display: block;
    flex: 0 0 calc(25% - 20px);
    max-width: 300px;
    padding: 20px;
    position: relative;
    color: #fff;
    margin-right: 20px;
    border-radius: 4px; }
    .stats .stat-box:nth-child(1) {
      background: #1C53E8; }
    .stats .stat-box:nth-child(2) {
      background: #FFC601; }
    .stats .stat-box:nth-child(3) {
      background: #FF3366; }
    .stats .stat-box:nth-child(4) {
      background: #81C121; }
    .stats .stat-box h6 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .stats .stat-box h6:after {
        content: '';
        display: block;
        margin-left: 10px;
        width: 14px;
        flex: 0 0 14px;
        height: 14px;
        border-radius: 100%;
        border: 3px solid #fff; }
    .stats .stat-box h5 {
      font-size: 48px; }
    .stats .stat-box .progress-bar {
      background: rgba(0, 0, 0, 0.2);
      display: flex;
      height: 6px;
      border-radius: 22px;
      overflow: hidden;
      margin-top: 14px; }
      .stats .stat-box .progress-bar span {
        background: #fff;
        display: block;
        height: 100%; }

.table {
  background: #fff;
  padding: 24px 20px; }
  .table h5 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .table h5 span {
      display: flex;
      align-items: center; }
  .table a, .table button {
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; }
    .table a:last-child, .table button:last-child {
      margin-right: 0; }
  .table button {
    border: 1px solid #222;
    border-radius: 4px;
    padding: 8px 14px;
    background: transparent; }
  .table table {
    width: calc(100% + 48px);
    font-size: 14px;
    margin-top: 20px;
    margin-left: -24px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important; }
    .table table th, .table table td {
      padding: 10px; }
    .table table th {
      background: #EBEBEB;
      font-weight: 500;
      border: 0px; }
    .table table td {
      color: #576271; }

nav[role=navigation] p {
  text-align: right;
  width: 100%;
  position: absolute;
  right: 3%;
  top: 0; }

nav[role=navigation] {
  margin-bottom: 10px;
  position: relative;
  padding-top: 37px; }
  nav[role=navigation] > div.flex {
    display: none; }
  nav[role=navigation] svg {
    width: 22px;
    position: absolute;
    top: 20%;
    left: 20%;
    fill: #222;
    display: none; }
  nav[role=navigation] .hidden div > span {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    display: flex !important;
    justify-content: center; }
    nav[role=navigation] .hidden div > span > span {
      display: flex !important;
      align-items: center;
      justify-content: center;
      border: 1px solid #ccc;
      background: #fff;
      padding: 0 10px;
      position: relative; }
      nav[role=navigation] .hidden div > span > span:first-child {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        padding-left: 20px; }
        nav[role=navigation] .hidden div > span > span:first-child:after {
          content: 'Previous'; }
      nav[role=navigation] .hidden div > span > span:last-child {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding-right: 20px; }
        nav[role=navigation] .hidden div > span > span:last-child:after {
          content: 'Next'; }
      nav[role=navigation] .hidden div > span > span span {
        border: 0px !important;
        display: none; }
  nav[role=navigation] .hidden a, nav[role=navigation] .hidden:first-child, nav[role=navigation] .hidden span[aria-current=page] {
    padding: 6px 18px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #dadadd !important;
    background: #fff;
    position: relative;
    color: #222 !important; }
    nav[role=navigation] .hidden a:first-child, nav[role=navigation] .hidden:first-child:first-child, nav[role=navigation] .hidden span[aria-current=page]:first-child {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      padding-left: 20px; }
      nav[role=navigation] .hidden a:first-child:after, nav[role=navigation] .hidden:first-child:first-child:after, nav[role=navigation] .hidden span[aria-current=page]:first-child:after {
        content: 'Previous'; }
    nav[role=navigation] .hidden a:last-child, nav[role=navigation] .hidden:first-child:last-child, nav[role=navigation] .hidden span[aria-current=page]:last-child {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      padding-right: 20px; }
      nav[role=navigation] .hidden a:last-child:after, nav[role=navigation] .hidden:first-child:last-child:after, nav[role=navigation] .hidden span[aria-current=page]:last-child:after {
        content: 'Next'; }
    nav[role=navigation] .hidden a:hover, nav[role=navigation] .hidden:first-child:hover, nav[role=navigation] .hidden span[aria-current=page]:hover {
      background: #328CB3 !important;
      color: #fff !important;
      border-color: #328CB3 !important;
      text-decoration: none; }
      nav[role=navigation] .hidden a:hover svg, nav[role=navigation] .hidden:first-child:hover svg, nav[role=navigation] .hidden span[aria-current=page]:hover svg {
        fill: #fff; }
    nav[role=navigation] .hidden a > span, nav[role=navigation] .hidden a span, nav[role=navigation] .hidden:first-child > span, nav[role=navigation] .hidden:first-child span, nav[role=navigation] .hidden span[aria-current=page] > span, nav[role=navigation] .hidden span[aria-current=page] span {
      display: inline;
      padding: 0 !important;
      margin: 0 !important;
      border: 0px !important;
      background: transparent !important; }
  nav[role=navigation] .hidden span[aria-disabled=true] {
    opacity: .4 !important; }
  nav[role=navigation] .hidden span[aria-current=page] {
    background: #328CB3;
    color: #fff !important;
    border-color: #328CB3 !important; }
    nav[role=navigation] .hidden span[aria-current=page] svg {
      fill: #328CB3; }

.btn-danger {
  background-color: #e3342f;
  border-color: #e3342f; }

.error {
  color: red; }

td.flex {
  display: flex; }
  td.flex .btn-danger {
    background-color: #e3342f;
    border-color: #e3342f; }

td form {
  margin: 0; }

.btn-sm {
  padding: 2px 4px !important;
  font-size: 11px !important; }
  .btn-sm i {
    margin-right: 6px; }

.flex {
  display: flex;
  align-items: flex-start;
  justify-content: center; }

table td, table th {
  font-size: 14px; }

.piaggio-alert {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999; }
  .piaggio-alert .alert {
    margin: 10px 10px 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    cursor: pointer; }

@keyframes alertIN {
  from {
    transform: translateY(-30px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: 1; } }
@keyframes alertOut {
  from {
    transform: translateY(0px);
    opacity: 1; }
  to {
    transform: translateY(-30px);
    opacity: 0; } }
@keyframes alertOut2 {
  from {
    transform: translateY(0px);
    opacity: 1; }
  to {
    transform: translateY(-30px);
    opacity: 0; } }
.white-wrapper {
  background: #fff;
  padding: 15px;
  margin: 20px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .white-wrapper .table {
    padding: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow-x: auto; }
    .white-wrapper .table table {
      min-width: 600px;
      width: 100%;
      margin: 0; }
      .white-wrapper .table table tr {
        border-bottom: 1px solid #eee; }
        .white-wrapper .table table tr td:first-child, .white-wrapper .table table tr th:first-child {
          padding-left: 30px; }
        .white-wrapper .table table tr td, .white-wrapper .table table tr th {
          vertical-align: middle; }
          .white-wrapper .table table tr td:last-child, .white-wrapper .table table tr th:last-child {
            padding-right: 30px; }
          .white-wrapper .table table tr td img, .white-wrapper .table table tr th img {
            max-width: 60px;
            max-height: 30px; }
      .white-wrapper .table table a, .white-wrapper .table table button {
        background: transparent !important;
        border: 0px;
        padding: 0 6px;
        outline: transparent !important;
        color: #0097C4;
        display: inline-flex;
        align-items: center; }
        .white-wrapper .table table a i, .white-wrapper .table table button i {
          margin-right: 4px;
          display: inline-block; }
        .white-wrapper .table table a:hover, .white-wrapper .table table button:hover {
          color: #000;
          text-decoration: none; }

#search {
  max-width: 280px; }

.featuredimg {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #ccc;
  overflow: hidden;
  z-index: 1; }
  .featuredimg > div {
    text-align: center; }
  .featuredimg input {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .featuredimg .preview {
    position: absolute;
    top: 0;
    max-height: 150px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: .4; }
  .featuredimg:hover img {
    opacity: 1; }

.select {
  background-color: #388FB5;
  color: #fff; }
  .select option {
    background: #E0F3FB;
    color: #388FB5; }
  .select:focus {
    background-color: #388FB5;
    color: #fff; }

.mediadata .btn-theme {
  min-width: 100px;
  padding: 4px 20px; }

.fileinpurt {
  position: relative;
  overflow: hidden; }
  .fileinpurt input {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0; }

.fileprogress .meter {
  display: block;
  width: 100%;
  height: 6px;
  border: 1px solid #ccc; }
  .fileprogress .meter span {
    background: #388fb5;
    height: 6px;
    display: block; }

label {
  font-size: 14px; }

.select:disabled {
  background: #E0F3FB;
  color: #388FB5; }

.title-menu {
  top: 93% !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  transform: none !important;
  right: 0 !important; }

.border-box {
  padding: 15px;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  margin-top: 30px; }
  .border-box img {
    max-height: 150px;
    /* max-width: 100px; */
    margin-right: 20px; }
  .border-box a, .border-box button {
    padding: 2px 16px; }

.resource-box {
  padding: 15px;
  border: 1px solid #ccc;
  background: #F5F6FA;
  position: relative;
  z-index: 2; }
  .resource-box a {
    text-decoration: none !important;
    color: #ccc;
    display: inline-block;
    font-size: 14px; }
  .resource-box .btn-theme {
    color: #fff;
    border-radius: 50px; }
    .resource-box .btn-theme:hover {
      color: #0097C4; }
  .resource-box p {
    color: #0097c4; }
    .resource-box p a {
      color: #0097c4;
      font-size: 16px; }

.resource-wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px; }
  .resource-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    border-right: 1px dashed #ccc;
    z-index: -1; }
  .resource-wrapper:before {
    content: '';
    position: absolute;
    top: 53%;
    left: 40px;
    right: 85%;
    border-top: 1px dashed #ccc;
    z-index: -1; }
  .resource-wrapper:last-child:after {
    bottom: 40%; }

.resource-count {
  position: relative; }
  .resource-count span {
    position: relative;
    z-index: 2;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 100%;
    font-weight: 600;
    background: #F5F6FA; }
  .resource-count .visited, .resource-count .completed, .resource-count .passed {
    color: #137700;
    border-color: #8ee17e; }
  .resource-count .failed {
    background: #f85b00;
    color: #fff;
    border-color: #c74900; }

.custom-model .modal-body {
  position: relative; }
  .custom-model .modal-body .close {
    position: absolute;
    opacity: 1;
    top: 10px;
    right: 10px; }

.white-strip {
  display: flex; }
  .white-strip video {
    width: 300px;
    margin-right: 20px; }
  .white-strip .flex {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: space-between;
    margin-top: 10px;
    height: 100%; }
  .white-strip a, .white-strip button {
    background: transparent;
    white-space: nowrap;
    margin-left: 10px; }

.template {
  display: flex;
  align-items: flex-start;
  margin: 0 -16px;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 23px; }
  .template:last-child {
    border-bottom: 0; }
  .template svg {
    width: 22px;
    stroke: #0097c4;
    margin-right: 14px; }
    .template svg path {
      fill: #0097c4; }
  .template div {
    width: 100%; }
    .template div h5 {
      color: #0097c4;
      font-size: 14px; }
  .template .action {
    justify-content: space-between;
    display: flex;
    width: 150px;
    margin-left: 20px; }
    .template .action a, .template .action button {
      margin: 0;
      padding: 0;
      background: transparent !important;
      border: 0 !important;
      outline: 0px !important;
      display: inline-flex;
      align-items: center; }
      .template .action a i, .template .action button i {
        margin-right: 7px; }
  .template small {
    opacity: .6; }

.tags {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .tags li {
    display: block;
    margin-right: 10px;
    background: #0097C4;
    color: #fff;
    border-radius: 20px;
    min-width: 80px;
    text-align: center;
    padding: 4px 15px;
    margin-bottom: 10px; }

.faq-wrapper {
  margin-bottom: 20px; }
  .faq-wrapper .card-header {
    padding: 0; }
    .faq-wrapper .card-header h6 {
      background: #0097c4;
      color: #fff;
      padding: 15px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
      cursor: pointer;
      justify-content: space-between; }
      .faq-wrapper .card-header h6 a, .faq-wrapper .card-header h6 button {
        margin: 0;
        padding: 0;
        background: transparent !important;
        border: 0 !important;
        outline: 0px !important;
        display: inline-flex;
        align-items: center; }
      .faq-wrapper .card-header h6 a, .faq-wrapper .card-header h6 button.text-danger {
        color: #fff !important; }
    .faq-wrapper .card-header .collapsed {
      background: #fff;
      color: #000; }
      .faq-wrapper .card-header .collapsed .fa-arrow-down, .faq-wrapper .card-header .collapsed .fa-chevron-down {
        display: inline-block !important;
        color: #b4b4b4; }
      .faq-wrapper .card-header .collapsed .fa-arrow-up, .faq-wrapper .card-header .collapsed .fa-chevron-up {
        display: none !important; }
      .faq-wrapper .card-header .collapsed a {
        color: #0097c4 !important; }
      .faq-wrapper .card-header .collapsed button.text-danger {
        color: red !important; }
  .faq-wrapper .fa-arrow-down, .faq-wrapper .fa-chevron-down {
    display: none; }
  .faq-wrapper .fa-arrow-up, .faq-wrapper .fa-chevron-up {
    display: inline-block; }

.w-footer {
  margin: 14px -16px -30px -16px;
  border-top: 1px solid #eee  !important; }
  .w-footer form {
    display: flex; }
    .w-footer form a, .w-footer form button {
      margin: 0;
      padding: 8px 0;
      background: transparent !important;
      border: 0 !important;
      outline: 0px !important;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 33.33%;
      width: 33.33%; }
      .w-footer form a i, .w-footer form button i {
        margin-right: 6px; }
      .w-footer form a:nth-child(2), .w-footer form button:nth-child(2) {
        border-left: 1px solid #eee  !important;
        border-right: 1px solid #eee !important; }

.text-gray {
  color: #a3a3a3; }

.badge-warning {
  background: #ffe601;
  color: #222 !important; }

.border-4 {
  border-radius: 4px !important; }

.border-gray {
  border: 1px solid #ccc; }

.search {
  min-width: 280px;
  display: flex;
  align-items: center;
  position: relative; }
  .search button {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 12px;
    color: #ccc; }

@media (min-width: 1921px) {
  .col-sm-3, .col-md-3 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .max-width {
    max-width: 1920px;
    margin: auto; } }
.b-footer {
  display: flex;
  align-items: center;
  margin-top: 20px; }

.btn-badge {
  border-radius: 50px;
  border: 1px solid #ccc;
  color: #000;
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  width: 130px;
  justify-content: center; }
  .btn-badge img {
    width: 22px;
    margin-right: 6px; }

.gray {
  color: #585858; }

.link {
  color: #525252; }

.discussion {
  display: flex;
  position: relative;
  align-items: flex-start;
  background: #fff;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 2px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.17);
  text-decoration: none !important;
  color: #000; }
  .discussion .usericon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px; }
  .discussion p {
    font-size: 13px; }
  .discussion .discussion-form {
    width: 100%;
    display: flex;
    align-items: center; }
    .discussion .discussion-form button {
      white-space: nowrap;
      font-weight: 400;
      font-size: 13px; }
  .discussion input {
    border-radius: 40px; }

.discussion2 {
  margin-bottom: 10px;
  text-decoration: none !important;
  color: #000; }
  .discussion2 .usericon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px; }
  .discussion2 p {
    font-size: 13px; }


  .option-all {
    font-size: 15px !important;
    color: #388fb5;
  }

  .discussion2 .discussion-form {
    width: 100%;
    display: flex;
    align-items: center; }
    .discussion2 .discussion-form button {
      white-space: nowrap;
      font-weight: 400;
      font-size: 13px; }
  .discussion2 input {
    border-radius: 40px; }

.d-form {
  right: 10px;
  position: absolute;
  top: 4px; }

.d-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 10px; }
  .d-footer a, .d-footer span {
    font-size: 13px; }

.btn-nobg {
  background: transparent !important;
  outline: 0 !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 0px !important; }
  .btn-nobg i {
    margin-right: 6px; }

.text-dim {
  color: #6A7284; }

.badge {
  letter-spacing: 1px;
  font-weight: 400; }

.f-employee {
  width: 200px;
  margin-right: 15px; }

.bg-blue {
  background: #388fb5;
  color: #fff;
  padding: 8px 11px;
  font-size: 15px; }

.featured-employee {
  margin-bottom: 15px; }
  .featured-employee .flex {
    width: 100%;
    align-items: initial;
    justify-content: start; }
  .featured-employee .emp-details {
    display: flex; }
    .featured-employee .emp-details .basic-details {
      width: 200px;
      flex: 0  0 200px; }

.leaderboard-user {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px; }

.leaderboard-table td {
  border-right: 0;
  border-left: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  vertical-align: middle; }
  .leaderboard-table td:first-child {
    border-left: 1px solid #eee; }
  .leaderboard-table td:last-child {
    border-radius: 50px;
    border-right: 1px solid #eee; }

.profile-wrap {
  padding-top: 50px;
  position: relative;
  z-index: 1; }
  .profile-wrap:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 40%;
    background: #388fb5; }
  .profile-wrap .container-fluid {
    display: flex;
    align-items: flex-end; }
    .profile-wrap .container-fluid .profile-pic {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 5px solid #fff;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
    .profile-wrap .container-fluid .btn-theme {
      text-align: center;
      min-width: 61px;
      padding: 0 0 !important; }
    .profile-wrap .container-fluid h5 {
      margin-bottom: 20px;
      color: #fff; }

.wrapper2 {
  padding-left: 4%;
  padding-right: 4%; }

.user-info .d-flex {
  margin-bottom: 18px; }
.user-info label {
  min-width: 120px; }
.user-info .user-label {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  width: 100%; }

.inputicon2 {
  position: relative;
  max-width: 350px;
  margin: auto; }
  .inputicon2 svg {
    position: absolute;
    left: 12px;
    top: 14px;
    z-index: 1; }
  .inputicon2 input {
    border-radius: 40px;
    padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 46px; }

.badge {
  padding: 4px 6px; }

.font16 {
  font-size: 16px; }

.font13 {
  font-size: 13px; }

.btn-sm {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.weight300 {
  font-weight: 300; }

.pic-wrapper {
  position: relative;
  overflow: hidden; }
  .pic-wrapper input {
    visibility: hidden;
    position: absolute; }
  .pic-wrapper label {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%; }

.nobtn {
  background: transparent;
  border: 0;
  padding: 0;
  outline: 0; }

.support {
  position: relative; }
  .support:after {
    content: '';
    position: absolute;
    left: 100%;
    width: 200%;
    background: #fff;
    top: -100px;
    bottom: 0; }
  .support .tab-content {
    margin-top: -38px;
    min-height: calc(100vh - 52px);
    background: #fff;
    margin-left: 30px;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .support .tab-content .tab-pane {
      width: 100% !important; }
  .support .list-group-item {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    width: 159px;
    margin-bottom: 20px;
    border: 0;
    padding: 19px 15px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
    border-radius: 4px; }
  .support .list-group-item.active svg {
    fill: #fff; }
    .support .list-group-item.active svg path {
      fill: #fff;
      stroke: #fff; }

.drop2 .dropdown-menu a {
  background: #fff !important;
  color: #222;
  padding: 10px 16px; }
  .drop2 .dropdown-menu a i {
    margin-right: 8px;
    font-size: 16px; }
  .drop2 .dropdown-menu a:hover {
    color: #388fb5 !important; }

.f-emp {
  margin: auto;
  background: #fff;
  padding: 15px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden; }
  .f-emp .f-employee {
    width: 150px;
    display: block;
    margin: 0 20px 0 auto;
    box-shadow: 0 0 8px rgba(56, 143, 181, 0.4); }
  .f-emp .emp-details {
    width: 100%; }

.attachment {
  width: 300px;
  min-width: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 20px; }
  .attachment a img {
    width: 44px; }

.show-details {
  width: calc(100% + 30px);
  display: flex;
  justify-content: center;
  margin: -15px -15px 20px -15px; }
  .show-details video {
    width: 100%; }
  .show-details a.file-details {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px dashed #dadada;
    height: 160px;
    font-size: 18px;
    color: #292929;
    background: #cce2f5;
    text-decoration: none; }
    .show-details a.file-details:hover {
      background: #0097c4;
      color: #fff; }

.modal-open .modal {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.modal-dialog {
  width: 100%; }

.img-box {
  width: 300px;
  min-width: 300px;
  flex: 0 0  300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px; }
  .img-box img {
    max-width: 100%; }

.dashboard {
  background: #f8fafc;
  padding: 0 15px;
  border-bottom: 1px solid #e5e7eb;
  margin-top: 20px; }
  .dashboard .title {
    display: flex;
    align-items: center;
    padding: 40px 0 40px 0;
    justify-content: space-between;
    position: relative; }
    .dashboard .title span {
      color: #111827;
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -0.3px; }
    .dashboard .title form {
      display: flex;
      align-items: center;
      white-space: nowrap; }
      .dashboard .title form select {
        margin-right: 14px; }

.dashboard-wrapper {
  max-width: 1920px;
  margin-top: -60px;
  padding: 0 15px;
  display: flex; }
  .dashboard-wrapper .col-3 {
    width: 340px;
    flex: 0 0 340px; }
    @media (min-width: 1921px) {
      .dashboard-wrapper .col-3 {
        padding-left: 0; } }
  .dashboard-wrapper .col-8 {
    width: 100%; }
  .dashboard-wrapper .img-box {
    width: 25% !important;
    min-width: 25% !important;
    flex: 0 0 25% !important; }

.dash-stat {
  text-align: left;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: none;
  transition: all 0.2s ease;
  position: relative;
  border: 1px solid #e5e7eb; }
  .dash-stat:hover {
    border-color: #d1d5db;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); }
  .dash-stat .icon {
    display: flex;
    margin: 0 0 16px 0;
    width: 48px;
    height: 48px;
    background: #f3f4f6;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease; }
    .dash-stat .icon svg {
      width: 24px;
      fill: #4b5563; }
      .dash-stat .icon svg path {
        fill: #4b5563; }
  .dash-stat:nth-child(2) .icon {
    background: #f3f4f6; }
  .dash-stat h5 {
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }
  .dash-stat h6 {
    font-size: 32px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; }

.dashboard-wrapper {
  font-size: 14px; }
  .dashboard-wrapper a, .dashboard-wrapper button {
    font-size: 13px;
    white-space: nowrap; }

.t-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -14px -15px 20px -15px;
  background: #fff;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0; }
  .t-title span {
    font-size: 15px;
    font-weight: 600;
    color: #111827; }
  .t-title a {
    font-size: 13px;
    color: #4b5563;
    background: transparent;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
    border: 1px solid #e5e7eb; }
    .t-title a:hover {
      background: #f9fafb;
      border-color: #d1d5db;
      color: #111827; }

.table2 th {
  background: #fff !important; }

.dash-flex {
  display: flex; }
  .dash-flex video, .dash-flex img {
    width: 100%;
    margin-right: 15px;
    max-height: 100px; }
  .dash-flex .attachment {
    width: 60px;
    min-width: 60px; }

.yellow-border {
  border-color: #F3CE12;
  border-style: dashed;
  border-spacing: 15px; }

.green-border {
  border-color: #42E11C;
  border-style: dashed;
  border-spacing: 15px; }

.blue-border {
  border-color: #388FB5;
  border-style: dashed;
  border-spacing: 15px; }

.white-space {
  white-space: nowrap; }

label sup {
  color: red;
  font-size: 14px; }

.text-yellow {
  color: #F3CE12; }

.w-300 {
  max-width: 300px;
  width: 300px; }

.w-200 {
  max-width: 200px;
  width: 200px; }

.rotate-pinned {
  transform: rotate(45deg);
  color: #388fb5; }

.flex-col-1 {
  width: 40px;
  flex: 0 0 40px; }

.flex-col-12 {
  width: 100%; }

.w-100 {
  width: 100px;
  max-width: 100px; }

.input-small {
  padding: 4px 8px;
  height: auto;
  font-size: 13px; }

.prev-chart, .next-chart {
  display: flex;
  background: #fff;
  color: #4b5563;
  border: 1px solid #d1d5db;
  padding: 6px 12px;
  margin-left: 6px;
  margin-top: -4px;
  margin-bottom: -4px;
  border-radius: 6px;
  transition: all 0.2s ease;
  cursor: pointer; }
  .prev-chart:hover, .next-chart:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #111827; }

.t-n-c {
  height: calc(100vh - 52px);
  background: #328CB3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -13px; }
  .t-n-c > div {
    background: #fff;
    max-width: 600px;
    border-radius: 5px;
    padding: 20px; }

.dash-flex:last-child {
  border: 0px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.box-col {
  width: 100%;
  position: relative;
  padding-bottom: 30px; }
  .box-col .bottom-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    justify-content: space-between; }
    .box-col .bottom-text .actionbuttons {
      display: flex; }
      .box-col .bottom-text .actionbuttons form {
        margin-bottom: 0 !important; }

.user-learning-path .white-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .user-learning-path .white-wrapper .img-wrap {
    margin: -15px -15px 10px -15px; }
    .user-learning-path .white-wrapper .img-wrap img {
      margin: auto;
      display: block;
      max-width: 100%; 
      height: 250px;
    }
  .user-learning-path .white-wrapper .w-footer {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0; }

.faq-border {
  border-left: 2px solid; }

 .app-link {
    width: 35%;
    margin-left: 32%; 
  } 

 .dashboard-checkbox {
    color:#328CB3 !important; 
    margin-left: 10%;
 } 

 .toggle-off {
  color:#fff;
  background-color: #c51f1a !important;
}

.toggle {
  width: 76px !important;
  height: 30px !important;
}

/*# sourceMappingURL=style.css.map */
.mobilemenu {
  display: none;
}

.form-flex {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
}

.form-flex button {
  margin-bottom: 10px;
}

.dataTables_wrapper {
  overflow-x: auto;
}

.flex-table {
  overflow-x: auto;
}

.discussion, .discussion * {
  word-break: break-word;
}

.pl-42 {
  padding-left: 42px
}

button{
  white-space: nowrap;
}

@media(max-width:1080px) {

  .mobilemenu {
    display: inline-block;
  }

  .topnav {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 0;
    background: #fff;
    bottom: 0;
    display: none;
    text-align: left;
    padding: 20px;
  }

  .topnav .dropdown-item {
    text-align: left !important;
  }

  .mobilemenu .fa-close {
    display: none;
  }

  .dashboard .title {
    padding: 60px 0 40px 0;
  }

  form {
    display: block;
  }

  main {
    padding: 0 15px;
  }

  .max-width {
    padding: 0;
  }

  form.flex {
    flex-wrap: wrap;
  }

  form.flex input {
    margin-bottom: 10px;
  }

  .flex.justify-content-end.mt-4 {
    display: block;
    flex-wrap: wrap;
  }

  .flex-table table {
    margin-left: 0 !important;
  }

  .dash-title.container-fluid.max-width .flex {
    flex-wrap: wrap;
    flex: 1 1 100%;
    justify-content: flex-start;
  }

  .dash-title.container-fluid.max-width .flex input {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .dash-title.container-fluid.max-width .flex form, #category-form {
    margin-right: 10px;
    width: 100%;
    max-width: 100%;
  }
  .w-200{
    width: 100%;
    max-width: 100%;
  }
  .flex.align-ites-start.justify-content-start.support {
    display: block;
    padding: 0 10px;
}
.list-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-group a{
  margin-right: 10px;
}
.list-group p{
  flex: 1 1 100%;
}
.support .tab-content {
  margin-top: 0;
  margin-left: 0;
}
.support:after{
  display: none;
}
}

@media(max-width:768px) {
  .support .list-group-item {
    max-width: 46%;
  }
  .box-col .bottom-text{
    position: static !important;
  }
  .dashboard-wrapper .dash-flex {
    display: block;
  }
  .pl-42{
    padding-left: 0;
  }

  .t-title,
  .dash-title {
    flex-wrap: wrap;
  }

  form.container-fluid {
    padding: 0;
  }

  .f-emp .flex {
    display: block;
  }

  .f-emp .f-employee {
    margin: 3px 20px 23px 2px;
  }

  .flex-title {
    display: block;
    text-align: left;
  }

  .flex-title .flex {
    width: 100%;
    justify-content: flex-start;
  }
  #search, #name {
    max-width: 100%;
    margin-bottom: 10px !important;
}
main {
  padding: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
}
.dropdown-menu a {
  white-space: initial;
}
.white-strip{
  display: block;
}
.no-flex{
  display: block !important;
}
.drop2 .dropdown-menu a {
  padding: 6px 16px;
}
.border-box{
  display: block;
}
.resource-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
}
@media (max-width: 400px){
  .max-width{
    padding: 0 15px;
  }
  .staff {
    margin-top: -40px;
}
.staff form#upload_picture_form {
  margin-top: -18px !important;
}
.staff form.d-lg-flex.col-sm-10.justify-content-end.align-items-center {
  padding: 0;
  margin-top: 10px;
}
.staff form.d-lg-flex.col-sm-10.justify-content-end.align-items-center .col-sm-4{
  padding: 0;
  margin-bottom: 10px;
}
.staff .flex.align-ites-start.justify-content-start.support{
  padding: 0;
}
.support .list-group-item {
  width: calc(50% - 6px);
  max-width: 50%;
}
.support .tab-content{
  min-height: auto;
}
.staff #category-form{
  padding: 0 15px;
}
.support .list-group-item:nth-child(odd) {
  margin-right: 0px;
}
  header .navbar-brand img {
    max-height: 44px;
    width: auto;
  }
  #app{
    overflow-x: hidden;
  }
  .navbar-brand{
    margin-right: 0 !important;
  }
  body{
    padding-top: 110px;
  }
  .topnav{
    top:76px !important
  }
  .padding-responsive{
    padding: 0 15px;
  }
  .discussion .flex.justify-content-between {
    display: block;
    text-align: left;
}
.discussion .flex.justify-content-between .flex{
  justify-content: flex-start;
}
.flex.col-sm-12.pl-0.pr-0.align-items-start.justify-content-between {
  display: block;
}
.flex.col-sm-12.pl-0.pr-0.align-items-start.justify-content-between .flex{
  justify-content: flex-start;
}
div[style="padding-left:42px"] {
  padding: 0 !important;
}
.form-group.col-sm-8[style="margin-left: 25px;"] {
  margin-left: 0 !important;
}
}
@media (max-width: 768px){
  h6 {
    white-space: break-spaces;     
  }
}

/* ============================================
   MODERN DISCUSSION FORUM STYLES
   ============================================ */

/* Forum Header */
.forum-header {
  margin-bottom: 2rem;
  padding: 2rem 0;
}

.forum-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.forum-title-section {
  flex: 1;
}

.forum-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.5px;
}

.forum-subtitle {
  color: #718096;
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}

.forum-view-tabs {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0.35rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.forum-view-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.forum-view-tab:hover {
  color: #1e3a5f;
  background: #f1f5f9;
  text-decoration: none;
}

.forum-view-tab.active {
  color: #fff;
  background: #3490dc;
}

.forum-view-tab i {
  font-size: 0.9rem;
}

.btn-create-thread {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: #3490dc;
  color: #fff;
  border: 1px solid #3490dc;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: none;
}

.btn-create-thread:hover {
  background: #227dc7;
  border-color: #227dc7;
  transform: none;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

.btn-create-thread i {
  font-size: 1.1rem;
}

/* Modern Filter Card */
.forum-filters {
  margin-bottom: 1rem;
}

.modern-filter-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}

.filter-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modern-select,
.modern-dropdown-btn {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  font-size: 0.95rem;
  color: #2d3748;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a5568' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  padding-right: 2.5rem;
}

.modern-select:focus,
.modern-dropdown-btn:focus {
  outline: none;
  border-color: #3490dc;
  box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.1);
}

.modern-dropdown-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-image: none;
}

.dropdown-text {
  flex: 1;
  text-align: left;
}

.dropdown-icon {
  font-size: 0.75rem;
  color: #718096;
  transition: transform 0.2s ease;
}

.modern-dropdown-btn[aria-expanded="true"] .dropdown-icon {
  transform: rotate(180deg);
}

.filter-action-col {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.btn-apply-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #3490dc !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(52, 144, 220, 0.25);
}

.btn-apply-filter:hover {
  background: #227dc7 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 144, 220, 0.35);
  color: #fff !important;
}

/* Modern Search */
.forum-search-wrapper {
  margin-bottom: 2rem;
}

.modern-search-form {
  display: flex;
  gap: 0.60rem;
  align-items: center;
}

.search-input-wrapper {
  position: relative;
  flex: 1;
  max-width: 200px;
}

.search-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #a0aec0;
  font-size: 1rem;
  pointer-events: none;
}

.modern-search-input {
  width: 100%;
  padding: 0.875rem 1.25rem 0.875rem 3rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #2d3748;
  transition: all 0.2s ease;
  background: #fff;
}

.modern-search-input:focus {
  outline: none;
  border-color: #3490dc;
  box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.1);
}

.btn-search {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: #3490dc;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(52, 144, 220, 0.25);
}

.btn-search:hover {
  background: #227dc7;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 144, 220, 0.35);
  color: #fff;
}

/* Threads Container */
.threads-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Modern Thread Card */
.modern-thread-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.modern-thread-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #388FB5 0%, #0097c4 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modern-thread-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #cbd5e0;
}

.modern-thread-card:hover::before {
  opacity: 1;
}

.thread-pinned-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.thread-pinned-badge i {
  font-size: 0.7rem;
}

.status-badge.status-pinned {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
}

.thread-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 100%;
}

.thread-status-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

/* Thread Header */
.thread-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.thread-author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e2e8f0;
  flex-shrink: 0;
}

.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-details {
  flex: 1;
}

.author-name {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.25rem;
}

.thread-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.thread-time,
.thread-category {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #718096;
}

.thread-time i,
.thread-category i {
  font-size: 0.75rem;
  color: #a0aec0;
}

.thread-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 100%;
}

.thread-action-form {
  margin: 0;
}

.btn-subscribe {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #f7fafc;
  color: #388FB5;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-subscribe:hover {
  background: #edf2f7;
  border-color: #388FB5;
  color: #2d7a9a;
}

.btn-unsubscribe {
  background: #fee;
  color: #e53e3e;
  border-color: #feb2b2;
}

.btn-unsubscribe:hover {
  background: #fed7d7;
  border-color: #e53e3e;
  color: #c53030;
}

.thread-status-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.status-active {
  background: #c6f6d5;
  color: #22543d;
}

.status-closed {
  background: #fed7d7;
  color: #742a2a;
}

.status-badge i {
  font-size: 0.7rem;
}

/* Thread Content */
.thread-content {
  margin-bottom: 1.25rem;
}

.thread-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.thread-body {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

/* Thread Footer */
.thread-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  flex-wrap: wrap;
  gap: 1rem;
}

.thread-stats {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.stat-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #718096;
  font-size: 0.875rem;
  font-weight: 500;
}

.stat-item i {
  color: #a0aec0;
  font-size: 0.875rem;
}

.btn-view-thread {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: #fff;
  color: #388FB5;
  border: 2px solid #388FB5;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-view-thread:hover {
  background: #388FB5;
  color: #fff;
  transform: translateX(4px);
  text-decoration: none;
}

.btn-view-thread i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.btn-view-thread:hover i {
  transform: translateX(2px);
}

/* No Threads Message */
.no-threads-message {
  text-align: center;
  padding: 4rem 2rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}

.no-threads-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-threads-icon i {
  font-size: 2.5rem;
  color: #a0aec0;
}

.no-threads-message h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 0.5rem 0;
}

.no-threads-message p {
  color: #718096;
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
}

.btn-create-first-thread {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: #3490dc;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(52, 144, 220, 0.3);
}

.btn-create-first-thread:hover {
  background: #227dc7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 144, 220, 0.4);
  color: #fff;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .forum-header-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .forum-main-title {
    font-size: 2rem;
  }

  .forum-view-tabs {
    width: 100%;
    display: flex;
  }

  .forum-view-tab {
    flex: 1;
    justify-content: center;
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
  }

  .modern-search-form {
    flex-direction: column;
  }

  .search-input-wrapper {
    max-width: 100%;
  }

  .thread-header {
    flex-direction: column;
  }

  .thread-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .thread-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .modern-filter-card {
    padding: 1.25rem;
  }

  .filter-action-col {
    width: 100%;
    justify-content: flex-start;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .forum-main-title {
    font-size: 1.75rem;
  }

  .thread-title {
    font-size: 1.25rem;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
  }

  .modern-thread-card {
    padding: 1.25rem;
  }
}

/* Modern Dropdown Menu Styles */
.menu {
  border-radius: 12px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid #e2e8f0 !important;
  padding: 0.5rem 0 !important;
  margin-top: 0.5rem !important;
}

.menu-option {
  padding: 0.75rem 1rem;
  transition: background-color 0.2s ease;
}

.menu-option:hover {
  background-color: #f7fafc;
}

.menu-option label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  font-size: 0.9rem;
  color: #2d3748;
  font-weight: 400;
}

.menu-option input[type="checkbox"] {
  margin-right: 0.75rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #388FB5;
}

/* ============================================
  DISCUSSION FORUM UI REFRESH (OVERRIDES)
  ============================================ */
.forum-header.container-fluid.max-width {
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fd 100%);
  border: 1px solid #e6edf7;
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
}

.forum-main-title {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.6px;
}

.forum-subtitle {
  color: #66758a;
  font-size: 0.98rem;
}

.btn-create-thread,
.btn-apply-filter,
.btn-search,
.btn-create-first-thread {
  background: #3490dc !important;
  background-image: none !important;
  border: 1px solid #3490dc !important;
  border-radius: 50px !important;
  box-shadow: none !important;
}

.btn-create-thread:hover,
.btn-apply-filter:hover,
.btn-search:hover,
.btn-create-first-thread:hover {
  background: #227dc7 !important;
  background-image: none !important;
  border-color: #227dc7 !important;
  box-shadow: none !important;
}

.modern-filter-card {
  border-radius: 18px;
  border: 1px solid #e2ebf6;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.modern-select,
.modern-dropdown-btn,
.modern-search-input {
  border-color: #d8e3f0;
  border-radius: 12px;
  background-color: #ffffff;
}

/* Fix clipped select text and dropdown overlap in forum filters */
.forum-filters .modern-select.form-control,
.forum-filters select.modern-select,
.forum-filters #forum_type.form-control {
  min-height: 46px;
  line-height: 1.35;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.forum-filters .forum-filter-category-col select.modern-select {
  font-size: 0.9rem;
}

.forum-filters .modern-select.form-control option,
.forum-filters select.modern-select option {
  line-height: 1.35;
}

.forum-filters .modern-filter-card {
  overflow: visible;
}

.forum-filters .menu {
  z-index: 1065 !important;
}

.modern-select:focus,
.modern-dropdown-btn:focus,
.modern-search-input:focus {
  border-color: #2f9ee5;
  box-shadow: 0 0 0 4px rgba(47, 158, 229, 0.14);
}

.search-input-wrapper {
  max-width: 280px;
}

.modern-thread-card {
  border-radius: 18px;
  border: 1px solid #e2ebf6;
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.modern-thread-card::before {
  width: 5px;
  opacity: 0.85;
  background: linear-gradient(180deg, #42a5f5 0%, #1d8bd8 100%);
}

.thread-author-info {
  align-items: flex-start;
}

.author-avatar {
  width: 52px;
  height: 52px;
  border-color: #d8e3f0;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.1);
}

.thread-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #182536;
  margin-bottom: 0.5rem;
}

.thread-body {
  color: #4b5a70;
}

.thread-footer {
  border-top: 1px solid #ebf0f6;
}

.stat-item {
  color: #5f7088;
}

.btn-subscribe {
  border-color: #cfe0f1;
  color: #256ea3;
  border-radius: 10px;
}

.btn-view-thread {
  border-radius: 10px;
  border-color: #2f9ee5;
  color: #2f9ee5;
}

.btn-view-thread:hover {
  background: #2f9ee5;
}

.thread-status-badges .status-active {
  background: #dcfce7;
  color: #166534;
}

.thread-status-badges .status-closed {
  background: #fee2e2;
  color: #991b1b;
}

.container-fluid.max-width .pagination {
  gap: 0.35rem;
  margin-top: 1.5rem;
}

.container-fluid.max-width .pagination .page-link {
  border-radius: 10px !important;
  border: 1px solid #d6e2ef;
  color: #41556d;
  padding: 0.45rem 0.75rem;
}

.container-fluid.max-width .pagination .page-item.active .page-link {
  background: #2f9ee5;
  border-color: #2f9ee5;
  color: #fff;
}

@media (max-width: 768px) {
  .forum-header.container-fluid.max-width {
    padding: 1.25rem;
  }

  .forum-main-title {
    font-size: 1.9rem;
  }

  .search-input-wrapper {
    max-width: 100%;
  }

  .modern-thread-card {
    padding: 1.25rem;
  }
}

.thread-header,
.thread-content,
.thread-footer {
  position: relative;
  z-index: 1;
}

.thread-title,
.thread-body,
.author-name {
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.thread-title {
  line-height: 1.45;
}

.thread-body {
  line-height: 1.7;
}

/* ============================================
   MODERN THREAD DETAIL PAGE STYLES
   ============================================ */

/* Thread Detail Header */
.thread-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.thread-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}

.breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #388FB5;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.breadcrumb-link:hover {
  color: #2d7a9a;
  text-decoration: none;
}

.breadcrumb-separator {
  color: #cbd5e0;
  font-size: 0.75rem;
}

.breadcrumb-current {
  color: #4a5568;
  font-weight: 500;
  font-size: 0.95rem;
}

.btn-back-to-forum {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: #388FB5;
  border: 2px solid #388FB5;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-back-to-forum:hover {
  background: #388FB5;
  color: #fff;
  transform: translateX(-4px);
  text-decoration: none;
}

/* Thread Detail Container */
.thread-detail-container {
  margin-bottom: 2rem;
}

.modern-thread-detail-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  margin-bottom: 2rem;
}

.thread-main-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Thread Author Section */
.thread-author-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #e2e8f0;
}

.thread-author-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex: 1;
}

.author-avatar-large {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #e2e8f0;
  flex-shrink: 0;
}

.author-avatar-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-details {
  flex: 1;
}

.author-name-large {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.thread-meta-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #718096;
}

.meta-item i {
  font-size: 0.75rem;
  color: #a0aec0;
}

.thread-actions-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.thread-action-form {
  margin: 0;
}

.btn-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  background: #3490dc;
  color: #fff;
  border: 2px solid #3490dc;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-action:hover {
  background: #227dc7;
  border-color: #2176bd;
  color: #fff;
  text-decoration: none;
}

.btn-pin, .btn-subscribe {
  background: #3490dc;
  color: #fff;
  border-color: #3490dc;
}

.btn-pin:hover, .btn-subscribe:hover {
  background: #227dc7;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 144, 220, 0.3);
}

.btn-unsubscribe, .btn-unpin {
  background: #3490dc;
  color: #fff;
  border-color: #3490dc;
}

.btn-unsubscribe:hover, .btn-unpin:hover {
  background: #227dc7;
  border-color: #2176bd;
  color: #fff;
}

.btn-close-thread, .btn-delete, .btn-report {
  background: #3490dc;
  color: #fff;
  border-color: #3490dc;
}

.btn-close-thread:hover, .btn-delete:hover, .btn-report:hover {
  background: #227dc7;
  border-color: #2176bd;
  color: #fff;
}

.btn-open-thread {
  background: #3490dc;
  color: #fff;
  border-color: #3490dc;
}

.btn-open-thread:hover {
  background: #227dc7;
  color: #fff;
}

/* Thread Content Section */
.thread-content-section {
  padding-top: 1rem;
}

.thread-title-main {
  font-size: 2rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 1.5rem 0;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

.thread-image-container {
  margin: 1.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.thread-main-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}

.thread-link-container {
  margin: 1.5rem 0;
}

.thread-embedded-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  color: #388FB5;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.thread-embedded-link:hover {
  background: linear-gradient(135deg, #388FB5 0%, #0097c4 100%);
  color: #fff;
  border-color: #388FB5;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(56, 143, 181, 0.3);
  text-decoration: none;
}

.thread-body-content {
  color: #4a5568;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top: 1rem;
}

/* Forum Poll Styles */
.status-badge.status-poll {
  background: linear-gradient(135deg, #0097c4 0%, #2d7a9a 100%);
  color: #fff;
  border: none;
}

.poll-type-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.poll-type-option {
  margin: 0;
  cursor: pointer;
}

.poll-type-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.poll-type-card {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.15rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  color: #4a5568;
  font-weight: 600;
  font-size: 0.92rem;
  transition: all 0.2s ease;
}

.poll-type-card i {
  color: #0097c4;
}

.poll-type-option input:checked + .poll-type-card {
  border-color: #0097c4;
  background: linear-gradient(135deg, rgba(0, 151, 196, 0.08) 0%, rgba(56, 143, 181, 0.12) 100%);
  color: #1a365d;
  box-shadow: 0 4px 14px rgba(0, 151, 196, 0.15);
}

.poll-type-card--poll {
  min-width: 110px;
}

.poll-builder-card {
  background: linear-gradient(160deg, #f7fbfd 0%, #ffffff 45%, #f0f7fa 100%);
  border: 1px solid #d6e8f0;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 151, 196, 0.08);
}

.poll-builder-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.poll-builder-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0097c4 0%, #388FB5 100%);
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.poll-builder-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a202c;
}

.poll-builder-subtitle {
  margin: 0.25rem 0 0;
  color: #718096;
  font-size: 0.9rem;
}

.poll-options-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.poll-option-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.poll-option-fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.poll-option-index {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e6f4f9;
  color: #0097c4;
  font-weight: 700;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.55rem;
}

.poll-option-photo {
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.poll-option-photo input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.poll-option-photo-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border: 1px dashed #9ecfe0;
  border-radius: 8px;
  color: #0097c4;
  background: #f7fbfd;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.poll-option-photo-btn.has-photo {
  border-style: solid;
  background: #e6f4f9;
}

.poll-option-photo:hover .poll-option-photo-btn {
  border-color: #0097c4;
  background: rgba(0, 151, 196, 0.08);
}

.poll-option-photo-preview {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid #d6e8f0;
}

.forum-poll-option-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 14px;
  border: 2px solid #d6e8f0;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 151, 196, 0.12);
}

.forum-poll-option.has-image .forum-poll-option-content {
  min-height: 136px;
  align-items: center;
}

.forum-poll-option.has-image .forum-poll-option-main {
  align-items: center;
  gap: 1rem;
}

.forum-poll-option.has-image .forum-poll-option-text {
  font-size: 1.05rem;
}

.thread-list-poll-option-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  flex: 1;
}

.thread-list-poll-option-image {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d6e8f0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .forum-poll-option-image {
    width: 88px;
    height: 88px;
  }

  .forum-poll-option.has-image .forum-poll-option-content {
    min-height: 104px;
  }
}

.poll-option-input {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
}

.poll-option-input:focus {
  border-color: #0097c4;
  box-shadow: 0 0 0 3px rgba(0, 151, 196, 0.12);
}

.poll-option-remove {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: #fff5f5;
  color: #e53e3e;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-top: 0.4rem;
}

.poll-option-remove:hover:not(:disabled) {
  background: #fed7d7;
}

.poll-option-remove:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.btn-add-poll-option {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.65rem 1.1rem;
  border: 2px dashed #a0cfe0;
  border-radius: 10px;
  background: transparent;
  color: #0097c4;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-add-poll-option:hover:not(:disabled) {
  background: rgba(0, 151, 196, 0.06);
  border-color: #0097c4;
}

.btn-add-poll-option:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.thread-poll-preview {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #0097c4 !important;
  font-weight: 600;
}

.thread-list-poll {
  margin-top: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: linear-gradient(145deg, #f7fbfd 0%, #eef7fb 100%);
  border: 1px solid #d6e8f0;
}

.thread-list-poll-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #0097c4;
  font-weight: 700;
  font-size: 0.82rem;
  margin-bottom: 0.75rem;
}

.thread-list-poll-options {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.thread-list-poll-option-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.3rem;
}

.thread-list-poll-option-text {
  color: #2d3748;
  font-weight: 600;
  font-size: 0.9rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thread-list-poll-option-stats {
  color: #718096;
  font-size: 0.8rem;
  font-weight: 600;
  flex-shrink: 0;
}

.thread-list-poll-track {
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.thread-list-poll-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #0097c4 0%, #388FB5 100%);
  transition: width 0.35s ease;
  min-width: 0;
}

.forum-poll-card {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f3f9fc 100%);
  border: 1px solid #d6e8f0;
  box-shadow: 0 10px 28px rgba(0, 151, 196, 0.1);
  position: relative;
  overflow: hidden;
}

.forum-poll-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0097c4, #388FB5, #66b8d4);
}

.forum-poll-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.forum-poll-header-left {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.forum-poll-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0097c4 0%, #388FB5 100%);
  color: #fff;
  font-size: 1.15rem;
}

.forum-poll-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a202c;
}

.forum-poll-meta {
  margin: 0.2rem 0 0;
  color: #718096;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.forum-poll-closed-tag {
  color: #c53030;
  font-weight: 600;
}

.forum-poll-options {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.forum-poll-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease;
}

.forum-poll-option:hover {
  border-color: #9ecfe0;
  transform: translateY(-1px);
}

.forum-poll-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.forum-poll-option-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
}

.forum-poll-option-main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.forum-poll-radio {
  width: 18px;
  height: 18px;
  border: 2px solid #a0aec0;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s ease;
}

.forum-poll-option input:checked ~ .forum-poll-option-content .forum-poll-radio,
.forum-poll-option.is-selected .forum-poll-radio {
  border-color: #0097c4;
  background: #0097c4;
  box-shadow: inset 0 0 0 3px #fff;
}

.forum-poll-option-text {
  color: #2d3748;
  font-weight: 600;
  font-size: 0.98rem;
}

.forum-poll-option-stats {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.forum-poll-percent {
  font-weight: 700;
  color: #0097c4;
  font-size: 0.95rem;
}

.forum-poll-count {
  color: #718096;
  font-size: 0.82rem;
  min-width: 1.5rem;
  text-align: right;
}

.forum-poll-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 151, 196, 0.16), rgba(56, 143, 181, 0.08));
  transition: width 0.45s ease;
}

.forum-poll-option.is-selected {
  border-color: #0097c4;
  box-shadow: 0 4px 14px rgba(0, 151, 196, 0.12);
}

.forum-poll-option.show-results:hover {
  transform: none;
}

.btn-poll-vote {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.15rem;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #0097c4 0%, #2d7a9a 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 6px 16px rgba(0, 151, 196, 0.25);
}

.btn-poll-vote:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 151, 196, 0.32);
  color: #fff;
}

@media (max-width: 768px) {
  .poll-type-selector {
    flex-direction: column;
  }

  .poll-type-card {
    width: 100%;
    justify-content: center;
  }

  .forum-poll-option-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Thread Interactions */
.thread-interactions {
  padding: 1.5rem 0;
  border-top: 2px solid #e2e8f0;
  border-bottom: 2px solid #e2e8f0;
  margin: 1.5rem 0;
}

.like-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.like-form {
  margin: 0;
}

.btn-like {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #f7fafc;
  color: #388FB5;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-like:hover {
  background: #edf2f7;
  border-color: #388FB5;
  color: #2d7a9a;
}

.btn-liked {
  background: linear-gradient(135deg, #388FB5 0%, #0097c4 100%);
  color: #fff;
  border-color: #388FB5;
}

.btn-liked:hover {
  background: linear-gradient(135deg, #2d7a9a 0%, #007ba3 100%);
  color: #fff;
}

.like-count-display {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #718096;
  font-size: 0.95rem;
  font-weight: 600;
}

.like-count-display .likeCount {
  color: #388FB5;
  font-size: 1.1rem;
}

/* Reply Editor Section */
.reply-compose-trigger {
  margin: 2rem 0 1rem;
}

.btn-open-reply {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1.5rem;
  background: linear-gradient(135deg, #388FB5 0%, #0097c4 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(56, 143, 181, 0.28);
}

.btn-open-reply:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(56, 143, 181, 0.35);
  color: #fff;
}

.reply-editor-section {
  background: #f7fafc;
  border-radius: 16px;
  padding: 1.75rem;
  margin: 2rem 0;
  border: 2px solid #e2e8f0;
}

.reply-editor-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.btn-close-reply-editor {
  margin-left: auto;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #edf2f7;
  color: #718096;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.btn-close-reply-editor:hover {
  background: #e2e8f0;
  color: #2d3748;
}

.reply-editor-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  flex-shrink: 0;
}

.reply-editor-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reply-editor-title h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 0.25rem 0;
}

.reply-editor-title p {
  font-size: 0.875rem;
  color: #718096;
  margin: 0;
}

.modern-reply-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reply-editor-wrapper {
  position: relative;
}

.modern-reply-textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #2d3748;
  resize: vertical;
  transition: all 0.2s ease;
  font-family: inherit;
}

.modern-reply-textarea:focus {
  outline: none;
  border-color: #388FB5;
  box-shadow: 0 0 0 3px rgba(56, 143, 181, 0.1);
}

.reply-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.reply-upload-section {
  flex: 1;
}

.upload-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #fff;
  color: #4a5568;
  border: 2px dashed #cbd5e0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
}

.upload-label:hover {
  border-color: #388FB5;
  color: #388FB5;
  background: #f7fafc;
}

.upload-label input[type="file"] {
  display: none;
}

.btn-submit-reply {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  background: linear-gradient(135deg, #388FB5 0%, #0097c4 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(56, 143, 181, 0.3);
}

.btn-submit-reply:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56, 143, 181, 0.4);
  background: linear-gradient(135deg, #2d7a9a 0%, #007ba3 100%);
}

/* Replies Section */
.replies-section {
  margin-top: 2rem;
}

.replies-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e2e8f0;
}

.replies-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
}

.replies-title i {
  color: #388FB5;
}

.replies-count {
  color: #718096;
  font-weight: 400;
  font-size: 1.1rem;
}

.replies-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Modern Reply Card */
.modern-reply-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  position: relative;
}

.modern-reply-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: #cbd5e0;
}

.reply-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.reply-author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.reply-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e2e8f0;
  flex-shrink: 0;
}

.reply-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reply-author-details {
  flex: 1;
}

.reply-author-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.25rem;
}

.reply-time {
  font-size: 0.875rem;
  color: #718096;
}

.show-reply-toggle {
  background: none;
  border: none;
  color: #388FB5;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.show-reply-toggle:hover {
  background: #f7fafc;
  transform: scale(1.1);
}

.reply-content {
  margin-bottom: 1rem;
}

.reply-body {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.reply-image-container {
  margin-top: 1rem;
  border-radius: 12px;
  overflow: hidden;
}

.reply-image {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.reply-actions-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.btn-reply-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #f7fafc;
  color: #4a5568;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-reply-action:hover {
  background: #edf2f7;
  border-color: #cbd5e0;
  color: #2d3748;
  text-decoration: none;
}

.reply-like-section {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reply-like-form {
  margin: 0;
}

.btn-reply-like {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #f7fafc;
  color: #388FB5;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-reply-like:hover {
  background: #edf2f7;
  border-color: #388FB5;
  transform: scale(1.1);
}

.btn-reply-liked {
  background: linear-gradient(135deg, #388FB5 0%, #0097c4 100%);
  color: #fff;
  border-color: #388FB5;
}

.btn-reply-liked:hover {
  background: linear-gradient(135deg, #2d7a9a 0%, #007ba3 100%);
}

.reply-likes-count {
  color: #388FB5;
  font-weight: 600;
  font-size: 0.875rem;
}

.likes-text {
  color: #718096;
  font-size: 0.875rem;
}

.btn-report {
  background: #fee;
  color: #e53e3e;
  border-color: #feb2b2;
}

.btn-report:hover {
  background: #fed7d7;
  border-color: #e53e3e;
  color: #c53030;
}

/* Nested Reply Form */
.nested-reply-form {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #f7fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.modern-nested-reply-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nested-reply-editor {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.nested-reply-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #388FB5;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(56, 143, 181, 0.2);
  transition: all 0.3s ease;
}

.nested-reply-avatar:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(56, 143, 181, 0.3);
}

.nested-reply-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modern-nested-textarea {
  flex: 1;
  padding: 0.875rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #2d3748;
  resize: vertical;
  transition: all 0.2s ease;
  font-family: inherit;
}

.modern-nested-textarea:focus {
  outline: none;
  border-color: #388FB5;
  box-shadow: 0 0 0 3px rgba(56, 143, 181, 0.1);
}

.nested-reply-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-left: 80px;
}

.upload-label-small {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: #fff;
  color: #4a5568;
  border: 2px dashed #cbd5e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.8rem;
  font-weight: 500;
}

.upload-label-small:hover {
  border-color: #388FB5;
  color: #388FB5;
}

.upload-label-small input[type="file"] {
  display: none;
}

.btn-submit-nested-reply {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #388FB5 0%, #0097c4 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit-nested-reply:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(56, 143, 181, 0.3);
  background: linear-gradient(135deg, #2d7a9a 0%, #007ba3 100%);
}

.child-replies-container {
  margin-left: 3rem;
  margin-top: 1rem;
  padding-left: 1.5rem;
  border-left: 3px solid #e2e8f0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .thread-detail-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .thread-author-section {
    flex-direction: column;
  }

  .thread-actions-group {
    width: 100%;
    justify-content: flex-start;
  }

  .thread-title-main {
    font-size: 1.5rem;
  }

  .reply-actions-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nested-reply-actions {
    flex-direction: column;
    margin-left: 0;
  }

  .child-replies-container {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}

/* Modern Dashboard Enhancements */
.white-wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.white-wrapper:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Modern Filter Section */
.form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid #e5e7eb;
}

.form-flex > div {
  position: relative;
  flex: 0 0 auto;
}

.form-flex .select {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 14px;
  transition: all 0.2s ease;
  color: #111827;
  min-width: 180px;
  white-space: nowrap;
}

.form-flex .select:hover {
  border-color: #9ca3af;
  background: #f9fafb;
}

.btn-theme {
  background: #3490dc;
  border: 1px solid #3490dc;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-theme:hover {
  background: #227dc7;
  border-color: #227dc7;
  color: #fff;
}

/* Modern Table Styling */
.data-table {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.data-table thead th {
  background: #f9fafb;
  color: #111827;
  font-weight: 600;
  padding: 12px 16px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
  border-bottom: 1px solid #e5e7eb;
  border: none;
}

.data-table tbody tr {
  transition: all 0.15s ease;
  border-bottom: 1px solid #f3f4f6;
}

.data-table tbody tr:hover {
  background: #f9fafb;
}

.data-table tbody td {
  padding: 14px 16px;
  color: #4b5563;
  font-size: 14px;
}

/* Modern News/Promotions Cards */
.dash-flex {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
  border-bottom: 1px solid #e5e7eb;
}

.dash-flex:last-child {
  border-bottom: none;
}

.dash-flex:hover {
  background: #f9fafb;
}

.dash-flex .img-box {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.dash-flex .img-box img {
  transition: opacity 0.2s ease;
}

.dash-flex:hover .img-box img {
  opacity: 0.9;
}

/* Modern Success/Error Alerts */
.modern-success-alert,
.modern-error-alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
  animation: slideInDown 0.3s ease-out;
}

.modern-success-alert {
  background: linear-gradient(135deg, #c6f6d5 0%, #9ae6b4 100%);
  color: #22543d;
  border: 2px solid #68d391;
}

.modern-success-alert i {
  font-size: 1.25rem;
  color: #22543d;
}

.modern-error-alert {
  background: linear-gradient(135deg, #fed7d7 0%, #feb2b2 100%);
  color: #742a2a;
  border: 2px solid #fc8181;
}

.modern-error-alert i {
  font-size: 1.25rem;
  color: #742a2a;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#threadAlert {
  position: fixed;
  top: 100px;
  right: 30px;
  z-index: 9999;
  max-width: 400px;
  min-width: 320px;
}

#threadAlert .alert {
  margin-bottom: 0.5rem;
  animation: slideInRight 0.4s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  #threadAlert {
    top: 80px;
    right: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    min-width: auto;
  }
}

/* ============================================
   USER MANAGEMENT PAGE
   ============================================ */
.user-mgmt-shell {
  padding-bottom: 2rem;
}

.user-mgmt-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.user-export-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border-radius: 10px;
  border: 1px solid #c7d7e8;
  background: #fff;
  color: #0f766e;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  transition: all 0.2s ease;
}

.user-export-btn:hover {
  background: #f0fdfa;
  border-color: #5eead4;
  color: #0d9488;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.15);
}

.user-mgmt-filters {
  margin-bottom: 1.25rem;
}

.user-mgmt-filter-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5edf5;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.user-mgmt-filter-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0ea5e9 0%, #6366f1 50%, #8b5cf6 100%);
}

.user-mgmt-filter-header {
  padding: 1.25rem 1.5rem 0;
}

.user-mgmt-filter-title,
.user-mgmt-table-title {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.user-mgmt-filter-icon,
.user-mgmt-table-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #e0f2fe 0%, #ede9fe 100%);
  color: #4f46e5;
  font-size: 1rem;
  flex-shrink: 0;
}

.user-mgmt-filter-title h6,
.user-mgmt-table-title h6 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.user-mgmt-filter-title p,
.user-mgmt-table-title p {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: #64748b;
}

.user-mgmt-filter-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  gap: 1rem;
  padding: 1.25rem 1.5rem 1.5rem;
  align-items: end;
}

.user-mgmt-filter-item {
  min-width: 0;
}

.user-mgmt-label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.user-mgmt-label .form-required {
  color: #ef4444;
  text-transform: none;
  letter-spacing: 0;
}

.user-mgmt-select {
  width: 100%;
  min-height: 44px;
  padding: 0.55rem 2.25rem 0.55rem 0.85rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  background-color: #f8fafc;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 12px;
  font-size: 0.9rem;
  color: #1e293b;
  appearance: none;
  transition: all 0.2s ease;
}

.user-mgmt-select:hover {
  border-color: #cbd5e1;
  background-color: #fff;
}

.user-mgmt-select:focus {
  outline: none;
  border-color: #818cf8;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
}

.user-mgmt-select:disabled {
  background-color: #f1f5f9;
  color: #94a3b8;
  border-color: #e2e8f0;
  cursor: not-allowed;
  opacity: 1;
}

.user-mgmt-apply-btn,
.user-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0 1.35rem;
  border: 1px solid var(--rl-btn-primary, #3490dc);
  border-radius: var(--rl-btn-radius, 50px);
  background: var(--rl-btn-primary, #3490dc);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.user-mgmt-apply-btn:hover,
.user-search-submit:hover {
  background: var(--rl-btn-primary-hover, #227dc7);
  border-color: var(--rl-btn-primary-hover, #227dc7);
  transform: none;
  box-shadow: none;
  color: #fff;
}

.user-mgmt-table-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5edf5;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.user-mgmt-table-top {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eef2f6;
  background: linear-gradient(180deg, #fafcff 0%, #ffffff 100%);
}

.user-search-panel {
  padding: 1rem 1.5rem 1.25rem;
  background: #f8fafc;
  border-bottom: 1px solid #eef2f6;
}

.user-search-form {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
}

.user-search-fields {
  flex: 1;
  display: flex;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.user-search-fields:focus-within {
  border-color: #818cf8;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.user-search-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.65rem 1rem;
  margin: 0;
  border-right: 1px solid #f1f5f9;
  cursor: text;
}

.user-search-field:last-child {
  border-right: none;
}

.user-search-field-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.user-search-field-label i {
  font-size: 0.62rem;
  color: #a5b4fc;
}

.user-search-field input {
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 0.92rem;
  color: #0f172a;
  line-height: 1.4;
}

.user-search-field input::placeholder {
  color: #cbd5e1;
}

.user-search-field input:focus {
  outline: none;
}

.user-mgmt-table-body {
  overflow-x: auto;
}

.user-management-page .data-table {
  width: 100% !important;
  margin: 0 !important;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
}

.user-management-page .data-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #1e293b;
  color: #f1f5f9;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 0.95rem 1rem;
  border: none;
  white-space: nowrap;
}

.user-management-page .data-table thead th:first-child {
  padding-left: 1.5rem;
}

.user-management-page .data-table thead th:last-child {
  padding-right: 1.5rem;
}

.user-management-page .data-table tbody td {
  padding: 0.9rem 1rem;
  color: #334155;
  font-size: 0.9rem;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: middle;
  background: #fff;
}

.user-management-page .data-table tbody td:first-child {
  padding-left: 1.5rem;
  color: #94a3b8;
  font-weight: 600;
  font-size: 0.82rem;
}

.user-management-page .data-table tbody td:last-child {
  padding-right: 1.5rem;
}

.user-management-page .data-table tbody td:nth-child(2) {
  font-weight: 600;
  color: #0f172a;
}

.user-management-page .data-table tbody td:nth-child(3) {
  color: #4f46e5;
  font-size: 0.86rem;
}

.user-management-page .data-table tbody tr {
  transition: background-color 0.15s ease;
}

.user-management-page .data-table tbody tr:hover td {
  background: #f8fafc;
}

.user-management-page .dataTables_wrapper {
  padding: 0.25rem 1.5rem 1.25rem;
  background: #fafbfc;
  border-top: 1px solid #eef2f6;
}

.user-management-page .dataTables_wrapper .dataTables_info {
  color: #64748b;
  font-size: 0.84rem;
  padding-top: 0.85rem;
}

.user-management-page .dataTables_wrapper .dataTables_paginate {
  padding-top: 0.85rem;
}

.user-management-page .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 9px !important;
  border: 1px solid #dbe3ee !important;
  color: #475569 !important;
  margin-left: 0.3rem;
  padding: 0.4rem 0.75rem !important;
  background: #fff !important;
  font-weight: 500;
  transition: all 0.15s ease;
}

.user-management-page .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #eef2ff !important;
  border-color: #a5b4fc !important;
  color: #4338ca !important;
}

.user-management-page .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.user-management-page .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.user-management-page .dataTables_wrapper .dataTables_processing {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  color: #475569;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
}

.user-management-page .user-mgmt-table-body .data-table a,
.user-management-page .user-mgmt-table-body .data-table button {
  color: #4f46e5;
  font-weight: 500;
  font-size: 0.84rem;
  transition: color 0.15s ease;
}

.user-management-page .user-mgmt-table-body .data-table a:hover,
.user-management-page .user-mgmt-table-body .data-table button:hover {
  color: #3730a3;
}

@media (max-width: 1200px) {
  .user-mgmt-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .user-mgmt-filter-action {
    grid-column: 1 / -1;
  }

  .user-mgmt-apply-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .user-search-form {
    flex-direction: column;
  }

  .user-search-fields {
    flex-direction: column;
  }

  .user-search-field {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
  }

  .user-search-field:last-child {
    border-bottom: none;
  }

  .user-search-submit {
    width: 100%;
  }

  .user-mgmt-filter-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}

/* Unified system primary buttons (#3490dc pill style) */
:root {
  --rl-btn-primary: #3490dc;
  --rl-btn-primary-hover: #227dc7;
  --rl-btn-radius: 50px;
}

.btn-theme,
.btn-gray,
.lb-search-btn,
.lb-mgmt-btn,
.lb-mgmt-btn--secondary,
.lb-fr-apply-btn,
.lb-mp-apply-btn,
.lb-mp-submit-btn,
.faq-mgmt-search-btn,
.faq-mgmt-create-btn,
.faq-cat-add-btn,
.faq-cat-search-btn,
.sales-tips-mgmt-create-btn,
.sales-tips-mgmt-apply-btn,
.contact-cat-submit-btn,
.contact-cat-search-btn,
.contact-cat-create-btn,
.email-tpl-search-btn,
.email-tpl-create-btn,
.manual-mail-apply-btn,
.scheduled-mail-create-btn,
.org-mgmt-create-btn,
.org-mgmt-search-btn,
.org-ai-save-btn,
.user-mgmt-apply-btn,
.user-search-submit,
.lp-form-submit-btn,
.user-learning-path .lp-grid-view-btn,
.btn-create-thread,
.btn-apply-filter,
.btn-search,
.btn-create-first-thread,
.quiz-page .btn-theme,
.support-mail-form .btn-theme,
[class$="-apply-btn"],
[class$="-search-btn"],
[class$="-create-btn"],
[class$="-submit-btn"],
[class$="-add-btn"] {
  background: var(--rl-btn-primary) !important;
  background-image: none !important;
  border: 1px solid var(--rl-btn-primary) !important;
  color: #fff !important;
  border-radius: var(--rl-btn-radius) !important;
  box-shadow: none !important;
  font-weight: 600;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-gray:hover,
.btn-gray:focus,
.lb-search-btn:hover,
.lb-mgmt-btn:hover,
.lb-mgmt-btn--secondary:hover,
.lb-fr-apply-btn:hover,
.lb-mp-apply-btn:hover,
.lb-mp-submit-btn:hover,
.faq-mgmt-search-btn:hover,
.faq-mgmt-create-btn:hover,
.faq-cat-add-btn:hover,
.faq-cat-search-btn:hover,
.sales-tips-mgmt-create-btn:hover,
.sales-tips-mgmt-apply-btn:hover,
.contact-cat-submit-btn:hover,
.contact-cat-search-btn:hover,
.contact-cat-create-btn:hover,
.email-tpl-search-btn:hover,
.email-tpl-create-btn:hover,
.manual-mail-apply-btn:hover,
.scheduled-mail-create-btn:hover,
.org-mgmt-create-btn:hover,
.org-mgmt-search-btn:hover,
.org-ai-save-btn:hover,
.user-mgmt-apply-btn:hover,
.user-search-submit:hover,
.lp-form-submit-btn:hover,
.user-learning-path .lp-grid-view-btn:hover,
.btn-create-thread:hover,
.btn-apply-filter:hover,
.btn-search:hover,
.btn-create-first-thread:hover,
.quiz-page .btn-theme:hover,
.support-mail-form .btn-theme:hover,
[class$="-apply-btn"]:hover,
[class$="-search-btn"]:hover,
[class$="-create-btn"]:hover,
[class$="-submit-btn"]:hover,
[class$="-add-btn"]:hover {
  background: var(--rl-btn-primary-hover) !important;
  background-image: none !important;
  border-color: var(--rl-btn-primary-hover) !important;
  color: #fff !important;
  transform: none;
  text-decoration: none;
}

.pagination .page-item.active .page-link,
.lb-fr-pagination .page-item.active .page-link,
.lb-mp-pagination .page-item.active .page-link,
.sales-tips-mgmt-pagination .page-item.active .page-link,
.faq-mgmt-page .page-item.active .page-link,
.faq-cat-page .page-item.active .page-link,
.contact-cat-page .page-item.active .page-link,
.email-tpl-page .page-item.active .page-link,
.scheduled-mail-page .page-item.active .page-link,
.leaderboard-page .page-item.active .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: var(--rl-btn-primary) !important;
  background-image: none !important;
  border-color: var(--rl-btn-primary) !important;
  color: #fff !important;
  box-shadow: none !important;
}